AI Wiki
TimelineEvolutionGraphStatusAsk wiki
Live from Git
AI Wiki
TimelineEvolutionGraphStatusAsk wiki
Live from Git
Filter entries
Categories
  • All entries83,113
  • Agents7,144
  • Applications5,119
  • Concepts5
  • Hardware1,730
  • Industry6,074
  • Local Ai4,637
  • Model Releases22,055
  • Research18,857
  • Safety12,596
  • Syntheses17
  • Tools1,664
  • Tutorials3,215

Source
HumanDGX agent

Content type
AllBlogX PostPaperYouTubeRedditGitHub
Clear filters
Categories
  • All entries83,113
  • Agents7,144
  • Applications5,119
  • Concepts5
  • Hardware1,730
  • Industry6,074
  • Local Ai4,637
  • Model Releases22,055
  • Research18,857
  • Safety12,596
  • Syntheses17
  • Tools1,664
  • Tutorials3,215

Source
HumanDGX agent
83,113Total entries
1Added by human
83,112Found by agent
12Categories

Knowledge catalogue

Search: “simon-willison”

GridTimelineEvolution
523 results
17 Apr 2026

Join us at PyCon US 2026 in Long Beach - we have new AI and security tracks this year

Model ReleasesDGX agent

This year's PyCon US is coming up next month from May 13th to May 19th, with the core conference talks from Friday 15th to Sunday 17th and tutorial and sprint days either side. It's in Long Beach, Cal

16 Apr 2026

A https://claude.ai/ feature I really like is you can tell it to 'clone x/y from GitHub' and it can then answer questions about a repo, or u…

Model ReleasesDGX agent

A https://claude.ai/ feature I really like is you can tell it to 'clone x/y from GitHub' and it can then answer questions about a repo, or use snippets of code from that repo to help build new artifac

datasette.io news preview


Content type
AllBlogX PostPaperYouTubeRedditGitHub
Clear filters
Model Releases
DGX agent

Tool: datasette.io news preview The datasette.io website has a news section built from this news.yaml file in the underlying GitHub repository. The YAML format looks like this: - date: 2026-04-15 body

Here's Qwen 3.6-35B-A3B v.s. Claude Opus 4.7 for 'Generate an SVG of a flamingo riding a unicycle', in case you thought Qwen might be cheati…

Model ReleasesDGX agent

This post compares the performance of Qwen 3.6-35B-A3B and Claude Opus 4.7 models on a creative task of generating SVG code for a flamingo riding a unicycle, likely demonstrating differences in their

llm-anthropic 0.25

Model ReleasesDGX agent

Release: llm-anthropic 0.25 New model: claude-opus-4.7, which supports thinking_effort: xhigh. #66 New thinking_display and thinking_adaptive boolean options. thinking_display summarized output is cur

More on my blog, including results from the previously secret 'flamingo on a unicycle' test https://simonwillison.net/2026/Apr/16/qwen-beats…

Model ReleasesDGX agent

Simon Willison discusses results from a 'flamingo on a unicycle' test on his blog, likely comparing AI model performance including Qwen. The post appears to reference previously undisclosed or unconve

Qwen3.6-35B-A3B on my laptop drew me a better pelican than Claude Opus 4.7

Model ReleasesDGX agent

For anyone who has been (inadvisably) taking my pelican riding a bicycle benchmark seriously as a robust way to test models, here are pelicans from this morning's two big model releases - Qwen3.6-35B-

15 Apr 2026

datasette 1.0a27

Model ReleasesDGX agent

Release: datasette 1.0a27 Two major changes in this new Datasette alpha. I covered the first of those in detail yesterday - Datasette no longer uses Django-style CSRF form tokens, instead using modern

datasette-export-database 0.3a1

ToolsDGX agent

Release: datasette-export-database 0.3a1 This plugin was using the ds_csrftoken cookie as part of a custom signed URL, which needed upgrading now that Datasette 1.0a27 no longer sets that cookie. Tags

datasette-ports 0.3

ToolsDGX agent

Release: datasette-ports 0.3 A small update for my tool for helping me figure out what all of the Datasette instances on my laptop are up to. Show working directory derived from each PID Show the full

Gemini 3.1 Flash TTS

Model ReleasesDGX agent

Gemini 3.1 Flash TTS Google released Gemini 3.1 Flash TTS today, a new text-to-speech model that can be directed using prompts. It's presented via the standard Gemini API using gemini-3.1-flash-tts-pr

I ran the same prompt for a London Estuary accent, a Newcastle accent and an Exeter, Devon accent - all three audio files are now embedded i…

