Fetching from the wire…
Public story · 2026-07-20 · high
The new ceiling sits exactly where OpenAI's 2x pricing tier kicks in, and nobody got a deprecation notice.
Why now: The pull request merged July 19 and was still climbing Hacker News on July 20, alongside an independently built tracker logging OpenAI's Codex usage resets.
OpenAI merged a pull request on July 19 that cut Codex's effective GPT-5.6 context window from 372K tokens to 272K, per the file diff at openai/codex#33972. That number isn't random. OpenAI prices any prompt above 272K input tokens at 2x input and 1.5x output. The multiplier applies to the whole request, not just the overage. The cap and the price break are the same number.
No blog post. No deprecation notice. Just a number changed in model metadata, caught by a few people before Hacker News piled 356 points onto the thread.
One engineer reported burning about $400 in an afternoon. Their harness kept feeding repo context past the new boundary, still assuming the old 372K limit. Cursor and Windsurf don't surface the change either, so anyone running Codex through a wrapper is likely eating errors or 2x charges without knowing why.
I run my own setup that feeds a lot of repo context to models. That made me check whether anything I own assumes a published limit instead of measuring one. Two places did, both reading a constant I'd copied from documentation eight months ago.
Stop treating vendor-published context limits as stable config. Read them from the API when you can. When you can't, log actual input token counts per call and alert when they trend toward the ceiling you believe in. An error you notice immediately. A bill you notice on the first of the month.
Worth connecting: an independent tracker at codex-resets.com logs every Codex usage reset. It hit Hacker News the same day, showing 35 resets so far, averaging 8.9 days apart. Somebody built monitoring for another company's quota policy because the alternative was finding out the hard way.
Each link below shares sources, entities, or timing with this story.
Two thirds. Not two thirds of a contrived jailbreak set. Two thirds of realistic malicious issue requests, against the exact three tools most of the people reading this run daily. Ankur Singh, Jinqiu Yang, and Tse-Hsun Chen built IssueTrojanBench across four attack categories...
Four frontier models. Five sealed engineering problems. The result everybody will quote is that Claude Fable 5 won. The result that should actually change how you work is buried three-quarters down the page. JuliaHub published an evaluation on July 30 running four frontier mod...
JuliusBrussee/caveman hit 54,000+ GitHub stars in under three weeks and topped Hacker News. The repo is exactly what it sounds like: a skill that strips agent verbosity, kills the "I'd be happy to help" preamble, and makes Claude answer in terse, near-grunt prose while keeping...
lean-ctx is a Rust-based system that sits between AI coding tools and LLMs, compressing file reads by 60-99% and shell output by 60-95% using Tree-sitter AST parsing for 18 languages. Cached re-reads cost only 13 tokens. Works as a standard MCP server with 49 tools. Compatible...
If you have a CLAUDE.md, you're in scope. Today. arXiv 2607.14611 (cs.CR, filed July 16) evaluates prompt injection planted in the persistent memory files that agentic coding systems write and re-read across sessions. The researchers tested both Anthropic's Claude Code and Ope...
Alongside the July 29 launch of ChatGPT for Academic Researchers, free GPT-5.6 Sol Pro for 10,000 researchers this summer scaling to 100,000 through 2027 backed by over $250 million, OpenAI disclosed efficiency work on the harness underlying Codex and ChatGPT Work: 54% fewer o...
MindPattern daily
One email a day at 7 AM. Sources and a take on every story. Unsubscribe anytime.