Gap 1: generalization outside the training distribution
Today's models excel at recognizing patterns similar to what they've seen in large quantities. On tasks clearly outside that pattern, performance drops unpredictably - not gradually, but often abruptly. A coding assistant that reliably handles standard refactors can produce plausible-sounding but wrong suggestions for an unusual, rarely documented architecture decision, without noticing it itself.
Gap 2: continual learning without forgetting
A human learns from every new experience without losing prior knowledge. Today's models are essentially frozen after training: new knowledge either arrives through an expensive, infrequent retraining process, or gets fed in as context for the current conversation only (see "How does a language model actually 'think'?") - gone again the next day. Retraining models so they learn without overwriting older knowledge remains an unsolved research problem.
Gap 3: reliability across long task chains
"Agentic AI: from chatbot to autonomous coworker" already explained the error chain: failure probabilities compound over many steps. An agent that's 95% reliable per step ends up with roughly a one-in-three success probability after 20 steps. This gap is a main reason autonomous agents today mostly stay limited to short, tightly scoped task chains.
Gap 4: grounding in the physical world
"World models: on the path to physical understanding" describes the sim-to-real gap: a system that shines in simulation often behaves surprisingly fragile in the unpredictable real world. A language model can describe every step of a recipe precisely without ever having understood how much force it takes to crush an egg.
Gap 5: reliable self-assessment
"Where AI hits its limits" showed that a model often sounds just as confident giving a wrong answer as a right one. Knowing what you don't know is its own capability - and today's models mostly lack it. That makes automated oversight harder: a system that doesn't reliably signal its own uncertainty is hard to monitor automatically (see "Human in the loop: when AI needs approval").
Why this matters for you as a decision-maker
These five gaps aren't a reason to avoid AI - they show where human oversight is still needed today. Knowing them lets you target where AI already works reliably (narrow, tightly scoped tasks close to the training data) instead of waiting for a generality that doesn't exist yet.