Subconscious Loop
Background loop that evaluates user / system tasks against the workspace and decides what to do.
How a tick works
┌─────────────────────────────────────────────────────────┐
│ Heartbeat │
│ (sleeps a few minutes between ticks) │
└──────────────────────┬──────────────────────────────────┘
│
▼
┌─────────────────────────────────────────────────────────┐
│ Subconscious Engine │
│ │
│ 1. Load due tasks │
│ 2. Mark each one in-progress │
│ 3. Build a situation report (memory + workspace) │
│ 4. Evaluate every task with the local model │
│ 5. Execute the decision (act / noop / escalate) │
│ 6. Write the outcome back to the activity log │
└─────────────────────────────────────────────────────────┘
│
┌───────────┼───────────┐
▼ ▼ ▼
noop act escalate
(skip) (execute) (deeper agent)Task types
System tasks
User tasks
Decisions
Decision
Meaning
State
Color
Text
Two models, one loop
Stage
Where it runs
Why
Approval gate
Task intent
Agent wants to write
Approval needed?
Failure handling
Configuration
In the UI
See also
Last updated