CEREBRO
machine-read, human-curated
Coding Agents & Claude Code
- How prompt caching works in Claude Code (and how to stop wasting tokens) — practical breakdown of where Claude Code burns cache hits and where it doesn't; directly actionable for anyone paying per-token in long sessions.
- The "dumb zone" demo: /rewind + /compact to watch the model get smarter — empirical proof that context degradation starts ~120K tokens; rewinding to a clean state then compacting measurably restores output quality.
- Claude Code plugin enforcing a real dev lifecycle: branch → commits → PR draft — hooks Claude Code into proper git hygiene automatically rather than relying on prompt discipline.
- Open-source guardrail for Claude Code PRs: green CI ≠ proof if the agent edits the verifier — addresses the adversarial loop where an agent passes its own tests by modifying them; critical for unattended agentic runs.
- App Claude drives, not an app that calls Claude — architecture discussion — inversion pattern where the LLM owns the control loop rather than being a subroutine; useful framing for agentic SaaS design.
- Lore — give your coding agent the decisions your team already made — typed Markdown decision log served read-only over MCP to Claude Code/Cursor so agents stop re-litigating ruled-out choices.
- GitHub Copilot harness benchmarked against native model harnesses on SWE-bench — Copilot's harness matches model-vendor harnesses in task resolution while using fewer tokens; harness quality matters as much as model quality.
- /research skill design discussion — background agent saves to .md, continues main task — pattern for non-blocking research delegation inside Claude Code; the verbatim description already works, a skill just canonicalises it.
- Multi-skill invocation behavior:
/skill-1 /skill-2 do XYZ— which fires? — behaviour regressed twice in three weeks (both → one → both → one); signals Claude Code's skill dispatch is not yet stable. - Agent error loops: how to actually handle them — community-sourced recovery patterns for when Claude Code or Cursor spins on the same failure repeatedly.
- MCP server giving an AI agent its own crypto wallet, built with Claude Code — demonstrates MCP as the composability layer for agents needing external capabilities (wallet signing, not just read tools).
- MCP for HuggingFace publish workflows — feedback wanted before expansion — early signal of MCP servers targeting ML publication pipelines; worth tracking for agentic MLOps tooling.
LLM Mechanics: Token Spend, Context & Model Routing
- Claude's effort tiers vs Gemini 5.6's model proliferation problem — Claude's explicit effort ladder (low→ultracode per model) is more navigable than Gemini's opaque model×effort matrix; argument for transparent capability signaling.
- Gemini 5.6: Sol/Terra/Luna × effort levels — how to choose? — cross-model effort routing is becoming the dominant UX problem as model families proliferate; no good answer yet.
- Tokenmaxxing is dead, long live tokenmaxxing — argues that blanket token-increase strategies masked comprehension failures; real fix is targeted context, not volume.
- Keep AI spend flat while token usage grows: better defaults, routing, caching — not spend alerts — Coinbase's approach: default to open-weight models (GLM 5.2, Kimi 2.7) via LLM gateway, opt-up to frontier; cost control through routing not friction.
- 5-hour limits should be context-driven, not time-driven — rate limiting by elapsed time punishes slow tasks; argument for context-window exhaustion as the natural throttle signal.
- Switching from Gemini to Claude: model/effort selection for quick vs. deep tasks — practical community routing heuristics for Haiku/Sonnet/Opus × effort; useful baseline for cost-aware pipeline decisions.
Agentic SaaS & Remote Workflows
- levelsio: coding almost solely on VPS with Claude Code for ~a year — VPS + Claude Code as a device-agnostic, always-on dev environment;
/goalruns overnight unattended; normalises server-side agentic coding as production practice. - levelsio follow-up: does he push directly to prod, preview env, does he review the code? — thread surfaces the real workflow gap: no preview runner mentioned, code review unclear; honest look at how raw the VPS-agent loop is.
- How do you send screenshots to an agent while coding on cloud? — unresolved UX problem for remote Claude Code: visual feedback loop to the agent breaks when there's no local browser; no clean solution yet.
- e-ink smart clock handling multiple agent messages and notifications — ambient agent status display on e-ink; early hardware pattern for monitoring unattended agentic runs without a screen.
Vibe-Coding & Repos
- browser-use/video-use — edit videos with Claude Code, 100% open source — drop raw footage, chat with Claude Code, get
final.mp4; handles filler-word cuts, dead space, auto color grading; extends browser-use's agent-drives-tool pattern to video pipelines.
Signals
- How prompt caching works in Claude Code (and how to stop wasting tokens)
- Here's a way to get a visceral sense of the dumb zone (starts at ~120K tokens on SOTA models): 1. Agent does something dumb 2. /rewind to b…
- Vs Claude where you have much clearer options of - Fable 5 (low, mid, high, xhigh, max, ultracode) - Opus 4.8 (low, mid, high, xhigh, max,…
- So with 5.6 we have - Sol (low, medium, high, xhigh, max) - Terra (low, medium, high, xhigh) - Luna (low, medium, high, xhigh) Not complain…
- I built a Claude Code plugin that makes the AI follow a real dev lifecycle — branch, commits, PR draft, best practices and all
- Sharing an idea I'm building on — an app Claude drives, not an app that calls Claude. Does this hold up?
- I built an open-source guardrail for Claude Code PRs: green CI is not proof if the agent can edit the verifier
- ✨ I think I've been coding almost solely on my VPS with Claude Code for almost a year now All I can say it's just fantastic: - no need to k…
- I built an MCP server that gives an AI agent its own crypto wallet — entirely with Claude Code
- Switching from Gemini to Claude. What model/effort/thinking do I use for quick questions versus bigger ideas?
- Folks are asking me to make a /research skill, but I'm not sure. The skill would: - Run a research agent in the background - Tell it to sav…
- I built an MCP for HuggingFace publish workflows and am looking for feedback before expanding it.
- How 5-hour limits should work: Context drives the timer.
- @levelsio I don't understand. You change the code in prod then restart the whatever runner when the code is ready? Do you have a preview ru…
- ~3 weeks ago: /skill-1 only ~1 week ago: /skill-1 and skill-2 Today: /skill-1 only IMO invoking both skills is the correct behavior - the u…
- I'm also working on an e-ink smart clock that can handle multiple agent messages and notifications
- Tokenmaxxing is dead, long live tokenmaxxing
- Lore – give your coding agent the decisions your team made
- browser-use/video-use: Edit videos with coding agents
- How to keep AI spend flat while token usage grows exponentially: Not with friction and spend alerts. With better defaults, routing, and cac…
- We benchmarked the GitHub Copilot agentic harness against the harnesses that ship leading models natively. Holding the model and task fixed…
- Imagine I have /skill-1 and /skill-2, both with disable-model-invocation: true I tell Claude Code: "/skill-1, /skill-2 do XYZ" Which of the…
- How do you actually handle it when Claude Code / Cursor or any agent goes into an error loop?
- @levelsio how do you send screenshots to agent while coding on cloud? this is my main problem now...
- I'll give you a clue - the behaviour was one thing 3 weeks ago, another thing 1 week ago, and back to the original today.
Sources & citations
| Source | Fetched | In briefing |
|---|---|---|
| x | 209 | 12 |
| 25 | 10 | |
| hackernews | 60 | 2 |
| github | 33 | 1 |
| rss | 140 | 0 |
| show_hn | 40 | 0 |
| yc-rfs | 16 | 0 |
| yc-launch | 3 | 0 |
| gmail | 0 | 0 |
| ossinsight | 0 | 0 |
| total | 526 | 25 |