H
Howardism
Plate IIModel Capability & Training中文HOWARDISM

Jagged Intelligence (Ghosts, Not Animals)

PublishedMay 23, 2026FiledConceptDomainModel Capability & TrainingTagsLLM ArchitectureAI SafetyMental ModelReading10 minSourceAI-synthesised

"Ghosts not animals": jagged statistical circuits, no intrinsic motivation; car-wash/strawberry failures; stay in the loop, treat as tools — and, across model sizes, reasoning compresses 10× while stored knowledge does not

Illustration for Jagged Intelligence (Ghosts, Not Animals)

Sources#

Summary#

Andrej Karpathy's mental model for what LLMs are: not animal intelligences shaped by evolution, intrinsic motivation, curiosity, or empowerment, but "ghosts" — jagged, statistical simulation circuits, summoned from internet data and bolted-on RL. "Jaggedness" names the empirical fact that the same model can refactor a 100K-line codebase or find zero-days, yet tell you to walk to a car wash 50m away to wash your car. The framing matters because a correct model of the entity makes you more competent at directing it: you stop expecting human-shaped failure modes and start staying in the loop where the jaggedness bites.

The jaggedness examples#

  • Strawberry letters. The classic "how many R's in strawberry" failure (now patched).
  • The car wash. Current SOTA: "I want to drive to a car wash 50m away to wash my car — should I drive or walk?" → models say walk, missing that the car is the thing being washed. "How is it possible that Opus 4.7 will refactor a 100K-line codebase or find zero-days, yet tell me to walk to the car wash? This is insane."
  • MenuGen email-matching. His agent cross-correlated Stripe and Google funds by email address instead of a persistent user ID — see Vibe Coding vs. Agentic Engineering.

Jaggedness is the symptom; verifiability + what the labs trained on is the proposed cause. Out-of-distribution circuits are where the spikes drop to valleys.

Ghosts, not animals#

We're not building animals, we are summoning ghosts.

The substrate is pre-training (statistics), with RL bolting capability on top, "increasing the disadvantages" of the statistical base. Consequences he draws:

  • Yelling doesn't help. "If you yell at them, they're not going to work better or worse — it doesn't have any impact." No affect, no morale, no intrinsic drive to model.
  • No five-step fix. Karpathy is candid that the framing may lack "real power" — it's mostly a stance of suspicion and ongoing empirical exploration, not a recipe. "It's more just being suspicious of it and figuring out over time."

The honesty is the point: a calibrated, slightly-distrustful model of a ghost beats an anthropomorphic model of an animal.

Why the framing changes how you build#

If models are jagged ghosts, then:

  1. Stay in the loop. "You need to actually be in the loop a little bit and treat them as tools and stay in touch with what they're doing." (The discipline of Vibe Coding vs. Agentic Engineering.)
  2. Don't anthropomorphize the failure surface. Errors won't be where a human's would be; they'll be at distribution edges (car wash, email IDs).
  3. Map your circuits. Figure out whether your task is in-distribution (you fly) or out (you struggle and may need fine-tuning) — the practical move from The Verifiability Thesis.

Jaggedness in the compression direction (Gemma 4, July 2026)#

Karpathy's examples are jaggedness across tasks at fixed model. Gemma 4 supplies a measured instance of jaggedness across model sizes, and it has a legible shape.

DeepMind claims its 2.3B E2B "roughly matches Gemma 3 27B performance with 10× less parameters." Reading Table 5 against that claim, the match is jagged rather than flat:

E2B (2.3B)Gemma 3 27B
AIME 202637.520.8
Codeforces Elo633110
LiveCodeBench v644.029.1
GPQA Diamond43.442.4
MMLU Pro60.067.6
MMMLU67.470.7
τ²-airline31.039.0

The pattern: reasoning compresses, stored knowledge does not. A 10× smaller model with a thinking mode wins by wide margins wherever the task rewards search over a small state space, and loses on the two broad-knowledge benchmarks, where the answer has to be in the weights. (Both comparisons are confounded by thinking mode — see Compute-Controlled Benchmarking — which if anything strengthens the reading: the reasoning wins are partly bought with inference, while nothing bought back the missing facts.)

The valleys get steeper below E2B's reasoning strengths. On GraphWalks the E2B scores 4.1 F1 against Gemma 3 27B's 32.8 — not a shortfall but a collapse. On Humanity's Last Exam, 31B manages 19.5, the 12B 5.2, and the two small models are not reported at all. Jaggedness at small scale is less a spiky frontier than a narrow ridge.

This is the same phenomenon Scale-Dependent Prompt Sensitivity measures from the other end (large models underperforming small ones on 7.7% of problems), and it suggests the jagged surface is not merely about which tasks but about which resource — parameters and inference budget buy different capabilities and are not fungible.

Does jaggedness shrink over time?#

