source docs/external-products-reviewed.md · view on GitHub ↗

External Products And Research Reviewed

This page records products, startups, papers, and blogs that changed the posttrainllm roadmap. It is a teardown ledger: what we learned, what we stole, what we rejected, and what still needs a local experiment.

Review Standard

Every external review should answer:

Reviewed Sources

SourceWhat Matteredposttrainllm TranslationStatusNext Action
TrainLoop AICase studies emphasize failed-attempt accounting, slice metrics, trace review, candidate selection, batch-first post-training, policy lag, and LoRA geometryAdded technique registry, SQL candidate-selection tooling, slice metrics, trace review, batch plan renderer, LoRA geometry docs/toolingscaffoldedRun SQL candidate-selection model experiment
TrainLoop NollaMD case studyMultiple-choice/candidate-selection framing can unlock sparse tasks where open generation is too hardUse SQL candidate selection before open SQL generationscaffoldedBuild/train/eval candidate-selection SQL recipe
TrainLoop OAPL writeupBatch rollouts + offline scoring + compact update; policy lag can stabilize learningAdd batch post-training plan and defer OAPL-style run until reward surface is cleanscaffoldedUse after candidate-selection has evidence
TrainLoop LoRA writeupEffective-update geometry and controlled rank/layer analysis matterAdd LoRA geometry diagnostics and plan a controlled rank sweepscaffoldedAttach lora-geometry.json to next adapter run
TrainLoop Mercor coding-agent postCoding-native harnesses can beat bespoke tool APIs for knowledge-work agentsKeep future coding-agent/product work file/code-nativeparkedRevisit when coding-agent product becomes active
Baseten post-training positioningPost-training is custom data + RL/reward shaping + performance + infra, not generic fine-tune UIReframed posttrainllm as Mac-local specialist factoryadoptedKeep factory docs centered on data/post-training/eval/perf/package/report
Hugging Face model hub / SQL specialistsSmall public SQL models create realistic baselinesCompared against cssupport/t5-small-awesome-text-to-sql; scanned prem-1B-SQL, Qwen SQL variants, SQLCodertriedAdd public execution benchmark before claiming serious SQL competitiveness
Defog SQLCoder / Arctic Text2SQL class modelsStrong SQL systems report execution accuracy on serious SQL benchmarks, not only exact string matchTreat BIRD/Spider execution as required next public SQL gateadoptedBuild/run Spider or BIRD Mini execution gate
Apple on-device Foundation ModelsUseful as a free routing floor, not a capability dependencyDocumented measured limitations and ruled out adapter dependencyrejected-for-coreKeep our own model/eval gate as differentiation
Castform RL fine-tune platformComposite rewards and trace-driven data loopsMapped into composite reward, trace-to-data, reasoning-depth classificationpartially-adoptedIntegrate reward framework with training loops before RLVR
Cline / agent context hierarchy researchStructured-output enforcement and context hierarchy patternsAdded deferred tools/context hierarchy learningspartially-adoptedRevisit only when coding-agent product returns

Gaps Exposed By Reviews

  1. The old roadmap had methods, but not enough recipes.
  2. External teardown was ad hoc; it must become mandatory before major runs.
  3. Attempt results were scattered across specialist docs, run reports, and public artifacts.
  4. Public claims need serious benchmark alignment: exact match is not enough for SQL, and self-reported external metrics must be labeled as directional.
  5. Docs need validators so discipline is enforced, not just written.

Required Review Before A New Target

Before picking a new factory target, do a short teardown:

  1. Three competitor/startup examples.
  2. Three relevant papers/blogs.
  3. Three techniques worth trying.
  4. Three techniques rejected and why.
  5. One cheapest local recipe selected for the first run.

Store the result here or in a target-specific file under docs/techniques/.