Simon Willison released llm-coding-agent, a coding agent library built on top of his LLM Python framework. The agent itself was constructed largely using Claude Code, which generated specifications and implemented features through test-driven development. It exposes tools for file operations, command execution, and code search, letting language models autonomously modify and test code projects.
