SYNTHESIS NOTE
TopicsReasoning Architecturesthis note

Do larger language models solve constrained optimization better?

Explores whether scaling LLMs—through more parameters, better training, or reasoning extensions—improves their ability to satisfy constraints in real optimization problems like power grids and portfolios.

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

When evaluated on real constrained-optimization problems — optimal power flow, financial portfolio constraints, cyber-security feasibility — LLMs cluster around 55-60% constraint satisfaction across virtually all conditions tested. The plateau is robust to changes in architecture, parameter count, and training regime. Reasoning models, despite extended chain-of-thought, do not systematically beat their non-reasoning counterparts on these tasks.

The flatness of the plateau is the finding. Most LLM capability work assumes that the relevant axis is performance vs scale, and that closing a gap is a matter of training on more or better data. Constrained optimization does not behave that way. The benchmark distinguishes problems that require jointly interpreting structured input, doing multi-step arithmetic, satisfying interacting physical constraints, and converging to feasible solutions. On the joint task, the model class itself appears to be near a ceiling.

This is distinct from general reasoning benchmarks (MMLU, GPQA) and from logical reasoning benchmarks (ARC-AGI, SATBench, ZebraLogic). Those measure either broad knowledge or synthetic constraint puzzles. Real engineering optimization requires the model to execute iterative numerical procedures over physical constraints, and that procedural execution is where the plateau lives.

The deployment implication is sharp: telling executives that "LLMs will optimize the grid" or "LLMs will solve constrained portfolio problems" is currently an overclaim. The same finding suggests the productive direction is not "wait for the next model" but "change the paradigm" — restrict the LLM to abstraction tasks and hand numeric work to solvers.

Inquiring lines that read this note 116

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? How can identical external performance mask different internal representations? When does architectural design matter more than raw model capacity? Which computational strategies best support reasoning in language models? How effectively do deterministic tools improve language model reasoning on formal tasks? How should models express uncertainty rather than forced confident answers? Can model routing outperform monolithic scaling as an efficiency strategy? How can LLM recommenders match or exceed collaborative filtering performance? How do language models inherit human biases from training data? How does example difficulty affect learning efficiency in language models? What critical LLM failures do standard benchmarks hide? How does reasoning graph topology affect breakthrough insights and generalization? What dimensions of recommendation quality do standard metrics miss? Does model scaling alone produce compositional generalization without symbolic mechanisms? How faithfully do LLMs reflect their actual reasoning in outputs and explanations? Can inference-time compute substitute for scaling up model parameters? How should iterative research systems allocate reasoning per search step? Do autonomous architecture discoveries follow predictable scaling laws? How does memorization interact with learning and generalization? Can prompting inject entirely new knowledge into language models? How do neural networks separate factual knowledge from reasoning abilities? How should inference compute be adaptively allocated based on prompt difficulty? What role does compression play in language model capability and generalization? Do language models perform faithful symbolic reasoning independent of semantic grounding? How do multi-agent systems achieve genuine cooperation and reasoning? Does recurrence enable reasoning capabilities that fixed-depth transformers cannot achieve? Why do benchmark improvements fail to reflect actual reasoning quality? Why do reasoning models fail at systematic problem-solving and search? Why do correct reasoning traces tend to be shorter than incorrect ones? What capability tradeoffs emerge when scaling model reasoning abilities? What causes silent corruption to amplify through delegated workflows? How can LLM user simulators model realistic goal-driven conversation? Does decoupling planning from execution improve multi-step reasoning accuracy? How do aggregate reward models systematically exclude minority user preferences? What pretraining choices and baseline capability constrain reinforcement learning gains? Does fine-tuning modify underlying model capabilities or only behavioral outputs? How do training data properties shape reasoning capability development? Can self-supervised signals enable process supervision without human annotation? Can ensemble evaluation methods reduce bias more than single judges? When do multi-agent approaches outperform single model extended thinking? Can language model RL training avoid reward hacking and misalignment? Do accurate-looking LLM outputs hide structural failures in learning and reasoning? Can next-token prediction alone produce genuine language understanding? How do evaluation biases undermine LLM quality assessment systems? When does optimizing for quality undermine the value of diversity? What structural advantages do diffusion language models offer over autoregressive methods? Do language models learn genuine linguistic structure or just surface patterns? How does sequence length affect sparsity tolerance in models?

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
14 direct connections · 126 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

LLMs plateau at 55 to 60 percent constraint satisfaction on genuine optimization regardless of scale architecture or training