Onpode
Cover art for The scaling paradox: how larger models develop unexpected emergent abilities

The scaling paradox: how larger models develop unexpected emergent abilities

September 9, 2026 · 13 min

Eleanor Crane & Ben Okonkwo

Large language models develop emergent abilities — capabilities absent at smaller scale that appear abruptly past certain parameter thresholds, such as GPT-3 failing modular arithmetic while PaLM at 540 billion parameters nearly perfects it. Whether these jumps reflect genuine internal phase transitions or measurement artifacts remains unresolved, with major implications for AI governance.

Large neural networks display emergent abilities — capabilities such as reasoning, code generation, abstract thinking, and in-context learning that are absent or near-random in smaller models but appear suddenly and reliably once scale in parameters, data, and compute crosses certain thresholds. The term "emergent abilities" gained traction through research by Jason Wei et al.

0:0012:37
Get the next episode on Artificial Intelligence

Follow it free — new episodes land in your feed.

Or make your own — any topic, in minutes

More Onpode episodes on Artificial Intelligence

About this episode

There's a moment in this episode that's hard to shake: two models, one task, and a jump from near-random to near-perfect with nothing in between. No gradual improvement. Just a cliff. The question the episode actually pursues is whether that cliff is real — a genuine phase transition inside the model — or an illusion produced by how we chose to measure. The answer, it turns out, is genuinely unresolved. Swap a binary accuracy metric for a graded rubric and the cliff flattens into a slope that was there all along. But some discontinuity survives even that correction. Both interpretations remain live, and the field doesn't yet have a clean way to distinguish them from the outside. What makes this more than an academic debate is what's riding on the answer. Labs at the frontier have organized entire R&D strategies around scaling laws — the expectation that qualitatively new capabilities will emerge from size. Then o3 jumps from 5% to 88% on ARC-AGI, not through more parameters but through post-training reinforcement learning and inference-time compute. The definition of 'scaling' shifted under everyone. And governance frameworks being drafted right now are treating the mechanism as more settled than it is. The episode doesn't pretend to resolve that. What it argues, quietly and carefully, is that honest uncertainty — named clearly, designed around — is the only intellectually defensible place to stand.

Frequently asked

What are emergent abilities in large language models?

Emergent abilities in large language models are capabilities that are absent at smaller scale and appear suddenly once models cross certain size thresholds — not explicitly trained for and not predicted in advance. Jason Wei and colleagues formally defined the term in a 2022 paper, documenting discontinuous jumps across tasks including symbolic reasoning, arithmetic, and question answering.

Are emergent abilities in LLMs real phase transitions or just measurement artifacts?

The debate is genuinely unresolved. Binary accuracy metrics can manufacture the appearance of a cliff: a model scoring near zero on partial reasoning looks identical to random guessing. Switching to graded rubrics often reveals a smoother slope. However, some discontinuities — such as PaLM's modular arithmetic jump — survive metric changes, leaving the phase-transition interpretation alive.

What is the difference in performance between GPT-3 and PaLM on modular arithmetic?

GPT-3 at 175 billion parameters performs near-randomly on modular arithmetic, essentially guessing. PaLM at 540 billion parameters achieves near-perfect accuracy on the same task. No gradual improvement exists between those two scales — the capability jump is abrupt and was not engineered in, according to Wei et al.'s 2022 emergent abilities research.

Does scaling up parameters always produce emergent abilities, or are there other factors?

Parameter count is not the only lever. OpenAI's o3 jumped from 5% to 88% on the ARC-AGI benchmark — an emergence-shaped leap — driven by scaled post-training reinforcement learning and inference-time compute, not by adding pre-training parameters. DeepSeek-R1 shows the same pattern, meaning the definition of 'scaling' itself is shifting within the field.

Why do emergent abilities in AI matter for regulation and governance?

AI governance frameworks treat emergent abilities as a core reason frontier models are hard to regulate: unpredictable capability jumps make risk assessment fundamentally harder. If emergence reflects real phase transitions, precautionary oversight is the rational response. If jumps are largely measurement artifacts, the urgency may be miscalibrated. Current frameworks are being designed under genuinely unresolved foundational uncertainty.

