Cheaper tokens will not mean smaller AI budgets
OpenAI cut GPT-5.6 Luna prices by 80% and Terra by 20%. For big AI customers, lower unit costs are more likely to expand consumption than shrink the forecast.
// writing
Notes on agentic AI, multi-agent frameworks, and the occasional dispatch from the games that keep me up at night.
OpenAI cut GPT-5.6 Luna prices by 80% and Terra by 20%. For big AI customers, lower unit costs are more likely to expand consumption than shrink the forecast.
The industry is pitching living worlds while developers grow more hostile to generative AI. Both reactions make sense — they are talking about different products.
If agents become the interface to the internet, tool access and recommendations become questions of competition — not just protocol design.
GPT-5.6 arrived as three models and a multi-agent mode. The interesting trend is no longer one model winning — it is systems deciding how much intelligence a task deserves.
GitHub Models is shutting down. A useful reminder that the convenient layer in your AI stack is often the least permanent one.
Fog of war, item builds, and throwing from ahead — the best mental models I have for agentic systems came from a video game.
Sessions, state, and long-term memory — how to make an agent that remembers without drowning in its own history.
Your agent is only as reliable as its worst tool. Field notes on tool ergonomics — the highest-leverage, least glamorous work in agentic AI.
You can't A/B test a feeling. How to build an evaluation harness for agentic systems before you touch another prompt.
Orchestrator-workers, pipelines, and judges — the three multi-agent shapes I keep reusing, and the ones I've abandoned.
The agent framework wars, six months in — how I actually decide between Google ADK, LangGraph, the Claude Agent SDK, and a bare loop.
The Model Context Protocol turned tool integration from N×M glue code into a plug standard. Notes from running it in anger.
A weekend spent porting a homegrown agent stack to Google's Agent Development Kit — what impressed me, what didn't.
Strip away the hype and an AI agent is a while-loop around an LLM. The engineering is in everything the loop touches.