Skip to content

Factory → Academy → Sentinel: end-to-end model lifecycle pipeline #655

@joelteply

Description

@joelteply

Summary

The full lifecycle of a model in Continuum. Each stage feeds the next. This is the master issue that ties the factory, academy, and sentinel systems together.

The Pipeline

1. FORGE (Factory)
   Input: base model + recipe
   Output: forged model (pruned, trained, published)
   
2. EVALUATE (Factory + HF Leaderboards)
   Input: forged model
   Output: benchmark scores, leaderboard position
   Submit to HF leaderboards automatically after forge
   
3. DEPLOY (Grid)
   Input: forged model + adapters
   Output: running inference on grid nodes
   Genome paging loads/unloads adapters on demand
   
4. LEARN (Academy)
   Input: deployed model + curriculum
   Output: LoRA adapters, skill improvements
   Continuous training while deployed
   
5. RE-FORGE (Factory)
   Input: deployed model + learned adapters + usage data
   Output: improved base model
   Fold learned adapters back into base weights
   
6. ORCHESTRATE (Sentinel)
   Input: pipeline definition
   Output: automated execution of any pipeline stage
   Sentinels can trigger forge, evaluate, deploy, learn cycles

What Exists

What's Missing

  • Auto-submit to HF leaderboards after forge completes
  • Re-forge from existing model — load our model card, offer deeper controls
  • Adapter → base folding — merge learned LoRA weights back into base
  • Sentinel forge recipe — sentinel pipeline that runs the full lifecycle
  • Usage-driven re-training — capture interaction data, feed back to academy
  • Right-panel leaderboard widget — show HF rankings for our models
  • Forge queue UX (Factory widget: wire START FORGE, live status polling, forge queue UX #653) — queue, priority, estimated wait times

Related Issues

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions