Sign InOpen Brain
AI EngineerVideoSource Linked

Data and Environment Curation for Post-Training LLMs — Mahesh Sathiamoorthy, Bespoke Labs

Post-training gains depend heavily on task selection, rollout quality, and environment design. For many enterprise agents, curated SFT may deliver most of the value before costly RL.

AI Engineer · Aug 1, 2026
Open Source Open MarkdownOpen JSON
Source Summary

Bespoke’s curation recipe selects source prompts, mixes and filters them, generates teacher answers, then filters again. Across its work, **multiple answers per question** helped, while the strongest model was not always the best teacher.

Practical Implication

Treat data recipes and environments as versioned engineering assets. Start with **SFT** for the required behavior, run ablations at each curation stage, and reserve **RL** for gains that justify its added compute and infrastructure.

Agent-Ready Context
Bespoke’s curation recipe selects source prompts, mixes and filters them, generates teacher answers, then filters again. Across its work, **multiple answers per question** helped, while the strongest model was not always the best teacher.

Treat data recipes and environments as versioned engineering assets. Start with **SFT** for the required behavior, run ablations at each curation stage, and reserve **RL** for gains that justify its added compute and infrastructure.

Synthetic rewriting and task augmentation did not reliably help in the reported agent work. Production datasets can also be imbalanced, so fine-tuning may amplify rare-looking attributes unless the mix and outputs are checked carefully.
Connected Context · Feed7 Judgment

This moves agent reliability upstream from runtime harnesses to the composition and validation of post-training data. It favors curated SFT as the default starting point, narrows confidence in synthetic augmentation and strongest-model teaching, and makes RL an evidence-gated escalation whose benefit must survive stage-by-stage ablation and production-distribution checks.

Context Map
agentcodingdata#harness-engineering#agent-reliability#sandboxing
Uncertainty
Synthetic rewriting and task augmentation did not reliably help in the reported agent work. Production datasets can also be imbalanced, so fine-tuning may amplify rare-looking attributes unless the mix and outputs are checked carefully.