How to stay relevant as a developer
Mar 18, 2026 • 2 min read

Ship faster
Instead of working less, put in the same effort and ship more. Teams will hit the same output with half the people, so you need to be twice as productive.
But don't ship AI slop
AI can write complex regex (so glad I never learned to do that) and can work with HTML canvas, but it's still a junior dev in many ways. Inefficient queries. Repetitive code. Your job is to review and keep the codebase high quality. Use Claude Code skills like /code-review and /simplify.
Expand your skillset
Frontend devs can do backend now. Full stack devs can learn design. Instead of handing over your work for someone else to fill in the gaps, do it yourself. Write that API endpoint, design that error state. Less collaboration means less communication overhead for the team and more ownership for each team member. Be the driver.
Learn design
AI still sucks at design. Read Refactoring UI - it's the best resource out there for developers to learn design. Use Magic Patterns to brainstorm design ideas.
Be your own manager
Your team lead can now ship faster too. What's stopping them from using Claude instead of delegating to you? You need to come up with your own ideas, find problems to solve, and prioritize. You're now a PM with agents as your employees.
Don't be distracted by the tool
Every week, a new AI tool comes out that "changes the game" and now "we're cooked". Stay curious and keep learning, but always remember that your #1 job is to ship, and AI is just a tool to do that faster and better.


