Optimizations is enabled per organization. Where available, use the measurement’s Improve section. Organizations still using the earlier workflow can create legacy content experiments. With Optimizations enabled, old experiments remain readable but cannot be authored or modified.
Plan a useful comparison
Start with completed results and a specific problem. For example, an agent repeatedly misuses an API because the setup page omits a required initialization step. In Improve, choose the page or skill you want to change from the available options. Make a change that helps developers use your product. Keep the task and pass criteria the same so you can tell whether the change helped. Choose one agent and model. Set how many rounds to try and how many times to run each trial. More runs give you more evidence, but cost more. Review the estimate before starting.Start from the CLI
List available models, ask Gauge to identify problems in the eval, and estimate the cost of a small test:<harness:model>. To optimize preference, replace --eval <eval-id> with --preference <prompt-id>.
Add --no-auto-adopt if you want to review changes before Gauge uses them in later trials:
--effort low|medium|high|xhigh selects a preset plan. Do not combine --effort with --samples or --rounds.
Gauge sets aside the estimated credits when you start. Use --credit-cap to choose a different amount. Gauge stops launching trials when the budget runs out, but sessions already running can still cost more than estimated.
Review trials and adoption
BETTER, you can adopt it:
--no-auto-adopt. Your original eval settings and published site stay unchanged.
Pause, cancel, and ship
gauge optimizations change <optimization-id> <trial-id> --body prints the page body. A shipping marker in Gauge records your action; it is not a deployment.
After publishing, run the task again against your live docs or skill. Try other relevant tasks and models too, to check that the change helps beyond this one eval.