Tessary
Tessary RCA
RCA is the explain step at the end of Tessary's pipeline. By the time it runs, the cheap classifiers have swept every trace and recorded findings, triage has ruled which of those findings are real deviations rather than legitimate changes, and the real ones have become a case. RCA runs on that case. Its job is attribution: saying why the deviation happened.
Each run is an agentic session in a fresh E2B microVM with the connected repo. It investigates the failing cohort with three inputs: the trace evidence, a dossier of what's known about the case, and the code itself.
The output is a set of grounded hypotheses for the cause, each with the evidence behind it, plus the checks the investigation ran and ruled out, so engineering doesn't repeat them. The report cites the files involved.
After attribution, RCA raises a PR with the fix.
6 questions