LogoSteve
  • Blog
  • About

👋 Hi, I am Steve

I'm a developer and AI enthusiast. I share my journey and thoughts about AI and technology here.

Follow me on X
Read my blog
How I Think About Agent Memory
AI

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
AIDevelopment

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?
Development

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
What Is the Scope of Prompt Caching?
AI

What Is the Scope of Prompt Caching?

Prompt caching is driven by prefix matching, not by session identity. If the same prefix shows up again, reuse can happen across conversations and sometimes across users.

avatar for Steve
Steve
2026/03/30
What Is Prompt Caching TTL?
AI

What Is Prompt Caching TTL?

TTL is the lifetime of a prompt cache entry. Each hit refreshes it. Leave it unused for long enough, and it expires.

avatar for Steve
Steve
2026/03/30
Prompt Caching vs Tool Result Replacement
AI

Prompt Caching vs Tool Result Replacement

Prompt caching cuts the price of repeated prefixes. Tool-result replacement shrinks the prompt itself. Both can save money, but they push on different parts of the bill.

avatar for Steve
Steve
2026/03/30
Is a Worktree Temporary?
Development

Is a Worktree Temporary?

Usually yes. A worktree works best as a disposable task folder: create it for the job, merge the branch, then remove the directory and keep the commits.

avatar for Steve
Steve
2026/03/30
Cursor Rules Guide: How to Write Effective Prompts
AI

Cursor Rules Guide: How to Write Effective Prompts

Deep dive into Cursor Rules classification and prompt structure to make AI your top developer assistant

avatar for Steve
Steve
2026/03/21
LogoSteve

Steve's Blog

© 2026 Steve