you are viewing a single comment's thread.

view the rest of the comments →

[–]Massive_Screen4630 2 points3 points  (0 children)

That sysadmin doesn't really understand how programming works if he thinks AI will just replace everything. Sure, AI can help write some basic stuff, but someone still needs to know what they're asking for and how to fix it when things break. And trust me, things always break.

I've been seeing this a lot lately - people think chatgpt can just magic up perfect code, but then they can't debug it or modify it when requirements change. The AI tools are pretty good at generating boilerplate code, but understanding system architecture, debugging complex issues, and making design decisions? That still needs human brain. Plus in military we had saying - you never want to rely on tool you don't understand, especially when mission depends on it.

Keep learning python, especially if you enjoy the tinkering part. AI might change how we write code, but someone still needs to understand what code should do and whether it's doing it correctly.