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 turns post-training data and environments into versioned, ablated engineering systems rather than assuming more synthetic data, a stronger teacher, or RL will improve agents. Against the candidates’ emphasis on runtime harnesses and controls, it adds an upstream reliability constraint: prompt mix, answer diversity, filtering, and production imbalance can determine whether those systems receive useful behavior at all.

OpenForgeRL: Train Harness-native Agents in Any EnvironmentOpenForgeRL supplies deployment-harness-native RL infrastructure, while this signal narrows when that machinery is warranted by recommending curated SFT first and RL only for gains that justify its extra cost.Scaling to Long Horizons — Ross Taylor & Chengxi Taylor, General ReasoningThe long-horizon work details RL’s credit, context, and scheduling costs; this signal reinforces treating those costs as a reason to establish SFT gains and stage-by-stage ablations before adopting RL.Why Off-the-Shelf AI Doesn't Understand Money — Udi Menkes, IntuitIntuit requires valid state-action-outcome evidence for domain recommendations; this signal broadens that data-quality prerequisite to the full training recipe, including source mix, teacher outputs, filtering, and imbalance 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.