Site search

Find architecture, research, and terms

Start typing to search the editorial index.

Research synthesisAdvanced

Runtime Intelligence

Test-time compute, search, verification, refinement, and closed-loop runtime intervention around model inference.

Runtime intelligence is the deliberate allocation of computation, search, verification, memory, and intervention while a task is executing. It complements model training rather than replacing it. Research shows that test-time allocation can change the capability-cost frontier for some tasks. Source: Snell et al.

Key takeaways

  • Inference-time compute must be allocated against task difficulty and risk, not applied uniformly.
  • Search and verification can improve outcomes while increasing latency and cost.
  • Closed-loop runtime control observes intermediate state and changes execution before failure becomes final.

Runtime intelligence methods

Sampling and aggregation

Generate multiple candidate paths and select or aggregate them. Self-consistency is a foundational example. Source: Research

Search

Explore intermediate states, score branches, and backtrack rather than committing to the first trajectory. Source: Research

Verification

Use tests, schemas, domain verifiers, independent models, or human review to reject invalid candidates.

Refinement

Diagnose deficiencies, revise a candidate, and stop when the quality gain no longer justifies additional budget.

Closed-loop runtime intervention

A closed-loop runtime observes the active trajectory, compares it with policy and success criteria, and changes state or control flow. Interventions can occur between steps—such as rerouting a tool—or, in research prototypes, during token generation. ATLAS-RTC is an example of the latter and should be treated as research rather than a default production control. Source: ATLAS-RTC

  1. Observe intermediate state and uncertainty.
  2. Evaluate against a contract, verifier, or risk threshold.
  3. Choose continue, constrain, retry, backtrack, reroute, ask, or stop.
  4. Record the intervention and its effect.

Latency, cost, and reliability tradeoffs

  • Context assemblySources, memory, filtering
  • Policy evaluationIdentity, data, action
  • Model inferencePlanning or generation
  • Tool I/ONetwork and external system
  • Sandbox startupWorkspace and isolation
  • OrchestrationState and scheduling
  • Evidence captureEvents and artifacts
Illustrative proportions only. Measure each production workload directly.

More test-time compute is not automatically better. A runtime needs budgets, stopping rules, and task-level metrics. The correct objective is usually successful, policy-compliant completion—not maximum token generation or maximum deliberation depth.

Modifying weights versus governing execution

Change Training or fine-tuning Runtime intelligence
Timing Before deployment or as an offline update During an active request or workflow
State changed Model parameters or adapters Context, search, route, tool choice, policy, budget, or control flow
Persistence Usually shared across future requests Usually scoped to a run unless promoted through governed memory
Rollback Model/version rollback Checkpoint, branch, compensation, or task termination

Source record

References

Suggest a correction
  1. Charlie Snell, Jaehoon Lee, Kelvin Xu, and Aviral Kumar. arXiv / ICLR. Published 2024-08; last reviewed 2026-06-20 UTC. Research paper.

  2. Xuezhi Wang et al.. arXiv / ICLR. Published 2022-03; last reviewed 2026-06-20 UTC. Research paper.

  3. Shunyu Yao et al.. arXiv / NeurIPS. Published 2023-05; last reviewed 2026-06-20 UTC. Research paper.

  4. Christopher Cruz. arXiv. Published 2026-03; last reviewed 2026-06-20 UTC. Research paper.

  5. Christopher Cruz. arXiv. Published 2026-03; last reviewed 2026-06-20 UTC. Research paper.