SYNTHESIS NOTE
TopicsFlawsthis note

Can language models understand without actually executing correctly?

Do LLMs truly comprehend problem-solving principles if they consistently fail to apply them? This explores whether the gap between articulate explanations and failed actions points to a fundamental architectural limitation.

Synthesis note · 2026-02-23 · sourced from Flaws
How do LLMs fail to know what they seem to understand?

LLMs display surface fluency yet systematically fail at tasks requiring symbolic reasoning, arithmetic accuracy, and logical consistency. The diagnosis: a persistent gap between comprehension and competence, rooted not in knowledge access but in computational execution.

The paper names this "computational split-brain syndrome" — instruction and action pathways are geometrically and functionally dissociated within the model. The model can articulate the correct principle for how to solve a problem, then fail to apply that principle in the next step. This is not forgetting, not hallucination, not knowledge deficit — it is a structural disconnect between knowing-how-to-describe and knowing-how-to-do.

The failure recurs across domains: mathematical operations, relational inferences, logical deductions. The consistency across domains suggests an architectural rather than domain-specific cause. LLMs function as powerful pattern completion engines but lack the scaffolding for principled, compositional reasoning — structure for executing what they can describe.

This provides a mechanistic name for Can LLMs understand concepts they cannot apply?. Potemkin understanding names the phenomenon; computational split-brain names the mechanism. The geometric separation between instruction representations and execution pathways explains why the model can generate correct explanations and incorrect applications simultaneously without detecting the inconsistency.

It also concretizes Why do language models fail to act on their own reasoning?. The 87% vs 64% gap is the quantitative signature of the split-brain: the instruction pathway (rationale generation) and the execution pathway (action selection) draw on overlapping but dissociated representations.

The paper further argues that mechanistic interpretability findings may reflect training-specific pattern coordination rather than universal computational principles — the internal structures we discover may be execution artifacts, not reasoning architecture.

Planning as the paradigmatic test case. The 8-puzzle study (On the Limits of Innate Planning in Large Language Models) isolates two specific deficits: (1) brittle internal state representations leading to frequent invalid moves, and (2) weak heuristic planning with models entering loops or selecting actions that don't reduce distance to the goal. Even with an external move validator providing only valid moves, none of the models solve any puzzles. The comprehension-competence split is stark: models can articulate puzzle-solving strategies but cannot maintain accurate state representations across sequential moves. Since Can large language models actually create executable plans?, the gap widens with task complexity: 87% correct rationales → 64% correct actions → 12% executable plans → 0% puzzle solutions with validator assistance.

Inquiring lines that read this note 89

This note is a source for these research framings, grouped by the broader line of inquiry each explores. Scan the bold lines of inquiry; follow any specific question forward.

How do neural networks separate factual knowledge from reasoning abilities? Why can LLMs generate ideas better than they evaluate them? Why do LLM research ideas score high on novelty yet collapse into low diversity? Do base models contain latent reasoning that training can unlock? How faithfully do LLMs reflect their actual reasoning in outputs and explanations? How does example difficulty affect learning efficiency in language models? How can models identify insufficient information and respond appropriately without guessing? What coordination failures limit multi-agent LLM systems as they scale? How should we design LLM systems to maintain alignment and control? What critical LLM failures do standard benchmarks hide? What makes dialogue-based explanation more successful than monologue? Why do benchmark improvements fail to reflect actual reasoning quality? How do language models establish social grounding in human dialogue? How can humans calibrate appropriate trust in AI systems? How can language models sustain linguistic synchrony and intersubjectivity during dialogue? Do language models learn genuine linguistic structure or just surface patterns? What factors beyond surface content determine how readers extract meaning differently? Why do agents confidently report success despite actually failing tasks? How do language models inherit human biases from training data? Do accurate-looking LLM outputs hide structural failures in learning and reasoning? How do LLMs distinguish causal reasoning from temporal and semantic associations? Do language models perform faithful symbolic reasoning independent of semantic grounding? What limits mechanistic interpretability's ability to characterize models? Is model self-awareness based on genuine introspection or pattern matching? Why do LLM chatbots fail as independent therapeutic agents? Can AI-generated outputs constitute genuine knowledge or valid claims? What capability tradeoffs emerge when scaling model reasoning abilities? How can AI systems learn from failures without cascading errors? Is embodied interaction necessary for language meaning and genuine agency? What causes silent corruption to amplify through delegated workflows? What memory architectures best support persistent reasoning across extended interactions? Why do multi-turn conversations degrade AI intent and coherence? How should models express uncertainty rather than forced confident answers? Why do language models reinforce false assumptions instead of correcting them? What determines success in training models on multiple tasks? Why do reasoning models fail at systematic problem-solving and search?

Related concepts in this collection 3

This note in its neighbourhood — explore the map, then jump to a related concept in the list below.

Concept map
16 direct connections · 150 in 2-hop network ·dense cluster Open in graph ↗

Click a node to walk · click center to open · click Open in graph to see this note in the full knowledge graph

your link semantically near linked from elsewhere

Related papers in this collection 8

Papers most semantically related to this note, ranked by cosine similarity in the embedding space.

Original note title

comprehension without competence is a distinct LLM failure mode — instruction and execution pathways are dissociated