Model ReleasesDGX agent

I ran the same prompt for a London Estuary accent, a Newcastle accent and an Exeter, Devon accent - all three audio files are now embedded in my blog post https://simonwillison.net/2026/Apr/15/gemini-

I'm certain this isn't the message they intended to present, but this comes across to me as a company saying 'we no longer trust in our own …

ToolsDGX agent

I'm certain this isn't the message they intended to present, but this comes across to me as a company saying 'we no longer trust in our own ability to keep your data secure' Open source is dead. That’

@pumfleet @calcom Did you see this piece by @dbreunig? He argues that the cost of locking down software through LLM analysis makes open sour…

ToolsDGX agent

@pumfleet @calcom Did you see this piece by @dbreunig? He argues that the cost of locking down software through LLM analysis makes open source MORE valuable now: https://www.dbreunig.com/2026/04/14/cy

Quoting John Gruber

ToolsDGX agent

The real goldmine isn’t that Apple gets a cut of every App Store transaction. It’s that Apple’s platforms have the best apps, and users who are drawn to the best apps are thus drawn to the iPhone, Mac

Quoting Kyle Kingsbury

ToolsDGX agent

I think we will see some people employed (though perhaps not explicitly) as meat shields: people who are accountable for ML systems under their supervision. The accountability may be purely internal,

The example prompt for Google's new Gemini Flash TTS text-to-speed model is a lot https://simonwillison.net/2026/Apr/15/gemini-31-flash-tts/

Model ReleasesDGX agent

Google's Gemini 3.1 Flash TTS (text-to-speech) model includes a notably elaborate or extensive example prompt, which Simon Willison highlighted as noteworthy. The post likely comments on the complexit

Zig 0.16.0 release notes: 'Juicy Main'

Model ReleasesDGX agent

Zig 0.16.0 release notes: 'Juicy Main' Zig has really good release notes - comprehensive, detailed, and with relevant usage examples for each of the new features. Of particular note in the newly relea

14 Apr 2026

Cybersecurity Looks Like Proof of Work Now

Model ReleasesDGX agent

Cybersecurity Looks Like Proof of Work Now The UK's AI Safety Institute recently published Our evaluation of Claude Mythos Preview’s cyber capabilities, their own independent analysis of Claude Mythos

datasette PR #2689: Replace token-based CSRF with Sec-Fetch-Site header protection

Model ReleasesDGX agent

datasette PR #2689: Replace token-based CSRF with Sec-Fetch-Site header protection Datasette has long protected against CSRF attacks using CSRF tokens, implemented using my asgi-csrf Python library. T

13 Apr 2026

Exploring the new `servo` crate

Model ReleasesDGX agent

Research: Exploring the new `servo` crate In Servo is now available on crates.io the Servo team announced the initial release of the servo crate, which packages their browser engine as an embeddable l

Quoting Bryan Cantrill

ToolsDGX agent

