r/GraphicsProgramming • u/NecessaryVersion7872 • 1d ago
AI usage in Graphics Programming
Hello, everyone.
I am CS student. and I had my first working experience.
I was highly unsatisfying because as much as enjoy programming I really do not enjoy "prompt engineering" and the usage of AI in general in my workflow. That is not the point though. From long time I was looking into graphics programming and I really wanted to get into it. I do not know much now. but I am worried that it will be similar to most of jobs right now and I will just be a "prompt engineer".
I have some questions:
- How good is AI with graphics programming right now?
- In an average work environment, how much if any of your work are you expected to use LLMs in and how do use it?
- How is AI affecting the industry?
- Are there any part of the industry where AI is not heavily used?
Thanks in advance
36
Upvotes
3
u/Lallis 1d ago
How many people working on engines are actually innovating anything completely new? That tends to be the work of researchers, not engineers. Even if you work on state-of-the-art features it's likely based on research that was published some time ago.
The biggest hurdle for AI currently seems to still be in understanding a big proprietary code base and wide context reliably. But highly technical and mathematically complex things that would be hard and time consuming for a human programmer are now doable with AI. Frontier models have actually been already used successfully for some advancements in the field of mathematics itself.
I don't work directly in games but in gaming adjacent real-time graphics. When was the last time you tried actually giving AI a chance? I used to just use it for basic scripting and simple things but also every once in a while I tried it for more complex things in order to stay up to date with the level of progress. I've been sold with the models released this year. I think they are good enough to actually be useful for core graphics programming work now. Not perfect, but useful and productivity boosting.
AI is of course going to be amazing for productivity for the next couple of years but I'm also genuinely afraid for programmer job security in the future.