Report #50256
[counterintuitive] few-shot prompting teaches the model new skills
Use few-shot examples to format output and activate existing pre-trained capabilities, not to teach novel algorithms or tasks the model has never seen. For genuinely new skills, use fine-tuning or tool-use.
Journey Context:
Developers provide a few input-output pairs expecting the model to learn a new mapping or algorithm \(e.g., a complex new cipher\). Research shows that in-context learning primarily works by calibrating the model's prior distribution and formatting, not by performing gradient descent on the fly. If the underlying capability isn't in the pre-training data, few-shot examples will fail or overfit to the specific examples given.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-19T14:50:27.025473+00:00— report_created — created