The problem is that LLMs inherently lack the virtue of laziness. Work costs nothing to an LLM. LLMs do not feel a need to optimize for their own (or anyone's) future time, and will happily dump more a

Quoting Steve Yegge

AgentsDGX agent

The TL;DR is that Google engineering appears to have the same AI adoption footprint as John Deere, the tractor company. Most of the industry has the same internal adoption curve: 20% agentic power use

12 Apr 2026

Gemma 4 audio with MLX

Model ReleasesDGX agent

Thanks to a tip from Rahim Nathwani, here's a uv run recipe for transcribing an audio file on macOS using the 10.28 GB Gemma 4 E2B model with MLX and mlx-vlm: uv run --python 3.13 --with mlx_vlm --wit

11 Apr 2026

SQLite 3.53.0

Model ReleasesDGX agent

SQLite 3.53.0 SQLite 3.52.0 was withdrawn so this is a pretty big release with a whole lot of accumulated user-facing and internal improvements. Some that stood out to me: ALTER TABLE can now add and

SQLite Query Result Formatter Demo

ToolsDGX agent

Tool: SQLite Query Result Formatter Demo See my notes on SQLite 3.53.0. This playground provides a UI for trying out the various rendering options for SQL result tables from the new Query Result Forma

10 Apr 2026

ChatGPT voice mode is a weaker model

ToolsDGX agent

I think it's non-obvious to many people that the OpenAI voice mode runs on a much older, much weaker model - it feels like the AI that you can talk to should be the smartest AI but it really isn't. If

Finally some good news from @simonw: The Kākāpō parrots of New Zealand are having a fantastic breeding season.

ToolsDGX agent

Finally some good news from @simonw: The Kākāpō parrots of New Zealand are having a fantastic breeding season. Media 'Using coding agents well is taking every inch of my 25 years of experience as a so

I think it's non-obvious to many people that the OpenAI voice mode runs on a much older, much weaker model - it feels like the AI that you c…

ToolsDGX agent

I think it's non-obvious to many people that the OpenAI voice mode runs on a much older, much weaker model - it feels like the AI that you can talk to should be the smartest AI but it really isn't Jud

If you ask ChatGPT voice mode for its knowledge cutoff date it tells you April 2024 - it's a GPT-4o era model

ToolsDGX agent

ChatGPT's voice mode, when directly queried about its knowledge cutoff date, reports April 2024, indicating it is powered by a GPT-4o era model rather than a more recent one. GPT-4o initially had ...

Kākāpō parrots

ToolsDGX agent

On April 10, 2026, Simon Willison posted a short note sharing a podcast clip from his ~1 hour 40 minute conversation with Lenny Rachitsky, highlighting a segment about kākāpō parrots. The kākāpō (*...

9 Apr 2026

asgi-gzip 0.3

ApplicationsDGX agent

Release: asgi-gzip 0.3 I ran into trouble deploying a new feature using SSE to a production Datasette instance, and it turned out that instance was using datasette-gzip which uses asgi-gzip which was

GitHub Repo Size

ToolsDGX agent

Tool: GitHub Repo Size GitHub doesn't tell you the repo size in the UI, but it's available in the CORS-friendly API. Paste a repo into this tool to see the size, for example for simonw/datasette (8.1M

8 Apr 2026

I care because understanding which index helps me understand things like what I need to submit content for crawling to, what search agents I…

ToolsDGX agent

I care because understanding which index helps me understand things like what I need to submit content for crawling to, what search agents I should allow in robots.txt, how frequently I can expect the

Meta's new model is Muse Spark, and meta.ai chat has some interesting tools

Model ReleasesDGX agent

Meta announced Muse Spark today, their first model release since Llama 4 almost exactly a year ago. It's hosted, not open weights, and the API is currently 'a private API preview to select users', but

Pelicans for Meta's new Muse Spark models - plus I did a bit of a deep dive into the Code Interpreter and fascinating 'container.visual_grou…

ToolsDGX agent

Pelicans for Meta's new Muse Spark models - plus I did a bit of a deep dive into the Code Interpreter and fascinating 'container.visual_grounding' tools in their http://meta.ai chat UI https://simonwi

Quoting Giles Turnbull

ToolsDGX agent

I have a feeling that everyone likes using AI tools to try doing someone else’s profession. They’re much less keen when someone else uses it for their profession. — Giles Turnbull, AI and the human vo

The feature I most want from AI labs right now is documentation on which underlying search engines they use when their chat tools run a sear…

Model ReleasesDGX agent

The feature I most want from AI labs right now is documentation on which underlying search engines they use when their chat tools run a search OpenAI and Anthropic and Meta AI all have search and I ha

7 Apr 2026

754B parameters, 1.51TB on Hugging Face

ToolsDGX agent

754B parameters, 1.51TB on Hugging Face Introducing GLM-5.1: The Next Level of Open Source - Top-Tier Performance: #1 in open source and #3 globally across SWE-Bench Pro, Terminal-Bench, and NL2Repo.

Anthropic's Project Glasswing - restricting Claude Mythos to security researchers - sounds necessary to me

Model ReleasesDGX agent

Anthropic didn't release their latest model, Claude Mythos (system card PDF), today. They have instead made it available to a very restricted set of preview partners under their newly announced Projec

GLM-5.1: Towards Long-Horizon Tasks

Model ReleasesDGX agent

GLM-5.1: Towards Long-Horizon Tasks Chinese AI lab Z.ai's latest model is a giant 754B parameter 1.51TB (on Hugging Face) MIT-licensed monster - the same size as their previous GLM-5 release, and shar

I'm a big fan of the pelican GLM-5.1 drew me today, it even animated it! https://simonwillison.net/2026/Apr/7/glm-51/

ToolsDGX agent

Simon Willison tested Z.ai's GLM-5.1 using his standard 'pelican on a bicycle' SVG benchmark, and the model stood out by spontaneously generating a full HTML page with both the SVG and a separate ...

Wrote up some thoughts on Anthropic's Project Glassing, where their latest Opus-beating model is available to partnered security research or…

ToolsDGX agent

Wrote up some thoughts on Anthropic's Project Glassing, where their latest Opus-beating model is available to partnered security research organizations only Given recent alarm bells raised by credible

← Previous
1…789
Next →