The production reward signal for coding agents.
TrueClara runs every agent-shipped change as a randomized canary, measures the real production outcome, and returns a calibrated verdict — keep, roll back, iterate, or abstain — over an API and MCP. Causal by randomization. Honest when it can’t answer.
Your app is a graph. Every deploy is the trigger.
TrueClara parses your Next.js app into a route graph, then overlays each deploy on top of it — so the experiment isn’t scoped to a list of commits, it’s scoped to the routes and edges the change actually touched. Ship the change and the canary starts itself.
A randomized canary, an honest verdict.
CI checks the build. Error monitors catch what throws. Neither tells the agent whether the change actually helped in production. TrueClara runs every agent-shipped change as a canary against control, measures the real outcome, and returns a verdict it can trust — including when the honest answer is “not enough signal yet.”
Ship as a randomized canary
The deploy is the trigger: an agent-shipped change splits live traffic into treatment and control automatically, so any measured difference is caused by the change — not inferred from uncontrolled traffic.
see how canaries are scoped →A calibrated verdict, not a guess
Always-valid sequential statistics watch the treatment/control split and call it the moment the data supports an answer — keep, rollback, or iterate. If the data can’t support a defensible answer yet, TrueClara abstains instead of guessing. Release Radar is where every verdict lands — each release scored by what it did to the outcome, not whether the build passed.
read the reward API →Predicted impact, before you merge
TrueClara posts predicted route impact on the pull request before the canary even starts — then runs a retrospective comparing the prediction against the verdict the canary actually returned.
see PR-impact prediction →Today the agent ships blind. No reward signal exists.
Release data, route topology, runtime behavior, and outcome data each sit in a different tool — and the work of turning them into “did this change actually help” is glue code nobody owns, so agents optimize against proxies instead: tests, lint, vibes. TrueClara is that missing reward signal. Keep the tools your team already uses; replace the guessing with a verdict.
Trial → paid conversion, treatment vs. control after deploy 7f3a2c1.
One command to install. A reward signal your agent can call.
Drop the SDK into any Next.js app on 13.4 or later — App Router or Pages. Cookieless by default. Then connect a deploy and point your agent at the reward API or MCP server; the three steps below take a few minutes, mostly one PR.
npx @trueclara/install
Ship fast. Know within the day what actually worked.
Install the SDK, link your repo, connect the reward API or MCP — and give your agent a production reward signal instead of a hunch.