Skip to main content

The Flywheel

The flywheel is Ody's core thesis: every product feeds the next, creating a self-improving cycle of knowledge quality and AI accuracy.

How It Works

User runs Refine → finds contradictions → resolves them → training data created

Forge takes training data → trains custom model → evals → deploys

Colleague uses custom model → answers questions → user corrects mistakes

Corrections become new training data → back to Forge → model improves

Repeat forever. Every correction is an investment.

Step by Step

StepCommandWhat happens
1ody-refine ./docs/Health report + findings
2ody-refine resolveUser triages findings, creating preference pairs
3ody-refine export --format trlJSONL training data
4forge train from-refine --method autoSFT then DPO on a base model
5forge evalBefore/after comparison, prevents regression
6forge deployPush model to registry
7Colleague serves the modelAI assistant answers with domain knowledge
8User corrects wrong answersNew preference pairs generated
9Automatic retrain triggerModel improves from corrections

Why It Matters

Each correction makes the model more aligned to how your team actually thinks. The longer you use Ody, the better it gets.

The 30-Second Pitch

"When you run Refine, it finds every place your company's knowledge is broken. When you fix those -- marking which version is correct -- that decision becomes training data. Forge trains a model on those decisions. You own that model. Every correction makes it more aligned to how your team actually thinks."