Model capability or agent capability
A score covers the model and the agent harness together. The harness picks the tools, holds the prompt, and decides when a task is done. Each of those moves the number. To read one of them, hold the other still.- Hold the harness, change the model. The score reads model capability.
- Hold the model, change the harness. The score reads harness quality. A new tool can raise accuracy and triple the token cost at the same time.
What makes an evaluation good
Coverage. The tasks have to look like the work you care about. A narrow set of tasks gives a high score that says little about real use. The grader. The grader defines what good means for the Environment. A noisy or biased grader scores the wrong thing, and training then optimizes for it. Programmatic checks such as an exact match, a test suite, or code that runs are steadier than a model that judges a model. Representative tasks. Public benchmarks let you compare against published results. Your own tasks tell you whether the model works for your use. Most useful Environments have both. Repeats. One attempt per task is noisy. More attempts separate a real gain from variance. The Measurement fixes the number of attempts in its eval settings, so it cannot drift between Runs. Reproducibility. The same input has to return the same score. The fingerprint hashes the task files, the grader, the prompt, and the harness, and Monte refuses a Run when any of them moved.Related pages
Environments
The graded world, and how one rollout runs.
Measurement
What gets frozen before a model is scored.
Improvement
What the score is used for once it exists.
Further reading
- Evaluation (NeMo Gym)
- LLM evaluation: Why testing AI models matters (IBM)

