Back to Writing

Stop micromanaging your AI

Most people prompting models have quietly become managers - and they're managing badly. The fix is to build systems for context, not to craft better one-off prompts.

2 min read

Most people using AI today haven’t noticed they’ve become managers. You’ve been handed a team of capable, eager interns and your output now depends on how well you direct them. Whether you’re prompting a chatbot or fine-tuning a custom model, you’re setting objectives, supplying resources, and evaluating output. As with human teams, the quality of your management determines the quality of the results.

Context is the job

You wouldn’t delegate to a person by saying “write a report.” You’d give the purpose, the audience, and the key points. AI is no different. A vague prompt returns a vague response. Treat each prompt as a briefing - explain the why behind the what.

Briefing a personBriefing a model
”Draft a Q3 sales report, focusing on retention.""Analyse Q3 sales data. Highlight churn and retention rates. Prioritise actionable insights."
"Design a landing page that converts.""Design a landing page for [product]. Objective: drive sign-ups. Audience: [demographic]. Include a clear CTA and social proof.”

The clearer the context, the better everyone performs.

Micro versus macro

The difference between micromanaging AI and managing it well comes down to one question: are you crafting a prompt per task, or have you built a system that supplies context continuously?

  • Micromanaging. You hand-craft every prompt, tweak every parameter, and re-adjust each output. It’s writing every line of code yourself instead of leading a team. It does not scale.
  • Macro-managing. You build the context up front. Your AI has access to your values, your data, and examples of good output, so it can work with far less hand-holding. It’s a well-designed development process: efficient and scalable.

Building the context system

Three things that consistently work:

  1. Personal context. Spend an hour letting a model interview you about your work, your style, and your sense of humour. You get a profile you can feed into every prompt - the difference between generic output and output that sounds like you.
  2. Business context. Tools like Claude Projects let you upload the relevant documents once, creating a knowledge base the model draws from. Coding assistants do the same inside your codebase. No more re-explaining the basics every session.
  3. Show, don’t tell. Example outputs are the highest-value input you can give. A “style guide” of what good looks like trains the model toward your preferences and cuts the revision loop.

The up-front investment is real. The payoff - output quality, and your own sanity - more than covers it. The shift is from prompt-tinkerer to system-builder. Stop dictating individual tasks. Build the system, and let the work flow through it.