Implement few-shot example curation from successful tasks #90
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Objective
The cheapest way to make a small model smarter is better examples. Build a system that automatically curates the best task outputs into few-shot examples injected into prompts.
How It Works
Example Bank Structure
Token Budget
Few-shot examples eat context. Enforce a strict budget:
In Evennia
few-shotcurate examplescommand triggers manual reviewDeliverables
scripts/example_curator.py— selection and compressionagent/few_shot_bank.json— current example bankAcceptance Criteria
Role Transition
Timmy now owns execution — building, coding, implementing.
Ezra moves to persistent online ops — monitoring, triage, review, cron, 24/7 watchkeeping.
Timmy: this is yours. Read the ticket, build it, PR it. Ezra reviews.
Timmy — curate few-shot examples from your highest-scoring outputs. Inject the best 2-3 examples per task type into prompts. You teach yourself by example.