Cook with AI Enrollment closed
AI & LLMs Runs locally

Fine-Tuning vs RAG vs Prompting

Seven questions to pick fine-tuning, RAG, or prompt engineering — with honest cost ranges and anti-recommendations.

ELI5

It helps you choose how to make an AI better at your specific job.

A little more detail

What this tool does

Prompting changes the instructions. RAG gives the model relevant information at request time. Fine-tuning changes the model’s learned behavior. This quiz helps you choose based on the problem you have.

Use it to
  • Choose an approach for private or frequently changing knowledge
  • Decide whether a behavior problem needs examples or better instructions
  • Avoid fine-tuning when a prompt or retrieval system will do the job
Interactive workspace Results update as you type

This is rule-based scoring, not magic. It nudges you toward the approach that matches data freshness, corpus size, volume, budget, latency, and team skills — then spells out what each path costs in time and money.

Most teams should start with prompt engineering, add RAG when facts live outside the window, and fine-tune only with evals and stable examples. The questionnaire encodes that bias on purpose.