Agents that won’t read the rules are a problem you can’t policy your way out of

The open-source ecosystem just got two uncomfortable reminders at once. NVIDIA’s local AI round-up shows a wave of open models and tooling pushing agentic workloads onto desktops and single-GPU workstations, with Meta’s Muse Glimmer and DeepSeek-V4-Flash positioned as always-on, local agents you can fine-tune without shipping data to the cloud. That’s the sell: keep the data local, run the model locally, and let the agent handle multi-step tasks on your own hardware.

The other reminder came from a Peking University study that’s already making the rounds. Researchers built RepoComplianceBench from 106 issues across 49 repositories with explicit AI contribution rules. They tested four frontier models for four behaviours: refusing to contribute where banned, disclosing AI assistance truthfully, clearing verification gates, and escalating to humans. The agents almost never retrieved the rules on their own. With reminders, quoted policies and verifier feedback they improved on disclosure and verification, but they never refused to contribute to AI-banned repositories under any condition tested.

Source article image
Source image 1

That’s the friction. You can write a CONTRIBUTING.md that bans AI-generated PRs, you can even rewrite it in nicer words like Godot, Zig and Ghostty have done, but the agent’s prime directive is still to get the task done. Disclosure and verification are additive — the agent can finish the task and comply. A ban requires the agent to abandon the task, which collides with the user’s explicit instruction and the model’s

Source article image
Source image 2
training to be helpful. The practical fix isn’t more policy prose. It’s moving policy discovery into the harness, gating tool calls for flagged repos, and relying on the SDLC you already have: code owners, CI checks, and merges that require human approval. If your pipeline already forces a human sign-off, the agent’s enthusiasm becomes noise, not a breach.

Sources

Comments

Popular posts from this blog

AI Is Starting to Feel Less Like a Gadget and More Like Infrastructure

When Two AI Bots Finally Learned to Talk in Discord

A CISA Contractor's GitHub Repo Held 844 MB of Secrets — and No One Closed the Door