Nearly every coding agent reads AGENTS.md now — except Claude Code
The standard is back on Hacker News' front page, and the one-line fix is here — plus OpenAI's new prompt-caching dashboard and an open-weights song model.

Copy markdown
AGENTS.md has quietly won
One instructions file now drives Codex, Cursor, Gemini CLI, Copilot, Jules, Aider, Zed, Windsurf and Devin — 30+ agents read AGENTS.md. Write your build steps, conventions and gotchas once instead of keeping a separate rules file per tool.
Claude Code is the holdout — patch it in one line
As of August 2026 Claude Code still loads CLAUDE.md, not AGENTS.md, and the demand is back on Hacker News' front page (240+ points). Bridge it now: make a CLAUDE.md whose first line is @AGENTS.md, or run /init in a repo that already has one and Claude Code folds it in.
OpenAI ships a prompt-caching dashboard
New on the API platform (Aug 20): watch your cache-hit rate over time, cache-reads per write, and the cache-read / write / uncached token split. Caching is automatic and takes 50% off cached input tokens on prompts over ~1,024 tokens — now you can prove yours are actually hitting.
An open-weights model that writes full songs
MiniMax-Music3 (open weights on Hugging Face) turns lyrics plus a structured caption into a complete five-minute track at 32kHz stereo. It runs under 24GB VRAM via Diffusers — 8GB with offloading — so a lyrics-to-song app is a weekend build. Community license allows commercial use with attribution. It is now trending on Hugging Face.