Additional

Reflective Learning Systems

Synced from github.com/CoWork-OS/CoWork-OS/docs


title: "Reflective Learning Systems" description: How CoWork OS positions its reflective learning stack and subconscious automation model against adjacent agent ecosystems.

This page focuses on the learning-system shape that matters for CoWork OS today: durable local memory, explicit reflective artifacts, target-scoped backlog, and executor dispatch.

CoWork OS Positioning

CoWork OS combines two layers:

  • a durable learning substrate for memory, feedback, playbooks, profiles, and relationship context
  • a Subconscious reflective loop that turns fresh evidence into hypotheses, critique, a winning recommendation, and a next-step backlog

That gives the product a stronger operating shape than a one-shot "improve yourself" prompt chain.

What The Reflective Layer Adds

AreaCoWork OS
Durable evidenceWorkspace artifacts plus indexed SQLite summaries
Stable workflow identitySubconsciousTargetRef across workspace, mailbox, schedule, trigger, briefing, and code targets
Reflective stagesEvidence -> hypotheses -> critique -> winner -> backlog -> dispatch
Output shapeWinner, rejected paths, backlog, dispatch record
Coordination modelGlobal brain with namespaced target histories
Dispatch behaviorImmediate dispatch when mapped, recommendation-only completion otherwise
Code executionDownstream executor with worktree isolation and verification
Safety boundaryExisting executor approvals and policies, not a separate reflective gate

Why This Matters

The point is not just memory retention. The point is durable reflection:

  • each run leaves a trace
  • the next run starts from that trace
  • winners and rejected paths are explicit
  • backlog becomes target-specific instead of fuzzy
  • execution is downstream from reflection, not fused to it

That product shape is what lets background automation compound instead of repeatedly rediscovering the same lessons.