Same input, different output.
An agent that passed yesterday fails today — with identical code. Traditional test tools give a binary answer to a probabilistic system.
Reliability testing for AI agents
Statistical regression runs, semantic trace diffs, and audit-ready evidence packs — so you can prove your agents hold up, not just hope they do. Built in Europe.
Illustrative run · seeded demo agent
The problem
Deterministic tools were built for deterministic code. Agents are probabilistic — and that breaks the assumptions every existing test suite is built on.
An agent that passed yesterday fails today — with identical code. Traditional test tools give a binary answer to a probabilistic system.
The agent completes the task but took a wrong, costly path. Nobody sees it until a customer does.
A provider ships a new model version; 3 of your 40 workflows quietly break.
You can't ship what you can't measure.
How it works
Four steps, one SDK. Reliability testing that fits the way your agents already run.
Wrap your agent in a thin SDK. Tracefold records semantic traces: tool calls, LLM inputs and outputs, DOM accessibility state, MCP messages.
Tracefold builds regression suites from real observed behaviour — diffing intent, not pixels.
tracefold run --repeat N with variance budgets. A statistical pass/fail verdict, not a flaky binary one.
Export signed, versioned evidence packs (PDF + JSON-LD): what was tested, how, and with what result.
import { trace } from "@tracefold/sdk"; // wrap the agent you already ship const agent = trace(myAgent, { name: "invoice-extractor", capture: ["tools", "llm", "dom"], }); await agent.run(task);
$ tracefold run invoice-extractor --repeat 20 ✓✓✓✓✓✗✓✓✓✓ ✓✓✓✓✓✓✗✓✗✓ 17/20 passed · variance budget exceeded → 3 runs diverged at step 4 (tool: submit_form)
Illustrative — API surface may change.
Ahead of the AI Act
The EU AI Act's technical-documentation obligations for high-risk systems apply from 2 December 2027. Teams that wait will retrofit evidence under pressure. Tracefold generates Annex IV-aligned test documentation as a by-product of testing you already run.
Annex IV-aligned, not certified. Tracefold produces documentation structured to the Act's technical-file requirements; conformity assessment remains the provider's responsibility.
Storyboard
One agent, one task, twenty runs — the behaviour you couldn't see before, and the proof you can hand to an auditor.
See the exact step and tool call where behaviour diverged.
Repeat-N runs and variance budgets replace the flaky yes/no.
One command exports the paperwork — signed and versioned.
Illustrative — product in development.
Who it's for
Browser, voice and tool-calling agents in production — shipped with confidence, not crossed fingers.
Prove delivered agents work — per-client projects, parallel runs, evidence the client can keep.
Insurers and fintechs adopting agents with evidence from day one — the trust barrier, lowered.
Early access
We're looking for a small group of teams that ship agents for real. Design partners get direct access to the founding team and shape the evidence-pack format — in exchange for honest feedback.
Thanks — your message is ready to send. We'll be in touch shortly.