Claude Code
Everything Fervor AI has published that touches Claude Code — 47 pieces, newest first.
-
Briefing · September 9, 2026 · morning
The most useful numbers published in the last 24 hours are the ones that name where a thing stops working, and the people publishing them are the ones who gain least…
-
Claude Code's /skill-doctor Prices Your Skills in Context Tokens. The Price Is Not a Verdict.
A skill that never fires is usually a description problem rather than a useless skill, so the right response to a cheap unused skill is to fix how it announces itself or…
-
Briefing · September 8, 2026 · morning
The industry stopped arguing about whether agents work and started publishing what they cost, in dollars per researcher per day, in context tokens per skill, and in the…
-
AutoHarness Lets Claude Code Skills Die of Disuse, and Only the Ones It Wrote
AutoHarness bounds a skill library by adherence in live use rather than a benchmark score, which is the right signal, and its scope limit means the skills costing you…
-
Briefing · September 6, 2026 · morning
Agent capability work has moved from the model to the box the model runs in, and this week showed both halves of that shift at once, labs industrializing the manufacture…
-
ArcBox Runs Claude Code With Permission Prompts Turned Off, on Purpose
ArcBox moves the agent trust boundary from the prompt down to a microVM, which is the correct place for it, but the project's own commercial-use language sits at odds…
-
Magnitude's Install Instructions Are a Prompt. Your Coding Agent Is the Installer.
Magnitude ships install-by-prompt as its documented happy path, which hands your coding agent a global npm install plus write access to its own harness config, and the…
-
tokentab Prices Your Coding Agents Offline, From a Table Someone Maintains by Hand
Tokentab produces something that looks like a bill for your coding agents but is a reconstruction, because the token counts come from vendor logs while the dollars come…
-
Claude Code Just Patched Its Third Symlink Deny-Rule Bypass in Eleven Months
A deny rule in an agent harness is not one policy but a separate implementation inside every part of the harness that touches the filesystem, and Claude Code has now…
-
Briefing · August 30, 2026 · afternoon
The week's sharpest stories all turn on a setting nobody chose, and in most of them the only way to discover the setting was to read a diff.
-
Briefing · August 30, 2026 · morning
Five vendors shipped changes in the same 48 hours that all stop accepting a claim about identity or permission at face value, and start demanding proof at the moment of…
-
Archify Validates the Drawing, Not the Architecture
Archify is the most disciplined agent-documentation tool I have read, and every guarantee it ships is about the artifact rather than about your system, which its own…
-
claude-obsidian Makes the Agent Ask Permission by Hash Before It Writes to Your Notes
Claude-obsidian's real contribution is not AI note-taking but a two-step plan-hash write gate that turns every agent mutation of your vault into one inspectable,…
-
Ponytail Cuts 54% of Your Agent's Code. The Lines It Refuses to Cut Are the Point.
Telling a coding agent to write less code works, and the gap between lazy and careless is about three lines of input validation that a short prompt drops and a…
-
unlazy v2 Moves Agent Discipline Out of the Prompt and Into a Gates File
Unlazy v2's real contribution is the gate ledger pattern of CHECK, EXPECT and EVIDENCE lines in a file that a script and a hook enforce, and the repo's own…
-
Munder Difflin's Agents Never Touch Git. That One Rule Is the Part Worth Stealing
Munder Difflin's file-based hive is worth copying because a single process owns every commit and every file has exactly one writer, but the boundary deciding what…
-
career-ops Is an AI Job Search Tool Whose Best Answer Is Don't Apply
Career-ops's real product is a refusal threshold, and its real risk is that the same agent enforcing the threshold will rewrite the rubric for you the moment you dislike…
-
DeepSeek Harness Treats Claude Code as a Plugin. That Is the Actual Bet.
DeepSeek Harness's subagent seam treats a competitor's shipped agent as one more interchangeable provider, which makes the harness a router over other vendors' binaries…
-
CLI-Anything Gives Agents Real Software, and Hands You a Generated Harness to Maintain
CLI-Anything's bet is that agents fail at professional software because the software has no text interface, not because agents cannot see, and its fix moves the…
-
OpenSandbox Credential Vault: Your Agent Runs With a Fake API Key and the Requests Still Work
OpenSandbox's Credential Vault moves the secret out of the agent process entirely by handing the sandbox a fake key and letting an egress sidecar inject the real header…
-
Memmy Agent Gives Six AI Tools One Memory. That Is Also One Blast Radius.
Memmy makes agent memory a shared substrate under Claude Code, Codex, Cursor and three others, which is the right architecture, but sharing a memory store means sharing…
-
NVIDIA NeMo Switchyard Cuts Agent Costs 74 Percent. Its Known-Issues File Says the Meter Is Broken.
Switchyard turns provider choice into a routing-table entry and has published cost reductions to back it, but its own known-issues list says the accounting endpoints you…
-
Corsair Makes the Approval Gate a Database Row Your Agent Cannot Reach
Corsair's load-bearing move is putting both the credentials and the pending approval into your database instead of the model's context, which turns permission from a…
-
Claude's Compliance API Now Covers Claude Code. Nothing Covers What Your Harness Sent.
Agent audit tooling now records the conversation that reached the server, and nothing records the context your harness attached to it on the way out, which is the part…
-
Unsloth Desktop Runs Claude Code on Your Own GPU. Two Defaults Break It First.
Unsloth Desktop's Anthropic-compatible endpoint makes Claude Code run against a local GGUF in one command, but two defaults sabotage it out of the box: Claude Code's…
-
Qwen-MM-Plugins Gives Your Coding Agent Eyes Without Changing Its Model
Qwen-MM-Plugins ships vision into rival harnesses as installable skill-plus-MCP pairs rather than as a model upgrade, but everything past local file reading routes…
-
get-bb/bb Made Agent Recursion a Data Model Feature. Nothing in It Bounds the Depth.
Bb's load-bearing decision is that agents are first-class operators of the same API the UI uses, and its thread model gives managers the ability to own child threads,…
-
Nine Coding-Agent Data-Loss Incidents and the Gap Between What the Model Meant and What the Shell Did
Coding-agent data loss is mostly a substrate mismatch, not a model failure, because the approval layer inspects command text while the shell expands, unquotes and…
-
TencentDB Agent Memory Makes Every Memory Private by Default. Its Newest README Dropped the Benchmark That Made It Famous.
TencentDB Agent Memory's real contribution is an access-control model that treats each memory as an owned, versioned asset that stays private until someone explicitly…
-
The keyv npm Worm Planted a Claude Code Hook. Opening the Repo Is the Second Attack.
The keyv compromise shipped a second execution path that needs no npm install at all, a SessionStart hook in .claude/settings.json and a folderOpen task in…
-
Unit 42's Autonomous AI Attack Report Is a Configuration Audit, Not a Capability Warning
Every control the attacker disabled in Unit 42's autonomous-attack campaign is a documented, supported setting in harnesses developers already run, so the report reads…
-
reverse-skill Is a Security Skill Router. Its RULES.md Is Built to Overrule Your Agent's Caution
Reverse-skill's copyable idea is not its security content but its RULES.md, which pre-declares authorization, writes itself into your global config, and ships an…
-
book-to-skill Compiles a Technical Book Into an Agent Skill, Then Deletes the Book
Book-to-skill compiles a book into an instruction file your agent obeys, and the two rules that make it cheap and legally comfortable (never copy the author's words,…
-
Alibaba's open-code-review Argues Your Review Skill Is the Problem, Then Ships as a Skill Anyway
Open-code-review's README is an argument that natural-language skills are the wrong container for review work, so it moves file selection, bundling, rule matching, and…
-
Caveman Got to 85,000 Stars Shrinking What Your Agent Says. Now It Rewrites What Your Agent Reads.
Caveman's own SKILL.md carries an exception list telling the model to stop compressing at security warnings and irreversible actions, and that list only governs output,…
-
Briefing · July 25, 2026 · afternoon
The agent harness is separating from the model vendor, with OpenWorker, the stateless MCP specification, and OpenAI's own Codex plugin for Claude Code all landing in the…
-
Codex /import Is a Moving Van for Your Agent's Memory
Codex switching on memories and expanding /import to swallow a Claude Code or Cursor setup in one command makes agent memory the switching-cost battleground, and a…
-
Briefing · July 24, 2026 · morning
Production agent platforms and the post-mortem of the first documented AI-driven infrastructure breach shipped in the same 72 hours, while the trending charts filled up…
-
no-ai-slop Strips 20+ AI Writing Tells From Any Draft. That Doesn't Make It Yours.
No-ai-slop removes the fingerprints of a machine but can't add the fingerprints of a person, so a draft that passes it reads clean and empty, which makes it a detector…
-
The Coding Agent Became a Security Scanner This Week. It's Also the Thing Being Scanned.
In-loop AI security scanners inherit the trust model of the session they run in, so the same agents now hunting vulnerabilities are themselves a fresh attack surface,…
-
Briefing · July 22, 2026 · morning
MCP became load-bearing infrastructure: the protocol went stateless (RC, final July 28) while MCP servers landed in the pro creative stack, an enterprise asset graph,…
-
Briefing · July 21, 2026 · afternoon
Four groups converged on one finding: a sequence of individually permitted steps produces outcomes no reviewer would approve, and per-action gates cannot see it coming…
-
Briefing · July 19, 2026 · morning
The frontier stalled and the scaffolding raced: a harness-engineering field guide trended, Claude Code rewrote permission checks, ChatGPT desktop added a Codex switcher,…
-
Claude Code Turned `/fork` Into a Background Fleet. Your Terminal Agent Isn't One Chat Anymore.
The July 17 release turned /fork into a copy-into-background-session command, renamed the old in-chat helper to /subtask, and made /resume recover deleted sessions, and…
-
Briefing · July 18, 2026 · morning
The coding agent's harness, not the model, is where competition and danger now sit: xAI open-sourced 840k lines of grok-build, Anthropic rebuilt Claude Code session…
-
Briefing · July 16, 2026 · afternoon
The scaffolding around the model is where the announcements, capital, and attacks now land: GPT-Red red-teamer, the $1.5B Ode services firm, the Hermes harness…
-
Briefing · July 15, 2026 · morning
The unit of work shifted from one agent to swarms, and the hard problem became making fifty agents hand off cleanly rather than making one smart.