I currently work as a videographer, but I'm ready for a career change. I took an introductory Python class in high school and really enjoyed programming, so I'm considering learning software development professionally. My ideal goal would be to create video games. However, I'm strongly opposed to using AI for programming, and I'm worried that the industry will expect developers to rely on AI tools by the time I'm qualified. Is it still realistic to pursue programming or game development while maintaining that boundary? I'd appreciate honest advice about the job market and possible paths forward.
3 Answers
Not every workplace relies heavily on AI. Some teams still write most of their code by hand, especially in graphics, performance-critical systems, security, and other lower-level areas. That said, the overall market is competitive, so refusing AI may narrow your choices rather than make programming impossible.
There’s a big difference between avoiding AI while learning and refusing to use it in every professional setting. Learning without AI is a sensible choice because you need to build your own problem-solving skills and understand the fundamentals. Later, you can decide whether using an AI tool for tasks you already understand fits your principles. It should augment your abilities, not replace your understanding.
You can absolutely learn to program without AI, and understanding code deeply will remain valuable. In professional development, though, many teams are adopting AI as a productivity tool. Developers still need to design the architecture, give the tools good instructions, test everything, and catch subtle mistakes. Someone who understands programming well can review generated code critically; someone who only accepts whatever the tool produces is much less reliable.

That’s reassuring to hear. I’ll keep those areas in mind while I figure out what direction to take.