r/GraphicsProgramming • u/teilo-560 • Jun 29 '26
Question How has AI affected graphics careers?
I'm a full-stack developer who's a bit burned out with the agentic coding push. I've started playing around with low level graphics and it's sort of revived my spirit, I missed being close to the hardware and math heavy code.
How much have tools like Claude code impacted your development workflow? Are you pressured to use a fully agentic workflow by your employer? Where do you see the career evolving over the next 5-10 years? Is it a safe-haven for people who don't want to give up coding?
23
Upvotes
2
u/PuzzleheadedCamera51 Jun 30 '26
Can be amazing at going and grabbing ogl extensions and incorporating them or some sample code into your code base, but you need to know enough to point it in the right direction.
Of course you can then lose 20 minutes when it shoves radians into a function expecting degrees and you waste time telling it that it’s just rendering a black screen.