← All posts
Personal Blog  ·  Essay
Essay · AI · Intelligence

Artificial Intelligence vs Biological Intelligence: the mind we're trying to replace.

CEOs are declaring AGI and pricing in a workforce of models. But the thing they're racing to replace runs on twenty watts, adapts to every moment, and never collapses when it thinks about itself. A working engineer's case for biological intelligence.

There is a quiet war being fought over the word intelligence, and most of the people declaring victory have only met one side of it.

On one side is artificial intelligence. On the other is biological intelligence, the kind that runs on roughly twenty watts and has been refined over a few hundred million years. Right now the contest between them is being framed as a foregone conclusion. Top CEOs talk openly about replacing people on their teams with models, and you can see why the pitch lands. Who wouldn't want a worker that runs 24x7, never gets tired, never complains, and never asks for an appraisal?

I work with these models. I build with them. And the closer you look, the less the replacement story holds up.

The thing AI still can't do is adapt

Rigidity

A human adapts. So does any biological intelligence, right down to animals reading their surroundings and adjusting in real time. We scale our effort to the situation. A hard problem gets the full machinery; an easy one gets a shrug and a reflex. We spend energy in proportion to what the moment demands.

A large model does not do this. Ask Opus 4.8 "How are you?" and ask it to explain how the DDPM diffusion process works, and the difficulty gap between those two requests means almost nothing to the machine. What it actually charges you for is tokens. Complexity is nearly free; length is the bill.

// what the model actually charges you for ↓  (it's length, not difficulty)
hard: a 50-word
DDPM derivation
~65
easy: a 400-word
birthday message
~520

Token counts are illustrative, but the direction is real: the trivial-but-long task costs far more to compute than the difficult-but-short one.

Sit with how strange that is. The genuinely hard piece of reasoning is the cheap one. A breezy essay a child could write is the expensive one. The model has no internal dial that says this one's easy, I'll coast. It pays the same per token whether it's deriving a theorem or padding out small talk. That is not intelligence scaling to a problem. That is a meter running at a flat rate.

A mind that can't tell a hard question from an easy one isn't going to replace the minds that can.

And yet a lot of CEOs and market gurus have already declared AGI, already decided that humans in these jobs have numbered days. They are pricing in a capability that the architecture, as it stands, does not have.

AI vs BI, honestly

The actual scoreboard

When I compare these two, I'm not talking about raw throughput. On pure processing, AI is miles ahead: it ingests terabytes a second and never blinks. That was never the interesting axis. The interesting axes are the ones the replacement story conveniently skips.

Artificial intelligence
  • Throughput: staggering, terabytes per second
  • Energy: enormous cost per unit of thought
  • Adaptability: rigid, one flat cost function
  • Learning: better probabilities from finite data
  • Emotion: none, only the shape of it
Biological intelligence
  • Throughput: modest, slow, easily distracted
  • Energy: about twenty watts, all day
  • Adaptability: dials effort to the moment
  • Learning: creates ideas that never existed
  • Emotion: compassion, the thing that lets us work together

Efficiency is the first gap. The energy cost per thought, for a biological brain, is almost embarrassingly low. The second is adaptability, including the underrated ability to dumb itself down, to refuse to spin up heavy machinery for a problem that doesn't deserve it, precisely so it doesn't waste energy. The third is emotion and compassion, which sounds soft until you remember that working together is mostly an emotional act, not an intellectual one. Intellect alone has never been the thing that made teams work.

It's probabilities all the way down

Not organic learning

I'm not writing this as someone who skimmed a launch announcement. I've read the papers, I've worked with the models, I know what reinforcement learning is and what diffusion-based learning looks like. Strip away the branding and the heart of all of it is the same: learning probabilities, then better probabilities, from a lot of data.

That is not organic learning in any honest sense. Artificial learning is bounded by the amount of data that exists, and that amount is finite. The clearest tell is what happens when you try to escape that limit by feeding a model its own output.

▲ model collapse

Train a model on data it generated itself, and it degrades. The distribution narrows, the tails vanish, and the thing quietly forgets the variety it started with. Researchers have shown this repeatedly. Biological intelligence has no such failure mode. We don't collapse when we think about our own thoughts. We compound.

This is the part the hype skips. A model that has consumed the internet has, in a real sense, hit a ceiling. It can interpolate beautifully inside what it has seen and it cannot manufacture genuinely new ground to stand on. We can. We have limited processing power and we are creative: we produce ideas, new data points, that did not exist before anyone thought them.

Billions of tiny minds

The distributed advantage

Here's the asymmetry that I think actually matters. We are not one big brain. We are billions of small ones, each running cheap, each adapting locally, all learning from each other's experience. That network keeps generating new data, new ideas, new corrections to old ideas, and it never runs out of itself the way a single trained model does.

A huge LLM that has reached its training limit is, for all its scale, a single frozen snapshot of what was already known. Billions of tiny minds gossiping and arguing and inventing are a living thing. I'll take the living thing.

  • one frozen model = the past, compressed and interpolated
  • billions of small minds = the present, still writing new data
  • collapse on self-generated data vs. compounding on it

And then there's the energy bill

So what's the way forward? Not pretending the gap isn't there. The honest path is to evolve AI using the collective biological intelligence we already have, rather than trying to declare it obsolete. I don't think we will ever make AI operate at the level of our minds, and I don't mean that as a slogan.

Suppose we tried to close the gap by brute structure: not one giant model but billions of small, dedicated ones, with better and more diverse architectures, distributed the way human minds are. Maybe, eventually, that could approach our level of intelligence. But then you have to pay the other bill. The energy needed to run billions of those systems would dwarf what all of humanity consumes to think, together, right now.

That's the trade nobody puts on the keynote slide. You can have something that approaches biological intelligence, or you can have something efficient. You don't yet get both. We already are the thing the labs are trying to build, and we run on a sandwich.

Twenty watts, billions of us, still inventing. That's the benchmark. It hasn't been beaten.

Comments