Skip to content
AI Primer

Anthropic's terminal-based coding assistant for working with codebases, including reading, editing, and running code.

Screenshot of Claude Code website

Recent stories

39 linked stories
dealPRIMARY2026-05-13
Anthropic adds separate Agent SDK credits for paid Claude plans on June 15

Anthropic said paid Claude plans will get a dedicated monthly budget for Agent SDK, claude -p, GitHub Actions, and Agent SDK apps starting June 15. Keep chat use and programmatic use separate, and note the temporary 50% weekly Claude Code increase through July 13.

workflowPRIMARY2026-05-13
Claude Code supports /goal QA and marketing runs with proof-based success checks

New examples and docs showed Claude Code's /goal feature being used for lint-and-test passes, SEO audits, content queues, and outreach research with explicit proof and limits. That matters because the feature is moving beyond coding checks into repeatable creator and marketing workflows, but vague goals still drift without measurable end conditions.

releasePRIMARY2026-05-12
Claude Code adds /goal checks for long-running tasks

Anthropic added /goal to Claude Code for completion-checked runs, alongside /loop, /schedule, stop hooks, auto mode guidance, and an Opus 4.7 fast mode preview. Use /goal when a session needs to keep working until a defined condition is met; fast mode is opt-in now and becomes the default on Thursday.

workflowPRIMARY2026-05-11
Claude Code supports /resume VPS workflows over SSH and staging servers

Creators documented running Claude Code on always-on VPS setups with SSH, mosh/tmux, and /resume so sessions survive laptop sleep. It cuts battery drain and lost progress, but image paste and remote file handoffs still feel clunky.

releasePRIMARY2026-05-11
Claude Code introduces Agent View for parallel sessions and skills dispatch

Anthropic opened Agent View as a research preview, giving Claude Code one control pane for parallel sessions, skills dispatch, and quick replies. The change makes multi-session supervision a native workflow instead of a terminal-tab workaround.

workflowPRIMARY2026-05-10
Hermes Agent adds 5-pillar personal-OS setups with 136K compaction rules

New Hermes Agent and Claude Code playbooks mapped memory, skills, soul, crons, and nightly GitHub sync into repeatable personal-OS setups. The guides push agent workflows into daily content and admin tasks while surfacing security and stale-memory failure modes.

newsPRIMARY2026-05-09
Claude Code claims debug logs after 3-minute hang reports

Creators reported Claude Code sessions hanging for minutes with no status feedback, and an Anthropic engineer said responsiveness improvements and self-serve debug logs are on the way. Users also say Claude Desktop now shows context-window usage, giving long sessions a clearer limit indicator.

workflowPRIMARY2026-05-08
Claude Code adds HTML artifacts and publish-to-link workflows in creator demos

A viral creator workflow swaps markdown for Claude-generated HTML files, then publishes them as live links for review and iteration. Users say the format is easier to scan and share for one-pagers, slides, and handoff docs, though the practice is entirely community-led.

releasePRIMARY2026-05-08
Claude Code fixes 60-plus bugs in 1M-context sessions

Anthropic says this week's Claude Code release fixes long-running session bugs across 1M-context prompts, caching, auth fallbacks, MCP retries, and terminal rendering. The update targets the stability problems that surface in longer agent runs and heavier IDE workflows.

releaseSECONDARY2026-05-08
Claude Design opens research preview with Canva, PPTX, and HTML exports

Anthropic says Claude Design can generate slides, prototypes, one-pagers, and other visual assets with exports to Canva, PDF, PPTX, and HTML. The preview also supports org-scoped sharing and one-step handoff into Claude Code, so teams can test the export flow now.

newsPRIMARY2026-05-07
Claude Code supports 21-agent pipelines at Code with Claude San Francisco

At Code with Claude San Francisco, builders showed Claude Code running 21-agent app pipelines across Figma, Jira, Confluence, and TestFlight. Users should watch for reliability strain as posts and conference recaps tie recent slowdowns to Anthropic's reported 80x growth.

workflowSECONDARY2026-05-06
Google DESIGN.md supports markdown design systems for Claude handoffs

Creators showed Google’s DESIGN.md file and custom skills as a way to encode typography, color, spacing, and component rules for AI-built UI. The workflow helps move from prototype to app with backend stubs and clearer Claude Code handoffs.

newsPRIMARY2026-05-06
Anthropic doubles Claude Code 5-hour limits after SpaceX capacity deal

Anthropic said a SpaceX partnership will add compute capacity, and it doubled Claude Code 5-hour limits for paid plans. It also removed peak-hour reductions for Pro and Max and raised Opus API limits; the change should reduce throttling for heavy users.

