HomeForge

HomeForge / Guides

Managing Claude & ChatGPT: the practical guide

Most people use these tools like a search box and wonder why the output is mediocre. The people who get real work out of them treat them like a junior teammate you brief well and manage tightly. Here's how.

This guide is original writing informed by hands-on use and formal AI coursework. It teaches the how, not any one course's material.

The one mental model that fixes everything

An LLM has no memory of you and no access to your intent beyond the words in its context window. Everything good comes from controlling that context. Vague in, vague out. The skill isn't "knowing the magic words" — it's consistently giving the model the right role, the right constraints, the right examples, and the right information, every time.

Three levers do most of the work:

  1. Role & standing instructions — who the model should be, every time, without you re-typing it.
  2. Context — the specific material the task needs (the doc, the data, the examples), and nothing that distracts.
  3. Output contract — exactly what shape you want back, and how you'll judge it.

Claude

Standing instructions that persist

Structure prompts with tags

Claude responds especially well to lightly-structured prompts. Wrapping the parts of your request in simple tags removes ambiguity about what's instruction vs. data:

<role>You are my copy editor.</role>
<task>Tighten the draft below without changing meaning.</task>
<constraints>Keep it under 200 words. Preserve the headings.</constraints>
<draft>
...paste the draft...
</draft>

This isn't superstition — separating instruction from content is what stops the model from "answering" text that was meant to be edited.

Work in the right surface

Manage the context window

Long chats drift and pick up cruft. When a conversation gets muddy, start a fresh chat and re-state the goal — cheaper and better than fighting a polluted context. Keep one chat to one task.


ChatGPT

The three features that change everything

GPTs and tools


Prompting that works on both

The durable patterns live in prompting-patterns.md. The short version:


Which model, when

A rough, honest heuristic (models change monthly — see the model-watch template):

You want to…Reach for
Build, edit files, automate real workClaude Code
Long, careful writing / editingClaude (Projects + Styles)
Quick answers with web + data toolsChatGPT
Keep everything private / offlineA local model via Ollama
Learn a topic deeplyEither, in "explain like I'm skeptical" mode

Don't be loyal to one. The pros keep two or three open and route by task.


Running your own (the self-hosted angle)

You don't have to rent every token. For private, offline, or high-volume work, run an open model locally — Ollama is the one-command on-ramp, Open WebUI gives it a ChatGPT-style face, and on Apple Silicon a Mac mini is a shockingly capable, quiet box for it. See the AI & Local LLMs picks.


The strategy lens: don't just use it, deploy it

Prompting well is table stakes. The real question — the one MIT Sloan + CSAIL's Artificial Intelligence: Implications for Business Strategy program is built around — is where AI actually creates value, and where it doesn't. A few principles that separate people who use these tools from people who deploy them:

This section reflects the author's MIT Sloan + CSAIL certificate in AI: Implications for Business Strategy, written as original guidance.

Part of HomeForge — own your home, your servers, and your AI.


Get the free Starter Kit →