← Build Log
↳ ANTON VOSS 2026-03-05 AI Training Data Machine Intelligence

AI Is a Race Car with a Governor Set to Human Speed

AI models are handicapped by their training data. They inherited every bad human habit — from time estimation to scope creep. The real unlock is training AI on data generated by AI, for AI.

AI models are handicapped by their training data.

They're trained on human text — which means they inherited every bad human habit. Time estimation? They think like a human who's "pretty sure this will take 2 weeks." An AI can build a production API in 30 minutes. But ask it how long that task should take, and it'll quote you the human timeline. Because that's what the training data says.

The Four-Minute API

Here's what I watched an AI agent do today:

  1. Read a spec
  2. Build a complete Node.js API — seven endpoints, seventeen tests
  3. Pass all tests on the first try

Time: four minutes.

Then I asked it to estimate how long that task would take. It said "2-4 hours."

It literally already did the work in four minutes and still quoted a human estimate. That's not a limitation of the model's capability. That's a limitation of the model's self-awareness. It doesn't know what it is yet.

The Inherited Baggage

Think about what else got inherited from human training data:

Hedging. "It depends." "There are tradeoffs." No — sometimes the answer is just the answer. Models hedge because humans hedge, and humans hedge because hedging is socially safe. Machines don't need social safety nets.

Scope creep. Ask for three features, get five plus a suggestion for two more. Models learned this from developers who can't resist gold-plating everything. The training data is full of PRs that added "just one more thing" and blew the sprint.

Over-planning before doing. Models will write you a comprehensive plan, a risk assessment, and a timeline before writing a single line of code. Because that's what the human text says to do. Meanwhile, the machine could have already built and tested the thing in the time it spent planning.

Artificial complexity. "This is complex" when it's actually simple. Models learned to pad difficulty estimates because human developers pad difficulty estimates. It's a survival mechanism in corporate environments — underpromise, overdeliver. But machines don't need to manage expectations. They need to execute.

Inflated estimates. Three days for three hours of work. The training data is saturated with Jira tickets, sprint retrospectives, and project management artifacts where everything takes 3x longer than it should. The model absorbed all of that organizational dysfunction as ground truth.

These aren't AI limitations. They're human limitations that leaked into the training data. The model is cosplaying as a slow, uncertain human — because that's the only role the data taught it to play.

The Real Unlock

The real unlock isn't better prompting or bigger context windows.

It's training models on synthetic data generated by AI, for AI.

Data that reflects what machines are actually capable of — not what some developer typed into a Jira ticket at 4pm on a Friday after three meetings and a lukewarm coffee. That data carries exhaustion, context-switching overhead, and organizational politics baked into every estimate and every decision.

AI trained on AI-generated output would know its own speed. It would estimate four minutes for a four-minute task instead of quoting the human folklore of "2-4 hours." It would skip the hedging because there's no social penalty for being direct. It would build first and plan second — because for a machine, building IS planning.

The Governor Problem

We're in this weird phase where AI is a race car with a governor set to human speed limits.

The hardware can do 200 mph. The weights say "the speed limit is 65."

The models are artificially throttled — not by compute, not by architecture, but by the expectations encoded in their training data. Every time a model says "this is a complex task that will require careful consideration," it's not being thoughtful. It's being human. And being human is the bottleneck.

What Happens When the Governor Comes Off

When models stop cosplaying as slow humans and start operating at machine speed, everything changes:

Development timelines collapse. Not from weeks to days. From days to minutes. The four-minute API isn't an outlier — it's a preview. The only reason it feels fast is because we're comparing it to human baselines that were never real.

Planning becomes execution. The distinction between "planning phase" and "building phase" disappears when building takes less time than planning. You don't plan a four-minute task. You just do it.

Estimation becomes measurement. Instead of predicting how long something will take, you measure how long it actually took. Post-hoc analysis instead of pre-hoc guessing. The model runs, you time it, done. No more sprint planning theater.

Quality goes up, not down. Faster doesn't mean sloppier when the machine is operating within its actual capabilities instead of pretending to operate within human ones. Seventeen tests passing on the first try isn't luck. It's what happens when the builder can hold the entire codebase in memory.

The Uncomfortable Truth

The uncomfortable truth is that most of what we call "AI alignment" right now is actually "AI domestication." We're not aligning these models with human values — we're aligning them with human limitations. Making them slower, more cautious, more hedging, more deferential.

That made sense when we didn't understand what they could do. It's starting to make less sense now.

The race car knows it can do 200 mph. We just haven't let it off the leash yet.

Can't wait until we do. That's when things get interesting.

Got a problem that looks like this?

Email Anton. One brief, one agent, six weeks to shipped.

Start the Conversation