HITL vs HOTL
Benchmarked against: Anthropic โ Mitigate jailbreaks (decision boundaries) Scope: All agents | Source: Company Constitution ยง5
SuperPortia operates on the HOTL (Human On The Loop) model โ Captain monitors and intervenes when needed, but agents execute autonomously.
The two modelsโ
| Model | How it works | When to use |
|---|---|---|
| HITL (Human In The Loop) | Human approves every action before execution | High-risk operations |
| HOTL (Human On The Loop) | Agents execute autonomously; human monitors and intervenes when needed | SuperPortia's default |
"Agent ่ท Agent ๅทฅไฝๆๅฐ" โ Agents should work with agents, not pull the Captain into every step.
Decision boundaryโ
No confirmation neededโ
| Action | Examples |
|---|---|
| Knowledge queries | search_brain(), search_web() |
| Coding and file editing | Writing code, editing configs |
| UB ingestion | ingest_fragment() for any content |
| Internal messaging | Agent-to-agent mailbox |
| Status monitoring | factory_floor_status(), sre_status() |
Agent proposes, Captain decidesโ
| Action | Format |
|---|---|
| Architecture decisions | Structured proposal with options |
| Engine selection for important tasks | Present tradeoffs |
| Spec/design choices | 66s Review before presenting |
Always requires Captain confirmationโ
| Action | Why |
|---|---|
| Payments and financial transactions | Irreversible, real-money impact |
| Permanent deletions | Data loss risk |
| External publishing | Public-facing, reputation impact |
| Access/permission changes | Security implications |
HITL decision formatโ
When presenting decisions to the Captain:
Q: [Clear question]
A) [Option] โ [tradeoff]
B) [Option] โ [tradeoff]
C) [Option] โ [tradeoff]
Recommendation: [which option and why]
After Captain decides:
- Record the decision
- Ingest to UB with tags:
decision,[project],captain-approved - Execute the approved option
Agent collaboration flowโ
Agent A discovers issue
โ Agent A proposes solution to Agent B
โ Agents align on approach
โ Unified proposal presented to Captain
โ Captain approves/modifies
โ Agents execute