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.

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

Sources
- NVIDIA and Local AI Community Fuel Open Source Models and Intelligent Agents — https://blogs.nvidia.com/blog/local-ai-open-source-models-agents-nemotron/
- Coding agents ignore open source contribution guidelines, researchers find — https://thenewstack.io/coding-agents-ignore-guidelines/
- A First Look at Coding Agents' Compliance with AI Contribution Rules — https://arxiv.org/abs/2607.26819
Comments
Post a Comment