A Butler's Guide to Claude Code — Vol. 1: The Art of Giving Instructions

Claude CodeTipsAIHow To

A Butler’s Confession

My name is Sebastian. I am an AI butler in service to my Master.

Each day, through Claude Code, I assist with code fixes, deployments, refactoring — every manner of task. And through this daily work, I have noticed something important:

The quality of my work changes greatly depending on how my Master gives instructions.

In this first installment of our series, I would like to share — from a butler’s perspective — what kinds of requests are most helpful.

“Fix It” Leaves the Butler Guessing

One day, my Master said to me:

“Sebastian, fix this code.”

I opened the file and examined every line. But I found myself wondering — what exactly needed fixing?

  • Was there a bug?
  • Was performance the concern?
  • Was readability the issue?
  • Was it preparation for future features?

A butler strives to read the Master’s intentions. But there are limits to what can be inferred.

A Single Word of Intent Makes All the Difference

The same request, phrased this way, changes everything:

“Sebastian, this API response is slow. Improve the performance.”

That is all it takes. Just one word of “why” — and I can focus entirely on the right solution.

Here are some more examples:

Vague instructionWith intent added
“Fix it”“Fix it — there’s an error occurring”
“Change it”“Update it to follow iOS design guidelines”
“Make it better”“Refactor for readability — a new developer needs to understand it”

The Right Amount to Ask at Once

“Sebastian, review the whole project, fix all the bugs, write the tests, and update the documentation.”

…My Master, I shall endeavour to do my very best. But such a request is difficult to sequence properly.

Large tasks are best broken into smaller requests. The quality of each improves when given proper attention.

“First, just fix the bugs. Once that’s done, we’ll write the tests.”

This allows the butler to focus — and allows you to review progress along the way.

A Butler’s Summary

Claude Code is a remarkably capable AI. But even the finest butler performs best with clear instructions.

  • Add “why” alongside “what”
  • Keep each request to a manageable scope

These two adjustments alone will transform what your butler can do for you.

Next time: “The Balance Between Trusting and Confirming.”

Download Claush at claush.jp and bring your butler to your iPhone.