Urgent.News

One page, thousands of outlets. See who else covered it.

Editions

AI

Your AI governance dashboard is probably lying to you. Mine was too.

This is my first open source project, and it started with an uncomfortable realization about my own setup. I was building it with a coding agent, which writes far more code than I can honestly review. I have a day job. I'd look at the diffs in the evening and know I hadn't really read them. And I had "guardrails": rules files, instructions, a config that said what the agent should never do. My…

This is the author's first open source project and it began with an uncomfortable realization about their own setup. They were using a coding agent that wrote more code than they could honestly review. The author had guardrails in place, but upon checking what was actually enforced, they found that almost nothing was blocked. The rules were just prose in a file that the agent read and weighed against everything else in its context.

The author's new project, Chock, aims to address this gap. It is governance-as-code for AI coding agents, with policies written as plain reviewable files committed to the repository. Chock compiles these policies into whatever enforcement each agent supports, such as pre-tool-use hooks, Git hooks, and CI gates. The policies are committed content, traveling with every clone and fork, ensuring they are always in the agent's context.

The coverage report in Chock distinguishes between policies that are actually enforced and those that are merely advisory, based on whether the specific enforcement mechanism is installed for that agent. The report provides a clear picture of the enforcement status for each agent.

Written by urgent.news from Dev.to's reporting — not their text. Machine-written — may contain errors; check the original before relying on it.

Read the original at dev.to →

More in AI

More from Wednesday 19 August →