Opus 4.7 Can Follow ~500 Instructions, Up from ~150 a Year Ago
Research from July 2025 found that LLMs could follow ~150 instructions before failing to adhere to extras. An update in May 2026 shows Opus 4.7 now reliably follows ~500 instructions, while GPT-5.5 handles ~5000. The findings suggest developers can fit more directives into CLAUDE.md files without causing instruction dropout.
Key numbers
- July 2025: ~150 instructions reliably executable by top models.
- May 2026: Opus 4.7 reliably follows ~500 instructions, GPT-5.5 ~5000.
This improvement isn't linear—it's roughly an order of magnitude over the year. The practical impact: longer, more detailed CLAUDE.md files are now feasible, with less risk of the model ignoring later rules.
What changed
The original July 2025 research capped usable instructions at ~150. The new data (May 2026) indicates Opus 4.7 can handle ~500 without degradation. GPT-5.5's ~5000 capacity suggests even larger prompt structures can be maintained.
For developers using AI coding agents, this means you can expand your instruction files—include more edge cases, style preferences, or project-specific constraints—without the model losing track.
📖 Read the full source: r/ClaudeAI
👀 See Also

Three Critical Gaps in OpenClaw for Production AI Agents
A developer identifies three missing capabilities in OpenClaw that prevent AI agents from functioning as true employees: auditability, granular action control, and instruction resolution.

Autoresearch Pushes Qwen3.5-397B to 20.34 tok/s on M5 Max via SSD Streaming
A developer achieved 20.34 tokens/second inference speed for the 209GB Qwen3.5-397B model on a MacBook Pro M5 Max with 128GB RAM using SSD streaming and 36 systematic experiments. The result represents a 2x speedup over the M5 Max baseline and 4.67x over the original M3 Max result.

AI Eats the World (Spring 2026) – A Comprehensive Market Analysis
An in-depth PDF report on AI industry trends, market sizes, and adoption metrics for Spring 2026, covering key technologies, players, and forecasts.

Clarifying OpenClaw's Automation Capabilities
OpenClaw doesn't perform fully automated tasks independently; it requires user guidance for setup, acting more like a traditional LLM.