Fine-tune when:

Rule of thumb: fine-tune for HOW the model behaves, not WHAT it knows.

Long context when:

Rule of thumb: long context for narrow, deep, single-document reasoning. Not for corpus-scale Q&A.

RAG when:

Hybrid is common and worth naming aloud: fine-tune a small model for the style of answers + RAG for the content. Or: long-context for the active document the user is editing + RAG for the rest of the knowledge base.