The gap between AI's leverage promise and its reality is structural, and the fix is still in the lab.

Everyone says AI is a 10x multiplier. The math sounds right: if AI can generate code, write drafts, analyze data in seconds, surely human-plus-AI is an order of magnitude faster than human alone.

Here's what the data says: 1.7x.

That's the industry average velocity multiplier for developers using AI coding tools, per 2026 benchmarks. Top-performing teams report roughly double. At the organizational level, despite 92.6% of developers using AI monthly and AI-authored code now making up 27% of all production code, measured AI productivity gains land around 10%.¹

You use AI daily. For coding, for writing, for thinking through problems. The speed gain is real. But it's nowhere near the pitch. That's the productivity paradox: the gap isn't about better prompts or smarter models.

AI can't learn from you.

The Amnesia Problem

Not "learn" in the marketing sense, where every product claims to learn your preferences. Learn the way a human collaborator does. A colleague who's worked with you for six months doesn't need you to explain your codebase, your style, your standards. They've absorbed it. They anticipate.

Your AI starts every session at zero.

We've built workarounds. System prompts. Memory add-ons. Custom instructions. RAG pipelines. Skills, commands, harnesses. I use these myself.

Each one tries to bridge the gap between "I know nothing about you" and "I know how you think." Each one is lossy.

Click Start to begin teaching.

A system prompt compresses months of collaboration preferences into a few thousand tokens. A memory system captures snapshots, not understanding. A skills library encodes processes, not judgment.

These workarounds move you from 1.5x to 2x, maybe 3x on a good day. They can't reach 10x because they're treating a learning problem with a storage solution.

The Iteration Tax

The real cost isn't bad output. Often the first attempt is impressive. The cost is the loop between "impressive" and "what I actually wanted."

You ask AI to write something. It comes back at 80%. Good structure, reasonable arguments, but it doesn't sound like you. It uses words you'd never choose. It frames things the way a helpful stranger would.

So you iterate. "Less formal." "More specific here." "That's not what I meant." "Drop the last section, try something like..."

Each correction costs minutes. Compound those micro-corrections across a full workflow and your 10x dissolves. A task that should take one minute with a collaborator who knows you takes five minutes with one who doesn't.

That's 2x.

Tomorrow you'll give the same corrections. The model didn't absorb any of it. Your memory system might record that you prefer short paragraphs. It won't capture the thousand micro-preferences that make your judgment yours.

METR, an AI safety research organization, ran a randomized controlled trial on this in early 2025. Experienced open-source developers were 19% slower with AI tools. But they perceived a 20% speedup.² That's the productivity paradox in miniature: a 39-percentage-point gap between feeling fast and being fast. The iteration loop doesn't just cost time. It costs time while feeling like a shortcut. At scale, the pattern compounds: Faros AI tracked 10,000+ developers and found they produced 21% more tasks, but code reviews took 91% longer and bugs increased 9%.³

