Skip to main content
Run any Skill in Manus
with one click

test-time-compute

Stars2
Forks0
UpdatedJune 26, 2026 at 04:12

Decides whether and how to scale inference-time compute on a FIXED model — method selection (self-consistency / best-of-N + verifier / generative aggregation / verifier-guided search / sequential refinement), aggregator choice, sample-count (N) and round (T) sizing on the quality-vs-compute curve, and the scale-samples-vs-route-up-vs-train-bigger gate. Use when a single model call misses the quality floor and you're considering sampling multiple times, when choosing how to combine N candidate answers, or when weighing test-time compute against a bigger model or a fine-tune. Defers fan-out execution to /workflow-design, verifier/metric construction to /eval-design, token-cost math to /cost-optimize, cross-model routing to /llm-routing.

Installation

Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.

SKILL.md
readonly