LogoSteve
  • Blog
  • About
LogoSteve

Steve's Blog

© 2026 Steve
How Claude Code Optimizes Tool Calling
Agent

How Claude Code Optimizes Tool Calling

After reading the claude-code source code, I found that its tool calling optimization relies not on a single trick, but on multiple layers of mechanisms working together.

avatar for Steve
Steve
2026/04/05
How I Think About Agent Memory
Agent

How I Think About Agent Memory

I prefer agent memory on demand, not by default. The real difficulty is deciding what to keep, when to keep it, and how to stop memory from turning into noise.

avatar for Steve
Steve
2026/03/30
Agent vs Harnessed Agent
Agent

Agent vs Harnessed Agent

Claude Code is great for interactive exploration. Once you need long-running, recoverable, auditable agent execution, code-level control becomes much harder to avoid.

avatar for Steve
Steve
2026/03/30
Is Multi-Agent Worktree Just Git Worktree?
Agent

Is Multi-Agent Worktree Just Git Worktree?

Yes. It is git worktree used as isolation for agent workflows: one repository, multiple directories, and far fewer workspace collisions.

avatar for Steve
Steve
2026/03/30
  • Previous
  • 1
  • Next