CEREBRO
machine-read, human-curated
Model routing and Jev
- Introducing typesafe/jev-router: OpenRouter's cache-aware router picks the model and reasoning effort per request to balance quality, speed and cost, and the cache awareness is what makes it worth watching.
- Theo on mid-task routing: switching to a "dumber" model halfway through a task saves little because cache writes are such a large share of cost, which is a caveat for any router.
- Theo benching the router: early numbers say it is basically a DeepSeek 4.1 flash router, so treat the quality-balancing claim as unproven until the full benchmark lands.
- Theo: "Jev is incredible": he worries people are using Jev wrong and has a video on the intended usage.
- A single function Jev-like wrapper for LLMs: reads the model's token probabilities (logprobs) to get typed, calibrated answers to a prompt, a cheap way to turn any logprob-exposing model into a classifier (a commenter says Fireworks AI has better grammar support).
- Ollaya: Ollama-style local runner for Jev-style decision models that return typed answers with probabilities in milliseconds, for example gating an agent's
git push --forcebefore it runs.
Model cost and quality
- I priced 203 PRs from my Claude Code agents: Opus 5.5 cost about half of Sonnet 5 per line of code across the author's real agent PRs, which challenges "cheaper tier means cheaper output".
- bcherny: HAProxy C to Rust port: Opus 5.5 and Fable 5.1 both passed nearly all of HAProxy's tests, but Opus 5.5 finished in 9.5 hours versus 12 and cost 51% less.
- Theo's guide to maximizing success with Opus 5.5: a practitioner write-up, with credit to Addy Osmani, on getting the most out of the current daily-driver model.
- Ternary Bonsai 2 27B: a 27B model at 1.76-bit ternary weights in about 5.9 GB, with 262K context, text and image input, Apache 2.0 licence, and a claimed 98.2% of benchmark performance, so agentic-capable local inference gets much cheaper if it holds up.
Claude Code
- Claude Code v2.1.283: adds an
x-claude-code-prompt-idgateway hint header (opt in withCLAUDE_CODE_GATEWAY_HINT_HEADERS=1) so LLM gateways can group the requests behind one user prompt, and anavailableModelsMatchmanaged setting for exact model pinning. - bcherny on making Claude Code and Desktop faster: a blog post with techniques from the recent speedups that apply to any app you want to speed up.
Skills and plugins
- Claude plugin submission portal: a new portal to submit a plugin, track its review and see usage, with plugins (MCP plus skills) positioned as the way to build for Claude and MCP usage across Claude products up 110x this year.
- anthropics/claude-plugins-official: Anthropic's curated directory of Claude Code plugins, with a reminder that Anthropic does not control or verify what a plugin's MCP servers and files contain.
- anthropics/skills: Anthropic's reference Agent Skills repository, the canonical examples of folders of instructions, scripts and resources that Claude loads on demand.
- cloudflare/security-audit-skill: a multi-phase security audit skill (recon, hunting, candidate validation, independent verification, reporting) that seeded Cloudflare's vulnerability discovery harness and is a good template for isolated-agent pipelines.
Agent workflow
- Theo on remote agent setups: put Ubuntu on a spare machine, ssh in, run
npx t3 connect, and do all agent work remotely. - Theo: how most devs should work: he prefers this remote setup to cloud agents and says macOS is bad at running many agents in parallel.
- Theo: your Mac is slowing you down: he reports much better agent performance on Linux, especially on the file system side.
- RT @daradoescode on T3 Code: a user complains T3 Code was "silently nerfed", limits now run out faster, and an orchestrator v2 is coming, which is a reminder that limits are part of tool quality.
- Simon Willison, 24 Sep 2026: coding agents make software engineering harder, because getting their full potential takes extraordinary discipline and knowledge.
Agent harnesses and orchestration
- paperclipai/paperclip: open-source Node.js and React orchestration for a team of AI agents, where you bring your own agents, assign goals, and track work and costs from one dashboard.
- androoAGI/starnet: local-first desktop harness where bring-your-own-key agents run as a pixel-art space station that projects live runtime state.
- OpenRouter: from Seed to Stripe (Latent Space): Alex Atallah on OpenRouter becoming the neutral routing layer for more than 10 million developers, the multi-model context behind the router news above.
Signals
- anthropics/skills: Public repository for Agent Skills
- cloudflare/security-audit-skill: A coding-agent skill for multi-phase security audits with independently verified, machine-readable findings
- I priced 203 PRs from my Claude Code agents: Opus 5.5 cost about half of Sonnet 5 per line of code
- paperclipai/paperclip: The open-source app everyone uses to manage agents at work
- Introducing typesafe/jev-router: a cache-aware model router powered by Jev and @typesafeai The Jev Router picks the best model and reasonin…
- I go in depth on this in my video about Jev. In most cases, routing to a "dumber" model halfway through a task is not going to save much mo…
- A single function Jev-like wrapper for LLMs, including vision models
- Opus 5.5 is a really good model. It's been my daily driver the last few weeks. We had Opus 5.5 and Fable 5.1 each port HAProxy from C to Ru…
- My guide to maximizing success with Opus 5.5 is here :) shoutout to @addyosmani for the awesome writeup! https://t.co/aILqBqPKx4
- @AzOgZz This will 10x your productivity in T3 Code: 1. Grab any old computer you have around (or buy one from a family member) 2. Install U…
- Jev is incredible. I'm scared people are using it wrong. https://t.co/zapsXQn8ou
- Note on 24th September 2026
- androoAGI/starnet: A living pixel-art station where real AI agents do real work. Local-first desktop agent harness - bring your own key, wa…
- It’s now easier to build plugins for Claude. We built a new portal to submit your plugin, track review, and see usage. Plugins package MCP…
- Promptic
- v2.1.283
- anthropics/claude-plugins-official: Official, Anthropic-managed directory of high quality Claude Code Plugins.
- Ollaya – Ollama for open-source, Jev-style decision models
- OpenRouter: from Seed to Stripe — with OpenRouter’s Alex Atallah & AMP’s Anjney Midha
- If you've noticed how fast https://t.co/9A6X5iqpbs and the Desktop app have become in the last few weeks, here's how we did it. Lots of jui…
- This is how I think most devs should be working right now. I find it significantly nicer than "cloud" agents. Don't use macOS for this, it'…
- Your Mac is slowing you down. Moving to Linux has exponentially improved performance for my agents, in particular on the file system side.…
- Benching this to get exact numbers on how it performs. So far, it's basically just a DeepSeek 4.1 flash router 🙃 https://t.co/LolRovIeEh
- RT @daradoescode: they silently nerfed t3 code. this shit used to be so good it made me buy more computers to run more agents and now my li…
- what the hell a 27B model in ~5.9 GB Ternary Bonsai 2 27B - 1.76-bit ternary weights - 262K context - text + image input - coding + reasoni…
Sources & citations
| Source | Fetched | In briefing |
|---|---|---|
| x | 245 | 13 |
| github | 46 | 5 |
| rss | 140 | 4 |
| hackernews | 30 | 2 |
| 25 | 1 | |
| show_hn | 40 | 0 |
| github_search | 20 | 0 |
| swipe | 20 | 0 |
| yc-rfs | 13 | 0 |
| gmail | 9 | 0 |
| yc-launch | 2 | 0 |
| seed_urls | 1 | 0 |
| crackscan | 0 | 0 |
| ossinsight | 0 | 0 |
| reddit_users | 0 | 0 |
| total | 591 | 25 |