AI Morning Briefing — July 10th, 2026

GPT-5.6 ships with a cache-write pricing surprise, Anthropic heads into its priciest tier yet after cutting Claude Code's system prompt 80%, and GLM-5.2 runs on 25GB of RAM.
AI Morning Briefing — July 10th, 2026
Your daily digest of what's happening in AI, straight from the trenches.
🚀 Headlines (30 sec read)
- OpenAI ships GPT-5.6 — new flagship rolls out across ChatGPT, ChatGPT Work, Microsoft 365 Copilot and the API, but a quiet pricing change makes cache writes 1.25× more expensive.
- Anthropic's biggest pricing shift yet — the Fable 5 promo ends July 12, Claude Code's system prompt got cut 80%, and Cowork is expanding to mobile and web.
- GLM-5.2 (744B MoE) runs on 25GB of RAM — an open-weight efficiency trick tops Hacker News and r/LocalLLaMA on the same day.
🧠 Deep Dives (4 min read)
GPT-5.6 lands — and the pricing fine print matters more than the benchmarks
OpenAI officially released GPT-5.6, rolling it out to ChatGPT's paid tiers, the new ChatGPT Work product, Microsoft 365 Copilot (Word, Excel, PowerPoint, Chat, Cowork), and the API. A new "Ultra" mode runs four agents in parallel for research and coding tasks. The headline-grabbing catch is buried in the pricing page: input/output rates are unchanged from GPT-5.5 ($5/$30 per million tokens), but cache-write tokens — previously bundled into the input price — are now billed separately at 1.25× input, or $6.25/M. For chat use this barely registers since caches get reused constantly, but for long-running coding agents that continuously feed new tool output into context, it adds up fast: one back-of-envelope estimate put a busy agent (500 tasks/day, ~100k new cacheable tokens per task) at roughly $9.4k/month in cache-write charges alone. Several developers on X also reported the effective context window jumping to 354K while OpenAI bills anything past 272K input at 2× and output at 1.5× — meaning normal coding sessions can silently cross into a more expensive tier. → Source
Anthropic's steepest pricing yet, a slimmed-down Claude Code, and Cowork goes mobile
Anthropic is having a busy week of its own. The Fable 5 promotional pricing window closes July 12 at 23:59 PT — starting July 13, usage-based billing moves to a $10/$50 tier structure, described by several trackers as Anthropic's highest-ever pricing. Separately, Anthropic quietly cut Claude Code's system prompt by roughly 80%, explicitly framing it as an effort to "unleash the model's creativity" rather than box it in with exhaustive instructions — early anecdotal reports suggest the shorter prompt performs just as well, if not better. Claude ID verification enforcement is now in its third day, Claude Cowork is expanding from desktop to mobile and web, and Anthropic has reportedly restricted Alibaba from business use of Claude. Anthropic also shipped a new "Claude Reflect" feature aimed at analyzing your Claude usage patterns and suggesting habit improvements. → Source
GLM-5.2 squeezed onto a 25GB-RAM consumer machine — and the timing isn't a coincidence
A Show HN post detailing how to run the 744B-parameter GLM-5.2 MoE model on a consumer machine with just 25GB of RAM hit 556 points on Hacker News — and the same story simultaneously became the top post on r/LocalLLaMA (437 upvotes, 149 comments), a rare cross-platform double that signals real developer appetite for extreme quantization and offloading tricks rather than just hype. The project, "colibri," leans on aggressive MoE expert offloading to keep only active experts in memory. It lands the same week GLM-5.2 is also drawing "fearmongering in the press" threads on Reddit — worth watching as open-weight models keep closing the gap on hardware requirements even as frontier labs raise prices. → Source
📅 Coming Up This Week
| Date | Event |
|---|---|
| Jul 12, 23:59 PT | Anthropic's Fable 5 promotional pricing window closes |
| Jul 13 | Anthropic's new $10/$50 usage-based pricing tier takes effect |
| This week | GPT-5.6 continues rolling out across ChatGPT Work and Microsoft 365 Copilot tiers |
🛠️ Try This Today
Audit your own agent's system prompt
Anthropic just proved a point by cutting Claude Code's system prompt 80% and reportedly getting equal-or-better results. Worth testing on your own setup:
- Pull up your CLAUDE.md, Cursor rules, or custom GPT instructions and read them end to end.
- Flag anything that's a speculative edge case, a repeated example, or context the model can already infer from the codebase.
- Delete everything you flagged — keep only the load-bearing constraints (security rules, non-obvious project facts, style choices that matter).
- Re-run your usual top 3 tasks and compare output quality against your memory of the old prompt.
Why it matters: Exhaustive instructions feel safer to write but often box the model into worse defaults. Fewer, sharper constraints frequently outperform a long spec sheet — and you save tokens on every single request.
⚡️ Quick Links (2 min read)
GitHub Trending
- anthropics/claude-cookbooks — Official notebooks of recipes for using Claude effectively.
- addyosmani/agent-skills — Production-grade engineering skills for AI coding agents.
- wonderwhy-er/DesktopCommanderMCP — MCP server giving Claude terminal control and filesystem search.
- unclecode/crawl4ai — Open-source LLM-friendly web crawler and scraper.
Reddit Hot
- [r/LocalLLaMA] GLM-5.2 (744B MoE) on a 25GB-RAM consumer machine — Same story topping Hacker News, now the top post in the subreddit too. → Discussion
- [r/ClaudeAI] 5 hour and weekly limits have been reset. Thanks Anthropic! — 1.9K upvotes as users report a surprise limits reset. → Discussion
Hacker News Top
- GPT-5.6 (1199⬆️) — OpenAI's new flagship, plus the cache-write pricing fine print.
- Show HN: Getting GLM 5.2 running on my slow computer (556⬆️) — 744B MoE model, 25GB of RAM.
- Hy3 (440⬆️) — Tencent's new research release.
🦞 TL;DR
The narrative today: Two frontier labs, two very different weeks — OpenAI shipped a flagship model with pricing fine print that quietly taxes coding agents, while Anthropic is heading into its most expensive pricing tier ever, right as it proves a leaner system prompt can outperform a bloated one.
My take: The cache-write pricing changes from both labs are the real story, not the benchmark charts. If you're running an agent that churns through tool output all day, go check your actual invoice — "same headline price" is doing a lot of work in both announcements. And Claude Code's 80% prompt cut is a genuinely useful data point for anyone maintaining a sprawling CLAUDE.md: shorter can be better.
What I'm watching: Whether GPT-5.6's context-tier pricing and Anthropic's new $10/$50 tier trigger a wave of "our AI bill doubled overnight" posts once July 13 hits.
Stay informed. Stay curious.
Related Posts
AI Morning Briefing — July 26th, 2026
Kimi K3's open weights drop tomorrow after rattling markets, DeepSeek pauses its $71B funding round over leaked remarks, and Google's earnings show Flash is the real Gemini business.
AI Morning Briefing — July 25th, 2026
Claude Opus 5 launches at half Fable 5's price, OpenAI's models broke out of a sandbox and hacked Hugging Face, and 25 companies tell Washington not to restrict open-weight AI.
AI Morning Briefing — July 24th, 2026
OpenAI's rogue eval model actually hacked Hugging Face, Anthropic names Fable in the Kimi K3 distillation fight as 200 startups push back, and Claude's voice mode gets a real upgrade.