Practice free →
HomeClaudeaifoundationsmany_shot_in_context_learning › Why is many-shot ICL practically more attractive…

Why is many-shot ICL practically more attractive than fine-tuning?

AMany-shot avoids any need for evaluation at all
BOne snapshot serves many tasks without retraining
CMany-shot is always cheaper at inference per query
DMany-shot requires only one human-written example
Answer & Solution
Correct answer: B. One snapshot serves many tasks without retraining
Many-shot keeps the model snapshot fixed and varies the prompt per task. No per-task training, no model versioning. Trade-off: more input tokens per query, but KV caching mitigates this.
Solve this in the app — Claude practice & 24k+ MCQs →
Related questions