本站提供正體中文版。切換到正體中文本站提供简体中文版。切换到简体中文このサイトには日本語版があります。日本語で表示이 사이트는 한국어로도 제공됩니다.한국어로 보기Diese Website ist auch auf Deutsch verfügbar.Auf Deutsch ansehenEste sitio web también está disponible en español.Ver en españolQuesto sito è disponibile anche in italiano.Visualizza in italianoCe site est également disponible en français.Afficher en françaisEste site também está disponível em português.Ver em portuguêsDeze website is ook beschikbaar in het Nederlands.In het Nederlands bekijkenЭтот сайт также доступен на русском языке.Смотреть на русскомयह वेबसाइट हिन्दी में भी उपलब्ध है।हिन्दी में देखेंهذا الموقع متاح أيضًا باللغة العربية.عرض بالعربيةSitus ini juga tersedia dalam bahasa Indonesia.Lihat dalam bahasa IndonesiaBu site Türkçe olarak da mevcut.Türkçe görüntüleTa strona jest dostępna także po polsku.Wyświetl po polskuTrang web này cũng có phiên bản tiếng Việt.Xem bằng tiếng Việtاین وب‌سایت به فارسی هم در دسترس است.مشاهده به فارسی

The Jagged Intelligence of LLMs: Why AI Is a Genius One Moment and a Fool the Next

AI2026.05

The same LLM can, on one hand, methodically refactor a hundred thousand lines of code, and on the other, offer advice as absurd as “walk over to the car wash to wash your car.” This enormous gap in capability is what’s called “jaggedness.”

A jagged line chart illustrating the distribution of an LLM’s capabilities: on the left, a robot glides smoothly along a reinforcement-learning track; on the right, a robot hacks wildly through a jungle with a machete

The Key Isn’t Difficulty, but “Whether It’s Been Practiced”

What’s interesting is that the key isn’t “whether humans find the task hard or easy,” but whether the task falls within the model’s training-data distribution.

Andrej Karpathy—a founding member of OpenAI and former director of AI at Tesla—points to two main causes:

  1. Verifiability: code has a clear right-or-wrong signal—does it compile, do the tests pass—which makes it easy for reinforcement learning (RL) to train and reinforce over and over.
  2. Economic factors: capabilities with commercial value get prioritized by frontier labs and packed into the training-data distribution; the common sense of everyday life, meanwhile, tends to get overlooked.

Smooth on the Track, Hacking Away the Moment It Strays

The result is this: when the model stays on the track that reinforcement learning has paved, it flies fast and smooth; but the moment it strays off the track, it’s like someone hacking wildly through a jungle with a machete—on the surface it looks as though it’s diligently getting things done, but what it’s actually doing is utterly absurd.

So to truly use an LLM well and avoid stepping on landmines, you have to build a “sufficiently accurate” mental model of its capabilities: knowing which tasks keep it on the track, and which tasks have actually led it into the jungle.