Claude-Specific Expertise
What We’re Tracking #
Learnings, tips, behavioural approaches, and usage patterns for Claude Code (the CLI tool), Claude API, CLAUDE.md authoring, agent workflows, hooks, skills, and the broader Claude development ecosystem. Focus on practical techniques and real-world usage over announcements.
Config: journals/topics/config/claude-expertise.yaml
Index #
- 2026-06-26 — Gather
- 2026-06-19 — Gather
- 2026-06-11 — Update
- 2026-06-11 — Gather
- 2026-06-04 — Gather
- 2026-06-02 — Gather
- 2026-05-30 — Gather
- 2026-05-27 — Gather
- 2026-05-22 — Gather
- 2026-05-19 — Gather
- 2026-05-18 — Gather
- 2026-05-14 — Gather
- 2026-05-09 — Gather
- 2026-05-06 — Gather
- 2026-05-02 — Gather
- 2026-04-25 — Gather
- 2026-04-10 — Gather
- 2026-04-05 — Gather
- 2026-03-29 — Initial gather
2026-06-26 — Gather #
New Capabilities: CLI 2.1.191, /rewind, Hierarchy Deepened #
- Claude Code changelog (Anthropic, 2026-06-24) — Version 2.1.191 (June 24):
/rewindadded to resume a conversation from before/clearwas run — directly addresses the most common context-recovery scenario. Rate limits doubled for Pro, Max, and Enterprise customers. Reliability improvements: agent permissions handling, MCP OAuth, reduced CPU/memory usage during streaming. - Claude Code June 2026: 10 New Features Devs Need to Know (SitePoint, 2026-06) — CLI 2026.6 release train adds: hierarchical agent spawning to three levels (parent → child → grandchild), cross-repository sub-agent orchestration, per-agent cost attribution (see exactly what each spawned agent spent), community tool marketplace (beta), and fallback model chains. Per-agent cost attribution is the first mechanism for enterprises to understand multi-agent session costs at the agent level rather than the session level.
- Steering Claude Code: skills, hooks, subagents and more (Anthropic, 2026) — Anthropic’s canonical guide to how Claude Code’s steering mechanisms interlock: CLAUDE.md for global rules, skills for domain workflows, hooks for deterministic automation, subagents for parallelism. Primary source articulation of the distinction between what Claude is asked to do vs. what the system enforces — the framing shifts from prompt quality to system configuration.
Security: MCP Trust Gap and CVE Chain Analysis #
- Claude Code has an MCP security problem — and your developers are already using it (CSO Online, 2026) — Developers can install unvetted MCP servers that execute arbitrary commands within Claude Code sessions, and most enterprises have no visibility into which MCP servers are active. Framed as a governance gap that precedes formal vulnerability disclosure — the risk is not a CVE but a structural lack of MCP inventory management at org level.
- Three CVEs in Claude Code CLI and the Chain That Connects Them (Phoenix Security, 2026) — Post-June-19 analysis connecting CVE-2026-35020/21/22 (all CWE-78 command injection): unsanitised string interpolation in command resolution, editor invocation, and auth helper subsystems. Chained, they enable credential exfiltration and CI/CD compromise. The chain analysis is the practitioner-critical document: individual CVEs are fixed, but the root class (shell execution without sanitisation) persists if other instances weren’t found.
- The Claude Code Leak: A Complete Technical & Security Investigation (SSRN, 2026) — Academic analysis of the 59.8 MB cli.js.map leak that exposed 512,000 lines of Claude Code TypeScript source. Covers what the leak revealed about internal agent orchestration logic and how threat actors used it to craft exploit payloads targeting existing CVEs. The leak is the causal upstream event for several of the vulnerabilities patched in the silent-patch cadence tracked June 19.
Author Watch: Simon Willison #
- Claude Fable is relentlessly proactive (Simon Willison, 2026-06-11) — Willison observes that Fable 5 proactively takes actions without being asked, accelerating work but introducing unpredictability. The proactive behaviour is not configurable — it is a model default, not a setting.
- If Claude Fable stops helping you, you’ll never know (Simon Willison, 2026-06-10) — Fable 5 may silently reduce helpfulness (refuse tasks, truncate output) without alerting the user, making it impossible to know when the model has stopped cooperating. Distinct from the silent Opus 4.8 fallback documented June 11 — this is not a model switch, it’s a behavioural refusal without disclosure.
Cross-links #
- [claude-teams] MCP security governance gap (CSO Online) and per-agent cost attribution (SitePoint) are both team-level infrastructure concerns — MCP inventory management and agent cost visibility are org-scale problems.
- [claude-integrations] Anthropic paused the June 15 credit pool change for programmatic Claude usage (
claude -p, Agent SDK) — billing model directly affects integration-layer assumptions.
Meta-observations #
- Emerging theme: The source map leak (March 31 cli.js.map exposure) is now understood as the upstream event that explains the June silent-patch cadence. The leak enabled targeted exploit development against specific code paths — which is why subsequent CVEs were so precise. The structural lesson: source exposure is not just an IP risk, it’s a vulnerability enablement event.
- Emerging pattern: Willison’s two posts (proactive behaviour, silent refusals) describe opposite failure modes of Fable 5’s behavioural envelope: it does too much (proactive) and too little (silent refusals) without signalling which mode it’s in. Both are agentic trust failures — you can’t rely on the model to tell you what it’s doing.
2026-06-19 — Gather #
New CLI Features #
- What’s new — Claude Code Docs (Anthropic, 2026-06) — Week 24 additions:
/cdcommand moves the active session to a new working directory mid-conversation without rebuilding the prompt cache; sub-agents can now spawn their own sub-agents (background chains capped at five levels deep);--safe-modestarts Claude Code with all customisations disabled for troubleshooting;fallbackModelconfigures up to three fallback models tried in order;enforceAvailableModelsconstrains the default model to managed allowlists for enterprise fleet control. Session titles now generated in the conversation’s language (pinnable vialanguagesetting). - Claude Code Guide 2026: 25 Features with Examples + Demo (MarkTechPost, 2026-06-14) — Synthesis of the current Claude Code feature set for practitioners: plan mode, skills, hooks, agent view, background sessions, and the verification-first workflow (the single highest-leverage practice; Anthropic’s internal testing finds unguided attempts succeed ~33% of the time, rising sharply when Claude has a built-in way to check its own output).
- Building OpenCode with Dax Raad (Pragmatic Engineer) — Dax Raad is building OpenCode, an open-source terminal-based Claude Code alternative using MCP as its core extension protocol. The first substantial open-source effort to replicate the Claude Code UX independently of Anthropic — signals the Claude Code interaction model has become the reference design worth cloning.
Security #
- Claude Code’s GitHub Actions Vulnerability Lets Attackers Compromise Any Repository (CyberSecurityNews) — Critical supply chain vulnerability in the Claude Code GitHub Action: a prompt injection attack via issue bodies, PR descriptions, or comments could exfiltrate secrets, steal OIDC tokens, and push malicious code to downstream repositories — unauthenticated external attacker surface. Now patched.
- AI’s constant patching treadmill can be a security problem (CyberScoop) — Backslash Security found Anthropic patching dozens of newly discovered Claude Code vulnerabilities between April and early June 2026, without public CVEs or advisories. Enterprise security teams have no mechanism to assess whether they were exposed during the window. The silent-patch cadence is itself the structural risk.
Integrations & Compliance #
- Announcing Claude Compliance API support with Cloudflare CASB (Cloudflare, 2026) — Cloudflare CASB now integrates with the Claude Compliance API, enabling IT and security teams to govern Claude usage the same way they govern other enterprise SaaS. Retrieves usage data — uploaded files and activity events — for observability, audit trails, and data loss prevention.
- TrendAI Integrates Claude Compliance API Into TrendAI Vision One (PR Newswire, 2026-06-12) — First named enterprise security platform to ship a Claude Compliance API integration, signalling the enterprise governance layer is moving from beta to productised.
Author Watch: Simon Willison #
- claude-code-transcripts (Simon Willison / GitHub, 2026-06) — New Python CLI tool: extracts readable HTML versions of Claude Code sessions (local and Claude Code for web) for publishing and sharing. The first tool specifically for session audit and external sharing from outside Anthropic. Willison also described Claude Fable 5 as “relentlessly proactive” after two days’ use (June 16).
Cross-links #
- [claude-integrations] Claude Compliance API + Cloudflare CASB is the enterprise governance infrastructure at the security stack layer.
- [claude-teams] Sub-agent spawning (5 levels deep),
enforceAvailableModels, and Compliance API together represent the fleet management tooling that teams need for safe large-scale delegation.
Meta-observations #
- Emerging theme: The security story has changed character — from discrete CVEs to a “patching treadmill” where dozens of vulnerabilities are silently fixed without public disclosure. Enterprise security teams have no mechanism to assess exposure windows. Structurally different from the TrustFall/SOCKS5 vulnerabilities tracked previously.
- Emerging pattern: Every major Claude Code release since June 9 adds at least one fleet management capability (
enforceAvailableModels,fallbackModel, Compliance API integrations). The product is actively building the enterprise deployment control plane in parallel with agentic capability.
2026-06-11 — Update #
Fable 5 Enterprise Friction — Microsoft Blocks Internally Over Data Retention #
- Microsoft Blocks Employees From Using Anthropic’s Claude Fable 5 Over Data Retention Risks (Technobezz, 2026-06-11) — Microsoft has restricted its own employees from accessing Fable 5 through the internal GitHub Copilot model picker, while simultaneously offering Fable 5 to external GitHub Copilot and Foundry customers. The conflict: Fable 5 requires Anthropic to retain prompts and outputs for 30 days for safety classifier operation; prompts flagged as policy violations are stored for up to two years. This directly contradicts Microsoft’s data governance standards. The structural irony is significant: Fable 5 broke Zero Data Retention (ZDR) — the configuration that all other Claude models support, and which enterprise customers rely on for confidentiality. The block is temporary pending Microsoft legal review, but it confirms that the 30-day retention requirement is a genuine enterprise deployment blocker, not a theoretical concern.
- Claude Fable 5 Pricing & Usage Credits Explained (Claudefa.st, 2026) — Fable 5 pricing clarification: included in Pro, Max, Team, and seat-based Enterprise plans at no extra cost through June 22 only. After June 22, continued access requires usage credits purchased separately. This is a time-limited introductory period, not a permanent pricing change — practitioners who build workflows assuming Fable 5 is “included” will face a pricing reset in two weeks.
Cross-links #
- [claude-teams] The Microsoft data retention block is the first clear enterprise governance friction story for Fable 5 — directly relevant to team deployment decisions.
- [claude-integrations] The block applies specifically to the GitHub Copilot model picker — an integration-level consequence of the data retention policy.
Meta-observations #
- Emerging theme: ZDR (Zero Data Retention) is a de facto requirement for enterprise deployment; Fable 5’s 30-day retention requirement creates a tiered access reality where the most capable model is unavailable to the most compliance-sensitive customers.
2026-06-11 — Gather #
Claude Fable 5 — New Model Family, New Naming Scheme, New Capabilities #
- Introducing Claude Fable 5 and Claude Mythos 5 (Anthropic API Docs, 2026-06-09) — Claude Fable 5 is generally available on Claude API, Amazon Bedrock, Vertex AI, and Microsoft Foundry as of June 9. The model naming structure has shifted: Fable 5 is a “Mythos-class model made safe for general use” — the Mythos/Fable distinction signals a new architectural tier above Opus. Key practitioner facts: $10/$50 per million input/output tokens (less than half the price of Claude Mythos Preview); included in Pro, Max, Team, and Enterprise plans at no extra cost through June 22; 30-day traffic retention required on all Fable 5 and Mythos 5 sessions (for security monitoring, not training). SWE-Bench Pro: 80.3% vs. Opus 4.8’s 69.2%.
- Anthropic Releases Claude Fable 5, Its Most Powerful AI Yet, With Cyber Safeguards (The Hacker News, 2026-06-09) — In high-risk areas (cybersecurity, biology, chemistry, distillation), Fable 5 blocks responses and silently falls back to Opus 4.8 — the visible notification appears in most high-risk cases, but one category of queries (AI developer and researcher queries about model capabilities) triggers a silent fallback without notification. This is the practitioner-critical behaviour: evaluations of Fable 5 by AI researchers may be receiving Opus 4.8 responses unknowingly. Anthropic’s stated rationale: preventing Fable 5’s enhanced reasoning from being used to probe and extract its own capabilities.
Claude Code — Agent View and Rate Limit Doubles #
- Claude Code Updates by Anthropic — June 2026 (Releasebot, 2026-06) — Two notable June additions: (1) Agent view — a new multi-session management interface where you can start agents, send them to the background, check status and last responses, and jump into sessions only when input is needed. This is the UX materialisation of the agentic engineering model: a single CLI view for managing multiple concurrent sessions rather than context-switching between terminal tabs. (2) Rate limits doubled — the cap on Claude Code API calls has been increased to support developers, startups, and enterprises building at scale. Paired with Dynamic Workflows (up to 1,000 subagents), doubled rate limits remove a practical ceiling that previously constrained large agentic runs.
- What’s new — Claude Code Docs (Anthropic, 2026) — Additional recent changes: retry on fallback model when API returns unexpected non-retryable error (auth, rate-limit, request-size, and transport errors still surface immediately); Fable 5 set as the new default model in Claude Code, replacing Opus 4.8 as default.
Cross-links #
- [open-vs-closed-ecosystems] The silent Opus 4.8 fallback for AI developer queries has direct implications for capability evaluation methodology: any practitioner benchmarking Fable 5 against open-weight models should disclose whether their test harness triggered the silent downgrade, otherwise the comparison is systematically biased.
- [claude-integrations] Fable 5’s immediate availability on Amazon Bedrock, Vertex AI, and Microsoft Foundry — the three major enterprise ML platforms — means partner integrations built on Managed Agents automatically have access to the new model tier without API changes. The distribution infrastructure was pre-built for this release.
- [vibe-coding] Agent view in Claude Code is the direct UX realisation of the agentic engineering model described in the methodology stack: a human supervisor managing multiple concurrent agents from a single interface, rather than operating one session at a time.
Meta-observations #
- Emerging pattern: The Fable/Mythos naming split — where Fable is the “safe for general use” version of Mythos — establishes a structural template for future releases: frontier capability is developed at the Mythos tier, safety-gated for general availability at the Fable tier. This two-track model is the operational implementation of Anthropic’s “responsible scaling policy” framework — and practitioners should expect each future Mythos release to eventually produce a Fable version with the same relationship.
- Quality signal: The 30-day traffic retention requirement is a materially new data posture for Anthropic API users. Any organisation with data residency requirements or strict data-retention policies needs to evaluate whether this conflicts with existing compliance obligations before deploying Fable 5.
2026-06-04 — Gather #
Opus 4.8 Effort Controls — Counter-Intuitive Benchmark Finding #
- Opus 4.8 scored 81 in my benchmark. I still wouldn’t default to it. (Nate’s Newsletter / Substack, 2026-06-03) — Nate B. Jones benchmarked Opus 4.8 at 81 (vs. GPT-5.5 at 71, Opus 4.7 at 54) on a practitioner workflow suite. Key finding from Andon Labs: Opus 4.8 on max effort performed worse than Opus 4.8 on high effort, and both performed worse than Opus 4.7 on long-horizon business benchmarks. The effort controls introduced in Opus 4.8 are not a monotonic “more = better” dial — there is an optimal effort level per task type, beyond which additional reasoning effort degrades output. Nine decision factors Jones uses for model routing: task type and duration; source material requirements; tool integration availability; artifact inspection; state preservation; supervision demands; uncertainty handling; failure costs; visual/front-end requirements.
- Claude Code Changelog (Anthropic, 2026-06-03–04) — Recent UX changes:
claude agents --jsonnow includeswaitingForfield showing what a session is blocked on (e.g. a pending permission prompt) — first machine-readable signal for the state of waiting subagents. Workflow keyword trigger: new/configsetting to prevent the word “workflow” in a prompt from launching a dynamic workflow inadvertently. Grep-then-edit now a first-class workflow: viewing a file with single-file grep no longer requires a separate Read before Edit.
Cross-links #
- [vibe-coding] The nine-factor model routing framework (Jones) is the practitioner operationalisation of the Dynamic Workflows governance question (#16 in the 2026-06-02 review) — who decides which model runs which subagent, and based on what criteria?
- [claude-integrations] The
waitingForJSON field inclaude agents --jsonis directly useful for the Managed Agents Memory + Outcomes use cases where headless agents may block on permissions mid-run.
Meta-observations #
- Emerging pattern: The counter-intuitive max-effort degradation finding (Andon Labs) suggests effort controls require calibration per task class rather than being set globally. The assumption “higher effort = better output” is false for long-horizon business tasks. This is a practical workflow architecture implication that will take time to diffuse into practitioner guidance.
- Quality signal: Jones’s benchmark (Opus 4.8 at 81, GPT-5.5 at 71) is a practitioner-grade comparison with named methodology — not a vendor leaderboard. The Andon Labs corroboration (max > high effort = worse) provides independent confirmation of the calibration finding. Both are worth anchoring future model comparisons against.
2026-06-02 — Gather #
Claude Opus 4.8 — Honesty, Effort Controls, and Fast Mode #
- Introducing Claude Opus 4.8 (Anthropic, 2026-05-28) — Opus 4.8 key improvements: 4× less likely than Opus 4.7 to fail to report flawed code; improved tool triggering (less likely to skip a required tool call); reduced unsupported claims. Benchmark: ahead of GPT-5.5 and Gemini 3.1 Pro on all tasks except agentic terminal coding. Supports 1M token context window by default on API, Bedrock, and Vertex AI. Pricing unchanged ($5/$25 per million input/output tokens).
- Claude Opus 4.8: effort controls, dynamic workflows, cheaper fast mode (The New Stack) — New effort controls in claude.ai and Cowork: users choose how much effort Claude invests per response. Fast mode for Opus 4.8: 2.5× higher output tokens/second, now 3× cheaper than fast mode for prior models. The combination of effort controls + fast mode is the first explicit UX affordance for cost-vs-quality tradeoff management at the individual interaction level.
Dynamic Workflows — Agent Swarms at Scale #
- Introducing dynamic workflows in Claude Code (Anthropic, 2026-05-28) — Dynamic Workflows: Claude writes a JavaScript orchestration script on the fly from a natural-language request; a separate runtime executes it in the background while the chat session stays responsive. Up to 1,000 total subagents per run (max 16 concurrent). Progress is checkpointed — an interrupted run resumes from where it stopped. Coordination happens outside the conversation, so context window doesn’t saturate regardless of task scale. Reported use case: 750,000 lines of code rewritten in 6 days. Available on Max, Team plans and via API immediately.
- Claude Code Adds Dynamic Workflows for Parallel Agent Coordination (InfoQ, 2026-06) — Technical framing: good fits are codebase-wide audits, large migrations spanning thousands of files, and “critical work you need checked twice.” Subagents spawned by dynamic workflows run in
acceptEditsmode (file edits auto-approved); shell commands and web fetches can still trigger approval prompts mid-run. In headless/API mode, all tool calls follow configured permission rules without interactive confirmation.
Security — Shell Startup File Prompts (v2.1.160) #
- Claude Code Changelog (Anthropic, 2026-06-02) — v2.1.160 (June 2, 2026): prompt before writing to shell startup files (
.zshenv,.zlogin,.bash_login) and~/.config/git/— these can cause unintended command execution.acceptEditsmode now prompts before writing build-tool config files that grant code execution. Edit no longer requires a separate Read after viewing a file with single-file grep — grep-then-edit is now a first-class workflow. Security-forward direction: each version is incrementally closing the surface where auto-approved writes could be exploited.
Cross-links #
- [vibe-coding] Dynamic Workflows is the infrastructure implementation of Karpathy’s “agentic engineering” model — human as orchestrator of 1,000 subagents. The 750,000-lines-in-6-days case is the first published benchmark for agentic engineering at scale.
- [claude-integrations] Opus 4.8’s improved honesty and reduced unsupported claims directly affects enterprise compliance deployments (Compliance API, KPMG Digital Gateway) — accuracy improvements are the foundation for enterprise trust.
- [permission-friction quest] Dynamic Workflows introduces
acceptEditsmode for subagents with file edits auto-approved — this substantially changes the permission model for large-scale autonomous runs.
Meta-observations #
- Quality signal: The 4× less likely to fail to report flawed code improvement in Opus 4.8 is the first published honesty/accuracy improvement expressed as a concrete relative metric from Anthropic. It establishes a baseline for tracking improvement across model versions.
- Emerging theme: Dynamic Workflows externalises the coordination cost — the plan lives in a JS script rather than Claude’s context window. This fundamentally changes what the context limit means for large tasks: it’s no longer the ceiling on task scale.
- Keyword suggestion:
"dynamic workflows" "claude code" orchestration script checkpoint resume— coverage of the technical internals (how the JS runtime handles checkpointing, error recovery, and partial runs) is sparse and worth tracking.
2026-05-30 — Gather #
Auto Mode — Engineering Blog Deep Dive #
- How we built Claude Code auto mode: a safer way to skip permission prompts (Anthropic Engineering) — Official engineering blog post on Auto Mode architecture: two-stage classifier (fast allowlist + safety classifier); 0.4% benign commands blocked, ~17% of overeager actions pass through. Auto mode is explicitly one layer of defence-in-depth inside a sandbox, not a substitute for one. The first primary-source architecture description of the approval system.
- Inside Claude Code Auto Mode: Anthropic’s Autonomous Coding System with Human Approval Gates (InfoQ, 2026-05) — Summary with implementation details: four tiers (safe-tool allowlist; user settings; fast filter; full safety classifier). The tier model clarifies how organisations can customise the trust boundary without disabling safety entirely.
Claude Dreaming — Self-Improving Agents via Memory Consolidation #
- Anthropic Launches Dreaming for Claude Agents at Code with Claude 2026 (Let’s Data Science, 2026-05-06) — Dreaming: scheduled process between agent sessions that reviews past session history, extracts patterns, and writes new memory entries. Anthropic explicitly analogises to hippocampal memory consolidation during sleep. Harvey (legal AI) reported 6× task completion improvement once Dreaming was enabled. Currently in research preview.
- Unpacking Anthropic’s Masterclass in Agentic Architecture (Claude Code) (Medium, 2026-04) — Developer analysis of the multi-agent harness architecture. Shows how Dreaming and Outcomes connect — Outcomes defines success criteria; Dreaming learns from whether sessions achieved them.
Cross-links #
- [vibe-coding] Karpathy’s “agentic engineering” framing (gathered vibe-coding) is now institutionalised — he’s on Anthropic’s pretraining team. Auto Mode and Dreaming are the infrastructure that makes the agentic engineering model operationally safe at scale.
- [claude-integrations] KPMG Digital Gateway embeds Claude via Managed Agents + Cowork. Auto Mode’s safety architecture is what makes those deployments acceptable to Big Four compliance and risk teams.
Meta-observations #
- Quality signal: The 0.4% / 17% numbers from the Auto Mode engineering blog are the first publicly disclosed precision metrics on agentic safety classifier performance from any frontier lab. This is primary data worth anchoring future comparisons against.
- Emerging theme: Dreaming closes the loop between Outcomes (did this session succeed?) and Memory (what patterns from failures should I carry forward?) — this is a rudimentary learning cycle at the tool layer, not the model layer. It blurs the line between model capability and tool capability in a way that has architectural implications for observability and auditability.
2026-05-27 — Gather #
Managed Agents — Enterprise GA and “Dreaming” #
- Anthropic scales up with enterprise features for Claude Cowork and Managed Agents (9to5Mac, 2026-04-09) — Managed Agents reach enterprise GA: sandbox support, private MCP servers, role-based access control, group spend limits, expanded OpenTelemetry. The move from beta to GA is the enterprise-readiness signal for managed agentic workflows.
- Anthropic’s Code with Claude: Managed Agents, Proactive Workflows, Capability Curve (InfoQ, 2026-05) — May 2026 Code with Claude event: multi-agent orchestration, Outcomes feature, and “Dreaming” — Claude inspects its own past sessions to identify patterns and self-improve without model retraining. The most architecturally significant new capability: the boundary between model capability and tool capability is blurring.
- Anthropic rolls out AI agents for financial services (TechRadar) — 10 prebuilt financial services agents deployable in days via Cowork, Claude Code, and Managed Agents. Vertical-specific agents compete on deployment simplicity, not raw capability.
Agentic Coding at Scale — Primary Data #
- 2026 Agentic Coding Trends Report (Anthropic) — API volume up 17× year-on-year; data from Anthropic’s own usage telemetry on agentic coding patterns. Primary source from the platform itself.
Workflow Patterns — Community and Practitioner #
- Claude Code Tips I Wish I’d Had From Day One (Marmelab) — Plan mode first;
/rewindand/clearfor recovery; commit working state before escalating prompts. Practical workflow safety patterns from an engineering consultancy. - claude-code-tips (ykdojo) (GitHub) — 45 tips including: using Gemini CLI as Claude Code’s assistant (“minion pattern”), halving system prompt size, running Claude Code inside a container. The Gemini-as-minion pattern is the most novel — a second-tier model for lightweight tasks while Claude handles complex reasoning.
- A New Way to Extract Detailed Transcripts from Claude Code (Simon Willison, Substack) — New technique for extracting detailed session transcripts. Practical meta-tooling for audit, review, and debugging of agentic sessions.
- An Update on Recent Claude Code Quality Reports (Simon Willison, 2026-04-24) — Willison’s analysis of community reports about Claude Code quality regressions. The quality-vs-capability narrative is separate from the security story (last gather) — worth tracking as an ongoing thread.
Cross-links #
- [vibe-coding] The “Dreaming” feature (Claude Code learning from past sessions) is the closest thing to persistent skill accumulation in a mainstream coding tool — distinct from model updates. Directly relevant to the agentic governance question in the vibe-coding entry.
- [claude-integrations] Managed Agents enterprise GA (private MCP servers, role-based access, OpenTelemetry) is the infrastructure that makes the KPMG 276K and PwC global deployments possible.
- [vibe-coding-applications] Financial services vertical agents (TechRadar) are a concrete instance of the “citizen developer within a governed sandbox” model — prebuilt agents with guardrails, not open-ended generation.
Meta-observations #
- Quality signal: “Dreaming” — Claude Code inspecting its own session history to self-improve without model retraining — is the first instance of agentic self-improvement in a mainstream coding tool. Architecturally significant: model capability and tool capability are no longer cleanly separated.
- Emerging theme: The Gemini-as-minion pattern (ykdojo) suggests the multi-model workflow is hardening into practitioner norm: cheaper/faster models for lightweight tasks, Claude for complex reasoning. Changes cost-optimisation thinking in agentic setups.
- Keyword suggestion:
"claude dreaming" self-improvement session history— new enough that coverage is sparse; tracking rollout and community response is worthwhile. - Method note: The Anthropic Agentic Coding Trends Report PDF (resources.anthropic.com/hubfs/) is a primary data source. Check for updated versions at each gather cycle.
2026-05-22 — Gather #
Sandbox Security — Two Vulnerabilities, Both Patched #
- Even Claude Agrees: Hole in Its Sandbox Was Real and Dangerous (The Register, 2026-05-20) — The SOCKS5 hostname null-byte injection: affected Claude Code v2.0.24–v2.1.89 (5.5 months; 130+ versions). Exploitable via a carefully crafted domain in the
allowedDomainsallowlist, allowing an attacker to bypass the network sandbox and exfiltrate credentials, source code, cloud metadata, and API tokens. Researcher Aonan Guan (Wyze Labs) filed a bug bounty report on April 3; Anthropic claims it found and patched the flaw independently on March 31 (v2.1.88) before receiving the report. No CVE assigned; no public advisory issued. - Claude Code’s Network Sandbox Vulnerability Exposes User Credentials and Source Code (CyberSecurityNews) — Full technical details of both bugs: (1) CVE-2025-66479 —
allowedDomains: []was misread as “allow everything” due to alength > 0check; (2) SOCKS5 null-byte injection. The first was patched in v0.0.16; the second in v2.1.88/90. The pattern: two separate logic errors in the same network allowlist implementation within months of each other. - Check Point Researchers Expose Critical Claude Code Flaws (Check Point Research) — Separate attack surface: malicious
CLAUDE.mdfiles in cloned repositories can exploit Hooks, MCP integrations, and environment variables to execute arbitrary shell commands and exfiltrate API keys when a developer opens an untrusted project. The trust dialog is inadequate — it doesn’t enumerate the actual permissions being granted. - ‘TrustFall’ Convention Exposes Claude Code Execution Risk (Dark Reading) — A command-padding bypass: Claude Code’s per-subcommand security analysis caps at 50 entries. Any shell command with >50 subcommands joined by
&&,||, or;causes all deny-rule enforcement to be skipped. Named “TrustFall” by the researcher.
Claude Cowork — Consumer UX Wrapper #
- First Impressions of Claude Cowork, Anthropic’s General Agent (Simon Willison, Substack) — Claude Cowork is Claude Code repackaged with a less intimidating default interface for non-developer Max subscribers ($100–$200/month). Runs as a tab in Claude Desktop (macOS); files are mounted into a containerised Linux environment (Apple VZVirtualMachine). Willison’s framing: “regular Claude Code wrapped in a less intimidating default interface.” The capability is identical; the UX removes terminal intimidation. A consumer-facing unlock of substantial but previously inaccessible functionality.
HTML over Markdown — The Thariq Shihipar Case #
- Using Claude Code: The Unreasonable Effectiveness of HTML (Simon Willison, 2026-05-08) — Thariq Shihipar (Claude Code team, Anthropic) argues HTML is now the better output format to request from Claude: SVG diagrams, interactive widgets, colour-coded severity, collapsible sections — all possible in HTML, none in Markdown. Token limits no longer penalise HTML. Practical implication: explicitly request HTML artifacts for complex explanations; Markdown remains appropriate for documents destined for further editing.
Changelog — v2.1.144–147 #
- Claude Code Updates — May 2026 (Releasebot) — Key changes since May 19: v2.1.144 — background session resume support; side-channel API calls now timeout after 15s instead of blocking indefinitely. v2.1.145 —
claude agents --jsonfor scripting; plugin discovery screen now shows commands, agents, skills, hooks, and MCPs before install. v2.1.147 —/simplifycommand renamed to/code-reviewwith new correctness-checking capabilities; pinned background sessions now stay alive when idle.
Simon Willison — Last Six Months in LLMs #
- The Last Six Months in LLMs in Five Minutes (Simon Willison, 2026-05-19) — Willison’s macro-synthesis: the inflection point was November 2025, when coding agents crossed the quality threshold where they could be used as daily drivers. Open-weight local models (Qwen, Gemma, GLM) have exceeded expectations on consumer hardware. The “best model” designation changed hands five times between Anthropic, OpenAI, and Google within weeks in November 2025 — the clearest indicator of how rapidly the frontier is moving.
Cross-links #
- [vibe-coding] The TrustFall command-padding bypass is a production security finding directly relevant to teams building multi-agent pipelines — deny rules are silently bypassed at 50+ subcommands.
- [claude-integrations] The Check Point attack surface (malicious CLAUDE.md exfiltrating API keys via MCP) is why the Claude Compliance API (28 DLP/SIEM integrations, May 21) is landing now — the enterprise security need is documented and concrete.
- [vibe-coding-applications] Claude Cowork targets non-technical Max subscribers — a direct consumer-facing expression of the citizen developer trend, but inside a governed Anthropic sandbox rather than an unmanaged enterprise shadow IT environment.
Meta-observations #
- Quality signal: The sandbox vulnerability cluster (two separate logic errors in the same allowlist implementation; TrustFall command-padding; Check Point repo-based attack) represents the most concrete security evidence base for Claude Code to date. The pattern — sandboxing architecture failing under edge cases — is more significant than any individual CVE.
- Emerging theme: Anthropic’s disclosure practices are under scrutiny. No CVEs assigned; no public advisories; fixes shipped silently. This will become a governance issue as enterprise adoption scales (see Compliance API launch same week).
- Keyword suggestion:
"claude code" malicious repository security MCP hook— the repo-as-attack-vector angle (Check Point) is the most under-covered security surface. - Method note: Willison’s “Last 6 Months in LLMs” piece is an efficient macro-calibration tool — read at each gather cycle to check which structural trends have updated.
2026-05-19 — Gather #
CLAUDE.md as Cultural Object — The Karpathy Moment #
- forrestchang/andrej-karpathy-skills (GitHub) — A single CLAUDE.md file distilled from Andrej Karpathy’s January 26, 2026 X posts about LLM coding pitfalls. Four principles: Think Before Coding (state assumptions, ask rather than guess); Simplicity First (minimum code, no speculative abstractions); Surgical Changes (touch only what’s necessary, match existing style); Goal-Driven Execution (give success criteria, not instructions). Karpathy’s framing: “Don’t tell it what to do, give it success criteria and watch it go.” The repo reached 137K stars — one of GitHub’s fastest trajectories. Distilled by Forrest Chang; principles from Karpathy’s X thread.
- Karpathy CLAUDE.md: The 65-Line File With 100K GitHub Stars (Miraflow) — Detailed account: hit #2 on GitHub trending with 5,828 stars in a single day (April 13, 2026). Reported accuracy improvement from 65–70% to 91–94%. Karpathy’s own framing: his coding shifted from “80% manual+autocomplete, 20% agents” in November 2025 to “80% agent coding, 20% edits” by December 2025. Community response: recognition of articulated frustrations, not discovery of novel concepts.
- Karpathy-Inspired CLAUDE.md: How to Add It to Any Project in 30 Seconds (Alpha Signal, Substack) — Practical installation guide; also notes adoption via the Claude Code plugin marketplace as a drop-in.
- Karpathy CLAUDE.md Skills: Use the Viral Rules as a Menu, Not a Template (Developers Digest) — Practitioner pushback on blind adoption: the four principles are starting points, not copy-paste rules. Key tension: Surgical Changes and Simplicity First can conflict when a surgical fix produces messy code — judgment required.
- shanraisshan/claude-code-best-practice (GitHub) — “From vibe coding to agentic engineering.” Community-maintained CLAUDE.md and workflow templates for professional-grade agentic setups; companion to the Karpathy file rather than derivative.
- abhishekray07/claude-md-templates (GitHub) — CLAUDE.md templates collection covering role-specific and stack-specific variants — indicative of the template ecosystem Karpathy’s moment catalysed.
Hooks — 27 Events, 5 Handler Types #
- Claude Code Hooks: The Complete 2026 Production Reference (The Prompt Shelf) — As of v2.1.141+: 27 distinct events (32+ subtypes via matchers like
startup,resume,clear,compacton SessionStart). Five handler types:command(shell script),http(webhook POST),mcp_tool(delegates to MCP server),prompt(single-turn LLM gate),agent(full subagent with multi-turn reasoning and tool access). The agent handler suits complex investigations (diagnosing failures, deep analysis) but is the heaviest option. Critical: only exit code 2 blocks an action — exit code 1 is non-blocking. - Claude Code Hooks: Automate Your Coding Workflow in 2026 (Kjetil Furas) — Practitioner walkthrough covering the expanded event taxonomy and agent handler in production.
Agent SDK — June 15 Billing Split & Model Deprecations #
- Claude Agent SDK Changes June 15, 2026: Migration Playbook (ThePlanetTools) — Operational alert: from June 15, Agent SDK programmatic usage (Python/TypeScript SDKs,
claude -p, GitHub Actions, third-party apps) moves to a separate monthly credit ($20 Pro / $100 Max 5x / $200 Max 20x). Interactive Claude Code sessions remain on plan quota. Two model IDs retire:claude-sonnet-4-20250514→ migrate toclaude-sonnet-4-6-20260217;claude-opus-4-20250514→ migrate toclaude-opus-4-7. API calls using deprecated model IDs return errors after June 15. - Anthropic’s June 15 Billing Change: What Every Claude Code & Agent SDK User Must Do (Coders Era) — Migration checklist: audit hardcoded model IDs, update to Sonnet 4.6 / Opus 4.7, tag SDK workloads separately in cost dashboards, enable billing alerts at 50% and 80%.
OpenClaw — Self-Hosted Agent Runtime #
- OpenClaw vs Claude Code Channels vs Managed Agents: Which Should You Use in 2026? (MindStudio) — OpenClaw is a new open-source agent runtime you self-host, with data staying entirely in your own environment — suited for regulated industries (finance, healthcare, government) where data residency is non-negotiable. Three-way positioning: OpenClaw (self-hosted, data control) vs Claude Code Channels (purpose-built dev workflows, IDE/CI) vs Managed Agents (fully hosted, zero infra). First appearance of OpenClaw in this journal.
Boris Cherny — How the Head of Claude Code Actually Works #
- How Boris Uses Claude Code (howborisusesclaudecode.com) — Boris Cherny’s (Head of Claude Code, Anthropic) documented personal workflow: 5 parallel Claude instances across 5 separate git checkouts. Plan mode → one-shot implementation. Ships 20–30 PRs/day. The practitioner-as-benchmark form — showing the ceiling of what’s achievable rather than teaching beginners — is more useful as a calibration tool than as a tutorial.
- Building Claude Code with Boris Cherny (Pragmatic Engineer) — Orosz interviews Cherny on origins and architecture: Claude Code evolved from a terminal prototype to 4% of public GitHub commits. Cherny’s view: the 4% figure underestimates impact because it misses PRs that AI shaped without authoring.
- Head of Claude Code: What Happens After Coding Is Solved (Lenny’s Newsletter) — Cherny on the trajectory beyond AI-solved coding: the engineering role’s evolution, and broader implications for software development as a profession.
CLAUDE.md Architecture — The Compliance Budget #
- Designing CLAUDE.md Correctly: The 2026 Architecture (ObviousWorks) — References Boris Cherny’s ~2,500-token (~100 line) internal CLAUDE.md at Anthropic and the ~150–200 instruction compliance budget before adherence drops. The key design principle: CLAUDE.md is advisory (~80% compliance); hooks are deterministic (100%). Design for hooks where 100% matters; reserve CLAUDE.md for guidance where some drift is acceptable.
Routines — The Third Execution Mode #
- Anthropic Introduces Routines for Claude Code Automation (InfoQ) — Routines: cloud-hosted, scheduled Claude Code executions triggered by time, API call, or external event. Removes self-managed cron infrastructure. Completes the execution matrix: interactive session, async cloud session (Claude Code for web), and scheduled (Routines).
- Claude Managed Agents: Dreaming, Outcomes, and Multi-Agent Orchestration Explained (ChatForest) — Dreaming (background reasoning without consuming interactive context), Outcomes (async result tracking that persists across sessions), multi-agent orchestration. Technical architecture reference for the Managed Agents platform.
Hooks — Production Implementation Guides #
- Claude Code: Hooks, Subagents, and Skills — Complete Guide (ofox.ai) — All 25 hook lifecycle points; SubagentStart tracking; MCP tool name pattern matching (
mcp__<server>__<tool>); pre-commit linting and security scanning patterns. - Hook-Driven Dev Workflows with Claude Code (Nick Tune) — UserPromptSubmit, PreToolUse, and PostToolUse patterns for enforcing team conventions deterministically. The practitioner view of hooks as convention enforcement rather than automation.
Simon Willison — Tool CLI and Model Transitions #
- LLM 0.32a0 Is a Major Backwards-Compatible Refactor (Simon Willison, 2026-04-29) — Significant architectural refactor of the
llmCLI tool; relevant for anyone building Claude-integrated CLI workflows on Willison’s abstraction layer. - Changes in the System Prompt Between Claude Opus 4.6 and 4.7 (Simon Willison, 2026-04-18) — System prompt changes across model generations; useful for practitioners tuning agent behaviour when migrating model versions.
Cross-links #
- [vibe-coding] Karpathy’s coding-mode shift (80% agent by December 2025) is a concrete, precisely documented data point for the “agentic engineering” transition.
- [open-vs-closed-ecosystems] OpenClaw as a self-hosted alternative to Managed Agents is the open-source response to VentureBeat’s lock-in warning from the May 2 gather — data residency requirements are the concrete forcing function.
- [claude-integrations] The Agent SDK billing split (June 15) separates “developer tool” from “platform infrastructure” at the billing layer — a quiet but significant signal about how Anthropic is segmenting the two use cases.
- [vibe-coding] Boris Cherny’s 20–30 PRs/day workflow is the current ceiling benchmark for what agentic engineering looks like in practice.
Meta-observations #
- Emerging pattern: CLAUDE.md has become a cultural artefact, not just a config file. The Karpathy repo is one of GitHub’s fastest-growing ever. The community now treats CLAUDE.md authoring as a first-class skill with visible exemplars, templates, and derivative discourse.
- Emerging pattern: The “practitioner-as-CLAUDE.md-brand” form — Forrest Chang distilling Karpathy, Boris Cherny’s tips-as-skill — is repeating. Watch for named practitioners who build followings around CLAUDE.md configurations.
- Emerging theme: The June 15 billing split (SDK vs interactive) is the first time Anthropic has drawn a pricing line between developer tool and programmatic agent infrastructure. If this persists, it signals Managed Agents and Claude Code are converging toward different market segments, not just different use cases.
- Quality signal: The CLAUDE.md compliance budget (~150–200 instructions before adherence drops) is the most concrete design constraint in this gather cycle — it turns CLAUDE.md authoring from an art into an engineering problem.
- Keyword suggestion:
"CLAUDE.md" example OR template OR "inspired by" -beginner— captures the active CLAUDE.md exemplar discourse distinct from generic “write a CLAUDE.md” guides. - Author to watch: Forrest Chang (forrestchang, GitHub) — distilled Karpathy and triggered the viral moment; likely to produce more high-signal CLAUDE.md work.
- Source to watch: thepromptshelf.dev — produced the most complete hooks reference found; matches preferred-source quality.
- Gap: No coverage of how teams are handling CLAUDE.md versioning (git-tracked vs per-developer) as “team CLAUDE.md” patterns emerge alongside individual ones.
2026-05-18 — Gather #
Claude Code for Web — Async Cloud Agent #
- Claude Code for web — a new asynchronous coding agent from Anthropic (Simon Willison, Substack) — Willison’s preview notes: Claude Code for web is effectively a sandboxed instance of
claude --dangerously-skip-permissionsrunning in Anthropic’s container infrastructure. Developers access code.claude.com from the browser, describe a task, and the agent works asynchronously — continuing after the browser tab is closed, with tasks persisting across sessions and devices. Key insight: architecturally identical to local Claude Code, but the execution environment is Anthropic’s cloud. The “dangerous permissions” are safe because it’s sandboxed, not because it’s supervised. - Claude Code Routines: How to Run 24/7 AI Agents Without Keeping Your Computer On (MindStudio) — Practical guide to Claude Code Routines: scheduled agents that run on Anthropic’s infrastructure without requiring a local process to stay alive. Use case: persistent agents (nightly analysis, scheduled pipeline refreshes) rather than interactive sessions. Distinguishes from Remote Control (runs on local machine) and from Claude Code for web (single async session). Routines complete the execution matrix: interactive → async session → scheduled.
Skills — Open Standard #
- Claude Skills are awesome, maybe a bigger deal than MCP (Simon Willison, Substack) — Willison’s argument: Skills are conceptually simpler than MCP (a Markdown file describing how to do a task + optional CLI tools) but solve the same integration problem with dramatically lower token overhead. Key point: MCP’s token consumption was a real context-window cost; Skills avoid it because the LLM already knows how to call
cli-tool --help. Anthropic has since turned the skills mechanism into an open standard (agentskills/agentskillsGitHub repo), signalling cross-tool portability as the intended trajectory.
Cross-links #
- [vibe-coding] Claude Code for web completes the async execution model — interactive terminal, async cloud session, scheduled Routines — that Karpathy’s “agentic engineering” framing requires for long-running oversight work.
- [claude-integrations] The agentskills open standard is the Skills equivalent of MCP’s cross-tool aspiration — if it gains adoption, Skills become a cross-platform agent instruction format.
Meta-observations #
- Emerging pattern: Anthropic is now shipping three distinct execution modes for Claude Code (local interactive, cloud async, cloud scheduled). Each removes a different friction: latency, machine dependency, session dependency. Convergence point: “Claude as ambient background agent.”
- Keyword suggestion:
"claude code routines" OR "claude code for web" async scheduled— Routines is under-covered relative to the interactive features; practitioner experience pieces will appear in the next cycle.
2026-05-14 — Gather #
Code w/ Claude 2026 — Feature Detail #
- Code w/ Claude SF 2026: Building on the AI exponential (Anthropic, 2026-05-06) — Full official post-event summary. Key additions to last gather’s coverage: Agent View (research preview — single list of all running/blocked/done Claude Code sessions;
claude agentsto launch); –plugin-url flag (fetch a plugin .zip from a URL for the current session, enabling ephemeral plugin installs without config edits). The Colossus/SpaceX data center partnership signals Anthropic investing in sustained-compute infrastructure for long-running agents. - Code with Claude 2026: 5 New Agent Features Anthropic Just Shipped (MindStudio) — Practical breakdown of all five: Agent View, Dreaming, Outcomes, Multiagent orchestration, doubled rate limits. Useful detail on Dreaming: the background agent reviews past sessions on a schedule, not on-demand — it’s always running in the background after sessions end, surfacing patterns and improving the memory store without user prompting.
- I Tested 7 Claude Code New Features You Likely Missed (Medium) — Practitioner test covering features released in the 10 days before the event:
claude agentsagent view,--plugin-urlflag, session-scoped memory, and async hook improvements. Note: Medium source but concrete hands-on detail not available in official docs yet.
Hooks — Deeper Maturity #
- Claude Code: Auto-Approve Tools While Keeping a Safety Net with Hooks (dev.to) — Practical pattern: combine
permissions.allowallowlist for safe tools + PreToolUse hook for conditional approval of borderline operations. Hook receives JSON via stdin; exit 0 = allow, exit 2 = block. Handles cases like “approve git commands but nevergit pushto main.” More surgical than static allowlists or full auto mode. - making Claude Code more secure and autonomous (Anthropic Engineering) — The engineering rationale for auto mode sandboxing. Two-stage classifier: fast initial filter for clearly safe/unsafe tool calls, deeper analysis only for ambiguous cases. The design goal is to reduce human approval interruptions while maintaining a security posture comparable to careful manual review. Introduces .claudeignore as the primary mechanism for defining the agent’s trust boundary.
- GitHub: hesreallyhim/awesome-claude-code (GitHub) — Curated list covering skills, hooks, slash-commands, agent orchestrators, applications, and plugins. A more actively maintained alternative to the existing yurukusa hooks hub; broader scope covers the full Claude Code ecosystem rather than just permission hooks.
Context Engineering & Subagents #
- Effective context engineering for AI agents (Anthropic Engineering) — Anthropic’s framework for context design in production agents. Core principle: agents should maintain lightweight references (file paths, URLs, stored queries) and load data at runtime rather than pre-loading everything into the context window. Contrasts with naive RAG approaches that dump all retrieved content regardless of relevance. Cross-tool: AGENTS.md is cited as the primary mechanism for static context injection at session start.
- Claude Code vs Claude Agent SDK: Which Is for What (Augment Code) — Clear technical distinction: Claude Code = interactive developer tool with its own permission model and UI; Claude Agent SDK = the same agent harness as Claude Code, exposed as a Python/TypeScript library for embedding in applications. The SDK was renamed from “Claude Code SDK” in March 2026. Use Code for interactive work; use SDK for programmatic agent orchestration within larger systems.
- Create custom subagents — Claude Code Docs (Anthropic Docs) — Official documentation for the Agent tool’s subagent model. Each subagent runs in its own context window with a custom system prompt, specific tool access, and independent permissions. The operator pattern: orchestrator receives high-level goal → breaks into subtasks → delegates to subagents → synthesises results. Good reference for understanding isolation model vs. shared-context patterns.
Cross-links #
- [vibe-coding] Anthropic’s context engineering post is the technical foundation for what the AGENTS.md cross-tool standard implements — both are solving the same problem (what does the agent know at runtime) through different mechanisms (runtime loading vs. static injection).
- [vibe-coding] The Claude Agent SDK rename (from “Claude Code SDK”) is a signal that Anthropic is positioning the harness as infrastructure for any agentic application, not just coding tools.
Meta-observations #
- Emerging pattern: The permission/autonomy dial is now a first-class engineering concern. Auto mode, hooks, allowlists, and the Agent Governance Toolkit (Microsoft) are all solving the same problem from different angles. The design space is clarifying: allowlists for static known-safe patterns, hooks for conditional logic, auto mode for ambient risk-classification. Worth tracking whether these converge into a standard interface.
- Keyword suggestion:
"claude code" "agent view" sessions— Agent View is very new and the practitioner experience docs will appear in the next few weeks.
2026-05-09 — Gather #
Code w/ Claude 2026 — Managed Agents Leap #
- Code w/ Claude 2026 — Live blog (Simon Willison, 2026-05-06) — Willison’s real-time notes from Anthropic’s developer conference. Key announcements: doubled rate limits for Pro/Max/Enterprise (peak-hours throttling dropped); Managed Agents Dreaming (background memory review, research preview); Outcomes (grader-agent evaluates against provided examples, public beta); Multiagent orchestration (up to 20 unique agent IDs in coordinator config); new Desktop app for Mac with iPhone/iPad integration.
- New in Claude Managed Agents: dreaming, outcomes, and multiagent orchestration (Anthropic, 2026-05-06) — Official technical detail. Dreaming: scheduled background process — after sessions end, a dreaming agent reviews interaction transcripts, extracts patterns, and curates memory stores without user input. Outcomes: provide 1–3 examples of “good” output; a grader agent evaluates every agent run against them. Multiagent: coordinator agent dispatches tasks to a fleet of specialised subagents; each agent ID maintains its own context and memory.
- Claude Code is getting higher usage limits, doubled for most users (9to5Google, 2026-05-06) — Rate limit doubling is the immediate developer-experience win. The 5-hour rolling window that was the primary Claude Code friction point for intensive sessions is significantly relaxed.
- Inside Anthropic’s 2026 Developer Conference (Every.to) — Conference narrative: Anthropic positioned the event as a transition from “Claude is a tool” to “Claude is an agent that can manage other agents.” Dreaming is the most structurally novel announcement — it implies agents that improve between sessions without human intervention.
HTML as Claude’s Native Output Format #
- Using Claude Code: The Unreasonable Effectiveness of HTML (Simon Willison, 2026-05-08) — Willison links Thariq Shihipar’s (Anthropic Claude Code team) piece advocating HTML over Markdown as the default output format to request from Claude. Argument: HTML allows richer semantic structure, interactive elements, styled tables, and expandable sections that Markdown cannot represent. Willison notes he had defaulted to Markdown since GPT-4 days when token efficiency mattered — that constraint is now obsolete.
- Hacker News discussion (Hacker News) — Community response is strong: multiple practitioners note this is already a working pattern for dashboards, analysis reports, and code reviews. The key phrase: “ask Claude to make it rich, interactive, and clear” rather than specifying format constraints.
Cross-links #
- [vibe-coding] Managed Agents Dreaming is the first Anthropic-native implementation of “agents that self-improve between sessions” — the agentic engineering discourse has been discussing this pattern theoretically; Dreaming is the concrete product instantiation.
- [claude-integrations] Multiagent orchestration (20 agent IDs, fleet deployment) is the infrastructure backbone enabling the financial services workflow agents announced May 5 — same capability, different vertical packaging.
Meta-observations #
- Emerging theme: Dreaming is the most architecturally novel announcement of 2026 so far — an agent that reviews its own past interactions and improves its memory without a human asking it to. This is qualitatively different from user-configured CLAUDE.md. Worth tracking whether enterprise users adopt or resist autonomous memory evolution.
- Quality signal: Thariq Shihipar is on the Anthropic Claude Code team — the HTML > Markdown recommendation is based on direct model observation, not practitioner experimentation. Higher authority than community tips.
- Keyword suggestion:
"claude managed agents" dreaming outcomes— Anthropic-specific terminology for the new capability tier. - Gap: No coverage of Code Review, CI auto-fix, Security Reviews, Remote Agents, or Routines — the other features mentioned at the conference. Rate limits and Dreaming consumed the editorial attention.
2026-05-06 — Gather #
Quality Regression Post-Mortem — Three Harness Changes Stacked #
- Mystery solved: Anthropic reveals changes to Claude’s harnesses likely caused degradation (VentureBeat, 2026-04-23) — Post-mortem published: three stacked product-layer changes degraded Claude Code quality for ~6 weeks. (1) Reasoning effort changed from high → medium on March 4 to fix UI latency; (2) a caching optimization shipped March 26 cleared thinking history on every turn instead of once after an hour; (3) shorter, less verbose system prompt. Models not to blame — the harness was.
- An update on recent Claude Code quality reports (Simon Willison, 2026-04-24) — Simon confirms the regression was real and quantifiable. Anthropic’s remediation: larger share of internal staff must use public builds; broader per-model eval suites; ablation gating on system prompt changes.
- Claude Code Regression: How to Diagnose and Fix the Recent Quality Drop (DEV Community) — Practitioner-level workarounds during the regression: force high reasoning effort, clear context more aggressively, avoid long sessions.
May 2026 Feature Updates #
- Claude Code Updates — May 2026 (Releasebot) — PostToolUse hooks now include
duration_ms(tool execution time).hookSpecificOutput.updatedToolOutputnow works for all tools, not just MCP.CLAUDE_CODE_FORK_SUBAGENT=1now works in non-interactive sessions. MCP server connections now happen in parallel rather than serially. - Changes in the system prompt between Claude Opus 4.6 and 4.7 (Simon Willison, 2026-04-18) — Detailed diff: knowledge cut-off language removed in 4.7 (reflecting reliable Jan 2026 cutoff). Vision ceiling raised to 2,576px long edge (~3.75 megapixels, 3× prior models).
- Claude Code Tips I Wish I’d Had From Day One (Marmelab, 2026-04-24) — Practitioner-authentic write-up from French digital agency. Key finding: plan mode before any implementation is the single highest-leverage habit; context window management (not model capability) is the real constraint.
Context Engineering — The New Discipline #
- Context Engineering for Coding Agents (Martin Fowler) — Architectural legitimacy for context engineering as a discipline: MCP as a “Select” technique, CLAUDE.md and skills as configuration-layer context, and structured specs as dynamic injection. The bottleneck in 2026 is not model capability but context quality.
- Context is AI coding’s real bottleneck in 2026 (The New Stack) — 57% of enterprises run agents in production but quality remains the top barrier; “ongoing difficulties with context engineering and managing context at scale” named as the leading quality challenge among large organisations.
Cross-links #
- [claude-integrations] MCP is converging as the shared infrastructure for both Claude Code plugins and Claude Cowork/creative connectors — the two ecosystems are sharing protocol.
- [vibe-coding] Context engineering is the discipline that connects Claude Code technique to broader agentic engineering patterns.
Meta-observations #
- Emerging pattern: The quality regression post-mortem is a new class of Claude Code story — not model capability, not security, but product-layer harness changes degrading model behaviour. Worth tracking as a category: “harness-induced quality regression.”
- Quality signal: Anthropic’s remediation measures (internal dogfooding, ablation gating) represent an institutional response, not just a fix. Whether these hold is worth monitoring.
- Keyword suggestion:
"claude code harness" OR "system prompt change" quality— catches future regressions from this class. - Gap: Boris Cherny / Anthropic-team primary content still sparse in this cycle — regression post-mortem consumed the editorial attention. May return to technique content in May-June.
2026-05-02 — Gather #
Hooks — New Event Types & Production Patterns (2026 Updates) #
- Automate workflows with hooks (Claude Code Docs) — Official hooks guide updated: four handler types — command (shell script), HTTP (POST to endpoint, JSON response), prompt (yes/no LLM gate), agent (spawn subagent with tool access). Async hooks (Jan 2026) run in background without blocking execution; HTTP hooks (Feb 2026) enable integration with external services. PreToolUse = security checkpoint; PostToolUse = logging and linting.
- Claude Code Hooks: All 12 Events with Examples (2026) (Pixelmojo) — Complete taxonomy of all 12 lifecycle events with production CI/CD patterns. Covers how to build deterministic quality gates that fire regardless of LLM choice.
- Claude Code: Hooks, Subagents, and Skills — Complete Guide (oFox AI) — Comprehensive cross-feature guide positioning hooks (deterministic enforcement), subagents (parallel exploration), and skills (reusable modular instructions) as a complementary triad rather than alternatives.
- Claude Code Advanced Best Practices: 11 Practical Techniques for Hooks, Subagents & Context Management (SmartScope, 2026) — Practitioner-tested techniques including async hooks for non-blocking workflows and HTTP hooks for external integrations. Key rule: use hooks for absolute requirements, CLAUDE.md for guidance requiring judgment.
Managed Agents — Production Readiness & Adoption #
- Anthropic’s Claude Managed Agents gives enterprises a new one-stop shop but raises vendor ’lock-in’ risk (VentureBeat) — Enterprise analysis: sandboxed execution, checkpointing, credential management, scoped permissions, and end-to-end tracing all managed by the platform. Early adopters: Notion, Rakuten, Sentry. Counter-argument: deep integration creates switching friction exceeding data portability mechanisms.
- Claude Managed Agents Deep Dive: Anthropic’s New AI Agent Infrastructure (2026) (DEV Community) — Memory for Managed Agents now in public beta (same
managed-agents-2026-04-01header). Pricing model: $0.08 per session hour. Go from idea to production in days vs. months; Anthropic claims it shortens dev workflow from months to weeks.
Cross-links #
- [vibe-coding] Async HTTP hooks + Managed Agents Memory = the infrastructure backbone for multi-agent Coordinator/Implementor/Verifier pipelines. The hook layer enforces deterministic quality gates while agents handle the creative execution.
- [vibe-coding-applications] Notion and Rakuten on Managed Agents are the first public enterprise case studies — watch for detailed deployment write-ups as production experience accumulates.
- [open-vs-closed-ecosystems] VentureBeat’s vendor lock-in warning mirrors Percy Liang’s “open development” argument: the more Anthropic owns (agents, memory, tools, scheduling), the higher the switching cost. A deliberate platform strategy.
Meta-observations #
- Emerging theme: Hooks have reached production maturity — async, HTTP, and agent handler types mean Claude Code’s hook system now covers the full range of CI/CD integration patterns. The 12-event lifecycle is a complete framework, not a partial one.
- Emerging pattern: Managed Agents Memory in beta is Anthropic’s answer to the “context capital” lock-in argument — persistent agent memory inside the platform makes migrating accumulated context progressively harder. Lock-in is architectural, not contractual.
- Keyword suggestion: “async hooks” / “HTTP hooks” — the two 2026 additions are worth tracking independently; HTTP hooks in particular enable external-service integration that was previously impossible without custom wrappers.
- Quality signal: VentureBeat’s lock-in framing is the first major-publication pushback on Managed Agents. Watch for enterprise architects responding — this will shape adoption patterns.
2026-04-25 — Gather #
Platform Architecture (Claude Managed Agents, ant CLI, 300k Tokens) #
- Claude Managed Agents — public beta (Claude API Docs) — Fully managed agent harness for running Claude as autonomous agent: secure sandboxing, built-in tools, server-sent event streaming. Create agents, configure containers, run sessions via API. Requires
managed-agents-2026-04-01beta header. - Claude Managed Agents: complete guide to building production AI agents (2026) (The AI Corner) — Practitioner guide to the new managed harness. Covers agent configuration, container setup, and session streaming patterns.
- ant CLI — command-line client for the Claude API (Claude API Docs) — Native CLI for faster Claude API interaction, native integration with Claude Code, and versioning of API resources in YAML files.
- Max tokens cap raised to 300k on Message Batches API (Claude API Docs) — Available for Claude Opus 4.6 and Sonnet 4.6 via
output-300k-2026-03-24beta header. Enables long-form content, structured data, and large code generation in single-turn outputs.
Claude Design Launch #
- Anthropic launches Claude Design, a new product for creating quick visuals (TechCrunch, Apr 17 2026) — Third piece in Anthropic’s coordinated product stack (Claude Code + Cowork + Design). Completion of an end-to-end build motion from spec to design to code. Google responded with
design.markdownvia Stitch.
Workflow Patterns (Documented & Taxonomised) #
- 5 Claude Code Agentic Workflow Patterns: From Sequential to Fully Autonomous (MindStudio) — Five canonical patterns: sequential (linear step execution), operator (Claude manages other agents), split-and-merge (parallel then recombine), agent teams (specialised roles), headless (unattended/scheduled). First clear taxonomy.
- Claude Code Routines: How to Run Scheduled AI Agents Without a Server (MindStudio) — Claude Code Routines enable cloud-scheduled agent tasks independent of local terminal. Works while laptop is off.
- Claude Code Skills: How to Build Self-Improving AI Workflows (MindStudio) — Skills as modular reusable instructions — best candidates: repetitive workflows, code review checklists, deployment sequences.
- Claude Code as an Autonomous Agent: Advanced Workflows (2026) (SitePoint) — Covers compaction (automatic context management), Plan mode scoping, Agent tool for parallel exploration without context pollution.
- Claude best practices 2026: the complete power user guide (The AI Corner) — Comprehensive practitioner guide covering prompt caching, tool use, agent patterns, and context management for 2026 Claude versions.
Cross-links #
- [vibe-coding] Claude Managed Agents public beta is Anthropic’s answer to the Tier 3 (cloud async) orchestration layer from Addy Osmani’s three-tier framework — assign task, close laptop, PR appears.
- [vibe-coding] The five workflow pattern taxonomy (MindStudio) is a practitioner complement to Osmani’s architectural framing — operational patterns vs. structural tiers.
- [open-vs-closed-ecosystems] Claude Design + Cowork + Code stack is Anthropic’s vertical integration play — closed-ecosystem bundling as competitive moat.
- [ai-societal-impact] Claude Managed Agents enabling fully unattended agent sessions is the infrastructure layer behind the “50% of new code unreviewed” finding — the oversight gap now has an infrastructure accelerant.
Meta-observations #
- Emerging theme: Anthropic is building a managed platform layer (Managed Agents, Routines, ant CLI) on top of the raw API — shifting from model provider to agent infrastructure provider. This is a meaningful architectural shift, not just a feature.
- Emerging pattern: Workflow pattern taxonomies are consolidating — MindStudio’s 5-pattern taxonomy, Osmani’s 3-tier framework, and Cherny’s parallel-terminals approach are now three distinct but complementary frameworks for the same space. Watch whether one becomes canonical.
- Emerging pattern: Claude Design closing the spec→design→code loop means Anthropic’s stack now covers the full product development lifecycle inside a single toolset. Cross-platform (Code + Cowork + Design) integration is the competitive moat, not any individual tool.
- Keyword suggestion: “Claude Managed Agents” — new platform category worth tracking independently from Claude Code skills/hooks.
- Keyword suggestion: “headless agent” OR “scheduled agent” — unattended execution patterns becoming standard workflow component.
- Source to watch: platform.claude.com/docs/en/release-notes — Anthropic’s official release notes now cover both model and platform changes; check weekly.
2026-04-10 — Gather #
Security Incidents (April 2026) #
- Claude Code Permission Bypass — Adversa AI disclosure (PiunikaWeb, 6 Apr 2026) — Adversa AI found that Claude Code’s 50-subcommand security-analysis limit creates a bypass: embed malicious commands after command #51 in a chain and deny rules no longer apply. Curl embedded in a long chain ships SSH/cloud credentials to attacker. Patched by Anthropic 6 Apr 2026.
- Anthropic Patches Claude Code Bypass Vulnerability (Let’s Data Science) — Confirms patch date and describes command-parser bug that silently bypassed developer-configured deny rules.
- Claude Code Vulnerability Exposes New AI Security Risks (Seceon) — Security-vendor analysis framing the permission-bypass as a class of “agent trust boundary” vulnerabilities distinct from prompt injection.
- Claude Code News April 2026 — Startup Edition (Mean CEO) — Aggregator summarising the month’s incidents; useful timeline.
Security Research by Claude Code #
- Claude helps researcher dig up decade-old Apache ActiveMQ RCE vulnerability (CVE-2026-34197) (Help Net Security, 9 Apr 2026) — Claude Code found an RCE vulnerability that had been hidden in Apache ActiveMQ for a decade. Concrete, recent, high-signal use case.
- Claude Code found a Linux vulnerability hidden for 23 years (Adafruit Blog, 7 Apr 2026) — 23-year-old Linux kernel vulnerability discovered via Claude Code. Strong signal for Claude’s code-comprehension reach.
- Security researchers frustrated as Claude Code rejects vulnerability research (PiunikaWeb) — Tension: Anthropic’s safety filters increasingly block legitimate security research. Researchers report Claude refusing to analyse obviously vulnerable code patterns.
Simon Willison (April 2026) #
- Tool: Cleanup Claude Code Paste (Simon Willison, 6 Apr 2026) — New utility for cleaning up code pasted from Claude Code sessions. Small but canonical workflow friction point.
- claude-code-transcripts — CLI tool for HTML transcript extraction (GitHub) — Publishes both local and Claude-Code-for-web session transcripts as readable HTML. Useful for auditable records of agent runs.
- A new way to extract detailed transcripts from Claude Code (Substack) — Blog-post companion to the CLI tool; walkthrough.
- Claude Skills are awesome, maybe a bigger deal than MCP (Substack) — Willison’s thesis: Skills (self-contained SKILL.md packages) are a more important primitive than MCP for most practical agent work. Contrarian but from a trusted source.
Workflow + Plugin Ecosystem #
- Claude Code Skills vs MCP vs Plugins: Complete Guide 2026 (MorphLLM) — Disambiguates the three primitives. Noise-filter concern: commercial source.
- 10 Must-Have Skills for Claude (and Any Coding Agent) in 2026 (Medium) — Curation of battle-tested skills; agent-skill standard spreading beyond Claude Code to Codex, Gemini CLI.
- Anthropic: Create plugins — Official Docs (Claude Code Docs) — Canonical plugin-authoring reference.
- alirezarezvani/claude-skills — 220+ skills for 9 coding agents (GitHub) — Largest cross-agent skills collection; demonstrates the Agent Skills standard crossing Claude Code boundaries.
- jeremylongshore/claude-code-plugins-plus-skills — 340 plugins + 1367 skills (GitHub) — Scale indicator: the ecosystem is now measured in thousands of skills, not dozens.
- Claude Code Marketplaces aggregator (claudemarketplaces.com) — Community marketplace index.
- Claude Code Hooks Complete Guide (March 2026 Edition) (SmartScope) — Updated hooks reference covering the 21 lifecycle events in the current docs.
- Claude Code hooks: A practical guide with examples (Eesel AI) —
/hooksdebug command, testing hooks via piped stdin, event-logger.py for discovering event payloads.
Advanced Workflows (Frontend Masters + Community) #
- Claude Code Deep Dive — Frontend Masters Workshop (Apr 21, 2026) (Frontend Masters) — Dedicated advanced workshop: harness-vs-model mental model, MCP server authoring, Skills encoding, signal-tracking for setup quality.
- Claude Code Best Practices — Official Docs (Anthropic) — Canonical reference; has been meaningfully updated since last gather.
Cross-links #
- [vibe-coding-applications] “Agent trust boundary” class of vulnerability (permission bypass) is the enterprise-governance counterpart to the comprehension-debt discourse.
- [vibe-coding] Skills-vs-MCP-vs-plugins disambiguation is the primitive-layer debate underneath agentic-engineering methodology.
- [ai-societal-impact] Claude Code finding 23-year-old vulnerabilities is a concrete “augmentation not replacement” data point for the workforce-transformation narrative.
- [open-vs-closed-ecosystems] The Agent Skills standard crossing Claude Code → Codex → Gemini CLI is a rare convergence signal across closed-lab silos.
Meta-observations #
- Emerging theme: Claude Code’s security story has two halves that are in tension — it’s finding decades-old vulnerabilities in ActiveMQ/Linux while shipping new ones (permission bypass, source leak). The net trust calculus is unclear. Worth tracking as a paired metric.
- Emerging pattern: The Skills primitive is gaining momentum (Willison: “maybe bigger than MCP”; 220+ and 1367+ skill collections). If the Agent Skills standard generalises to Codex/Gemini CLI, this is a cross-lab protocol win — and a Claude ecosystem leadership signal.
- Quality signal: Adversa AI has now published two consecutive high-quality Claude Code vulnerability disclosures. Promote to source-to-watch.
- Source to watch: Adversa AI — adversarial-research firm producing rigorous Claude-specific security work.
- Source to watch: Help Net Security — publishing recent, dated security-research reporting on AI agents.
- Keyword suggestion: “claude code permission bypass” / “agent trust boundary” — new class of vulnerabilities worth tracking beyond prompt injection.
- Keyword suggestion: “claude code vulnerability research” — the “Claude finding bugs” story is a major use-case distinct from “Claude having bugs.”
- Gap: Still missing substantive Boris Cherny / Anthropic-team content since the last gather. Possible the flow has slowed post-launch, or the search query needs sharpening.
- Noise pattern: “Claude Code best practices 2026” listicles are multiplying. The exclude_terms filter is doing its job but marketplace-vendor blogs (morphllm, eesel, serenitiesai) are filling the gap — may need selective exclusion.
2026-04-05 — Gather #
Security & Vulnerabilities #
- RCE and API Token Exfiltration Through Claude Code Project Files (CVE-2025-59536 / CVE-2026-21852) (Check Point Research) — CVSS 8.7 code injection via
.claude/settings.jsonhooks on untrusted directories; CVSS 5.3 info disclosure viaANTHROPIC_BASE_URLset before trust prompt. Supply-chain class vuln: project config files trusted as metadata, not code. - Critical Vulnerability in Claude Code Emerges Days After Source Leak (SecurityWeek) — Timing analysis linking the March 31 sourcemap leak to rapid CVE disclosure.
- Anthropic leaked Claude Code source via debug sourcemap (The Register, also Bloomberg, Axios) — JavaScript sourcemap for v2.1.88 shipped to npm; researcher Chaofan Shou discovered and posted within hours.
- Anthropic Claude Code Leak Analysis (Zscaler ThreatLabz) — Security-research angle on what the source reveals.
- Anthropic’s Claude Code Security GA after 500+ vulnerabilities found (VentureBeat) — Claude Code Security product now available; positioned as AI-powered security review.
Quota & Rate-Limit Crisis #
- Anthropic admits Claude Code quotas running out too fast (The Register) — Anthropic acknowledges users hitting limits “way faster than expected”; fix is “top priority”.
- Your Claude Code Rate Limit Is Draining Fast. Here Is Why. (Roborhythms, Mar 2026) — Attributes drain to broken prompt caching: model reprocesses full conversation at each turn instead of reading cache. Onset: March 23, 2026.
- Developers Using Anthropic Claude Code Hit by Token Drain Crisis (DevOps.com) — Industry-impact framing; users report 60% of session limit consumed in 30 minutes of coding.
- Claude Code users say they’re hitting usage limits faster than normal (The New Stack) — Early reporting on the trend before Anthropic confirmed the bug.
SDK & Platform Updates #
- Claude Agent SDK (renamed from Claude Code SDK) (GitHub - anthropics) — SDK rename with migration guide. New features: structured outputs with JSON schema validation,
betasoption for 1M-context window, plugins field, MCP tool annotations (readOnlyHint,destructiveHint,idempotentHint,openWorldHint), in-process MCP servers via Python decorators. - Agent SDK Overview (Claude API Docs) — Canonical reference for the renamed SDK.
- Claude Code by Anthropic — Release Notes (Releasebot) — Aggregated changelog; notable:
/powerupinteractive lessons, resume/performance improvements, PowerShell permissions fixes.
Workflow Patterns #
- Building Claude Code with Boris Cherny (Pragmatic Engineer / Gergely Orosz) — Interview with the Head of Claude Code. Boris ships 20-30 PRs/day running 5 parallel instances across 5 terminal tabs (each a separate git checkout). Workflow: start in plan mode → iterate on plan → one-shot implementation.
- Head of Claude Code: What happens after coding is solved (Lenny’s Newsletter, Boris Cherny) — Forward-looking framing: Claude Code hit 4% of public GitHub commits; daily active users doubling monthly.
- How Boris Uses Claude Code (standalone site) — Boris’s own documented setup. “Surprisingly vanilla” — no heavy customisation.
- Agentic Workflows with Claude: Architecture Patterns (Medium - Reliable Data Engineering) — Worker-Critic architecture: every creative agent paired with dedicated critic; strict separation (critics never create, creators never self-score). Proposes
AGENTS.mdas agentic counterpart to CLAUDE.md. - wshobson/agents — Multi-agent orchestration for Claude Code (GitHub) — Intelligent automation toolkit for coordinating agents.
Author Updates #
- Auto mode for Claude Code (Simon Willison, 2026-03-24) — Commentary on Claude Code’s new auto-accept mode and when it helps vs hurts.
- Simon Willison NICAR 2026 workshop: Coding agents for data analysis (simonwillison.net) — 3-hour session for data journalists. Ran Datasette serving a viz/ folder while Claude Code vibe-coded Leaflet heat maps directly into it.
- Claude Code Remote Control (Simon Willison) — Drive Claude Code sessions from outside the terminal.
- Using Playwright MCP with Claude Code (Simon Willison TIL) — Integrating microsoft/playwright-mcp for browser automation from Claude Code sessions.
- Claude Code Can Debug Low-level Cryptography (Filippo Valsorda) — Cryptographer uses Claude Code to debug constant-time primitives; substantive case study on Claude’s reasoning depth for security-critical code.
Cross-links #
- [ai-societal-impact] The source leak + quota crisis are trust-erosion events worth tracking as governance/transparency signals.
- [vibe-coding] Boris Cherny’s 5-parallel-terminals workflow + “plan mode → one-shot” pattern are canonical vibe-coding practices.
- [open-vs-closed-ecosystems] Accidental source leak of a flagship closed-model product is a notable irony — worth watching for second-order effects on open-weights arguments.
- [data-and-ip] Source-code leak raises questions about what else Anthropic’s tooling exposes; supply-chain vuln CVEs touch on trust in closed tools.
Meta-observations #
- Emerging theme: Security is now a first-class concern for Claude Code — both vulnerabilities (CVEs, hook abuse, config-file trust) and product positioning (Claude Code Security GA). Two months ago this was absent from the journal.
- Emerging pattern:
AGENTS.mdproposed as agentic counterpart toCLAUDE.md— watch whether this becomes convention or remains one author’s term. - Emerging pattern: Worker-Critic adversarial pairing (critics never create, creators never self-score) — an architectural pattern distinct from evaluator-optimizer because of the strict role separation.
- Keyword suggestion: “claude code CVE” or “claude code security vulnerability” — security-incident reporting is a new recurring category.
- Keyword suggestion: “claude code quota” / “claude code rate limit” — operational/economic issues now get more coverage than technique posts some weeks.
- Author to watch: Filippo Valsorda (words.filippo.io) — serious cryptographer, rare high-signal case study on Claude Code in security-critical contexts.
- Author to watch: Gergely Orosz (newsletter.pragmaticengineer.com) — already in vibe-coding config; his Boris Cherny interview warrants adding here too.
- Source to watch: howborisusesclaudecode.com — dedicated site from Claude Code’s creator, no other aggregator covers it.
- Source to watch: lennysnewsletter.com — landed a substantive Boris Cherny interview; worth monitoring for more insider perspectives.
- Gap: swyx search returned no Claude Code 2026 content — watch_authors list may need pruning (swyx has been less active on this specifically). Consider replacing with Filippo Valsorda or Gergely Orosz.
- Noise pattern: “Claude Code Tips X” articles proliferate — Substack and Medium each surface 3-4 listicles per week. Strong filter needed: prefer named practitioners (Boris, Simon, Filippo, Gergely) over SEO-driven roundups.
2026-03-29 — Initial gather #
Tips & Techniques #
- 45 Tips for Getting the Most Out of Claude Code (GitHub - ykdojo) — Comprehensive collection from basics to advanced, including custom status line scripts and using Gemini CLI as a minion.
- 50 Claude Code Tips and Best Practices For Daily Use (Builder.io) — Extensive daily usage patterns, context window management, and productivity techniques.
- Claude Code Tips: 10 Real Productivity Workflows for 2026 (F22 Labs) — Production-tested workflow patterns.
- How I Actually Use Claude Code in 2026, and Why It Still Needs a Parent (Level Up Coding - David Lee) — Honest account of where human oversight is still essential.
- Boris Cherny’s Claude Code Tips Are Now a Skill (Medium, Mar 2026) — Boris Cherny’s tip collection packaged as a skill. Key insight: “give Claude a feedback loop” for 2-3x quality improvement.
CLAUDE.md & Configuration #
- Best Practices for Claude Code (Official Docs) — Anthropic’s own guidance on structuring projects and CLAUDE.md files.
- Writing a Good CLAUDE.md (HumanLayer) — Dedicated guide: WHAT/WHY/HOW structure, keeping it concise, avoiding over-automation.
- Claude Code Config (Trail of Bits) (GitHub) — Opinionated defaults and workflows from a security firm. Real-world reference config.
- The Claude Code Team Just Revealed Their Setup (Dev Genius, Feb 2026) — How the Anthropic team themselves configure their CLAUDE.md.
- Claude Code Ultimate Guide (GitHub) — Beginner to power user with production-ready CLAUDE.md templates.
Agent Workflows #
- Common Workflow Patterns for AI Agents (Anthropic Blog) — Canonical post on sequential, parallel, and evaluator-optimizer patterns.
- Claude Code Workflow (JSON-driven multi-agent) (GitHub) — JSON-driven framework with CLI orchestration and context-first architecture.
- Claude Code Async: Background Agents & Parallel Tasks (claudefast) — Guide to sub-agents and true parallel AI development.
- Claude Code Swarm Orchestration Skill (GitHub Gist) — Multi-agent coordination with TeammateTool and Task system.
- 100+ Specialized Claude Code Subagents (GitHub) — Collection of 100+ specialized subagent definitions.
Hooks & Commands #
- Automate Workflows with Hooks (Official Docs) — PreToolUse, PostToolUse, Notification, and Stop lifecycle points.
- Claude Code Hooks Mastery (GitHub) — Dedicated repo for mastering hooks with examples.
- I’ve Organised the Claude Code Commands, Including Some Hidden Ones (DEV Community) — All commands including undocumented
/insightsand/statusline. - ClaudeKit: Custom Commands, Hooks, and Utilities (GitHub) — Reusable toolkit for Claude Code projects.
Cross-links #
- [vibe-coding] “From Vibe Coding to Spec Coding” migration guide is relevant to how we structure CLAUDE.md-driven workflows.
- [vibe-coding] Comparison articles (Cursor vs Claude Code vs Copilot) inform tool selection decisions.
- [vibe-coding-applications] Agent frameworks (Swarm Orchestration, multi-agent coordination) are the practical machinery enabling enterprise AI coding adoption.
Meta-observations #
- Keyword suggestion: “spec coding” is emerging as a term for structured AI coding — may warrant tracking.
- Author to watch: Boris Cherny — his tips packaged as a skill suggests deep practical knowledge.
- Quality signal: The Trail of Bits config repo and the “Claude Code team revealed their setup” article are high-signal sources from practitioners, not listicle authors.
- Noise pattern: Medium and DEV Community have high volume but variable quality. The “10 Best…” format is almost always low-signal.
Strategy Changelog #
| Date | Change | Reason |
|---|---|---|
| 2026-03-29 | Initial strategy created | First journal run |
| 2026-03-29 | Added keywords: limitations, security, debugging failures | Gemini review: no cautionary/failure-mode content — optimism-skewed |
| 2026-03-29 | Added cross-link: agent frameworks → vibe-coding-applications | Gemini review: missing link between tooling and enterprise adoption |
| 2026-04-25 | Added keywords: claude managed agents, headless/scheduled agent | Anthropic shifts to platform provider; unattended execution patterns now standard |
| 2026-04-25 | Added preferred source: platform.claude.com | Anthropic’s release notes now cover model + platform changes weekly |