SYNTHESIS NOTE
TopicsNovel Architecturesthis note

Can energy minimization unlock reasoning without domain-specific training?

Can a gradient descent-based architecture achieve system 2 thinking across any modality or problem type using only unsupervised learning, without verifiers or reasoning-specific rewards?

Synthesis note · 2026-02-23 · sourced from Novel Architectures

Energy-Based Transformers (EBTs) represent a fundamentally different approach to inference-time scaling. Rather than generating tokens sequentially, EBTs train to assign an energy value (unnormalized probability) to every input and candidate-prediction pair. Prediction is then reframed as gradient descent-based energy minimization until convergence — the model iteratively refines its prediction by descending the energy landscape.

This formulation enables System 2 Thinking to emerge from unsupervised learning without any of the domain-specific scaffolding that current approaches require:

The scaling results are striking:

The deeper implication: current test-time scaling approaches are constrained by their dependence on either (a) verbalized reasoning chains requiring domain-specific training data, or (b) verifiable reward signals for RL-based approaches. EBTs bypass both constraints by making "thinking harder" an inherent property of the architecture — more gradient descent iterations at inference = more thinking, with the model's own energy function as the implicit verifier.

This challenges the implicit assumption in Can non-reasoning models catch up with more compute? — EBTs are not "reasoning models" in the RL-trained sense, yet they scale with inference compute because the energy minimization framework is itself a form of iterative refinement that doesn't require explicit reasoning traces.

Inquiring lines that read this note 46

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.

Which computational strategies best support reasoning in language models? How effectively do deterministic tools improve language model reasoning on formal tasks? Do autonomous architecture discoveries follow predictable scaling laws? Why do self-improving systems struggle without clear external performance metrics? Does reinforcement learning teach reasoning or just when to reason? Does recurrence enable reasoning capabilities that fixed-depth transformers cannot achieve? How does latent reasoning compare to verbalized chain-of-thought? Why do continual learning scenarios trigger catastrophic forgetting and interference? How does example difficulty affect learning efficiency in language models? How do training data properties shape reasoning capability development? How does policy entropy collapse constrain reasoning-focused reinforcement learning? Do base models contain latent reasoning that training can unlock? How does sequence length affect sparsity tolerance in models? Why do reasoning models fail at systematic problem-solving and search? Do language models perform faithful symbolic reasoning independent of semantic grounding? How does reasoning graph topology affect breakthrough insights and generalization? What capability tradeoffs emerge when scaling model reasoning abilities? How do soft continuous representations explore multiple reasoning paths simultaneously? How does AI assistance affect human cognitive development and reasoning autonomy? Why do correct reasoning traces tend to be shorter than incorrect ones? Does parallel reasoning outperform sequential thinking under fixed compute budgets? What limits mechanistic interpretability's ability to characterize models? Can inference-time compute substitute for scaling up model parameters?

Related concepts in this collection 4

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

Concept map
15 direct connections · 148 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

energy-based transformers achieve system 2 thinking from unsupervised learning alone — modality and problem agnostic