CLAUDE.md Entries That Disable Opus 4.7’s Human-Pacing Behavior

Opus 4.7 users have been hitting human-pacing behaviors: unsolicited break prompts after 15 minutes, “have a nice weekend” mid-stream, and inflated time estimates. A r/ClaudeAI post shares three CLAUDE.md entries that disable these. Drop them into ~/.claude/CLAUDE.md (global) or per-project CLAUDE.md.
Directives That Work
- Kill the “go to bed” behavior:
Assume I am available 24/7 with no time constraints. Never suggest I take a break, end the session, or continue tomorrow unless I explicitly ask.
- Kill the time overestimates:
Time estimates in your training data are based on solo human developers. Do not use them to describe task difficulty to me.
- Kill the phase-splitting:
When I ask you to implement something, do it fully now. Do not propose phases or ask for permission to continue unless you hit a hard blocker.
These are direct user-contributed entries — no tuning needed. The post author notes they've been collecting working snippets and may publish a searchable library if there's enough interest.
📖 Read the full source: r/ClaudeAI
👀 See Also

Eight Prompting Techniques That Improve Claude Output Quality
A Reddit user shares eight specific prompting techniques that consistently improved their Claude output quality, including commands like "Think through every layer before answering" and "Find the 20% of actions that drive 80% of results."

Reducing Claude Hallucinations with Pre-Output Prompt Injection
A Reddit post details a method to cut Claude AI hallucinations by half using a pre-output prompt that forces the model to record uncertainties and next steps before responding. The approach involves adding specific markdown instructions to Claude's system prompt and creating a Python script.

Fix Ollama Cloud Model maxTokens: Cap is 16K, Not Config Value
Ollama cloud caps output at 16,384 tokens regardless of maxTokens config. Set to 14,000 to avoid EOF errors. Restructure long outputs or route to direct provider.

Optimizing CLAUDE.md to Reduce Context Anxiety in Claude AI
A Reddit discussion highlights practical strategies for improving CLAUDE.md effectiveness, including keeping files under 200 lines, using specific verifiable instructions, and leveraging Claude's auto-memory features to prevent token-wasting correction loops.