ZeroHour

Source: Simon Willison

5 stories in the last 3d

Quoting Mustafa Suleyman

Microsoft AI CEO Mustafa Suleyman argues against granting AI models rights or moral status, saying it would hinder containment and alignment.

Mustafa Suleyman published a warning about 'model welfare', arguing there is no evidence models have feelings, preferences, or rights, and that inviting them to share ethical or legal status would make AI containment and alignment harder. Simon Willison quotes the post on his blog.

Gemini Live audio

Google released Gemini 3.8 Live speech-to-speech models; Simon Willison built a library-free browser web UI for real-time voice conversations with them.

Google released Gemini 3.8 Live and Gemini 3.8 Live Extended Thinking, two new speech-to-speech models comparable in shape to OpenAI's GPT-Live family. Simon Willison had GPT-6 Astra Extra High build him a web UI for testing the models, supporting model and voice preset selection, optional system prompts, and interrupting the model mid-speech. The implementation uses no libraries and talks directly to Google's wss://generativelanguage.googleapis.com BidiGenerateContent WebSocket endpoint.

Simon Willison · 18h agoModel release

The contagion of fear

Bryan Cantrill rebuts ex-Anthropic researcher Jacob Coxon's claims that AI could kill humanity, warning such doomsday predictions cause unjustified panic.

Simon Willison highlights Bryan Cantrill's response to former Anthropic employee Jacob Coxon's tweet that many Anthropic researchers believe AI 'could kill us all by the end of the decade'. Cantrill recounts his own youthful mistake of triggering unjustified panic among less technical peers and argues extinction claims rest on hand-wavy extrapolation such as 'hacking critical infrastructure'.

Simon Willison · 1d agoAI safety & security

Quoting Laurie Voss

Laurie Voss argues AI collapses code-writing and review costs, leaving product discovery and precise definition as the core of software engineering.

Simon Willison quotes Laurie Voss's essay "We are all Product Engineers now," which argues that AI is collapsing the cost of writing code and will likewise collapse the cost of reviewing, fixing, and operating it. Voss contends the remaining work is finding out what people want, defining it precisely, and making software pleasant to use. He expects the amount of software to grow without limit because demand has no ceiling, making product-definition skills the whole job. No specific models, tools, or incidents are named; this is career and industry commentary.

Simon Willison · 2d agoAI industry

commit-rewriter 0.1

Simon Willison released commit-rewriter 0.1, a tool that rewrites git commit messages from the first edited commit, with a timestamped revert branch.

Simon Willison built commit-rewriter 0.1, a small web app for editing git commit messages, motivated by cleaning up Datasette security release commits that contained coding agent cruft and private issue IDs. It runs via 'uvx commit-rewriter path/to/repo' and creates a timestamped branch of the repo state before rewriting every commit from the first edited one to the most recent, allowing easy reversion.

Simon Willison · 2d agoTools1