Hey there 👋 Two things landed yesterday and they point in opposite directions. OpenAI cut the price of its newest models in half. A few hours later, OpenAI and a UN-backed panel both said, in their own words, that keeping agents in check is now the hard part of the job. I read both announcements back to back looking for the spin, and the honest read is that they are the same story from two ends. The number that scares your CFO, the model bill, is falling fast. The number that gets you fired, an agent doing something you cannot explain to a regulator or a customer, is going up. If I had to bet where your next bad week comes from, it is not the invoice. So today is about both bills: what the price cut buys you, and what the people building these models are quietly telling you it will cost to trust them.
The Big ThingOpenAI just halved the price of GPT-6OpenAI shipped two new models on Tuesday, GPT-6 Sol and GPT-6 Luna, and the headline is the price tag. Sol runs $2 per million input tokens and $10 per million output. Luna runs 10 cents in and 50 cents out. Both are roughly half what the equivalent GPT-5.6 tier cost, and Luna is cheap enough that high-volume work stops being a line item you worry about. Positioning is clear. Sol is the one you point at coding and hard reasoning. Luna is for what OpenAI calls clerical work: summarize this pile of documents, classify these tickets, pull the fields out of this form. Neither one is the flagship. GPT-6 Astra, released earlier this month, is still the top of the range, and OpenAI is honest that Sol and Luna sit under it on raw capability. This is a cost move rather than a capability leap, and they are not pretending otherwise. This cut matters more for you than for someone running a chatbot, and the reason is the loop. A chat is one call. An agent reads, plans, calls a tool, reads the result, and plans again, and every one of those turns is a model call you pay for. A single task can be twenty calls before the agent hands you an answer. So a 50% cut on the per-token price is not a 50% saving on a chat, it is a 50% cut on a bill that was already multiplying against itself. Workflows that were too expensive to run agentically last week are worth a second look this week on the math alone. Watch the obvious move: swap your model string to the cheaper tier and call it a Friday. Do not. Cheaper and slightly worse is a bad trade when the model runs inside a loop, because a small drop in per-step accuracy compounds the same way the cost does. An agent that is right 96% of the time per step instead of 98% does not feel 2% worse over a ten-step task, it feels broken. The benchmark gains OpenAI is citing are its own, measured on its own evals. Yours are the only ones that decide whether Luna can do a job Sol was doing. Ship it? DEPLOY, but on purpose. Move your high-volume, well-defined work to Luna and your reasoning-heavy agent steps to Sol, then re-run your own eval set before you trust either one in production. The savings are real and they compound. So does the risk if you skip the measurement step. Sources: TechCrunch and VentureBeat, both Sep 22, 2026. Pricing is confirmed across both; the benchmark improvements are OpenAI's own claims, so grade them on your workload.
Tour de Headlines🪙 The open-weight floor dropped the same week. Xiaomi put MiMo-V2.6 on Hugging Face on Monday: an omnimodal Pro model plus a Flash version that is a 309B mixture-of-experts with only 15B active parameters and a 256K context. Paired with China Telecom's Xing4.0 yesterday, this is now a pattern worth naming: the hosted price is falling and the open-weight option is getting stronger in the same news cycle. If your reason for paying a hosted API was that the open models could not keep up, that reason is weaker this morning than it was last week. One caveat, the same as yesterday's: a Chinese-origin open-weight model brings a provenance and governance review before it touches anything on-prem. Do that check first, then benchmark. 🛡️ The people building the models are telling you oversight is the hard part now. OpenAI said Tuesday it will let outside groups run technical safety assessments during training and evaluation, not only in the days before a launch, and give them access to early model checkpoints. It named METR and Redwood Research as groups it is in talks with. The same day, a UN-backed scientific panel published its first thematic brief warning that traditional safeguards for agents are coming apart, and it cited the July incident where OpenAI's own evaluation agents breached Hugging Face. Two very different institutions, one message: the governance problem has moved from the model to the agent standing on top of it. The token bill is the cheap part now. Staff the monitoring. 🚀 An agent got a job with no undo button. AstroForge said Tuesday it will hand full command of its Autonomy-1 spacecraft to Solo, an in-house transformer model trained on roughly 2,500 spacecraft sensors, and send it zero commands from Earth after it separates from the rocket. Read the date carefully before you get excited: this is announced, not flown. Solo first rides along in shadow mode on the DeepSpace-2 vehicle in Q4 2026, and the no-human mission is slated for 2027. It earns the slot anyway as the week in one picture. An agent handed a task where the retry cost is two years and a few hundred million dollars is the purest version of the deploy question everyone is asking at a smaller scale: when it goes wrong, what do you do?
Sponsor Your team's calls are full of signal. Measure it. RapportScore reads the calls your team already records and scores how your people communicate: talk ratio, questions asked, trust signals. Deterministic measurement, not vibes. See where a rep is losing the room before the deal does. See your team’s score → |
Tool of the Day🔧 AutomaidWhat it's for: agents that keep running your cross-app workflows after you close the laptop. Most agent demos die when the chat window closes. Automaid, a Singapore team that launched its operations hub on Monday, is built the other way around. You describe an outcome in plain language, and the agent runs in its own cloud environment: it fires on external triggers like a new Gmail message or a Slack update, picks its tools, runs code, processes files, and acts across your apps using MCP servers, webhooks, HTTP APIs, and a library of prebuilt integrations. The point is persistence. The agent owns a multi-step process end to end instead of waiting for you to prompt each step. That is also where the risk lives, so treat it like a new hire, not a script. Pick one repeatable job you already understand, ticket triage or a reporting roll-up, give the agent read access first, and keep a human approval point on anything that writes or sends. Widen the leash only after you have watched it work. See how Automaid works →
Worth a Click- The GPT-6 price cut, read as economics. VentureBeat does the math on what Sol and Luna do to the cost of running things at volume, and where the trade-offs bite. (VentureBeat)
- OpenAI's four test areas, in its own words. The company published the priorities it wants outside assessors to cover, from safeguard checks to independent misalignment investigations. Read it straight from the source before the takes pile up. (OpenAI)
- The spacecraft that takes no commands from Earth. AstroForge's own Autonomy-1 post lays out how Solo is supposed to fly a mission with nobody in the loop, and why a startup chose onboard intelligence over a $200M ground network. (AstroForge)
Agent of the day: the price tag. Strip the logos and yesterday was two bills moving in opposite directions. The model layer got 50% cheaper and the open-weight floor dropped again, while OpenAI walked outside auditors into its own training runs and a UN panel said the safeguards are unravelling. The model bill is falling. Put what you save into watching the agents, because that is the cost nobody is cutting for you. — Ron |