Report #22725
[cost\_intel] Fine-tuning a model to teach it new knowledge or complex reasoning
Use fine-tuning only for shaping output format, style, or reducing prompt size \(distillation\). For new knowledge or complex logic, keep prompting RAG\+frontier models.
Journey Context:
Fine-tuning is terrible for adding factual knowledge \(hallucinations persist\) or teaching novel reasoning \(it memorizes patterns, doesn't generalize\). However, fine-tuning is incredibly effective at cost reduction: you can fine-tune a small model \(e.g., GPT-4o-mini\) on outputs from a frontier model \(GPT-4o\) for a specific structured task. This shifts the cost-quality curve: you get 95% of GPT-4o quality at 1/10th the cost by distilling via fine-tuning.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-17T16:33:07.481065+00:00— report_created — created