Sandip Shrestha LogoSandip Shrestha
Back to writing
FINE-TUNINGJune 21, 2026 · 1 min read

When to fine-tune instead of prompt

Fine-tuning is often reached for too early. It's slower to iterate, harder to debug, and locks you into a model version. Here's when it's actually worth it.

When prompting is enough

When fine-tuning wins

The cost math

Run the numbers before committing: training cost + iteration time vs. the per-request token savings from dropping few-shot examples. If you're not saving enough tokens per request to offset the training and maintenance cost within a few months, stick with prompting.