AI Daily: GPT-6, Cheaper Opus 5.5, Jev's New Shape (Sep 23, 2026)
OpenAI ships GPT-6 Sol and Luna with cheaper prompt caching, Anthropic cuts Opus 5.5 prices, and Jev's bounded-choice models undercut LLMs.
OpenAI dropped GPT-6 Sol and Luna yesterday, and they brought a cost curve with them. Anthropic answered hours later by cutting Opus 5.5 prices and calling it its strongest model yet. If your margins live and die on inference cost, today's news is your roadmap.
1. OpenAI Ships GPT-6 Sol and Luna With a Budget Tier
OpenAI launched two GPT-6 models cut from the same cloth as Astra, tuned to different balances of capability and cost. Sol is your heavy hitter; Luna is the one you point at high-volume grunt work. If you have been routing every call to a frontier model, split your traffic across the two and watch your per-request spend fall.
Source: Hacker News
2. GPT-6 Prompt Caching Gets Breakpoints and Better Hit Rates
OpenAI upgraded GPT-6 prompt caching with higher cache hit rates, explicit breakpoints, new diagnostics, and controls that cut latency and cost. Pin your long system prompt and tool schemas behind a breakpoint, then keep volatile user content outside it. On any app making the same call thousands of times, that is the highest-leverage line of code you will write this week.
Source: OpenAI News
3. Anthropic Cuts Opus 5.5 Prices, Calls It Its Strongest Model Yet
Anthropic released Claude Opus 5.5 with lower prices, Fable-level performance, and tighter safeguards around risky cybersecurity behavior. Frontier quality at a lower sticker price resets your unit economics overnight. Re-run your eval suite against it this week and see whether you can drop a tier or keep pricing flat and pocket the margin.
Source: TechCrunch AI
4. Jev Is a Different Shape of Model: Bounded Choices, Probabilities
Jev-class models return bounded choices with probabilities and skip free-text generation, and the early numbers put them at LLM-level intelligence for a fraction of the cost and latency. If your product uses an LLM as a router, classifier, or decision layer, this is the architecture to study this week. Read Simon Willison's writeup, then prototype one narrow decision path with it.
Source: Hacker News
5. The Open Model Power Balance Just Got a Scorecard
Interconnects published a fresh read on where the open-weight ecosystem actually stands right now. For a solo builder this is your map: what you can self-host, what you can fine-tune, and where you still have to pay an API bill. Skim it before you lock in a model vendor for the next six months.
Source: Hacker News
6. Foremerge Catches Conflicting Plans From Parallel Coding Agents
Foremerge is a new tool that flags intent conflicts when multiple coding agents work the same repo in parallel worktrees, including the case where two agents make architecture changes that cannot both be true. If you run several agents against one codebase, this catches the expensive failures before PR review. Wire it into your agent workflow and stop losing afternoons to merge archaeology.
Source: Hacker News
7. Microsoft Killed an AI-Assisted Platform That Owned 12,000 Accounts
Microsoft disrupted EvilTokens, an end-to-end platform that made mass account compromise faster and easier with AI assistance. Your personal accounts are the keys to your product, and these kits are cheap enough to hit anyone. Turn on hardware keys for your registrar, cloud, and GitHub today. Twenty minutes now saves your company later.
Source: Ars Technica AI
Cheaper frontier tokens plus open models that punch up mean your only real moat is shipping speed. Pick the cheapest model that clears your quality bar, wire it in, and put it in front of a real user today.