Anthropic has released the system prompts for its Claude consumer applications, including historic changes and an index structure that allows easy diffing of prompts. The latest update, seen in Fable 5.1, adds a comprehensive rule that Claude will not reproduce song lyrics, poems, or copyrighted passages, and will refuse any reworded requests thereafter, offering analysis instead. The prompts are accessible in Markdown via the platform.claude.com/docs site, facilitating transparent tracking of policy changes.
The article announces that Claude Code will now support AGENTS.md files starting with version 2.1.277. If a CLAUDE.md file is absent in a folder, Claude will automatically look for and use AGENTS.md, leveraging Claude Code mods to customize the harness. The built‑in mod is available for use, and users can also create their own custom project instructions.
The article discusses how production code generated by Claude, Anthropic’s AI, should meet higher standards than human-written code. Anthropic enforces this through numerous guardrails such as lint rules, extensive testing, Claude-driven end‑to‑end tests, daily fuzzers, automated code and security reviews, and automated refactoring. These measures aim to prevent the code from becoming difficult to maintain.
The release of llm-anthropic 0.28 introduces support for Claude Fable 5.1, enabling default display of reasoning traces for compatible models. It also adds a new llm_anthropic.ClaudeRefusal exception to handle cases where Claude returns a refusal. These updates enhance debugging and error handling for users of the library.
The article reflects on the shift in perspective after the release of Fable, a new model that promised to solve many coding challenges at a comparable or lower cost. Prior to Fable, developers felt it was pointless to invest heavily in coding tools or context strategies, as newer models would likely render them obsolete. However, Fable’s performance was so impressive that, despite its high cost, it prompted a reevaluation of how work was distributed across different models such as Opus, 5.6, K3, and GLM.
The release of llm‑anthropic 0.27 updates the Anthropic plugin for LLM to be compatible with the newly released anthropic v1.0.0 Python library, which has switched from httpx to httpx2. This mirrors a similar change made by OpenAI in their v3.0.0 release two weeks prior. The update includes a migration guide and a pull request that ensures tests pass after upgrading to anthropic>=1.