Skip to content
jsmanifest logojsmanifest

Posts tagged “claude-code

14 posts found

Claude Code Tool Result Caching in 2026: Reducing Redundant File Reads and Shell Calls in Long Agent Sessions

Claude Code Tool Result Caching in 2026: Reducing Redundant File Reads and Shell Calls in Long Agent Sessions

August 28, 2026

Most agent performance problems stem from repeated tool calls in long sessions. Learn how Claude's tool result caching eliminates redundant file reads and shell commands, cutting token costs by 40-60% in multi-hour coding workflows.

claude-codeaicaching+2
Claude Code Extended Thinking in Agentic Loops: When to Turn It On and What It Costs You

Claude Code Extended Thinking in Agentic Loops: When to Turn It On and What It Costs You

August 23, 2026

Extended thinking in Claude Code multiplies token costs during long agentic sessions. Learn exactly when to enable it, what it costs per loop type, and the practical patterns that prevent budget overruns while preserving code quality.

claude-codeaiextended-thinking+2
Claude Code Project Checkpoints: Saving and Restoring Agent State Across Long Autonomous Sessions

Claude Code Project Checkpoints: Saving and Restoring Agent State Across Long Autonomous Sessions

August 22, 2026

Most autonomous agent failures stem from state corruption during long sessions. Learn how Claude Code's checkpoint system enables reliable rollback and recovery patterns for multi-hour coding sessions.

claude-codeaicheckpoints+2
Claude Code vs Cursor vs Windsurf in 2026: Which Agentic IDE Actually Ships Production Code

Claude Code vs Cursor vs Windsurf in 2026: Which Agentic IDE Actually Ships Production Code

August 14, 2026

Most teams pick agentic IDEs based on marketing claims instead of production realities. This technical comparison shows which tool ships real code in multi-file refactorings, context-heavy debugging, and team workflows.

claude-codeaideveloper-tools+2
Claude Code Environment Variables and Secrets in 2026: What Gets Passed to Subagents and What Does Not

Claude Code Environment Variables and Secrets in 2026: What Gets Passed to Subagents and What Does Not

August 13, 2026

Most secret leakage in Claude Code stems from misunderstanding what environment data subagents inherit. This post maps the three-layer isolation model and shows production patterns for scoping credentials per subagent without vault complexity.

claude-codeaisecrets-management+2
Debugging Claude Code Agents: Reading Transcripts, Tracing Tool Calls, and Finding Where Your Agent Goes Wrong

Debugging Claude Code Agents: Reading Transcripts, Tracing Tool Calls, and Finding Where Your Agent Goes Wrong

August 9, 2026

Master the techniques for debugging AI agents in production: reading execution transcripts, tracing tool calls, identifying failure patterns, and building custom analyzers that catch problems before users do.

claude-codeaidebugging+2
Claude Code Memory Strategies in 2026: Project Memory, User Memory, and When to Use Each

Claude Code Memory Strategies in 2026: Project Memory, User Memory, and When to Use Each

August 8, 2026

Most Claude Code productivity problems stem from mismatched memory layers. This post reveals the three-tier memory architecture—CLAUDE.md, user memory, and auto memory—and when to apply each for maximum consistency.

claude-codeaimemory-systems+2
Claude Code in CI: Running Agentic Code Review, Test Generation, and Auto-Fix on Every Pull Request

Claude Code in CI: Running Agentic Code Review, Test Generation, and Auto-Fix on Every Pull Request

August 1, 2026

Run Claude Code autonomously in CI pipelines to perform code review, generate tests, and auto-fix failures on every pull request—with production patterns for cost control and safety.

claude-codeaici-cd+2
Claude Code Cost Control in Production: Token Budgets, Caching Strategies, and What the Billing Dashboard Hides

Claude Code Cost Control in Production: Token Budgets, Caching Strategies, and What the Billing Dashboard Hides

July 25, 2026

Most Claude Code cost overruns stem from invisible context accumulation and cache misses. Learn token budgets, caching strategies, and production-grade cost control patterns the billing dashboard won't reveal.

claude-codeaicost-optimization+2
Claude Code Multi-Repository Agents: Coordinating Changes Across Monorepo Packages with Subagents

Claude Code Multi-Repository Agents: Coordinating Changes Across Monorepo Packages with Subagents

July 24, 2026

How teams use Git worktrees and isolated subagents to coordinate breaking changes across monorepo packages without merge conflicts or context collision.

claude-codemonorepoai-agents+2
The Power of Correlation IDs for AI Agents

The Power of Correlation IDs for AI Agents

July 10, 2026

Correlation IDs turn a scatter of disconnected logs into one queryable timeline. This guide shows how they let AI agents debug distributed systems faster, unlock new UI features, and reason across every boundary a request crosses.

aitypescriptjavascript+2
Packaging Claude Code Plugins: Bundle Skills, Hooks, Subagents, and MCP Servers

Packaging Claude Code Plugins: Bundle Skills, Hooks, Subagents, and MCP Servers

June 7, 2026

Most plugin packaging failures stem from treating skills as standalone units. Learn the correct architecture for bundling capabilities, hooks, subagents, and MCP servers into production-ready Claude Code plugins.

claude-codeaiplugin-development+2
Building Claude Code Subagents and Agent Teams for Parallel AI Coding in 2026

Building Claude Code Subagents and Agent Teams for Parallel AI Coding in 2026

June 5, 2026

Claude Code subagents and agent teams enable parallel AI coding workflows. This guide covers configuration, coordination patterns, and production-ready orchestration strategies for complex TypeScript and full-stack projects.

Claude CodeAI AgentsParallel Coding+2
The Claude Code Full Stack: When to Use CLAUDE.md, Skills, MCP, Subagents, and Hooks

The Claude Code Full Stack: When to Use CLAUDE.md, Skills, MCP, Subagents, and Hooks

June 4, 2026

Most Claude Code integration failures stem from misunderstanding the four-layer extension stack. Learn when to use CLAUDE.md, skills, MCP servers, subagents, and hooks—and why the distinction matters in production.

Claude CodeMCPAI Tools+2