Most people can solve their AI problems by asking better questions and providing clearer context—fine-tuning a model is overkill unless you've exhausted prompt engineering and still can't get the system to understand your domain. Reframing "the AI isn't doing what I want" as a communication problem usually works faster than redesigning the AI itself.
Fine-tuning and prompting are two fundamentally different approaches to customizing AI behavior, and they're often confused. Prompting is giving the model examples and instructions within a single interaction—"here's what good looks like, now do this." Fine-tuning is retraining the model on your specific data so it learns your patterns persistently. For productivity work, prompting solves 95% of problems. Fine-tuning is expensive, slow, and unnecessary unless you have a very specific use case.
Here's why most productivity users should stick with prompting: fine-tuning requires substantial data (at least hundreds of examples, ideally thousands), compute resources, and iteration. You upload your historical data, retrain the model, and it takes hours or days. If your needs change, you retrain again. For the typical knowledge worker, this overhead is prohibitive. A well-engineered prompt—showing the AI examples of good output and clear instructions—achieves 90% of fine-tuning's benefits in seconds.
A few-shot prompt gives the model examples within the current conversation. You say: "Here are three examples of how I want my daily summary formatted. Now analyze my email and tasks for today." The model learns from those examples in real-time and produces output matching your style. This is prompting, and it's powerful.
For productivity tasks—writing email drafts, summarizing meetings, prioritizing tasks, routing messages—few-shot prompting works excellently. The AI sees your preference in context and adapts immediately. You iterate quickly: if the output isn't quite right, you refine the examples and try again. This tight feedback loop is why Claude and ChatGPT are transformative for daily work.
Where prompting struggles: handling massive scale with perfect consistency. If you need to process 1,000 documents per day with identical formatting and structure, fine-tuning might be worth it because the tiny consistency gains compound. If your task requires understanding highly domain-specific language—internal jargon, specialized terminology—and you can't fit enough examples in a prompt, fine-tuning helps the model learn your language.
Fine-tuning for productivity carries risks people underestimate. You're training the model on your company data, which raises privacy concerns if using cloud providers. You're also creating a model that only understands your specific domain—if your productivity needs evolve, your fine-tuned model becomes outdated. The base models are improved regularly; fine-tuned models are static.
Additionally, fine-tuning can overfit. If your training examples are all from Q3, the model might perform poorly on Q4 work with different seasonal patterns. The model becomes too specialized and brittle. For dynamic knowledge work, flexibility is more valuable than specialization.
Instead of fine-tuning, productivity users should consider retrieval-augmented generation (RAG). You maintain your data separately, and when you query the AI, it retrieves relevant context from your data and feeds it into the prompt. The model stays general-purpose, but it's working with your specific information. This is what tools like Notion AI do under the hood—they retrieve relevant pages from your database and feed them to the AI alongside your question.
RAG gives you the best of both worlds: the model leverages your data (improving relevance) without retraining, it handles new data immediately (you don't retrain), and your data stays in your control. This is why most modern productivity tools use RAG instead of fine-tuning—it's more practical.
Ask yourself: Is my problem solvable by showing the AI examples in a prompt? If yes, try that first. It takes minutes. If the output quality plateaus despite better prompts, and you're running this task hundreds of times, consider fine-tuning. If your problem is accessing your specific data efficiently, implement RAG (integrate your notes database with an AI tool like Notion AI rather than training a model).
Try this: Take a recurring task where you want AI output (meeting summaries, email drafts, task prioritization). Write a few-shot prompt with three examples of your preferred output style, then run it. Iterate the examples for two rounds. Most users find their output quality plateaus after 3-5 iterations of prompt refinement. If quality is good at that point, prompting solved your problem. If not, then consider whether your data volume justifies fine-tuning or whether RAG (using a tool with database integration) is more appropriate.
Peri can explain this concept, give practical examples, help you decide whether it applies to your situation, or recommend a journey if appropriate.
Explore related journeys or tell Peri what you're working through.