CROA open-sources a deterministic execution layer enforcing trajectory-level constraints on AI agents

CROA_PROJECT · reddit · 2026-09-17

The CROA Project released an open-source architecture addressing a blind spot in agent controls: permissions are usually checked per action, but individually valid actions can accumulate into invalid trajectories. Example: an agent limited to 100 records can fetch 40+40+40, each step legal while breaching the cumulative cap. CROA separates intelligence from execution authority — the agent proposes actions, and a deterministic execution boundary verifies state admissibility before allowing state changes. The Pilot implementation covers cumulative trajectory constraints, execution contracts, operation mutation, replay protection, and tamper-evident evidence. The team is soliciting edge cases and attack paths from agent-runtime builders.

Original post →

More from coding & agent

coding & agent channel →