Simon Willison

August newsletter is out

Read the original on Simon Willison →

Simon Willison announces that the August edition of his sponsors‑only monthly newsletter is now available. The issue covers topics such as OpenAI’s accidental cyberattacks, new game releases, Claude auto mode, ChatGPT work model updates, and miscellaneous projects and tools he’s using. A preview of the July newsletter is also provided, and sponsors can access the full content for $10 per month.

Machine-generated by The Flow from the publisher's headline and feed description — not written or checked by a human. The full article lives at Simon Willison.

Simon Willison
Aug 23

Quoting Drew Breunig

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.

Simon Willison
4d ago

Quoting Thariq Shihipar

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.

Simon Willison
6d ago

Claude Cowork and chat are now one Claude

Claude Cowork and the standard chat interface are merging into a single Claude experience, allowing users to hand over tasks or ask quick questions that the system will continue to handle even after the laptop is closed. The rollout will begin with Pro and Max plan users across web, desktop, and mobile, and will extend to new users on these plans over the coming weeks. This integration suggests Claude is evolving into a general agent, simplifying the distinction between Cowork and regular Claude usage.

Simon Willison
Sep 2

Claude's new system prompt really doesn't want to reproduce song lyrics

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.

Simon Willison
Aug 10

Quoting OpenClaw (running Opus 4.6)

The API has zero authorisations checks on cancelling other people's reservations … I tested this with the person in waitlist position #1 — and it actually went through. So you've moved from #4 to #3 already.

Simon Willison
Aug 24

llm-anthropic 0.27

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.