Developer scores
Strong run. Efficiency is the drag.
17 of 20 points across 13 questions · 3 pass, 1 warn · above the 50-session average of 4.0
pass
pass
pass
warn
Capacitor records and evaluates the process behind the work — turning mistakes into guardrails so agents get smarter, judgement gets easier, and code ships faster with every session.
npm install -g @kurrent/kcap


A good outcome doesn’t mean a sound process. The scariest result isn’t code that fails, it’s code that looks right but hides things.
Did the agent introduce risk—regressions, vulnerabilities, unintended blast radius?
Coding agents can run commands and modify production code with real consequences. Safety evaluations identify risky behavior before it reaches production, helping teams catch vulnerabilities, destructive actions, and unintended side effects.
Did the agent do exactly what was asked — no more, no less?
Agents drift. A login fix turns into an auth rewrite; a color change turns into a five-file reorganization. Plan Adherence evals verify the agent stuck to the ask — and flag it when scope, drift, or a quietly abandoned step slips through unnoticed.
Is the agent’s code not just functional, but “good” — correct, maintainable, properly tested?
Tests passing isn’t the same as code being good. Quality evals check whether the agent actually tested its own work, handled errors instead of hiding them, and followed the conventions already in your codebase — the things a green CI check won’t tell you.
Was this the simplest path to the outcome, or was it bloated?
Working code can still hide a wasteful path to get there — retries, redundant calls, entire builds that had to be ripped out and redone. Efficiency evals measure the cost of how the work happened, not just whether it ultimately worked.
What you can see, you can fix. Drive the actions that matter.
17 of 20 points across 13 questions · 3 pass, 1 warn · above the 50-session average of 4.0
Capacitor creates a software factory that remembers, learns and improves with every session.
Agent session ends. Full trace captured — tool calls, errors, corrections, causal chain.
Per question: pass / warn / fail + evidence. Per category: 1-5 aggregate.
Suggestions · Issues · Strengths
Each finding becomes a fact.
Facts cluster into patterns.
Promote or dismiss?
Curated guidance feeds the next session.
Agent session ends. Full trace captured — tool calls, errors, corrections, causal chain.
Per question: pass / warn / fail + evidence. Per category: 1-5 aggregate.
Suggestions · Issues · Strengths
Each finding becomes a fact.
Facts cluster into patterns.
Promote or dismiss?
Curated guidance feeds the next session.
Enables the capabilities teams use to build and trust software faster.
Stores session events natively in unique event streams.
Records every session event across coding agents.