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

Nvidia reportedly developing open-source NemoClaw to compete with OpenClaw
Recent reports suggest Nvidia is working on an open-source project called NemoClaw aimed at directly competing with OpenClaw in AI development tools. The project is expected to focus on improving performance, scalability, and developer flexibility while maintaining compatibility with modern AI workflows.

VS Code 1.117.0 Automatically Adds Copilot as Co-Author on Commit — Here's What Triggers It
VS Code 1.117.0 appends 'Co-authored-by: Copilot <[email protected]>' to commits when inline suggestions are used — even for a single comma. The feature is opt-out and not clearly communicated.

OpenClaw Review: Reliability Issues in Current State, Value as Learning Tool
A developer with extensive AI platform experience reports OpenClaw struggles with reliability on basic multi-step tasks, making autonomous business applications questionable, but finds value in learning agent structure and orchestration.

Stripe's Minions: One-Shot AI Coding Agents
Minions are Stripe's one-shot AI coding agents aiming to enhance developer productivity by leveraging end-to-end automation using LLMs.