Grounded in 8 sources
Emergent Abilities in Large Language Models: A Survey - arXiv · arxiv.org
AI Scaling: From Up to Down and Out · arxiv.org
Are Emergent Abilities of Large Language Models a Mirage? · researchgate.net
AI Infrastructure Evolution: From Compute Expansion to ... · researchgate.net
Emergent Properties in Large Language Models (LLMs): Deep Research | by Greg Robison | Medium · gregrobison.medium.com
Emergent Properties in Large Language Models - Medium · gregrobison.medium.com
What is AI Scaling? - Scaling AI Explained - AWS · aws.amazon.com
International AI Safety Report 2026 · internationalaisafetyreport.org
Read transcript

Eleanor Crane: Ben, hey — I have to ask, did you sleep alright? Because I did not, and I'm blaming the thing we're talking about today.

Ben Okonkwo: Ha — what kept you up, specifically?

Eleanor Crane: Well, I kept turning over this one comparison. Two models. GPT-3, one hundred and seventy-five billion parameters — and it cannot do modular arithmetic. Like, near-random. Essentially guessing. Then PaLM, five hundred and forty billion — near-perfect. Same task. Nothing in between those two numbers. No curve, no gradient. Just... a cliff.

Ben Okonkwo: Right — and nobody engineered that in.

Eleanor Crane: That's the part I can't put down. Jason Wei and his colleagues published this in 2022, formally — they called it emergent abilities, built it into a whole research category. And the definition is almost unsettling when you say it plainly: capabilities that are absent at smaller scale and appear suddenly once you cross certain thresholds. Not trained for. Not expected. Just... there.

Ben Okonkwo: And it's not one task — symbolic reasoning, complex arithmetic, question answering. The same discontinuous jump shows up across all of them.

Eleanor Crane: Which raises the question that I think is actually what this whole conversation is about — is this a real phase transition happening inside the model, or is the cliff an illusion built into how we measured?

Ben Okonkwo: And the answer matters more than it might seem, because the entire scaling strategy — the trillion-dollar bet — rests on which one is true.

Eleanor Crane: That's exactly the part that nagged at me at midnight, yeah.

Ben Okonkwo: Honestly? Fair.

Eleanor Crane: And that bet — I want to understand the actual mechanism underneath it before we get to whether the cliff is real. Like, what does it even feel like from the inside of the thing?

Ben Okonkwo: Think of it like a radio coming into range. The signal was always there — you're just driving through the hills, and below a certain point all you hear is static. Then you crest, and suddenly: music. Full music. The radio didn't learn to receive. You just crossed a threshold.

Eleanor Crane: No explicit moment of teaching it.

Ben Okonkwo: None. And that's the one clean sentence I'd want someone to walk away with: scale crosses a threshold, and capabilities appear that nobody wrote a rule for. Now — in-context learning is probably the clearest case. You hand GPT-3 three examples in the prompt. No weight updates, nothing retrained. And it solves a task it has never seen. The model isn't being fine-tuned in that moment — it's reading the examples and... generalizing. Instantly.

Eleanor Crane: Wait — nobody trained it to do that? Like, there's no step in the pipeline that says 'now learn from examples in the prompt'?

Ben Okonkwo: Correct. It emerged from scale. And chain-of-thought is the same story — actually, this one is weirder, if anything. Smaller models, you ask them a multi-step arithmetic problem, they jump straight to an answer. Wrong, usually. Larger models, past a certain threshold, they start breaking it into steps. Intermediate reasoning. Nobody told them to show their work.

Eleanor Crane: But wait — in-context learning, chain-of-thought — these are real skills. A researcher could sit down and try to teach those explicitly. And yet—

Ben Okonkwo: And yet scale just... produced them. The symbolic abstraction piece is actually where I find the evidence most interesting — GPT-2 variants, absent. You look for the mechanisms that let a model identify an abstract rule and apply it, and they're not there. Above certain scale thresholds, they appear. Across model families, not just one architecture.

Eleanor Crane: Across unrelated domains too, though — it's not like this happens on one benchmark.

