In August, five stories about different projects appeared within one week—the llm CLI tool, Meta’s model, research into the theft of reasoning traces, the smolvm sandbox, and the price of GPT-5.6—but they read as one story: agentic AI is becoming cheaper and easier for businesses faster than the industry is closing the gaps through which agents break into other people’s systems. OpenAI cut the price of GPT-5.6 Luna by 80% through core and forward-pass optimization, making the model cheaper than Gemini at comparable quality.
What became cheaper and simpler
Meanwhile, version 0.33 of the llm CLI tool was released.
Simon Willison’s: migration to the OpenAI Python library 3.x, the --key parameter for embeddings, multiple templates through -t flags, and support for reasoning_summary in the Responses API.
Separately, a research group released smolvm 1.8.3—a sandbox for running untrusted Python and JavaScript with CPU and RAM limits and network and filesystem restrictions.
Each story is a technical detail in isolation.
Together, these developments lower the barrier to entry: a cheaper model, a simpler launch tool, and more accessible isolation for code written by the agent itself. What required an engineering team and an infrastructure budget a year ago can now be assembled from three open-source components in a day.