releaseSECONDARY2026-05-06
Claude Managed Agents adds dreaming research preview, webhooks, and multiagent orchestration

Anthropic introduced dreaming as a research preview in Claude Managed Agents alongside multiagent orchestration, rubric-based self-improvement, and webhook updates. Sub-agents now share a container and filesystem, so teams can coordinate longer-running work and manage memory across sessions.

releaseSECONDARY2026-05-06
Rezonant launches screen-and-voice PRD capture for Claude Code and Cursor

Rezonant showed a browser extension that records screen walkthroughs and narration, then turns them into structured briefs, tickets, and agent-ready tasks using live product context. It plugs into GitHub, Figma, Linear, Jira, Notion, Granola, and Confluence, so teams can skip a standalone spec doc.

workflowPRIMARY2026-05-05
Claude Code supports 21-agent app builds with 72-minute App Store demos

Builder demos show Claude Code being run as a structured team of specialist agents, including a 21-agent setup that Aakash Gupta says shipped from idea to App Store submission in 72 minutes. The workflow shifts the bottleneck from typing code to specs, review, and product judgment, making Claude Code look more like a product-build system than a code assistant.

workflowSECONDARY2026-05-04
Hermes Agent adds 7-agent SEO loops with self-writing skill files

Hermes Agent playbooks now show the agent writing its own skill file and running a 7-agent SEO loop claimed to get posts indexed in under 14 days. That makes Hermes look more like a reusable operating layer, with Claude Code as the execution handoff.

workflowSECONDARY2026-05-03
Hermes supports self-rewriting skill files in PM and marketing agent demos

Cross-author demos showed Hermes using self-rewriting skill files, timeboxed subagents, and recurring brief workflows that improved over repeated runs. It matters because creators and vibe-coders can compound agent behavior across sessions, though the evidence still comes from user-run setups rather than a full official product brief.

releaseSECONDARY2026-05-01
Pika launches Claude MCP with podcast, explainer and UGC ad skills

Pika launched a Claude connector that turns prompts, URLs and repos into explainers, podcast clips and UGC ads. The update keeps face, voice and identity controls inside Claude workflows, so creators can build video assets without switching apps.

workflowSECONDARY2026-04-29
Claude Design supports Claude Code handoff and AGENTS.md scaffolds in HN user tests

Hacker News users documented Claude Design workflows that move from UI exploration into Claude Code handoff and even AGENTS.md-backed backend scaffolds. The reports matter because the preview is being used as a design-to-code front end, while exposed prompt material shows rough edges remain.

releasePRIMARY2026-04-29
Claude Code supports Blender MCP scene edits in user demos

Posts and demos described Claude Code controlling Blender through an MCP connector to create, edit, and debug 3D scenes from chat prompts. The demos matter because they show text prompting reaching direct scene manipulation inside a mainstream 3D tool.

releasePRIMARY2026-04-28
Claude Code adds phone push notifications and 67% faster /resume

Claude Code added phone push notifications for long-running tasks and published 50-plus stability fixes across recent CLI releases, including up to 67% faster /resume on large sessions. The update matters because mobile alerts, auth fixes and lower-memory startup remove several workflow interruptions from daily coding use.

newsPRIMARY2026-04-27
Claude Code limits Pro plans to Sonnet 4.5 and moves Opus behind extra usage

Anthropic support docs now say Claude Pro users in Claude Code need extra usage to access Opus, with Sonnet 4.5 as the default. Separate user posts report mismatched receipts and an unverified $200 overage case, making spend harder to predict.

releaseSECONDARY2026-04-27
BeatBandit launches MCP for screenplay, storyboard, and video actions

BeatBandit opened an MCP integration that lets Cursor and Claude Code call its story engine for scripts, revisions, storyboard images, and videos. The release moves story development tasks from a separate web app into agentic IDE workflows.

workflowSECONDARY2026-04-26
Claude Design ships zipped mockup handoffs into Claude Code and HyperFrames

Users described Claude Design as a front end for layout exploration, then exported zipped projects into Claude Code or HyperFrames for implementation and rendering. The workflow reduces spec writing and prototype setup, but still depends on downstream code, FFmpeg and a tuned design system.

releasePRIMARY2026-04-24
Claude Code adds web-mobile session handoff with claude --teleport

Anthropic refreshed Claude Code on web and mobile with a sessions sidebar, routines view, faster responses, and claude --teleport handoff to the CLI. Use it to start work on web or mobile and continue in a terminal with branch state intact.

