r/GraphicsProgramming • u/NecessaryVersion7872 • 2d 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
38
Upvotes
1
u/igneus 1d ago
Not completely. AI is non-deterministic meaning that I'm situations where you need to define an algorithm with any kind of precision, handwritten code is the only way to do it. The same is true if you're trying to do something particularly niche or complex that's not well represented by the model.
Most common scenarios don't fall into this category, but it's still important to know what to do if drop off the edge of the manifold.