The 8088

◂ all entities · feed

person

Simon Willison

6
Articles
2025-10-30
First seen
2026-04-23
Last seen
175d
Span
90 days ago today

Coverage

2026-04-23
llm-openai-via-codex 0.1a0
Simon Willison emerging_innovations

Simon Willison has released version 0.1a0 of llm-openai-via-codex. This tool hijacks Codex CLI credentials to facilitate API calls with LLMs.

2026-04-20
llm-openrouter 0.6
Simon Willison emerging_innovations

Simon Willison released version 0.6 of the llm-openrouter plugin, which adds a command to refresh the list of available models. This update allows users to access new models on OpenRouter, such as Kimi 2.6, immediately without waiting for cache expiration.

2026-04-18
Adding a new content type to my blog-to-newsletter tool
Simon Willison emerging_innovations

Simon Willison discusses updating his custom blog-to-newsletter tool to include a new content type called 'beats'. He provides an example of an effective prompt used to automate the formatting of this content.

2026-04-16
datasette.io news preview
Simon Willison products_launches

Simon Willison describes building a custom preview UI for the datasette.io news section using Claude. The tool allows for easier editing and error checking of YAML-based news entries by leveraging Claude's ability to process GitHub repositories.

2026-04-14
datasette PR #2689: Replace token-based CSRF with Sec-Fetch-Site header protection
Simon Willison emerging_innovations

Simon Willison updated Datasette to replace token-based CSRF protection with Sec-Fetch-Site header protection. The change was largely implemented with the assistance of Claude Code and reviewed by GPT-5.4.

2025-10-30
New trend: programming by kicking off parallel AI agents
The Pragmatic Engineer emerging_innovations ★★

The article discusses a growing trend where software engineers use multiple AI agents simultaneously to perform parallel coding tasks. This approach aims to increase productivity by running several instances of tools like Claude Code or OpenAI Codex across different worktrees.