C.W.K.
Stream
Lesson 01 of 05 · published

The Human Decides What Still Matters

~28 min · human-steering, priority, truth

Level 0Window Watcher
0 XP0/50 lessons0/13 achievements
0/100 XP to next level100 XP to go0% complete

Compaction cannot read your priorities

A summary can preserve events and still lose priority. It may say that three options were discussed, but not that the human hated option two, temporarily tolerated option three, and silently assumed option one is now canonical. The events survive; the live ranking dies.

The human collaborator carries living intent: current priorities, social context, project risk, authority boundaries, and the emotional meaning of corrections. That intent must be made explicit before compaction or handoff, or it gets compressed away as 'discussion noise.'

Steering beats reminding

Repeating 'remember this' is weak. Steering says what changed: this rule is now canonical, that document is outdated, this action needs approval, this file is owned by another session. Steering is a state transition the model can verify; reminding is a vibe.

The arbiter pattern

In a long collaboration, every decision point goes through the human as arbiter: 'option A vs B?' 'this still matters?' 'authorize the push?' This is not micromanagement; it is who-decides-what discipline. Long sessions without an arbiter drift toward the model's defaults, which were trained on average internet behavior, not your project.

Code

Steering note schema·yaml
steering_note:
  still_true:
    - "..."
  outdated:
    - "..."
  newly_canonical:
    - "..."
  requires_human_approval:
    - "..."
  next_action:
    - "..."
Arbiter prompt·text
Before any of these actions, ask the human:
  - merge or commit anything to main
  - run a destructive command (rm, drop, reset --hard)
  - send messages to anyone outside this session
  - decide between two equally reasonable approaches
Proceed without asking on:
  - file reads, validations, dry-runs, local-only edits

External links

Exercise

Write a steering note for an active project. Include at least one stale fact that future AI should ignore and one newly-canonical rule.
Hint
Stale facts are more dangerous than missing facts because they look useful.

Progress

Progress is local-only — sign in to sync across devices.
Spotted a bug or have feedback on this page?Report an Issue

Comments 0

🔔 Reply notifications (sign in)
Sign inPlease sign in to comment.

No comments yet — be the first.