ClawCoat v11.0.1 - Public Launch #4
Replies: 1 comment
|
Earned autonomy is the right framing. The design detail I would watch closely is promotion evidence: agents should not advance because they completed many low-risk actions; they should advance because they completed representative actions for the tier they are trying to enter. A strong scoring model could separate:
I would also make demotion faster than promotion. If an agent earns CITIZEN over weeks but then starts touching new tools, a new network domain, or a changed memory set, the tier should partially reset for that capability area rather than globally trusting the old score. This keeps the platform explainable: "this agent is trusted for read-only ticket triage, still probationary for code changes, and quarantined for finance tools." That is much closer to how organizations actually manage risk. |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
The earned autonomy platform for AI agents. Self-hosted. Trust is earned by agents, granted by humans.
746 tests. 788 proof documents. 61,278 lines scanned. Apache 2.0.
Try the live demo: https://huggingface.co/spaces/QuietFireAI/ClawCoat
What Is ClawCoat?
A self-hosted, governance-first platform for autonomous AI agents. It acts as a governed MCP proxy: agents connect to ClawCoat, and every action they attempt is evaluated against trust levels, behavioral scoring, anomaly detection, and approval gates before execution. The agent is never modified. ClawCoat wraps it.
The Idea
Two things.
Agents earn their autonomy. Every agent starts at QUARANTINE - no tools, no external access, no assumptions. Five trust tiers: QUARANTINE -> PROBATION -> RESIDENT -> CITIZEN -> AGENT. Promotion is sequential and requires explicit human authorization. Demotion is instant and can skip levels. An agent cannot change its own trust tier.
Behavior has a score. Every agent carries a Manners Score - a live measurement (0.0-1.0) across five principles: Human Control, Transparency, Value Alignment, Privacy, and Security. The score moves with every action. Drop below 0.50: automatic demotion. Drop below 0.25: auto-suspend. No human delay required.
Everything else - the audit trail, the kill switches, the compliance frameworks, the 8-step governance pipeline - exists to support those two things.
The 8-Step Governance Pipeline
Every action, every time:
The kill switch fires at Step 2 - before trust levels, before Manners, before everything except "does this agent exist?" One API call suspends any agent. Only a human can reinstate it.
What Is Shipped
746 tests passing. 1 skipped. 0 high-severity findings.
Compliance Frameworks
Every control references a source file and a passing test. Run
proof_sheets/to verify any claim.Quick Start
Runs on a mini-PC, a Raspberry Pi, a homelab server, or a cloud VM. No subscription. No data harvesting. No terms that change.
Who This Is For
Law firms, healthcare, insurance, accounting - ClawCoat was built against the standards they operate under. HIPAA. SOC 2. HITRUST. CJIS. GDPR. PCI DSS. ABA Model Rules.
Small businesses get the same platform. No enterprise contract required.
Anyone running agents who wants to stay in control of their own data, on their own hardware.
This discussion was created from the release ClawCoat v11.0.1 - Public Launch.
All reactions