
Announcing Toad—a universal UI for agentic coding in the terminal
Will McGugan is building his own take on a terminal coding assistant, in the style of Claude Code and Gemini CLI, using his Textual Python library as ...
Will McGugan is building his own take on a terminal coding assistant, in the style of Claude Code and Gemini CLI, using his Textual Python library as ...
OK, I’m sold on multi-agent LLM systems now. I’ve been pretty skeptical of these until recently: why make your life more complicated by running multip...
Jake Gold tests how well 90s-era CGI works today, using a Go + SQLite CGI program running on a 16-thread AMD 3700X. Using CGI on modest hardware, it’s...
The tools on tools.simonwillison.net were mostly built using AI-assisted programming. This page lists 106 tools and their development history.
Anthropic launches Claude Opus 4 and Sonnet 4, setting new benchmarks for coding, reasoning, and AI agents with extended thinking capabilities and imp...
LLMs often generate O(n²) solutions when O(n) would suffice. Learn how to prompt for optimal data structures, avoid common performance pitfalls, and g...