Thoughts on starting new projects with LLM agents
A developer shares lessons learned from building a new Go project (watgo) with LLM agents, emphasizing code review and human oversight.
A developer shares lessons learned from building a new Go project (watgo) with LLM agents, emphasizing code review and human oversight.
Release of micropython-wasm 0.1a2, a Python library for running MicroPython sandboxes using WebAssembly with a new CLI.
Release of micropython-wasm 0.1a2, a Python library for running a MicroPython sandbox using WebAssembly, with a new CLI.
Exploring a Python code sandbox using MicroPython compiled to WebAssembly for safe plugin execution.
Using MicroPython compiled to WebAssembly to run Python code in a secure sandbox for plugins.
Python 3.14.5 reverts incremental garbage collection changes due to memory pressure issues.
Build a chatbot with memory using Matrix Context in Python, no API keys needed, with local-first open-source engine.
Explores numerical issues when naively summing alternating series for exp(-20), highlighting cancellation and floating-point precision.
Announcing datasette-agent-micropython 0.1a0, a MicroPython WASM sandbox for safe code execution in Datasette Agent.
Release of datasette-agent-micropython 0.1a0, using MicroPython in a WASM sandbox for safe code execution in Datasette Agent.
Announcement of micropython-wasm 0.1a1, a Python library for running a MicroPython sandbox using WebAssembly.
Announcement of micropython-wasm 0.1a1, a Python library for running MicroPython sandboxes using WebAssembly.
Announcing micropython-wasm 0.1a0, a Python library for running MicroPython in a WebAssembly sandbox via wasmtime.
Simon Willison announces micropython-wasm 0.1a0, a Python library to run MicroPython in a WebAssembly sandbox via wasmtime.
Explains how to add persistent memory to an ADK trading agent using PreloadMemoryTool and session persistence.
Build an AI email triage agent using LangChain, LangGraph, and OpenAI in under 100 lines of Python code.
Step-by-step guide to deploying AI agents to production using Docker, FastAPI, and LangGraph with best practices.
Tutorial on building a semantic search engine in Python using Sentence Transformers, FAISS, and embeddings for meaning-based document retrieval.
Learn how to build a Python email triage agent using the ReAct (Reason + Act) pattern for step-by-step reasoning and tool use.
Tutorial on building a multi-agent email triage system in Python using AutoGen, with agents for analysis, reputation checking, and decision-making.