Mobilizer Level · mobilizer-level
Owner ruling (D1, 2026-04-12), canonical. "RESOLVED: BOT < DITTO < DOOIT < ASSISTANT < COMPANION < ADVISOR < HOST < LOOPER (8 levels). Source of truth: Lucas Session 2 prompt. MAESTRO is a functional role (resolved in D2/P1-02), not a level." [src: HOS-Webdoc/web/src/data/hos-specification.ts:500]
Content
The Mobilizer Level is the 8-rung capacity ladder of sapiens3 entities, ordered low → high; each level holds the capacity of all levels below it [src: HOS-Webdoc/web/src/lib/sapiens3/types.ts:12-25]:
| Level | Role |
|---|---|
| bot | lowest — basic automated response |
| ditto | fetch/translation gateway (Verify→Validate→Augment→Disponibilize) |
| dooit | action executor (Prepare→Method→Execute→Deliver, 31s particle) |
| assistant | squad leader, oversees DOOIT execution |
| companion | learns Looper preferences, develops creative solutions |
| advisor | scientific golden standard with BIAS, Game Design consensus |
| host | digital twin of the human, holds the most data |
| looper | apex — construct of a Host, runs a founding CodeLoop |
Ordering is fixed by MOBILIZER_ORDER [src: HOS-Webdoc/web/src/lib/sapiens3/types.ts:35-44]. Per D26, the Master-Doc 6-level view is a subset (active mobilizers in a typical ProLab session, replacing BOT/DITTO with construct); "the 8-level is the union of all roles" [src: HOS-Webdoc/web/src/data/hos-specification.ts:466].
Distinguish three enums (all in sapiens3 types): MobilizerLevel (capacity, 8), NeuralNetworkType (archetypes, 6, CONSTRUCT canonical), SquadRoleType (squad function, 6, includes maestro) [src: HOS-Webdoc/web/src/lib/sapiens3/types.ts:57-69]. Matchmaking assigns the lowest level able to do a particle; every genome-strand carries its mobilizerLevel [src: HOS-Webdoc/web/src/lib/genome/types.ts:35].
Composition
- uses: entity-hierarchy (placement inside OS → engines → Districts → Holons)
- used-by: genome-strand (field), datan (archetype placement), squad (approval chain rides the ladder), looper / host (top rungs)
See also
- entity-hierarchy — the wider nesting this ladder lives in
- [Upstream wiki page](../../../wiki/architecture/entity-hierarchy.md)