Claudecode

8 articles about claudecode.

The Simplest Way to Log Parallel Sub-Agent Conversations

·2 min read

When running 5+ AI agents in parallel with an orchestrator, having each sub-agent write its conversation to a file is the most reliable logging approach.

agent-loggingorchestrationparallel-agentsmcpobservabilityclaudecode

Using Multiple LLMs for Multi-Agent Workflows - Orchestration Patterns That Work

·2 min read

How to run multi-agent workflows with different LLMs for different subtasks. Claude as orchestrator, specialized models for specific jobs, and env var

multi-agentllmorchestrationclaudeworkflowclaudecode

Memory of a Goldfish - Solving Mid-Conversation Context Drift in AI Agents

·2 min read

How to fix mid-conversation context drift in AI agents using anchoring techniques, CLAUDE.md files, periodic re-grounding, and structured task tracking.

context-managementai-agentsclaude-mdmemoryproductivityclaudecode

Tips for Secondary Models - When to Use Haiku vs Opus in AI Agents

·3 min read

Choosing the right model tier for different AI agent tasks saves money without sacrificing quality. Learn when to use cheap models like Haiku and when to

model-routinghaikuopuscost-optimizationai-agentsclaudecode

Parsing Claude Code's JSONL Format for macOS Dev Tools

·2 min read

Building developer tools that read Claude Code's local conversation logs means figuring out the JSONL format - conversation turns, tool calls, and file

claude-codejsonlmacosdev-toolsparsingclaudecode

Accessing Claude Code Previous Sessions via JSONL Transcripts

·3 min read

Where Claude Code stores previous session transcripts as JSONL files, how to find them in ~/.claude/projects/, and practical tips for parsing and reusing

claude-codejsonltranscriptssessionsdeveloper-toolsclaudecode

Why We Build AI Tools with SwiftUI Instead of Electron

·2 min read

Native macOS apps feel right - proper keyboard shortcuts, menu bar integration, system notifications. Electron apps are cross-platform but feel foreign on

swiftuielectronmacosnative-appdeveloper-toolsclaudecode

Why Scoped 50K Context Agents Outperform One Million Token Context

·3 min read

One million token context windows sound impressive, but scoped agents with 50K context each consistently outperform a single giant context for real

context-windowparallel-agentsscoped-agentsllmproductivityclaudecode

Browse by Topic

How did this page land for you?

React to reveal totals

Comments ()

Leave a comment to see what others are saying.

Public and anonymous. No signup.