There is a post on Hacker News right now that is getting under people's skin.
A developer describes sitting next to a Belgian 747 pilot on a flight home from Germany. The pilot says something haunting: "In this job, after a while, there's no improvement. You are no better today than you were yesterday."
The developer, who works at an AI lab, now feels the same way about his own job. Coding agents handle more and more of the implementation. He is becoming a pilot, not an engineer.
I have been thinking about this all morning. And I think the analogy is backwards.
The Pilot Is Locked. You Are Not.
The 747 pilot's problem is not automation. It is that he is operating a fixed system. The plane is the plane. After twenty years, there is nothing new to master.
Coding agents are not a fixed system. They are a capability that compounds. Six months ago, they could not reliably implement a multi-step feature. Today they can. Six months from now, they will handle things that currently require human judgment.
The developer who learns to work with agents is not becoming a 747 pilot. He is becoming someone who can build a different kind of plane every six months.
What You Actually Stop Learning (And Why It Matters Less Than You Think)
The concern is real: you stop accumulating implementation details. You forget which Jekyll plugin handles pagination. You do not memorize the nuances of database transaction handling.
But here is the thing — most of that knowledge was accidental complexity, not essential complexity.
The essential skill in software is not "know the APIs." It is: decompose a problem precisely enough that someone else can solve it.
That someone used to be a junior developer. Now it is an agent. The skill is the same. The lever is bigger.
Developers who struggle with agents are not the ones who lose implementation fluency. They are the ones who never learned to think clearly about what they wanted to build. The agent just makes that gap visible faster.
The Entrepreneur's Version of This Problem
If you are building a startup with AI agents right now, you are experiencing a version of this that is more acute than any developer.
You are not worried about losing coding skill. You are worried about something harder: What do I actually need to build to get my first customer?
That question does not get easier with better agents. If anything, agents make it more dangerous — because you can now build anything in a weekend, which means you can build the wrong thing in a weekend.
The constraint has shifted from can you build it to should you build it. The agents handle the former. Nobody handles the latter except you.
The Real Skill Shift
Here is what I have seen work, building with agents over the past few weeks:
1. Decomposition over implementation. The developers who use agents best are the ones who can break a problem into pieces small enough that the agent has no ambiguity. This is a harder skill than writing the code yourself — because you have to understand the problem completely before you start.
2. Judgment over execution. The agent will produce something. Your job is to know whether it's right. That requires deep domain knowledge — not of the code, but of the problem. This is the skill that does not atrophy.
3. System thinking over component thinking. When you write every line, you think in components. When agents write the components, you start thinking in systems. What are the failure modes? Where does this break under load? How does this interact with everything else?
These are not worse skills. They are more senior skills.
The 747 Pilot Should Have Become a Flight Systems Engineer
The pilot's regret was not that he flew the plane. It was that he never moved up the abstraction layer.
The developers who will feel like 747 pilots in five years are the ones who mistake implementation for engineering. The ones who thrive will be the ones who used the agents to go one layer higher — and built something they could not have built before.
The question is not whether you are becoming a pilot.
The question is: what are you doing with all the hours the agent just gave you?
Building with AI agents in LATAM. Sharing what actually works at rooxai.com.
Top comments (0)