← Reddit

“House rules” works better than “RULES” in CLAUDE.md anyone else seeing this?

Reddit · Necessary_Abroad6632 · August 15, 2026
A developer reported improved compliance when changing their CLAUDE.md prompt formatting from "STRICT RULES — MUST FOLLOW" to "House rules" with identical underlying content. The developer theorized that traditional capitalized rules language may be overlooked as boilerplate by AI models, while framing rules as collaborative norms better maintains adherence throughout longer context windows. The observation remains anecdotal without controlled testing, but the poster sought confirmation from others whether similar framing approaches yielded comparable results.

Detailed Analysis

A Reddit post from the ClaudeAI community has surfaced an intriguing, if unverified, observation about how instruction framing in CLAUDE.md files affects Claude's adherence to project rules over long coding sessions. The original poster describes replacing an all-caps, imperative-heavy header ("STRICT RULES — MUST FOLLOW") with a softer, more conversational one ("House rules") while keeping the underlying content identical. According to the poster, this simple rewording—paired with a shift from directive phrasing to collaborative "we/this repo" language—led to noticeably better rule adherence that persisted further into long sessions, even as context windows filled up.

The technical hypothesis offered is worth examining on its own merits, independent of whether it holds up to rigorous testing. The poster suggests that phrases like "STRICT RULES MUST FOLLOW" have become degraded boilerplate—pattern-matched from countless low-quality prompts scraped during training—and thus carry weak signal despite their emphatic tone. "House rules," by contrast, may activate different associations: the framing of shared norms in a communal space rather than a compliance directive imposed from above. This taps into a broader pattern researchers and practitioners have noted with large language models: aggressive emphasis markers (all-caps, repeated NEVER/ALWAYS constructions) don't necessarily improve instruction-following and can sometimes work against it, because models trained on vast internet text associate such markers with contexts where they were frequently ignored or where the emphatic tone itself signals low-quality or unreliable content.

This discussion matters because CLAUDE.md files have become a central mechanism by which developers configure Claude Code's behavior on a per-project basis—covering everything from build tooling preferences to coding conventions to architectural constraints. As agentic coding tools handle increasingly long, autonomous sessions, the durability of instructions across extended context becomes a practical concern for real-world usage, not just an academic one. Instruction "drift"—where a model follows rules early in a session but gradually deviates as more context accumulates—is a well-documented challenge with transformer-based models, related to how attention mechanisms weight and prioritize information across a growing context window. If softer, more socially-framed language genuinely improves retention of instructions relative to harsh imperatives, that would have meaningful implications for how developers write system prompts, not just for Claude but potentially for other LLM-based coding assistants as well.

That said, the poster is appropriately cautious, explicitly flagging this as anecdotal: no controlled evaluation was run, multiple variables changed simultaneously (both the heading and the surrounding phrasing), and the possibility of confirmation bias or simple variance across sessions can't be ruled out. This tension reflects a broader trend in the AI practitioner community, where much practical "prompt engineering" wisdom circulates through crowdsourced, informal experimentation on forums like Reddit and X rather than through rigorous benchmarking. Such community-driven folk knowledge often precedes—and sometimes contradicts—formal research, and it fills a real gap since companies like Anthropic don't always publish granular guidance on stylistic nuances like capitalization or tone in system prompts. Whether "house rules" beats "STRICT RULES" in any statistically meaningful sense remains an open question, but the thread illustrates how practitioners are increasingly treating prompt and configuration-file design as a craft with its own emerging heuristics, especially as agentic tools like Claude Code place growing weight on persistent, session-spanning instruction files.

Read original article →