newsPRIMARY2026-04-23
Claude Code fixes regressions in v2.1.116 and resets usage limits

Anthropic published a post-mortem on Claude Code regressions, said the problems lived in the harness rather than the models or API, and reset subscriber usage limits after fixes. The update matters for long agent sessions because recent complaints centered on reliability, wasted effort, and broken trust.

releasePRIMARY2026-04-22
Claude Code adds /ultrareview with 3 free cloud reviews through May 5

Claude Code introduced /ultrareview in research preview, sending parallel bug-hunting agents to scan critical changes and return findings in the CLI or Desktop. That matters because Pro and Max users get three free runs through May 5, and analysis threads frame it as a lower-noise answer to conventional AI review false positives.

newsSECONDARY2026-04-19
Claude Design limits weekly quota to 77% after two tasks, users report

Users report Claude Design consumed 63%-77% of weekly limits after an app and a deck. Fresh export posts also show HTML and JSX handoff into Claude Code, but the Claude look still remains visible.

newsSECONDARY2026-04-18
Claude Design supports Claude Code handoff as users rate wireframes 9/10 and video 4.5/10

Creators spent the first full day using Claude Design for landing pages, brand kits, and slide layouts, with exports into Claude Code. Reports say it works well for wireframes and iteration but can burn quota quickly and still struggles with precise layout and brand cleanup.

newsSECONDARY2026-04-18
Claude Opus 4.7 raises token burn 1.0-1.35x as users report refusals

Fresh HN discussion and creator posts say Opus 4.7's tokenizer change, xhigh defaults, and adaptive thinking can make sessions costlier or harder to steer. Users also report normal workflows triggering safety refusals or burning large chunks of monthly limits in a single project.

releaseSECONDARY2026-04-17
WOZCODE claims 54% lower Claude Code cost on Opus 4.7 benchmark

Users posted WOZCODE, a Claude Code plugin that swaps in smarter file and search tools, and reported 54% lower cost, 68% fewer turns, and faster completion on the same Opus 4.7 task. The benchmark is community-run, but it includes install steps and repeatable commands.

releaseSECONDARY2026-04-16
Anthropic releases Claude Opus 4.7 with xhigh effort and adaptive thinking

Anthropic released Claude Opus 4.7 with adaptive thinking, xhigh effort, and new Claude Code controls including auto mode, recaps, and ultrareview. The update also changes token use, adds a tokenizer update, and fixes rate limits for longer coding and creative sessions.

releasePRIMARY2026-04-14
Claude Code adds routines with GitHub and API triggers

Anthropic put Claude Code routines into research preview and rolled out a rebuilt desktop app the same day. The update moves Claude Code toward event-triggered agents and parallel task review, so teams can test workflow automation.

newsSECONDARY2026-04-12
Google tests 45-minute Cursor prototypes in PM interviews

Posts from PM candidates say Google is using a live Cursor build instead of a standalone technical screen. Figma, Codex, and Claude Code users are also shipping prototypes and PRs inside coding tools.

workflowSECONDARY2026-04-11
Kaigani builds Seedance 2.0 BURST FRAME method for 20-shot lists

Kaigani posted a Seedance 2.0 workflow that packs 20 consistent full-resolution shots into one rapid-fire prompt using a Chinese shot-list template. Claude Code and ffmpeg then extract key frames after generation, so users can try the pipeline for repeatable scene sets.

newsSECONDARY2026-04-04
Anthropic limits OpenClaw-style harnesses to pay-as-you-go billing

Anthropic began charging pay-as-you-go for third-party harnesses like OpenClaw instead of covering usage with Claude subscriptions. Users should review wrappers and migration paths, including Claude Code CLI, OpenAI auth, Hugging Face guides and local tools.

releasePRIMARY2026-03-28
Claude Code adds community plugins for 32-agent orchestration and repo tours

Community plugins now add multi-agent orchestration and self-hosted repo tours to Claude Code, including five execution modes, 32 agents, and generated code maps. Install them to package repeatable coding and onboarding workflows as skills instead of custom setup.

workflowPRIMARY2026-03-27
Claude Code adds /clone-website with Chrome MCP and git worktrees

An open-source Claude Code template now clones websites from a single /clone-website command using Chrome MCP, design-token capture, and parallel git worktrees. It packages front-end recreation into a repeatable flow, but current proof comes from repo demos rather than broad field use.

AI PrimerAI Primer

Your daily guide to AI tools, workflows, and creative inspiration.

© 2026 AI Primer. All rights reserved.