Click any tag below to further narrow down your results
Links
This article reviews Anthropic’s free Claude Code in Action course, detailing its 15 video lectures, final quiz, and completion certificate. It explains setup, context management, hooks, MCP servers, and GitHub integration, noting its value for both beginners and experienced users.
Anthropic reduced Claude Code’s prompt cache TTL from one hour to five minutes, causing higher token write costs and faster quota depletion for long coding sessions. Developers report frequent cache misses—especially with large context windows—hitting usage limits and degrading performance. Anthropic says it will tweak default context windows but won’t offer a global TTL setting.
Anthropic has introduced repeatable routines in Claude Code that run on its web infrastructure, so tasks execute even if your Mac is offline. The feature, now in research preview, lets Pro, Max, Team, and Enterprise users schedule automations with repo and connector access, subject to daily run limits. The update also includes a redesigned Mac app with parallel sessions, an integrated terminal, file editing, and preview tools.
Anthropic is revamping its Claude Code desktop app under the “Epitaxy” codename, adding multi-panel views for Plans, Tasks, Diffs and support for multiple repositories. It also introduces a Coordinator Mode that lets Claude orchestrate parallel sub-agents and create custom agents in-app, mirroring OpenAI’s Codex agent workflow but running locally on the desktop.
The article breaks down the recently leaked source code of Anthropic's Claude Code CLI. It highlights the system's architecture, design choices, and differences from OpenAI's Codex, particularly in handling context overflow and user interactions. Key features like compaction strategies and internal versus external user instructions are explored.