I keep seeing the same post in different words: "I'm a senior dev and I feel lost on AI."
I get it. Every week there's a new model, a new framework, a new thing you're apparently supposed to know. The discourse makes it sound like if you haven't rebuilt your entire workflow around AI by now, you're already obsolete.
That's not true. Let me offer a different perspective.
Most of the noise doesn't matter
Here's what I mean. In the last month, I've seen announcements for probably 40 new AI tools. I use three of them regularly. Three. The other 37 either duplicate something I already have, solve a problem I don't have, or are so early they break more than they help.
The people who look like they're "ahead" on AI aren't tracking every release. They picked one or two tools, used them daily, and got good at those specific tools. That's it.
A starting point that actually works
If you're a working developer and you want to start using AI without drowning in hype, here's what I'd suggest:
Week 1: Use AI for code explanation only. Take a piece of code you didn't write — maybe from a library, maybe from a coworker. Paste it into any LLM and ask it to explain what's happening. Don't ask it to write code yet. Just use it as a reading companion.
Week 2: Use it for tests. Write your implementation as normal. Then ask AI to generate unit tests for it. Read every test it writes. You'll learn a lot about edge cases you missed, and you'll also learn where AI makes bad assumptions.
Week 3: Use it for first drafts. Now try asking AI to write a small function. A utility. Something contained. Compare its approach to what you would've written. Notice the differences.
Week 4: Decide what stays. By now you'll have opinions. You'll know which parts of your workflow AI actually improves and which parts it slows down. Keep the good parts. Drop the rest.
What I wish someone told me earlier
AI doesn't replace the judgment you've built over years of writing software. It doesn't know your codebase, your team's conventions, or why you made that weird architectural decision three months ago.
What it does is compress the boring parts. The parts that eat your time but not your brain. That's genuinely useful. It's just not the revolution people are selling.
If you've been coding for 20+ years, you have something AI literally cannot replicate: context. Real-world context from shipping real things. That's your edge. AI is just a tool that makes that edge sharper.
I write about the practical side of using AI as a developer — what works, what doesn't, and what's just marketing. More on my Dev.to profile.
Top comments (0)