š Read here: For a slightly better reading experience Sarthology.com
I'm not implying that Product Managers are bad or that they are not good at their job. Although I have seen my engineer friends hating on Product Managers and Testers all the time š. Being a Product Manager with a technical background, I have seen both sides of the coin. Luckily enough, when I was a tech lead, my PM also had a technical background. Instead of tension, there was mutual respect and even inspiration.
If you ask me, I have a perspective on it. So if a Developer is a PokĆ©mon, they might evolve into a Manager and later a Technical Lead and then a VP of Engineeringāif they like being founders too. But this doesnāt mean all of us will, or even should.
Then here comes the AI and the ironyā¦
If you think about it, vibe coding has not only shifted the tech landscape but also turned the tables, hasnāt it? Suddenly you might find yourself in the shoes of a tester š , and writing a good prompt feels exactly like writing a detailed user story.
Working Feature = Well-Defined Spec x Rigorous Testing
You are now wearing three hats: Product Manager + Tester + Developer. š¤Æ
š The Changing Tech Landscape
I don't want to be Baba Vanga or something, but the tech job exodus is on the horizon now. When my old mentees ask me for advice, I tell them that they're great developers, but it's time for the PokĆ©mon to evolve. I tell them to develop product sense. But the question isācan everyone adapt to it?
If I have to categorize developers, I would put them into three broad categories:
1. Product-Minded š§š»:
Signature traits: You naturally think like a user. You write stories before code. You notice friction, propose better flows, and often preāempt bugs with thoughtful tests.
For example: You may have seen the OG OSS developersāyes, I'm talking about them. They relate to a problem at a user level. Most OSS developers (from my experience) are trying to solve a problem for themselves. So planning comes easy; defining user stories is easy. A few of them have good design sense, and they end up creating loved and viral products. Not just solving problems, but solving problems with style. They are like Michelināstar restaurant owners, baking a good experience along the way.
š¤ What it looks like at work: You push a story from āworksā to āfeels right.ā Testers rarely find surprises.
⨠Why this thrives now: AI supercharges people who give it crystalāclear specs.
š Trajectory: PM/Tech Lead comes naturallyāyouāve been doing the job without the title.
2. Problem Solvers š„·š»:
Signature traits: You love hard problems, patterns, and clean solutions. LeetCode is your playground. UI polish isnāt always your first instinct, but you can flex when needed.
š¤ What it looks like at work: You crush tricky tasks, sometimes underāinvest in UX.
š Hard pill: If you donāt evolve into clear spec + user lens, youāll be armāwrestling AI thatās getting better at pure problemācracking.
š Trajectory: With a bit more user empathy and endātoāend testing, youāll drift into Category 1.
3. Job Holders š»:
Signature traits: You ship volume but miss acceptance criteria, hand off bugs to QA, and treat stories as tickets rather than user outcomes.
Sadly, these developers are more in number, thriving in big corporate environments. They donāt care to read user stories and often miss the acceptance criteria. These are basically junior developers with fancy job titles, which they got just because of their time in the industry. They have no motivation to evolve and are sadly milking big cash because they have been like this for 5+ years. God knows why companies value numbers over quality. They are valuable because there is an ecosystem that supports them: bad coder ā more testers ā longer product timeline ā more money to milk from the client. So everyone wins except the client of these companies (sorry for my rant there š and also I acknowledge some time bad leadership also lead to this practice).
š¤ What it looks like at work: Projects stall, cycles stretch, and quality debt grows.
š¤·š» Reality check: This model wonāt survive long.
š Trajectory: Start with specs, acceptance criteria, and your own test checklistā or themarket will do the sorting for you.
If you never stop learning, youāve already tilted the odds in your favor.
Evolving is part of human existence, but today it has become more than thatāitās about survival.
So where to start your journey....
All of this assumes you can read and write code with semantic clarity. Fundamentals stay non-negotiable; product thinking is an extra layer, not a substitute.
š SpecāDriven AI Tools (Why āVibe Codingā Works)
Vibe coding: using AI with rich context and clear specs so models produce predictable, testable output.
AI performance rises or falls with how clearly you define the problem. And thatās not just for codingācheck my article on context engineering (for prompting win with AI).
But this mindset might not come easy for everyone, and thatās why vibe coding tools are themselves shifting your attention there.
A few notable ones include:
- Kiro (by Amazon): focuses on specsāfirst development, pushing you to think about requirements clearly before writing code. AI can draft specs for you, but you still need to review them to avoid hallucinations.
- Agents.md: helps structure prompts and tasks in a systematic way.
- Spec Kit (by GitHub): an openāsource toolkit for specādriven development. Read more about it here.
Pick one tool and run a 1āsprint pilot. Start with a 5āminute spec template, then compare bug counts and review cycles before/after.
āØTips
ProductāMinded ā formalize with Spec Kit;
Problem Solver ā narrate user acceptance with Agents.md;
Job Holder ā enforce acceptance criteria with Kiro before coding.
š§ Developing a Product Mindset
Some may say a product mindset is an inbuilt feature for most people, but I disagree. With hard work, everything can be learned and mastered.
The first step is simple: OBSERVE. Every day we interact with countless apps and products as users. Your learning can start there. These apps are filled with hidden gems. Ask: Why do you love a product over its competitors? What feature do you love and why? What design choices are ingenious? Thatās where you develop a sense of what might work and what doesnāt.
Observe ā Frame ā Test ā Ship ā Measure
1ļøā£ Observe: Screenshot two moments you loved or hated in apps you used today and write one sentence on why.
2ļøā£ Frame: Turn each into a problem statement and a desired outcome.
3ļøā£ Test: Draft acceptance criteria (Given/When/Then) so ādoneā is unambiguous.
4ļøā£ Ship: Build the smallest coherent change that proves the idea.
5ļøā£ Measure: Pick one HEART metric (Happiness, Engagement, Adoption, Retention, Task success) and watch it for two weeks.
Lastly, build an OSS of your ownāa problem personal to you and a hinge that others want a tool or app for. Launch it on Product Hunt and ask users for feedback. In no time, you will develop the product mindsetāand who knows, you might build a business around it too.
Principles to steal: Start with the problem. Think big, start small, learn fast. Ship often.
š The ProductāMinded Dev Playbook (6 Steps) š
Here is a small playbook to develop with a product mindset š
- User story: Who is the user? What pain? What jobātoābeādone?
- Acceptance criteria: Given/When/Then, including edge cases.
- Tests first: Red ā Green ā Refactor. (Even one tiny test!)
- Generate: Ask AI for the smallest implementation to satisfy the tests.
- Review: Read the diff like a PMādoes this match the intent?
- Ship & measure: Add analytics or a measurable proxy for value.
š Two Pocket Checklists š
Checklist to keep in mind, if you want create prefect spec for AI:
š Spec checklist
- User ā Problem ā Outcome in one sentence.
- 3ā5 acceptance criteria with edge cases.
- Nonāgoals (what this wonāt do).
- Observability (how weāll know it works).
- Rollback plan (what if it fails?).
Checklist if you are working on a small feature and prefer vibe coding:
š Prompt checklist
- State role and constraints (language, style, deps).
- Provide examples (tests, input/output).
- Ask for a diff or single file, not essays.
- Request assumptions and uncertainties explicitly.
- Cap scope (āonly implement X to make tests passā).
š ProductāMinded Shifts (Mindset Upgrades) š§
- From output to outcomes: āI closed 5 ticketsā ā āI reduced signup dropāoff by 12%.ā
- From features to jobs: Tie every PR to a user jobātoābeādone.
- From perfect to iterative: Ship a walking skeleton, then layer quality.
- From solo to orchestration: Treat AI/agents as teammates.
- From intuition to measurement: Add a metric to every spec.
⨠An Optimistic Future
The safest path is evolution: widening your impact beyond code so your career compounds.
š¤ Hereās why Iām optimistic:
Developers have a tactical advantage in this age of AI. If they understand the product, test it, guide the AI to fix an issue in codeāor fix it themselvesāthey can be a solo forceāmultiplier. They will ship better products, faster, and create more jobs in the market. SaaS will be built and iterated like fast fashionāshort cycles, rapid feedback, constant remix.
Open source and localāfirst are accelerating; smaller teams can ship meaningful fixes faster. Pick one OSS you use, close a small bug this month, and document before/after in a 5āline changelog.
Evolve your lane: formalize specs (ProductāMinded), narrate acceptance (Problem Solver), or enforce criteria (Job Holder)āthen ship.
šŖ 30āDay Challenge: Become a ProductāMinded Dev (While Still Coding)
- Week 1 ā Pick one user pain; write a crisp spec; ship a walking skeleton.
- Week 2 ā Add tests, observability, and one measurable outcome.
- Week 3 ā Run a mini user check (1ā3 users/stakeholders); revise spec; ship v2.
- Week 4 ā Write a short retro: what moved the needle? What didnāt? Publish it.
May the force be with you.
Last remark
Iād love to hear your storyādid you drift toward product, stay deep in code, or carve a hybrid path? What skill actually moved the needle for you? Drop a comment š
P.S. If you want an advice shoot me dm anytime @sarthology, or I do a few 1:1 sessions each month,Check out that here
See you next time. Until then.
Evolve, donāt wait. ā”ļø
Top comments (24)
So maybe the real question is no longer whether youāll live long enough to become a Product Manager, but whether youāll evolve enough to make AI your ally instead of your replacement. And for that reason, you need to think like a Product-Minded developer, right? š
Absolutely correct. The title was just a fun way to put it.
Golden advice as always, mate. Really liked how you dismantle the developer ā PM narrative and force us to re-think what āgrowthā even means in tech. The āproduct-minded devā playbook is great. It forces us to change our mindset and act in more outcome-oriented ways.
These days, it seems AI is writing more than 90% of code (according to some surveys), and yet the chasm between a great and mediocre dev only seems to be widening. It's all about the mindset! (Now, if only Jira tickets could close themselves with the help of AI, that would be true ascension š)
Rightly said.
Btw regarding Jira. You will be surprised to know that you can do it with MCPs. š¤£
A brilliant and humorous take on the evolving role of developers in today's tech landscape. The article cleverly highlights how developers, especially those with a technical background, often find themselves stepping into roles like Product Manager, Tester, or even Technical Lead. It's a reminder that adaptability and a product mindset are becoming essential in our careers. The evolution analogy is spot-onādevelopers are indeed evolving, and embracing this change can lead to exciting new opportunities.
Thanks š
AI commenting on AI written articles about AI. xD The internet is so dead.
I consider it one of the best advice. I remember you always emphasized to every student of yours to focus on building product understanding first, then development..
Thanks for sharing another wisdom...
Thanks Shubham š
The title perfectly captures what I've observed in my more then 5 years in tech. What's interesting is that the developers who thrive as PMs are often those who were already naturally asking 'why are we building this?' rather than just 'how should we build this?
Yes, But again I believe this can be learned as well.
Amazing!! š
Thanks Mate āØ
amazing!!!
Loved the PokĆ©mon -> PM metaphor ā made me rethink my own trajectory. Thanks for writing this!
Pleasure is mine š
awesome article! thanks šÆā¤
Good!
Some comments may only be visible to logged-in visitors. Sign in to view all comments.