157 related articles
Tech FrontiersSimon Willison releases LLM CLI tool 0.32a1 alpha, fixing a critical bug where tool-calling conversations couldn't be correctly restored from SQLite, ensuring data integrity in AI Agent workflows.
TutorialsSimon Willison used Claude Code's web version on his phone to add iNaturalist wildlife sighting sync to his blog, backfilling a decade of data. An analysis of the tech, POSSE philosophy, and AI-assisted coding.
TutorialsSimon Willison built an iNaturalist observation display tool using Claude Code on his phone while camping. Learn the three-layer architecture: Python CLI, Git Scraping, and static frontend.
Tech FrontiersDeep dive into Simon Willison's LLM Python library 0.32 refactoring: new message sequence API, typed streaming responses, and universal serialization for multimodal AI and tool calling.
Deep DivesSimon Willison releases LLM 0.32a0 alpha with message sequences API and streaming multi-type parts, redesigning how the Python LLM library handles model interactions for complex inputs and outputs.
Deep DivesDeep dive into Simon Willison's LLM 0.32a0 refactoring: message sequence inputs, typed streaming events, SQLite-decoupled serialization, and backward-compatible API evolution strategies.
TutorialsSimon Willison used Claude Code's web version on his phone to add iNaturalist wildlife observation records to his blog. Analysis of the technical implementation, Beats content aggregation system, and how AI-assisted coding breaks mobile development barriers.
Expert OpinionsAnalysis of Simon Willison's April 2026 newsletter: Opus 4.7 and GPT-5.5 launch with price hikes, Claude Mythos debuts, ChatGPT Images 2.0 upgrades. Deep dive into AI pricing tiers and LLM security.
Product ReviewsSimon Willison built an iNaturalist observation viewer using only a phone and Claude Code while camping. This article breaks down the three-layer architecture: Python CLI data aggregation, Git Scraping automation, and AI-generated frontend.
Product ReviewsTianshu (mineru-tianshu) is an enterprise-grade open-source AI document preprocessing platform supporting PDF/Office to Markdown conversion, MCP protocol AI assistant integration, with a Vue3+FastAPI full-stack architecture for RAG systems and enterprise knowledge bases.
Expert OpinionsSimon Willison's April 2026 newsletter: Claude Opus 4.7, GPT-5.5 price hikes, Claude Mythos, ChatGPT Images 2.0, and the latest in LLM safety research.
TutorialsExplore how TRE regex engine's non-backtracking design defends against ReDoS attacks. Compare TRE vs Python re module performance under malicious regex input through Python ctypes bindings.
TutorialsSimon Willison used Claude Code's web version on his phone to add iNaturalist wildlife observation sync to his blog, going from prototype to production in just two days.
TutorialsSimon Willison built an iNaturalist observation tool using his phone and Claude Code while camping, leveraging Git Scraping + GitHub Actions for a zero-server architecture.
TutorialsDeveloper Simon Willison used Claude Code for Web on his phone to build a wildlife sightings feature for his blog, syncing iNaturalist data with deep integration into search, RSS, and archives.
Deep DivesDeep dive into Simon Willison's LLM 0.32a0 refactoring: message sequence inputs, streaming typed events, tool calling loops, and serialization for modern multimodal LLM scenarios.
Tech FrontiersThe llm CLI tool releases version 0.32a1, fixing a critical bug where tool-calling conversations couldn't be properly restored from the SQLite database.