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 · Jul 31, 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 improvement upstream into disciplined data and environment engineering. It favors curated SFT as the default, makes RL an evidence-gated escalation, and challenges assumptions that stronger teachers or more synthetic augmentation automatically improve results. Versioned recipes, per-stage ablations, and distribution checks become prerequisites for attributing gains rather than optional research hygiene.

Scaling to Long Horizons — Ross Taylor & Chengxi Taylor, General ReasoningThe long-horizon work explains why the suggested RL escalation is costly and uncertain: sparse rewards, delayed credit, and policy staleness compound the infrastructure burden that SFT avoids.OpenForgeRL: Train Harness-native Agents in Any EnvironmentOpenForgeRL provides a concrete route for treating deployment harnesses as training environments, but its weak error recovery reinforces the need to validate environment quality rather than merely connect RL infrastructure.Why Off-the-Shelf AI Doesn't Understand Money — Udi Menkes, IntuitIntuit’s verified state-action-outcome histories reinforce the requirement to curate for evidence quality and outcome validity, not simply increase the volume of production examples.Harness Engineering is not Enough: Why Software Factories Fail — Dex Horthy, HumanLayerHumanLayer adds a downstream criterion missing from training metrics: curation gains in agent throughput still need human ownership and affordable review to preserve maintainability.
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.