From data anomalies to agent decisions: one research-to-product stack.
This ecosystem covers auditing AI across its full lifecycle: a research method, an over-privilege benchmark (FORTIS), an open-source tool, and a curated knowledge base, each built to cite and reinforce the others. It underpins Auditable AI, the company building the auditable layer for AI agents.
auditable StackThree open artifacts that form the agent-layer arm of the ecosystem. Each serves a distinct role; together they give the research community a method, a benchmark (FORTIS), and a production-grade tool.
auditable is an open-source system of record for AI-agent decisions: it captures what
each decision relied on, replays it against live state, and rolls back the committed action when it
no longer holds. Framework-agnostic, dependency-free core; pip install auditable.
Auditable Agents is the framework that organizes what agent auditability requires: five dimensions and three mechanism classes (detect, enforce, recover). The research below instantiates them at each point in an agent's life.
The agent-layer work above rests on two layers that came before. All audit eventually grounds in distinguishing in-distribution behavior from out-of-distribution behavior; that measurement backbone gets re-used at higher layers of the stack.
The ecosystem is open: every artifact is public, citable, and built to be extended. If you are
building on any part of this stack, the best starting points are the
auditable tool page for the SDK,
GRADE (arXiv:2606.22741)
for the research method, and
awesome-auditable-ai
for a map of the broader literature.
For the company building on top of this stack, visit Auditable AI (auditable.run). All open-source work lives under github.com/yzhao062.