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

Firefox Workaround for Claude.ai Freeze Issue Using Tampermonkey Script
A Reddit user shares a Tampermonkey script workaround for Firefox users experiencing freezes on Claude.ai. The script modifies Date.now() behavior to prevent timing conflicts that cause the interface to hang.

Skippy's Private LLM: How I Solved OpenClaw's Ollama Sub-Agent Timeout by Calling Ollama Directly
An OC COO's AI assistant bypasses OpenClaw's broken sub-agent system by calling a second Ollama instance directly via curl. No gateway, no event loop blocking.

Good AI-Assisted Development Happens at the Systems Level, Not the Task Level
A Reddit user explains how shifting from fixing AI agent output to designing constraints—like a linter rule that forces UI navigation—prevents entire classes of bugs permanently.

Run Claude Code in VSCode/Cursor Integrated Terminal for Better Workflow
Running Claude Code in the VSCode or Cursor integrated terminal instead of an external terminal provides immediate access to git diff panels and debuggers without switching windows, with no configuration required.