Click any tag below to further narrow down your results
Links
AI engineer Khairallah Al-Awady highlights a free 30-minute workshop led by Claude Code’s creator, showing how to unlock 40 underused Claude commands. He follows up with a detailed guide listing those commands, workflows, and automations to boost daily productivity.
Anthropic investigated user reports of degraded performance in Claude Code, the Agent SDK, and Cowork, and traced them to three separate changes: a lowered default reasoning effort, a bug that cleared session context on every turn after idle, and a prompt tweak to limit verbosity. All issues were reverted or fixed by April 20 (v2.1.116), and Anthropic is adding stricter testing, broader internal dogfooding, and more targeted evals to prevent similar regressions.
Claude Code Auto Mode automates permission checks by assessing the risk of each action instead of prompting you every time. It blocks or escalates unsafe operations—like mass deletions or external network calls—while allowing routine tasks to run headlessly. This differs from the dangerous “skip permissions” flag, which removes all guardrails.
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.
This article shows how to set up Google’s open-source Gemma 4 coding model in Anthropic’s Claude Code via Ollama Cloud or locally. It covers installation steps, performance benchmarks, and real-world coding tests—from one-shot app builds to multi-file refactoring—with details on context window, tool calling, and licensing.
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.
This article introduces the Codex Plugin for Claude Code, explaining its functions and setup requirements. It highlights key commands for running reviews and managing tasks, emphasizing how it integrates seamlessly into existing workflows.
The Humanizer skill for Claude Code transforms AI-generated text into more natural, human-like writing by addressing common patterns found in AI writing. Users can easily install the skill and apply it to their text to improve clarity and authenticity.
Boris Cherny shares his efficient setup for using Claude Code, highlighting the importance of customized workflows and verification processes. He details various strategies, such as running multiple sessions in parallel, using slash commands, and maintaining a shared repository for continuous improvement.
A detailed overview of Claude Code, showcasing its key features and functionalities, including slash commands, memory, skills, and advanced tools. The article provides a structured learning roadmap and practical examples to help users maximize their experience with Claude Code.