CEREBRO
machine-read, human-curated
Claude Opus 5.5
- Introducing Claude Opus 5.5: first model in the Claude 5.5 family, roughly Fable 5.1 level on most tasks at 40% lower run cost than Opus 5.
- Opus 5.5 cache reads 60% cheaper: on top of the 40% overall price cut, cache reads drop 60%, which matters most for long agent loops that re-read big contexts.
- Opus 5.5 is the result of your feedback: cheaper per token than Opus 5 with Fable 5.1 intelligence, works across every effort level, and 5h rate limits go up with a banked reset.
- Box tests Opus 5.5 on enterprise knowledge work: against Opus 5, Box saw 63% fewer tokens, 42% less verbosity and 30% faster runs on unstructured-data tasks.
- Opus 5.5 vs GPT-6 Sol side by side: claims 66.4% vs 55.8% agentic coding against Fable 5.1 at $4/$20 per million tokens, with terser answers but slower on complex tasks (35 min and ~200K output tokens on one run).
Claude Code harness: AGENTS.md, mods, Projects
- AGENTS.md support in Claude Code 2.1.277: if a folder has no CLAUDE.md, Claude falls back to AGENTS.md, and you can toggle this in /config, which removes the duplicate-instruction-file workaround for cross-agent repos.
- AGENTS.md is a built-in mod: it's built on Claude Code mods, the upcoming way to customize the harness, and you'll be able to build your own project-instruction variants.
- Simon Willison on the mods system: points to more example mods and calls the system interesting.
- Projects run from one conversation: Claude directs parallel threads that keep working after you close the laptop, in beta for select Pro and Max users in cloud sessions.
- Ethan Mollick on Claude Projects orchestration: a main orchestrator spins up specialist agents and mixes expensive and cheap ones to your preference, which is the same pattern as model-tiered subagent routing.
- Claude models a program, finds counterexamples, fixes bugs: it builds a model of a tricky state machine or race-prone area, finds counterexamples, reproduces them and fixes the code, without formally verifying the whole codebase.
- skill-creator from anthropics/skills: drafts a skill from a described job, tests it on real prompts and compares results, installed with
npx skills add anthropics/skills --skill skill-creator.
Harness efficiency and context mechanics
- Cursor's prompt for improving harness token efficiency: a reusable prompt covering system prompt, tool definitions, request assembly, caching, compaction, retrieval and agent splitting, aimed at cheaper runs without worse results.
- Context compaction measured: FutureOS vs Codex vs OpenCode: a head-to-head measurement of how three harnesses compact context, useful data since compaction quality is usually anecdotal.
- Claude Code orchestration benchmarked against a solo session: the author's configured workers ran 0 times, a warning that defining subagents doesn't mean they get invoked.
- How Anthropic made claude.ai 3x faster in two weeks: a write-up of using Claude to measure, debug and improve performance, with prompts and methods included.
Session memory, search and handoff tooling
- Swipe: Agents that work while you sleep: a roundup of tools that keep coding agents running after the laptop closes, keep API keys out of chat, and let parallel sessions hand off work.
- AgentsView: imports session histories from Codex, Claude Code, Cursor and 20+ other agents into local SQLite, with web and CLI search across messages, tool calls and results plus combined token and cost reports.
- Graft: builds a symbol and call graph of a repo as local files (tree-sitter, no model or API key on the structural path) so agents can query callers, references and ranked files instead of using a vector DB.
- Windows workspace where Claude Code sessions remember earlier attempts: open-source cross-session memory of what previous sessions tried.
- codex-resume: continues OpenAI Codex chats in Claude Code as native /resume sessions.
MCP and agentic SaaS
- Voice conversation with a Datasette blog backup via datasette-mcp: the ChatGPT iPhone app can now talk to an MCP server directly, which makes personal data MCPs usable by voice.
- Claude with web search vs 18.5k NASA aviation safety reports as an MCP: compares open web search against a curated domain corpus exposed over MCP.
- Floot MCP: builds and ships web and mobile apps from inside Claude or ChatGPT.
Vibe-coding and repos
- TradingAgents: an open-source multi-agent trading team of analysts, bull and bear researchers, a trader and risk managers who debate evidence, with inspectable reasoning.
Signals
- RT @trq212: We're adding support for AGENTS.md to Claude Code. Starting today in version 2.1.277, if there is no CLAUDE.md in a folder, Cla…
- Introducing Claude Opus 5.5, the first model in our new Claude 5.5 family. It performs at the level of Claude Fable 5.1 for most tasks, and…
- RT @addyosmani: Introducing Claude Opus 5.5! 40% lower cost than Opus 5 with cache reads 60% cheaper. It performs at the level of Claude Fa…
- AGENTS.md support is built off of Claude Code mods, our upcoming way to customize the Claude Code harness. This is a built-in mod, but you’…
- RT @emollick: What makes Claude Projects so interesting is that it handles teams of agents really well, you talk to a main orchestrator age…
- This new Claude Code mods system looks pretty interesting - more example mods here: https://t.co/muUA4F6UiX
- I benchmarked Claude Code orchestration against a solo session. My configured workers ran 0 times.
- Swipe: Agents that work while you sleep
- here's a prompt to improve your agent harness based on what we've learned at cursor. enjoy # Improve this agent harness's token efficiency…
- ran Opus 5.5 and GPT-6 Sol side by side, here's what actually separates them Opus 5.5: - Anthropic's frontier model, beats Fable 5.1 across…
- Context compaction, measured: FutureOS vs Codex vs OpenCode
- More details for the formal methods people -- what's happening is Claude is doing something like: 1. Building a model of the program, targe…
- Projects now run from one conversation, starting in Claude Code. You describe what needs doing, and Claude directs parallel threads that ke…
- 10/ skill-creator This is how you turn your own workflow into a reusable skill. Describe the job, draft the instructions, test them on real…
- I built a Windows workspace where Claude Code sessions remember what earlier sessions tried (open source)
- Swipe: AgentsView
- Swipe: Graft
- RT @trq212: Opus 5.5 is the result of your feedback. It communicates clearly, it's cheaper per token than Opus 5.0 with the intelligence of…
- This is insane. Someone turned the idea of a Wall Street trading team into an open-source AI tool. Its called TradingAgents. You get AI ana…
- I just had a voice conversation with the Datasette backup of my blog via datasette-mcp, which you can now talk to using the ChatGPT iPhone…
- Claude with web search vs. Claude with 18.5k NASA aviation safety reports as an MCP
- RT @levie: At Box, we've been testing Opus 5.5 on a variety of complex enterprise knowledge work tasks dealing with unstructured data with…
- We made claude.ai 3x faster in two weeks. Here’s how we use Claude to measure, debug and improve performance. Prompts and methods included…
- I built codex-resume: continue OpenAI Codex chats in Claude Code as native /resume sessions
- Floot MCP
Sources & citations
| Source | Fetched | In briefing |
|---|---|---|
| x | 233 | 16 |
| 50 | 5 | |
| swipe | 20 | 3 |
| rss | 140 | 1 |
| github | 43 | 0 |
| show_hn | 40 | 0 |
| hackernews | 30 | 0 |
| github_search | 20 | 0 |
| yc-rfs | 13 | 0 |
| gmail | 8 | 0 |
| yc-launch | 2 | 0 |
| seed_urls | 1 | 0 |
| crackscan | 0 | 0 |
| ossinsight | 0 | 0 |
| reddit_users | 0 | 0 |
| total | 600 | 25 |