Developers are facing a significant shift in their roles and required skills. The primary task is no longer writing code but reviewing and directing AI-generated code. This change has led to a new set of challenges and pain points for developers.
Pain Points
- Spending more time reviewing markdown files and design documents than writing code.
- Difficulty in trusting self-reviews
- leading to the need for additional reviews by other agents.
- Adapting to a new skill set focused on clear description and intent rather than coding proficiency.
- Keeping up with the rapid changes in the profession and the shift from execution to intent.
- Uncertainty and debate about the role of AI in programming and its impact on traditional coding skills.
A year ago I was obsessing over which IDE extensions to install, learning keyboard shortcuts to save 2 seconds, and arguing about tabs vs spaces. You know, normal developer stuff. Now I spend my mornings reviewing markdown files. Not code — markdown. Design documents, implementation plans, architecture decisions. Then I approve a plan and watch 50 files change in a single feature branch. My job is to read the changeset and figure out if it makes sense. Sometimes I don't trust my own review, so I ask another agent to review it for me. I'm not even joking. That's my actual workflow now. The weird part is I'm shipping more than I ever did. But the skill that matters isn't "can you write a clean function" anymore. It's "can you describe what you want clearly enough that something else builds it right." The bottleneck moved from execution to intent. I've been coding for 22 years and I genuinely think the profession just changed more in the last 12 months than in the previous 20. The developers I know who are thriving right now aren't the ones who write the cleanest code — they're the ones who adapted fastest to directing it instead of typing it. And the ones who are still debating whether AI is "real programming"... I don't know, man. The world's not going to wait for that debate to end.