Author name: Simon Willison

newsletter

March 2026 sponsors-only newsletter

I just sent the March edition of my sponsors-only monthly newsletter. If you are a sponsor (or if you start a sponsorship now) you can access it here. In this month’s newsletter:

More agentic engineering patterns
Streaming experts with MoE models…

datasette, llm

datasette-llm 0.1a6

Release: datasette-llm 0.1a6

The same model ID no longer needs to be repeated in both the default model and allowed models lists – setting it as a default model automatically adds it to the allowed models list. #6
Improved documentation for …

datasette, llm

datasette-extract 0.3a0

Release: datasette-extract 0.3a0

Now uses datasette-llm to manage model configuration, which means you can control which models are available for extraction tasks using the extract purpose and LLM model configuration. #38

Tags: …

datasette, llm

datasette-enrichments-llm 0.2a0

Release: datasette-enrichments-llm 0.2a0

This plugin now uses datasette-llm to configure and manage models. This means it’s possible to specify which models should be made available for enrichments, using the new enrichments purpose.

datasette, llm

datasette-llm-usage 0.2a0

Release: datasette-llm-usage 0.2a0

Removed features relating to allowances and estimated pricing. These are now the domain of datasette-llm-accountant.
Now depends on datasette-llm for model configuration. #3
Full prompts and responses and t…

datasette, llm

datasette-llm 0.1a5

Release: datasette-llm 0.1a5

The llm_prompt_context() plugin hook wrapper mechanism now tracks prompts executed within a chain as well as one-off prompts, which means it can be used to track tool call loops. #5

Tags: llm, data…

Scroll to Top