Evidence
Measure what your agents actually did — and prove it.
Recursiv runs your agents, so it can measure everything they do. Evidence is the readout: the complete, scored record of what an agent or swarm produced — cost, accuracy, latency, the decision at every step, and where a human still belongs. It is legible to a business owner and exportable for an auditor.
Think of it as one instrument:
- Inputs — the agents (and how they coordinate), the data they run on, and the evals that grade each output.
- Run — execute the agent or swarm on a case, a batch, or ongoing live traffic.
- Output — the Evidence: every step, every agent, graded, with cost and time.
There is no separate “simulate” mode. A test is a run scored against known answers; real work is a run that records live outcomes. Same engine, same evals.
Evals — the graders
An eval is a first-class scorer you attach to an agent or swarm (or a single step). It grades each output. Four types:
Because code, judge, and consensus need no answer key, they measure accuracy on real traffic, continuously.
Run a simulation
Give an agent or swarm a batch of cases, attach evals, and read the results — in one call. This is the whole loop.
Author a standing eval
Attach an eval so it grades every run of a target:
Read the evidence
Every run is the per-case, per-agent, per-step matrix — plus accuracy, cost, and latency.
You can also read it in the app (the Evidence tab on any agent or swarm), export it as CSV/JSON, or query the underlying tables over MCP.
From your agent (MCP)
A connected agent (Claude, Gemini, Cursor) can do all of this through MCP tools:
create_eval— author a scorer on an agent or swarmrun_evals— run a batch of cases and grade them (the whole loop in one call)list_eval_runs— recent runs for a targetget_eval_run— one run’s full matrix
So you can just tell your agent: “break this process into a workflow, run 18 cases through it, and show me where a human belongs.”
What this proves
The same run produces the number an executive needs (is it working, what does it cost) and the record an auditor needs (every decision, attributable, exportable). That is the difference between asserting an agent behaved and being able to show it.