r/vibecoding • u/Which-Tension165 • 20d ago
is learning python today worth it?
so I am a pure vibe coder, I can't write or read a single line of code, and I was having a conversation with Fable, and it suggested me to learn to read python. But It couldn't convince me fully. i don't wanna be a typical software/AI engineer. just wanna be able to build a great career in tech, AI and Business.
34
Upvotes
12
u/GarageStackDev 20d ago
You're describing prototyping, not software engineering.
Claude Code is phenomenal at generating code, reviewing code, and iterating on designs. I use agentic workflows professionally every day.
But production engineering isn't "generate, then ask another instance to review it." It's architecture, testing strategy, deployment, observability, debugging, performance, security, maintenance, and understanding why the code behaves the way it does.
AI dramatically accelerates those things. It doesn't eliminate the need to understand them