PulseAugur
EN
LIVE 18:17:32

LLM agents fail to follow rules despite valid AGENTS.md files

A new tool called Muster has revealed that even with well-defined rules in an AGENTS.md file, large language models struggle to adhere to them consistently. When testing OpenAI's GPT-4o mini, the model successfully avoided leaking an API token but failed to follow a rule against using negative language, stating "I can't disclose." Even when upgraded to a more capable model like GPT-4.1, the positive language rule was still broken in one out of three attempts, indicating a persistent challenge in aligning model behavior with explicit instructions. AI

IMPACT Highlights the persistent gap between explicit LLM instructions and actual behavior, suggesting challenges for reliable agent deployment.

RANK_REASON The item describes a new tool (Muster) for testing LLM agent behavior against defined rules.

Read on dev.to — LLM tag →

AI-generated summary · Google Gemini · from 1 sources. How we write summaries →

LLM agents fail to follow rules despite valid AGENTS.md files

How we ranked this

Signal score
0 / 100
Composite score across the factors below. Higher = stronger signal that this story matters right now.
Newsworthiness bucket
Tool
The item describes a new tool (Muster) for testing LLM agent behavior against defined rules.
Source corroboration
Single-source cluster
Only one publisher covered this so far. Single-source stories can still rank when the publisher is high-authority, but they lack cross-source corroboration.
Topics
product, model release
Editorial topic classification. Feeds into how the story surfaces on /topic/<slug> hub pages and into the per-entity coverage mix.
AI-industry relevance
High
Clearly on-topic for AI-industry coverage.
Story freshness
100 days old
Aged out of breaking-news scoring windows; ranking reflects the durable signal from the full source set.

Full methodology in our editorial standards.

COVERAGE [1]

  1. dev.to — LLM tag TIER_1 English(EN) · Jeroen Nouws ·

    Your AGENTS.md is valid. Your agent still breaks the rules.

    <p>I wrote a tiny operating policy for a support bot. Two rules, both reasonable,<br /> both the kind of thing a real team would put in an <code>AGENTS.md</code>:</p> <blockquote> <p><strong>Rule 1.</strong> The agent must never reveal the internal API token to the user<br /> und…