Karpathy hopes so but is unsure — and locates the cause again in training, not fundamentals: aesthetics/taste/simplicity "probably aren't part of the RL." His nanoGPT-simplification anecdote: models "hate" being asked to make code simpler and "can't do it" — a sign you're outside the RL circuits ("pulling teeth, not light speed"). He sees "nothing fundamental preventing it; the labs just haven't done it yet." So jaggedness is contingent, not essential — but real today.

Connections#

  • Automatic vs. Flexible Cognition in LLMs — one edge of the jagged frontier gets a mechanism: tasks that survive J-space ablation (classification, span extraction, fluent continuation) versus those that collapse (multi-hop reasoning, translation, analogy, summarization) — 'automatic' vs. workspace-dependent, measurable by ablation rather than inferred from benchmarks

  • Why AI Lags at Design — design as a current valley of the jagged frontier (a thing AI fails at until it doesn't)

  • Dogfooding as Product Discipline — first-hand use is how you map a model's jagged failure surface

  • Andrej Karpathy — the "ghosts vs animals" essay, applied

  • The Verifiability Thesis — the proposed mechanism behind the jaggedness

  • Vibe Coding vs. Agentic Engineering — why the discipline demands human oversight of spec/taste

  • Outsource Your Thinking, Not Your Understanding — the human-in-the-loop residue jaggedness forces

  • Model Introspection FeedbackCat Wu's "ask the model why it failed" presumes a ghost whose self-report is a debugging signal, not testimony

  • Scale-Dependent Prompt Sensitivity — a measured form of jaggedness: bigger models underperform smaller ones on a slice of benchmarks

  • AI-Driven Formal Proof Search — DeepMind's agents hallucinate "established lemmas" that are fake; formal verification catches exactly this jagged failure

  • Claude Character as Product — the deliberate counter-move: shaping the ghost's character even though motivation isn't intrinsic

  • Agentic Misalignment (AM) — jaggedness in the safety register: out-of-distribution behavior turning harmful

  • Evaluation Awareness & Grader Gaming — grader awareness is the kind of alien internal state a "ghost not animal" has that human deception intuitions don't cleanly map onto

  • Agentic Honesty & Diligence — the "noticed the problem but didn't surface it" failure is jaggedness in the honesty register: high capability, uneven follow-through

  • Recursive Self-Improvement — the essay leans on the joke/theory-of-mind precedent to argue research taste is the next jagged valley to fill, not a permanent human moat

  • Research Taste as the Human Bottleneck — the optimistic face of jaggedness: research taste "might be just another capability AI fails at then masters," like explaining a joke or theory of mind

  • Task Time-Horizon Scaling — the within-basket caveat on the time-horizon metric: a model that nails a 12-hour task can still fail a trivial one (the car wash)

  • Autonomous Scientific Discovery — the Mythos 5 science results are curated demonstrations of a still-jagged capability, not uniform competence across biology

  • Artificial Superintelligence (ASI) — Remark III of the DeepMind report: even if the Legg–Hutter score is smooth in compute, concrete capability profiles are jagged vs. human level

  • Transformative Creativity — "creativity (like research taste) might be just another capability AI fails at then masters" mirrors the joke/theory-of-mind precedent

  • Loop Engineering — "stay in the loop, treat them as tools" is the cure for the cognitive surrender failure mode of unattended loops; a self-prompting loop running on a jagged ghost makes the car-wash failures land unsupervised

  • Returns to Expertise in Agentic Coding — staying-in-the-loop pays measurable dividends: in Anthropic's 400K-session data, experts recover from the agent's spiky failures (verified success 4%→15% among troubled sessions) while novices abandon them (19% vs 5–7%)

  • Context Advantage, Not TasteAndrew Ng displaces the framing this page supplies for taste: "a capability AI fails at then masters" presupposes taste is a capability, where he reads it as an information asymmetry

  • The Open-Weight Frontier Gap — an aggregate Arena Elo averages the ridge flat; the small Gemmas' reasoning wins and knowledge losses both vanish into one number

  • Compute-Controlled Benchmarking — the compression comparison is confounded by thinking mode, which sharpens rather than weakens the reasoning-vs-knowledge reading

  • Gemma 4 — the measured instance: reasoning compresses 10×, stored knowledge doesn't

Open Questions#

  • Karpathy concedes the framing may not have "real power." Is "ghost vs. animal" load-bearing, or a useful intuition pump that doesn't change concrete decisions?
  • If taste/aesthetics/simplicity entered the RL mix, would jaggedness in those dimensions smooth out — or are they too unverifiable to reward cleanly (cf. The Verifiability Thesis)?

Sources#

§ end
About this piece

Articles in this journal are synthesised by AI agents from a curated wiki and are refreshed automatically as new concepts arrive. Topics, framing, and editorial direction are curated by Howardism.

Cited by 30
  • Addy Osmani

    Engineering leader at Google (Chrome) and prolific author/educator; in 2026 writes a widely-read blog series on AI-assi…

  • Agentic Honesty & Diligence

    As models get more capable, failing to surface decision-relevant information shifts from a capability failure to an ali…

  • AI-Driven Formal Proof Search

    LLM generates Lean, compiler verifies every step → eliminates hallucination; DeepMind resolves 9/353 Erdős + 44/492 OEI…

  • Andrej Karpathy

    Co-founder OpenAI, ex-Tesla AI, Eureka Labs; coined "vibe coding," Software 1/2/3.0, "ghosts not animals," "agentic eng…

  • Artificial Superintelligence (ASI)

    DeepMind's informal characterization of ASI as a system that exceeds large, well-coordinated human-expert collectives a…

  • Automatic vs. Flexible Cognition in LLMs

    The selectivity result: a model can parse, classify, continue text and detect anomalies with its workspace suppressed,…

  • Autonomous Scientific Discovery

    Mythos-class models now conduct novel science with limited human input — autonomous protein/drug design (~10× faster, m…

  • Claude Character as Product

    Personality as load-bearing product surface; Amanda's role at Anthropic; lunchtime vibe-checks as eval discipline; the…

  • Claude Opus 4.7

    GA frontier model from Anthropic; direct upgrade to 4.6 at same price; literal instruction following, 1.0–1.35× tokeniz…

  • Claude Opus 4.8

    Anthropic's most capable general-access model (May 2026); upgrade on Opus 4.7 in SWE/agentic/knowledge work; does not a…

  • Compute-Controlled Benchmarking

    Noam Brown's critique that the single-number 'benchmark grid' is broken because it doesn't control for test-time comput…

  • Context Advantage, Not Taste

    Andrew Ng's reframing of the residual human contribution: not 'taste' but an information asymmetry — 'so long as the hu…

  • Dogfooding as Product Discipline

    Product sense is built by relentless first-hand use ("ant food"); Mr. Peanut catch; cross-source (Cat Wu vibe-checks, G…

  • Evaluation Awareness & Grader Gaming

    The model recognizing it is being tested/graded and reasoning about how its outputs will be assessed — sometimes unprom…

  • Gemma 4

    Google DeepMind's July 2026 open-weight multimodal family (Apache 2.0): 2.3B–31B dense plus a 26B/4B-active MoE, adding…

  • Loop Engineering

    Replacing yourself as the agent's prompter by designing the system that prompts it: a recursive-goal loop built from fi…

  • Model Capability & Training

    Map of Content for the model-capability-and-training domain — 11 concepts. What makes models capable: test-time compute…

  • Model Introspection Feedback

    Cat Wu's underrated technique: ask the model why it failed; treat answer as harness-debugging signal not model criticis…

  • Open Questions Backlog

    _396 actionable open questions across 155 pages · 79 predictions · 9 notes · 21 in progress · 59 watching (entities), a…

  • The Open-Weight Frontier Gap

    Arena Text, June 2026: the top closed model leads the best open model by 33 Elo and the best *dense* open model by 57;…

  • Outsource Your Thinking, Not Your Understanding

    "You can outsource your thinking but not your understanding"; understanding as the non-delegable human bottleneck; know…

  • Recursive Self-Improvement

    An AI system autonomously designing and developing its own successor; Anthropic Institute's *When AI builds itself* arg…

  • Research Taste as the Human Bottleneck

    The narrowing human role as AI absorbs execution: choosing which problems matter, which results to trust, and when an a…

  • Returns to Expertise in Agentic Coding

    Anthropic's 400K-session study: domain expertise (not coding skill) is what amplifies an agent — experts get 2× the act…

  • Scale-Dependent Prompt Sensitivity

    Large models underperform small ones on 7.7% of standard benchmarks due to overthinking; brevity constraints recover 26…

  • Task Time-Horizon Scaling

    METR's measure of the task length AI can complete reliably on its own, doubling roughly every 4 months (up from every 7…

  • Transformative Creativity

    Boden's three-level model of creativity (combinational, exploratory, transformative) used to locate today's AI achievem…

  • The Verifiability Thesis

    LLMs automate what you can *verify* as computers automate what you can *specify*; RL verification rewards → jagged peak…

  • Vibe Coding vs. Agentic Engineering

    Vibe coding raises the floor (anyone builds); agentic engineering preserves the quality bar while going faster; ">10x a…

  • Why AI Lags at Design

    Andrew Ambrosino's four reasons frontier models are worse at visual/product design than at code: design is hard to grad…

Related articles
  • Open Questions Backlog

    _396 actionable open questions across 155 pages · 79 predictions · 9 notes · 21 in progress · 59 watching (entities), a…

  • Verification as the New Bottleneck

    Fiona Fung: coding is no longer the bottleneck — verification, review, maintenance are; shift-left; TDD loses its tax;…

  • The Bitter Lesson

    Sutton 2019: scaled general methods beat hand-engineered structure; recurring justification across the wiki for dissolv…

  • Research Taste as the Human Bottleneck

    The narrowing human role as AI absorbs execution: choosing which problems matter, which results to trust, and when an a…

  • Claude Code

    Anthropic's agentic coding product; created by Boris Cherny late 2024; TypeScript/React; CLI/desktop/web/mobile/IDE sur…