You’ve felt it too. That weird tension when you ask a chatbot a question, get a confident answer, and then realize it’s completely wrong—but you can’t quite explain why. Or when you see a demo of a coding agent that writes perfect code, but your own experience with these tools is a mix of magic and frustration.
Here’s the uncomfortable truth: We’ve been trained to think about AI progress in the wrong dimension. Bigger models, more parameters, more training data—that was the story for years. But the real story, the one that Stanford’s CS329A course just laid bare, is that the AI industry is fighting a war on the wrong front.
The battle isn’t about who has the biggest model anymore. It’s about who can make the smallest model think like a genius.
I watched the entire course—taught by Aakanksha Chowdhery (ex-Google, PaLM lead) and Azalia Mirhoseini (Stanford, Anthropic, deep learning pioneer). And the biggest insight isn’t what you’d expect. It’s not about scaling laws or RLHF or chain-of-thought. It’s about a single, uncomfortable realization: Your AI is already smarter than you think. You just don’t know how to extract it.
Let me show you what I mean.
The Scaling Law That Wasn’t
For years, the industry bet on one thing: more parameters = smarter AI. BERT had 340 million. GPT-2 had 1.5 billion. GPT-3 jumped to 175 billion. PaLM hit 540 billion. And it worked. Every time they scaled up, the model got genuinely better. It wasn’t just a numbers game—it was a reliable, predictable path to intelligence.
But around 2024, that path started to hit a wall. Scaling returns are diminishing, and the industry is in denial. The easy gains are gone. The next leap won’t come from another trillion parameters. It will come from something far more subtle: how you use the model once it’s trained.
This is where the course’s real gold starts.
The Monkeys That Beat GPT-4
Azalia Mirhoseini’s lab ran a study that should terrify anyone who thinks bigger is always better. They called it Large Language Monkeys—after the infinite monkey theorem. The idea: take a small model, ask it the same question 10,000 times, and use a verifier to pick the best answer.
The result? Small models, given enough attempts, can outperform GPT-4.
Think about what that means. The model already “knows” the correct answer. It’s just not stable enough to produce it in one shot. But give it a thousand chances, and the correct answer will emerge. The bottleneck isn’t the model’s intelligence—it’s our ability to extract it reliably.
This is the core insight that the entire industry is slowly waking up to: The real prize isn’t training bigger models. It’s building better verifiers and smarter inference-time compute.
Every time you use a reasoning model like o1 or o3, that’s exactly what’s happening under the hood. The model doesn’t just answer—it plans, decomposes, backtracks, self-corrects. It’s not a database anymore. It’s a problem-solver.
The Verifier Problem
Here’s where it gets uncomfortable. The whole self-improving AI agent framework works brilliantly—but only in domains where you can verify the answer. Code works because unit tests are objective. Math works because answers are right or wrong. But what about writing a marketing copy? Or summarizing a legal document? Or analyzing a complex business strategy?
In those domains, the verifier is you. And that’s the bottleneck. AI agents can only be as autonomous as the verifier allows. If you can’t objectively judge the output, you can’t trust the agent to self-improve. And that’s why coding agents are the first real breakthrough—not because code is easier, but because error is binary.
Aakanksha put it bluntly: “Robust verification is the biggest bottleneck in this field.” And she’s right. The entire promise of self-improving AI agents—the loop where models generate data, verify it, and train themselves—rests on having a reliable verifier. Without it, the loop becomes an error amplifier, not a learning engine.
This is why the next wave of AI progress won’t be about larger models. It will be about building verifiers that can judge complex, open-ended tasks. And the companies that crack that problem will win the next decade.
What This Means for You
Stop obsessing over which model has the most parameters. Stop comparing GPT-4 to Claude to Gemini on benchmarks that don’t reflect real use. Instead, ask two questions:
- Can this model think step-by-step and correct itself?
- Can I verify its output reliably?
If the answer is yes to both, you’re looking at a tool that can actually transform your work. If the answer is no, you’re looking at a glorified autocomplete—no matter how big it is.
The course showed that AI’s evolution is a story of feedback loops. First, scaling laws used loss functions. Then RLHF used human preferences. Then reasoning models used verifiers. Now, self-improving agents use their own output. Each loop moves the feedback inward, making the model more autonomous. But also more dangerous if the verifier is weak.
The most exciting and unsettling thing about this moment is that we’re still early. Coding agents work. Research agents are getting there. General-purpose agents that can reliably handle subjective tasks? That’s the horizon. But understanding the logic behind it—the shift from training compute to inference compute, the critical role of verifiers—is what will keep you from being fooled by the hype.
The next time you see a demo of an AI agent writing code or researching a topic, notice what’s happening. It’s not just a smarter model. It’s a new kind of machine—one that can think, iterate, and verify its own work. That’s the real revolution. And it’s only just beginning.
FAQ
Q: Isn't this just another hype cycle? The industry always says 'this time it's different.'
A: It's different because the bottleneck shifted from training to inference. We've seen scaling laws plateau—that's a real physical constraint. The new leverage is in how you allocate compute at inference time, not in how many parameters you cram in. The Large Language Monkeys study is a concrete proof that small models + enough attempts can beat giants. That's not hype; it's a measurable shift in strategy.
Q: What practical use does this have for me today? I'm not training AI models.
A: It changes how you evaluate AI tools. Instead of asking 'which model has the most parameters?', ask 'does this tool allow me to run multiple attempts?' or 'does it show its reasoning process?' Use tools like Claude Code or Deep Research that leverage inference-time compute. For your own work, write prompts that encourage step-by-step reasoning. And if you're building AI-powered products, invest in verifiers—unit tests, checklists, automated validation—before you spend on more model capacity.
Q: But doesn't this make AI more dangerous? If models self-improve without human oversight, errors could compound.
A: Exactly. That's the dark side of the same coin. The self-improving loop is powerful only when the verifier is reliable. In code and math, it's safe. In open-ended domains like journalism or law, we don't have robust verifiers yet. The danger isn't that models will become superintelligent overnight—it's that they'll amplify their own mistakes in domains where we can't easily check them. The industry's real challenge isn't just building better models; it's building trustworthy verifiers.