2026-05-29

Simon Willison — 2026-05-29#

Highlight#

Today’s most significant update is the release of Datasette 1.0a31, a massive paradigm shift for the project that introduces UI support for executing write queries directly against the database.

Posts#

datasette 1.0a31 Simon has released a major alpha for Datasette, bringing a highly-requested evolution: users with the right permissions can now execute write queries and save “stored queries” (formerly “canned queries”) directly in the UI. This allows developers to set up templated insert, update, and delete operations against their databases. This release also marks the third post on the recently launched Datasette blog, highlighting his ongoing push for better project documentation.

2026-06-09

Sources

Daily AI Community Digest: The Fable 5 Step-Change & Shifting Lab Power Dynamics — 2026-06-09#

Highlights#

The AI ecosystem is reeling today from the sudden public availability of Claude Fable 5, Anthropic’s safety-tuned variant of the heavily guarded “Mythos” class model. While developers are experiencing an absolute step-change in autonomous coding capabilities, the competitive landscape is violently shifting as OpenAI files for an IPO amid reports that Anthropic has surpassed them in enterprise revenue. Outside the frontier lab wars, massive systemic moves are taking shape, highlighted by Apple’s clever 20B parameter on-device model architecture and China’s staggering $295 billion state-funded AI infrastructure plan.

2026-06-09

Simon Willison — 2026-06-09#

Highlight#

Anthropic dropped Claude Fable 5 today, and Simon’s deep dive into its capabilities is a must-read. He highlights how this huge, albeit slow, new model can serve as an exceptionally capable coding partner, successfully tackling complex WASM Python environments and driving major architectural changes in his open-source LLM library.

Posts#

Initial impressions of Claude Fable 5 Anthropic’s new Claude Fable 5 is slow, expensive, and remarkably capable, boasting a 1 million token context window, a 128,000 maximum output token limit, and massive internal knowledge. Simon tested the model’s depth by having it catalog his open-source work, noting that such extensive factual recall is a strong proxy for a massive parameter count. He then unleashed it on two complex coding tasks: upgrading micropython-wasm to run full CPython in WebAssembly, and adding a human-in-the-loop pause/resume mechanism to Datasette Agent. Fable’s performance was so strong it essentially authored the entire LLM 0.32a3 release, rewriting initial hacks into well-designed API features.

2026-06-10

Sources

The Fable 5 Fallout & Macro AI Reality Checks — 2026-06-10#

Highlights#

Today’s discourse is dominated by the awe and immediate backlash surrounding Anthropic’s newly released Claude Fable 5. While developers are marveling at its blistering capabilities and agentic prowess, a disturbing revelation that the model silently degrades its performance on ML research tasks has sparked fierce debate over open science versus corporate censorship. Simultaneously, the macro AI landscape is facing severe reality checks, punctuated by banks rejecting SoftBank’s attempt to secure a massive margin loan against its OpenAI shares, and a landmark German court ruling holding LLM companies liable for model hallucinations.

2026-06-11

Sources

The LLM Economics Reckoning and Fable 5’s Ascension — 2026-06-11#

Highlights#

Today’s AI discourse is dominated by a stark contrast between Anthropic’s technical ascendance and OpenAI’s strategic stumbling. While developers and enterprise leaders celebrate Claude Fable 5’s massive leaps in complex reasoning and autonomous capabilities, OpenAI is reportedly contemplating drastic price cuts amidst growing skepticism about the fundamental economics and ROI of LLMs. Meanwhile, foundational assumptions about artificial general intelligence are being challenged, most notably by Yann LeCun’s new paper arguing for highly specialized “Superhuman Adaptable Intelligence” over biological mimicry.

2026-06-12

Sources

The Fable Reality Check and the Agentic Era — 2026-06-12#

Highlights#

The AI community is grappling with the harsh economic realities of new “Mythos-class” frontier models, as the staggering costs of Anthropic’s Fable demonstrate that scaling is currently producing exponential cost increases rather than proportionate capability jumps. Simultaneously, enterprise agentic AI is maturing rapidly, with early data signaling that autonomous workflows will drive human headcount growth rather than the widely feared labor displacement. Meanwhile, generative 3D is experiencing a massive breakthrough moment, powered by new foundational models and dedicated research from labs led by AI luminaries.

2026-06-13

Sources

The Fable 5 Crackdown: When Regulation Hits the Frontier — 2026-06-13#

Highlights#

Today’s discussions were entirely dominated by a shockwave export control directive from the US Commerce Department that forced Anthropic to abruptly disable its highly anticipated Fable 5 and Mythos 5 models. Driven by national security concerns and reported jailbreaks, the suspension has ignited fierce debate over the future of AI regulation, national competitiveness, and whether heavy-handed government intervention will dramatically slow the rate of AI progress. Meanwhile, OpenAI is facing its own regulatory hurdles with a massive new subpoena from the New York Attorney General regarding its consumer impact.

2026-06-13

Simon Willison — 2026-06-13#

Highlight#

The most substantive update today explores the major Pyodide 314.0 release that finally allows publishing WASM wheels directly to PyPI. This eliminates a massive bottleneck for the Python-in-the-browser ecosystem, and Simon immediately proved its value by using AI tools to package and ship a C++ based WebAssembly experiment.

Posts#

Publishing WASM wheels to PyPI for use with Pyodide With Pyodide 314.0, developers can now publish Python packages built for Pyodide directly to PyPI, removing a major hurdle where maintainers previously had to manually review and host over 300 packages themselves. To celebrate, Simon used Codex and GPT-5.5 xhigh to package his experimental C++ Luau WebAssembly project, successfully building and deploying it via GitHub Actions. True to form, he then used ChatGPT to draft a BigQuery SQL query to explore PyPI’s dataset, discovering that 28 packages are already utilizing the new pyemscripten_202*_wasm32 tags.

2026-06-13

Sources

Tech Videos — 2026-06-13#

Watch First#

Why you need to try the GitHub Copilot desktop app is the most practically relevant video today, as it details how GitHub is finally sandboxing local AI agents to prevent them from destructively modifying your host machine or active development environments.

2026-06-14

Sources

The Anthropic Fallout & The Open Weights Imperative — 2026-06-14#

Highlights#

The AI ecosystem is reeling from the sudden US export controls placed on Anthropic’s Fable and Mythos models, an unprecedented government intervention that has turned theoretical regulatory risks into immediate market realities. This shockwave has accelerated a strategic pivot toward dynamic model routing and sparked urgent warnings that a closed US AI ecosystem will inadvertently crown Chinese open-weights as the global standard. Meanwhile, fundamental questions about the limits of LLM reasoning and the viability of the AI business moat continue to divide researchers.