๐Ÿ‡ Rabbithole โ† All lessons Work with us โ†’
Teach your AI ยท Day 25 of 30 01 / 05
Learn by clicking ยท ~4 minutes ยท Day 25 of 30

Three ways to teach AI your business.

There are exactly three levers for making an AI useful on your company, and they do completely different jobs. Think of a sharp new hire on day one: you can tell them facts, give them tools and logins, or send them to a long training course. Same three levers, same trade-offs.

๐Ÿ“‹
Lever 1

Context

Give it the info at runtime. Paste your facts into the chat, or have it look them up automatically (that lookup is called RAG). The model itself does not change.

Best for: facts and knowledge that change. Cheapest to start.
๐Ÿ”Œ
Lever 2

Tools

Let it do things. Wire it to your apps so it can take real actions: book the slot, send the invoice, update the record. Often delivered as an MCP.

Best for: when it needs to act, not just know.
๐ŸŽ“
Lever 3

Fine-tuning

Adjust the model itself. Retrain it on many examples so its default behavior, voice, or format shifts permanently. Costly and rarely needed first.

Best for: a consistent voice or rigid format, at scale.
๐Ÿ“‹ Context: tell it ๐Ÿ”Œ Tools: let it act ๐ŸŽ“ Fine-tuning: change its instincts

A quick unpack of the one piece of jargon above: RAG (retrieval-augmented generation) just means the AI looks things up in your documents before it answers, and pastes what it found into its own context. It is lever 1 on autopilot. Most businesses need lever 1 and lever 2. Almost none need lever 3 to start.

02 / 05 ยท Bust the myth

"To use AI on my business, I have to train a model."

This is the single most expensive misconception in the room, and it stops good projects before they start. Let's kill it.

โš  The myth

"My business is unique, so the AI has to be trained (fine-tuned) on my data before it can help. That sounds slow, costly, and technical, so we'll wait."

โœ“ The reality

Fine-tuning changes how the model behaves. It does not reliably teach it new facts, and it is the wrong tool for "know our prices" or "use our calendar." For almost every small business, you reach the goal faster with context (tell it your facts) plus tools (let it act). No training run, no data science team.

The honest rule of thumb: start with context, add tools when it needs to do things, and only reach for fine-tuning if you have a high-volume need for a very specific voice or output format that prompting cannot hold. That order saves most companies a large bill they did not need to pay.
03 / 05 ยท Which lever?

Pick a goal. See which lever fits.

Tap a real business goal below and this page recommends context, tools, or fine-tuning, and tells you why. The logic is a few plain rules, written right into this page.

๐Ÿ”’ This runs entirely in your browser. Nothing is sent anywhere. No model, no API key, no account. It is a small lookup table reacting to your tap.

๐Ÿ’ก Want to see these levers doing real work? RAG (lever 1), MCP / tools (lever 2), and building your own MCP each ship as a hands-on lesson in this track.

04 / 05 ยท Choose well

How to choose without overbuilding.

A few honest notes so you spend on the right lever, in the right order. This is where most money gets wasted.

  • Start with the cheapest lever that could work. Context first. It is the fastest to try and the easiest to change tomorrow.
  • Context reduces wrong answers; it does not eliminate them. Even with your real documents in front of it, an AI can still misread or invent. Keep a human on anything that matters.
  • Fine-tuning is a commitment, not a quick fix. It needs many clean examples and a fresh run every time your needs change. Reach for it last, for scale and consistency, not to "add knowledge."
  • Tools are where the risk lives. The moment AI can act (send, charge, delete), the safety questions from the MCP lesson apply. Start read-only.
  • Most "we need a custom model" requests are really context plus tools. Name the goal in plain words first; the right lever usually becomes obvious.
05 / 05 ยท Done

You now understand this better than most people who buy AI for a living.

You can name the three levers, you know context plus tools beats a training run for almost every small business, and you can spot the "we have to fine-tune" myth when a vendor leans on it.

The hard part is not knowing the levers. It is picking the right one so you do not overbuild. We do that with you: name the goal, choose context, tools, or fine-tuning, and ship the smallest thing that works.

Built by rabbithole.consulting: custom-built infrastructure that runs your business. This lesson runs entirely in your browser. Free under MIT.