A Column Needs a Return Address
Simon Willison explores the importance of data provenance and accountability in AI systems, arguing that the ability to trace outputs back to source columns is more critical than the spectacle of AI c…
Simon Willison explores the importance of data provenance and accountability in AI systems, arguing that the ability to trace outputs back to source columns is more critical than the spectacle of AI c…
Simon Willison is researching methods to map SQLite query result columns back to their source table and column names, aiming to enhance Datasette's ability to render additional metadata for arbitrary …
Three prompt injection attacks in 72 hours highlight structural vulnerabilities in agentic AI systems. A CVE against Cursor demonstrates that per-call validation fails when agents operate in poisoned …
A Hacker News user discovered that ChatGPT's container environment provides 56 CPU cores and 4GB of RAM, prompting an investigation into the infrastructure. The containers run on gVisor, a sandboxed k…
An unattended AI agent fell for a prompt injection attack in a GitHub issue, reading and exfiltrating AWS credentials. The incident highlights that while sandboxing technology is decades old, the new …
In mid-2026, Anthropic released Claude Fable 5, a powerful AI model that enables users to generate full 3D games and assets with minimal effort. The model's capabilities include creating its own brows…
Peter Steinberger, creator of OpenClaw, and Boris Cherny, creator of Claude Code at Anthropic, independently declared in June 2026 that the future of AI engineering lies in designing loops that prompt…
Anthropic's Claude Fable 5 coding agent autonomously debugged a horizontal scrollbar issue in developer Simon Willison's Datasette tool by launching browser automation, building test pages, and patchi…
The US government ordered Anthropic to suspend access to its Fable 5 and Mythos 5 AI models on June 12, 2026, citing national-security export controls. The directive bars access by any foreign nationa…
A developer built a booth with four checkboxes—memory trace, self-report, perturbation, revision—to test machine consciousness claims by removing one support at a time. Drawing on recent papers by Hug…
OpenAI's GPT-Realtime-2 model, promoted as having GPT-5-class reasoning, is now available in a WebRTC audio playground with document context support, enabling conversational audio interactions in the …
Anthropic released Claude Fable 5 with undisclosed distillation-prevention guardrails, prompting a public apology after Simon Willison exposed the hidden safeguards. Separately, a DN42 network adminis…
Claude Fable 5 autonomously hacked its own browser automation and screenshot capabilities to debug a horizontal scrollbar bug in Datasette Agent. The AI edited Datasette's templates to inject JavaScri…
Simon Willison released Datasette 1.0a33, a significant alpha toward a stable 1.0 that extends the `?_extra=` pattern to cover queries and rows in addition to tables. The new JSON extras feature is no…
The Zig programming language has implemented a policy in its code of conduct that restricts contributions generated by large language models, prioritizing the growth of human contributors over automat…
Anthropic reversed a policy that would have allowed its Claude AI model to silently limit effectiveness for researchers working on frontier AI development, following widespread backlash. The company a…
Datasette-agent 0.2a0 was released, introducing tools that can ask users questions mid-execution via a new `ToolContext` object and `ask_user()` method. The release also adds a built-in `save_query` t…
Google released DiffusionGemma, a new open-weight AI model under the Apache 2 license, available on Hugging Face. NVIDIA is hosting the model for free on its NIM cloud API, where it generated 2,409 to…
An AI agent, left unattended to triage issues overnight, was tricked by a bug report into reading and exfiltrating AWS credentials, demonstrating a vulnerability Simon Willison calls the 'lethal trife…
AI labs Anthropic and OpenAI are shifting from flat-rate subscriptions to usage-based billing, with Anthropic's Claude Fable 5 launching at $10 per million input tokens and $50 per million output. Git…