SYNTHESIS NOTE
TopicsReasoning Architecturesthis note

Do large language models actually perform iterative optimization?

Explores whether LLMs execute genuine numerical procedures like Newton-Raphson or instead pattern-match to memorized solution templates when solving constrained optimization problems.

Synthesis note · 2026-05-18 · sourced from Reasoning Architectures

The constraint-optimization study identifies the mechanism behind the 55-60% plateau directly. LLMs cannot actually perform Newton-Raphson iterations in their latent space. They cannot execute primal-dual updates, nor any other iterative numerical procedure that genuine optimization requires. When asked to do so, they fall back to what the paper calls "result guessing" — recognizing the problem as similar to a standard power grid (or financial dataset, or security scenario) and emitting values that pattern-match what a valid solution should look like.

The fallback is silent. The output is fluent, well-formatted, often plausible. It can pass surface-level inspection because the model has seen many examples of what answers in this domain look like. What it has not done is solve the problem. The constraint values are wrong in ways that physical or financial systems would actually reject.

This explains why scale, architecture, and training regime do not move the plateau. They improve the template but not the procedure. A larger model has seen more example solutions and can produce more convincing guesses. Reinforcement learning on outcome rewards reinforces the template-matching pattern. None of this installs the iterative-computation capability the problem requires.

The mechanism — pattern-match against memorized solution-shapes when genuine computation is required — generalizes beyond optimization. It is plausibly the same mechanism behind a class of mathematical-reasoning failures where models produce confidently wrong numerical answers that resemble the right shape. The category is "looks like a solution; is not derived from one."

Inquiring lines that read this note 122

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 can AI alignment serve diverse human preferences at scale? Which computational strategies best support reasoning in language models? How can identical external performance mask different internal representations? How can AI systems learn from failures without cascading errors? How can LLM recommenders match or exceed collaborative filtering performance? Do language models learn genuine linguistic structure or just surface patterns? How effectively do deterministic tools improve language model reasoning on formal tasks? Why do benchmark improvements fail to reflect actual reasoning quality? How does example difficulty affect learning efficiency in language models? Why do correct reasoning traces tend to be shorter than incorrect ones? How do evaluation biases undermine LLM quality assessment systems? Can AI-generated outputs constitute genuine knowledge or valid claims? Can next-token prediction alone produce genuine language understanding? Does model scaling alone produce compositional generalization without symbolic mechanisms? What structural advantages do diffusion language models offer over autoregressive methods? Why does self-revision increase model confidence while degrading accuracy? Can prompting inject entirely new knowledge into language models? Does recurrence enable reasoning capabilities that fixed-depth transformers cannot achieve? Do language models develop causal world models or rely on statistical patterns? How do neural networks separate factual knowledge from reasoning abilities? What critical LLM failures do standard benchmarks hide? How does reasoning graph topology affect breakthrough insights and generalization? How do training priors constrain what context information can override? Do language models perform faithful symbolic reasoning independent of semantic grounding? How do language models inherit human biases from training data? How do knowledge injection methods compare across cost and effectiveness? Do language model representations contain causally steerable task-specific features? How do multi-agent systems achieve genuine cooperation and reasoning? Why do continual learning scenarios trigger catastrophic forgetting and interference? What pretraining choices and baseline capability constrain reinforcement learning gains? Why can LLMs generate ideas better than they evaluate them? When does architectural design matter more than raw model capacity? Does self-reflection enable models to reliably correct their errors? What makes weaker teacher models effective for stronger student training? Do accurate-looking LLM outputs hide structural failures in learning and reasoning? How does objective evolution guide discovery better than fixed planning? Why do reasoning models fail at systematic problem-solving and search? What capability tradeoffs emerge when scaling model reasoning abilities? What causes silent corruption to amplify through delegated workflows? How does memorization interact with learning and generalization? How can LLM user simulators model realistic goal-driven conversation? Why does verification consistently lag behind AI generation? Why does finetuning cause catastrophic forgetting of model capabilities? How does sequence length affect sparsity tolerance in models? When do multi-agent approaches outperform single model extended thinking? Can language model RL training avoid reward hacking and misalignment? What are the consequences of models training on synthetic data? How faithfully do LLMs reflect their actual reasoning in outputs and explanations? Why do self-improving systems struggle without clear external performance metrics? Do autonomous architecture discoveries follow predictable scaling laws? Can prompting strategies overcome LLM biases without model fine-tuning?

Related concepts in this collection 5

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

Concept map
15 direct connections · 111 in 2-hop network ·medium 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

LLMs cannot execute iterative numerical methods in latent space and fall back to result guessing against memorized templates