▸cat ./writing/the-effort-didnt-disappear-it-changed-shape.md
The Effort Didn't Disappear — It Changed Shape
AI removed the need for typing, not the need for skill. The gap between idea and product is growing, and the people who recognize that are building things actually worth using.

There's a new class of product showing up everywhere. You can feel it before you can name it. The landing page is clean but says nothing. The app works but solves a problem nobody has. The design is polished in the way stock templates are polished — technically correct, spiritually empty. It was made in a weekend, and it feels like it.
AI made it possible to go from idea to something faster than ever. But "something" isn't a product. And the gap between those two things is getting wider, not smaller.
The typing was never the hard part
Here's the misconception I keep seeing: people think AI removed the need for skill. It didn't. It removed the need for typing. Those are not the same thing.
Knowing the syntax for a React component was never the bottleneck. Understanding why you'd split state a certain way, when a component is doing too much, why this abstraction will bite you in six months — that was always the real work. The characters on screen were just the output of that thinking. AI can generate the characters. It can't generate the thinking.
Same thing in design. AI can produce a layout in seconds. But knowing that a user's eye will miss your CTA because the visual hierarchy is fighting itself? That comes from reps. From shipping things and watching people actually use them. No model gives you that.
You don't need six books anymore. You still need to learn.
The old path to building something was brutal. Seven-hour YouTube tutorials. Five Udemy courses. Three outdated Stack Overflow threads. A book that was already behind by the time it shipped. You had to grind through all of that just to get started.
AI genuinely changed that. You can scaffold a project, generate boilerplate, get unstuck on a syntax problem in seconds instead of hours. The barrier to entry dropped, and that's a real, good thing. More people can build now. More ideas get to see daylight.
But somewhere along the way, people started confusing "lower barrier to entry" with "no barrier at all." They skipped the learning entirely and went straight to shipping. And what shipped was... fine. Technically functional. Completely forgettable.
Because the learning wasn't just about acquiring the ability to type code. It was about developing taste. Judgment. An intuition for what users actually need versus what sounds cool in your head at 2am. You can shortcut the mechanics. You cannot shortcut that.
Experience still compounds
Here's what's actually happening: AI is a multiplier, not a replacement. And multipliers are only as good as the base number.
A senior engineer who deeply understands system design, who's been burned by bad abstractions, who knows what "simple" actually means — hand that person AI tools and they become terrifying. They move at 3x speed with the same quality. They use AI to skip the tedious parts so they can spend more time on the parts that matter: architecture, edge cases, the subtle decisions that separate software that works from software people love.
A beginner with the same tools ships faster too. But they ship faster in the wrong direction. They generate code they can't debug. They build features they can't extend. They create technical debt at a pace that used to take entire teams months to accumulate.
The gap between these two outcomes is the gap between someone who learned and someone who skipped to the end.
The idea-to-product gap is growing
This is the part that's counterintuitive. AI was supposed to make it easier to go from idea to product. In some ways it did. But in another, more important way, it made the distance wider.
Because now everyone has the first 60%. The scaffolding, the boilerplate, the MVP shell — that's table stakes. The remaining 40% — the polish, the coherence, the decisions that make something feel intentional — that's where the real product lives. And that 40% still requires everything it always did: skill, taste, experience, and the kind of effort that doesn't have a shortcut.
More people than ever can get to "almost there." Fewer people than ever seem to push past it.
The effort changed shape
I'm not arguing against using AI. I use it constantly. It's the best thing that's happened to my workflow in years. But I use it the way a carpenter uses a nail gun — it makes me faster at the thing I already know how to do. I wouldn't hand a nail gun to someone who doesn't know where the studs are and expect a house.
The value of typing every character went down. Fine. The value of knowing which characters to type, and why, and what they mean in the context of a system that needs to hold together — that didn't move at all. If anything, it went up. Because now that everyone can produce output, the only differentiator is whether that output is any good.
The effort didn't disappear. It just changed shape. And the people who recognize that — who use AI to bridge their skills instead of replace them — are building things that are actually worth using.
Everyone else is just generating.
▸ eof.