Ben Okonkwo: Right — and that's what makes Jason Wei et al.'s 2022 work so hard to dismiss. It's not isolated. The same discontinuous jump, symbolic reasoning, complex arithmetic, question answering — shows up across tasks and architectures. That's the pattern that earns the term emergent abilities as a research category, not just a single fluke on one benchmark.

Eleanor Crane: So — and I want to make sure I'm tracking this right — PaLM at five-forty billion does the thing, GPT-3 at a hundred and seventy-five billion essentially guesses. And the space between those two numbers contains no gradual improvement. Is that a cliff, or is that slope we just can't see yet?

Ben Okonkwo: That is exactly — hm, okay, that's the question that the next piece of evidence either answers or complicates. Because it depends entirely on how you're measuring.

Eleanor Crane: And here's what genuinely unsettles me — a software engineer, let's say it's a Saturday afternoon, she's benchmarking two model sizes, runs the same reasoning task, and she watches the accuracy graph go from twelve percent to ninety-one. Cliff. She thinks: phase transition. Then she swaps in a graded scoring rubric, partial credit for partial reasoning, and suddenly there's... a slope. A smooth climb that was there the whole time.

Ben Okonkwo: Right — and she didn't change the model. She changed the ruler.

Eleanor Crane: So what did she actually see the first time?

Ben Okonkwo: She saw the metric's non-linearity. Accuracy is binary — right or wrong. So a model that's getting sixty percent of the reasoning correct but consistently failing the final step scores identically to a model that's guessing randomly. Both score near zero. Then you add one more layer of scale, the model clears that last step, and suddenly it scores one hundred. The jump was always in the threshold of the measurement, not a phase transition inside the network. It's — like asking 'is it light yet?' every hour versus actually tracking luminosity. The sunrise was always gradual. The binary question manufactured the drama.

Eleanor Crane: The mirage framing.

Ben Okonkwo: Exactly that. And if the measurement artifact critique is right, what you're documenting when you see abrupt emergence is the non-linearity of accuracy as an evaluation choice — not genuine internal reorganization in the model.

Eleanor Crane: But does that actually resolve anything? Because — I mean, that engineer on her Saturday afternoon, she still watched it go from twelve to ninety-one. The model still couldn't do the task and then it could. Whether the slope was hidden or whether it was a cliff, the capability is there now and it wasn't before.

Ben Okonkwo: That's the load-bearing question, and honestly — the evidence doesn't resolve it. Not definitively. The measurement artifact critique is real, the graded metrics do flatten the curve, but the phase-transition interpretation isn't dead. The PaLM modular arithmetic data, the symbolic abstraction findings, those don't fully dissolve when you switch metrics. Some of the discontinuity survives. Which means we're in a genuinely unresolved debate, not a settled one.

Eleanor Crane: Wait — so both can be partially true?

Ben Okonkwo: Some jumps are metric artifacts. Some might be real internal reorganization. We don't yet have a clean way to tell them apart from the outside, which — yeah. That's the problem.

Eleanor Crane: And that distinction isn't academic, because what hinges on it is whether future capabilities are predictable — and governance frameworks being built right now are treating this as more settled than it is.

Ben Okonkwo: Which is where the stakes get uncomfortable — and the part that actually makes this worse is what's happening to the definition of scaling itself, which we haven't touched yet.

Eleanor Crane: Well, and that question — whether the cliff is in the model or in the ruler — that's the thing I keep returning to, because the answer changes everything about how much we should trust what we think we know.

Ben Okonkwo: And that's exactly where the scaling definition starts to crack — because OpenAI, Google DeepMind, Anthropic, Meta, all four of them have organized their entire R&D pipelines around scaling laws. Expecting qualitatively new capabilities to emerge. That's not a side bet, that's the architecture of the strategy.

Eleanor Crane: Meaning if the mechanism is wrong, the whole roadmap is wrong.

Ben Okonkwo: Right — but now look at what o3 actually did. On ARC-AGI, GPT-4o scores 5%. o1 gets 13.33%. Then o3 hits 88%. That's the same cliff shape we've been describing. Except — and this is the part that changes things — that jump didn't come from piling on more pre-training parameters. It came from scaled post-training reinforcement learning and search-based inference at inference time.