(AI tools have improved since that study. The structural problem hasn't.)

What Would Actually Close the Gap

Imagine an AI whose weights actually shifted from working with you. After a week, the model itself knows your codebase because your sessions refined it. After a month, your architectural preferences live inside the parameters. After six months, it writes first drafts you barely edit because your taste has become part of how it reasons.

Not a memory layer bolted on top. The model itself, reshaped by every interaction the way a human colleague is reshaped by every project you work on together.

That AI would be 10x. The iteration loop would collapse. First attempts would land close. The translation cost between your intent and the output would approach zero.

This is the exact dynamic you already have with great human collaborators. The difference is that humans learn continuously. Models don't.

The field calls the fix continual learning (sometimes lifelong learning): a model that incorporates new information without forgetting what it already knows. The central obstacle is catastrophic forgetting. Train a model on new data and it tends to overwrite what came before. Teaching it your coding style might degrade its general reasoning.⁴

Researchers are chipping away at it: parameter-protection strategies, context-aware pretraining, reinforcement learning approaches that mitigate some forgetting. A new benchmark called MemoryBench specifically evaluates how well LLM systems retain information across interactions.⁵

Promising work, all of it. None of it production-ready for what we need: an LLM that adapts to an individual user through ongoing interaction. Fine-tuning gets partway there, but it's expensive, batch-oriented, and fragile for the base model.

This creates a hidden cost to optimizing your workflow around any specific tool. You invest time learning the quirks of a model's reasoning, the way it responds to certain framings, the workarounds for its specific blind spots. You reach 3x.

Then the model updates, or you switch to a different provider, and suddenly that learning doesn't fully transfer. Your 3x collapses back toward 1.5x. You start over. The knowledge has a half-life measured in months (at least until it can be carried on to the new model, maybe by keeping a "teachings" history).

The model stays frozen. Everything on top is a workaround with a ceiling.

The Multiplier Is in the Operator

If the AI can't learn, the human has to be the learning layer. For now.

This is backwards. The whole point of AI is that the machine adapts to you. You shouldn't need to become an expert at compensating for its amnesia. But until models learn from the people using them, this is where the leverage lives.

The practical reframe: instead of investing in ever-more-elaborate harnesses (helpful, ceiling-bound), the highest-leverage investment today is in your own ability to direct AI. Not because it gets you to 10x. It doesn't. But because it pushes you toward the ceiling, and because the underlying skill compounds across every tool you'll ever use.

Think about what doesn't transfer when you switch contexts. Your sense of what AI handles well and what it fumbles. Your ability to decompose problems into chunks the model can execute cleanly.

But more important: your ability to recognize what the problem actually is.

The AI sees the surface of what you asked. It can solve that problem competently. But the problem you meant often lives underneath the one you described.

After building across multiple unrelated industries, you learn to see that gap. You learn to notice when the problem is disguised. A technical challenge that's actually about communication. A feature request that's actually a workflow problem. A performance issue that's actually a design signal.

This judgment doesn't come from reading about problem-solving. It comes from having solved the same underlying problem in completely different costumes, across domains where it looked like nothing was in common. You learn what success actually means in contexts where the surface problem changes but the core need stays the same.

The AI can pattern-match across its training data. It can't understand your intent, what you're actually trying to accomplish underneath the problem you described. That requires having lived in multiple contexts and knowing what winning looks like in each one.

Your skill at framing requests that land close on the first attempt. Your judgment about when AI helps and when it's faster to just do the thing. Your ability to see when the AI is solving a translated version of your intent instead of your actual intent.

The person at 3x isn't using a better tool than the person stuck at 1.5x. They've internalized which problems AI can handle and which ones it can't. They've done the reps. They've built the learning that the AI cannot.

The Lock-In Problem

The more effective you become at compensating for this specific AI's amnesia, the more you're locked in. You've learned the exact framings that work with one model's reasoning style. You've built a system of prompts and memories optimized for its architecture. You understand the blind spots and have workarounds for each one.

Switch to a different provider, or even a major version update of the same tool, and you can't just transfer that knowledge. The architecture is different. The reasoning patterns are different. The blind spots are in different places. Your 3x built on tool-specific optimization collapses back to 1.5x. You're a junior practitioner again, learning a new system's specific weirdnesses.

This is different from the kind of learning that transfers. A programmer who learns to think clearly can pick up a new language. A designer who learns to see visual hierarchy can work in any medium. But a person who's learned to direct one model through its specific quirks is now specialized in a way that doesn't transfer.

The trap looks real: you're locked in. But there's a move here that most people miss.

The tool-specific optimization (the exact framings, the quirks, the workarounds) is genuinely locked to this tool. That part doesn't transfer. But the underlying skill, your ability to recognize intent, to see when the AI is solving the wrong problem, to decompose your actual need into chunks a model can execute, that does transfer.

The difference is learning about the tool versus learning how to think about directing powerful, limited minds. The first is tool-specific lock-in. The second compounds across every model you'll ever work with. You'll start over with the tool-specific tricks when the model changes. But your core skill set gets sharper, not reset.

The optimization that gets you to 2x, 3x, or higher isn't lock-in if you can distinguish between the skill and the tool. It's lock-in if you've conflated them.

The Continuity Is You

The tool that was supposed to reduce the importance of human skill has made one specific human skill essential: the ability to see problems clearly and direct something powerful that perpetually sees only what's on the surface.

Think of it this way. You're working with brilliant session musicians who forget the last recording every time they walk into the studio. Their talent is obvious on every take. But you're the one who remembers why the last three arrangements didn't work, what "warmer" means for this particular song, which section needs space instead of another layer.

You're the continuity. They're the capability.

Right now, the missing multiplier between 2x and 10x lives in the operator who keeps learning what the AI keeps forgetting. The operator who can see what the AI is missing. The operator who understands enough about the problem to catch when the AI is solving the wrong thing, and redirect it toward the actual insight underneath.

It shouldn't stay there. The model should learn from you, through the work itself, at the weight level. When that happens, the 10x arrives, and the human becomes free to work on what actually matters instead of constantly translating between their intent and the machine's understanding.

Until then, the continuity is you.


Rabbit Hole:


Footnotes:

  1. Developer productivity benchmarks based on 2026 industry data. The 1.7x velocity figure represents the average across measured developer teams using AI coding tools. 92.6% monthly AI tool adoption among developers, with ~10% measured organizational productivity gains despite high adoption. Larridin, "Developer Productivity Benchmarks 2026"
  2. METR ran a randomized controlled trial with experienced open-source developers in early 2025. AI tools increased task completion time by 19% while developers perceived a 20% speedup, creating a 39-percentage-point gap between actual and perceived performance. METR, "Measuring the Impact of Early-2025 AI"
  3. Faros AI analyzed developer behavior across 10,000+ developers and 1,255 teams. Individual throughput rose 21% and PR volume increased 98%, but review time grew 91% longer and bugs increased 9%. Faros AI, "The AI Productivity Paradox Research Report"
  4. Catastrophic forgetting remains the central challenge in continual learning for LLMs, where updating a model on new data degrades prior capabilities. Shi et al., "Continual Learning of Large Language Models," ACM Computing Surveys (2025)
  5. MemoryBench evaluates how well LLM systems retain and use information across multi-turn interactions, measuring the exact personalization gap this article describes. MemoryBench (2025)