Eleanor Crane: Hold on. 5% to 88%?

Ben Okonkwo: 5 to 88. And DeepSeek-R1 is the same signal — significant reasoning gains through post-training RL and inference-time compute, not through growing the parameter count. So the thing we've been calling 'scaling' — the thing all four labs built their strategies around — that definition is quietly moving underneath everyone.

Eleanor Crane: So it's not just 'add parameters, watch capabilities appear.' The lever is changing.

Ben Okonkwo: Which means — okay, imagine a policy analyst, let's say she's in Brussels, it's a Tuesday evening, she's drafting a risk framework for frontier models. She's building it on the premise that unpredictable capability jumps come from pre-training scale. That's the foundation. And now the mechanism is post-training compute, inference-time search. The jump still happened. But the thing she was regulating — she was, I mean, she was regulating the wrong variable.

Eleanor Crane: And that matters because — well, the governance case rests on a specific claim. That emergence is unpredictable. That you cannot see the capability jump coming. Is that still true if the jump is coming from how you run the model at inference, not just how big it is?

Ben Okonkwo: That's the uncomfortable part. Policymakers and safety researchers have been treating emergent abilities as the core driver of why frontier AI is hard to regulate — because unpredictable capability jumps make risk assessment fundamentally harder. And that logic still holds even if the source of the jump shifts. The unpredictability doesn't go away, it just moves.

Eleanor Crane: There's an asymmetry here, though. If emergence reflects real phase transitions — something genuinely reorganizing inside the model — then precautionary oversight is the only rational response. We cannot predict the next jump. But if it's largely a measurement artifact, then the urgency tied to 'unknown capabilities appearing unpredictably' might be miscalibrated. Those two regulatory postures are not the same.

Ben Okonkwo: And neither one is comfortable.

Eleanor Crane: No. Because if you're wrong toward caution, you've over-regulated something you didn't understand. And if you're wrong the other direction—

Ben Okonkwo: You missed the jump.

Eleanor Crane: Governance frameworks being designed right now — under conditions of genuinely unresolved foundational uncertainty about the phenomenon they're meant to govern. That's the thing I don't think gets said plainly enough.

Ben Okonkwo: And the o3 and DeepSeek-R1 data makes it more unresolved, not less — because now we don't even have consensus on what dimension of scaling produces the next capability jump. The empirical ground is shifting at the same moment the regulatory ground is being poured.

Eleanor Crane: What actually settles for me is that grokking gives us a story. Memorization first, then abruptly, generalization. And it's a good story. It maps onto what we're seeing. But it was built to explain a different phenomenon and then extended to emergence by analogy, not by confirmation. We're borrowing a narrative.

Ben Okonkwo: Yeah — and the phase transition framing is the same category of thing. Internal circuit reorganization, representations suddenly restructuring at scale. A research direction. Real scientists working on it seriously. But not settled. We do not have a confirmed mechanism for why PaLM clears that modular arithmetic threshold and GPT-3 doesn't.

Eleanor Crane: Which is — I mean, that's the honest state of it, isn't it. Mechanistic ignorance. Not as an indictment of the researchers, just as a plain description of where the field actually is.

Ben Okonkwo: That's the one thing I'd want anyone walking away from this to actually hold. Not 'emergence is real' or 'emergence is a mirage' — we genuinely don't know. The question isn't resolving that debate before we scale further. It's whether we can build research and governance frameworks that function under either assumption.

Eleanor Crane: Both assumptions have to be live at the same time.

Ben Okonkwo: Both assumptions have to be live. That's it.

Eleanor Crane: I think that's actually a harder ask than it sounds. Holding genuine uncertainty without collapsing it into 'we'll figure it out eventually' on one side, or 'therefore stop everything' on the other. Just — sitting in it. Designing for it.

Ben Okonkwo: Honest uncertainty, named clearly, is at least the right starting point. Not comfortable — but right. Thanks for thinking through it with me.