Observe (Guidance)
Coach human in field study: frame → protocol → witness → record → analyze → report. Separate fact from interpretation.
Use When
- Person wants understand system before intervene (debug by obs, not trial-error)
- Conducting research / evidence → needs structured method
- Person jumps to conclusions → needs obs discipline
- Preparing evidence-based report (not opinion)
- Team dynamics, user behavior, process effectiveness via direct obs
- After
meditate-guidance cultivated attention → direct it at system
In
- Required: What to observe (system, process, behavior, codebase, team, phenomenon)
- Required: Why (debug, research, audit, curiosity, improvement)
- Optional: Time available (single vs multi-day)
- Optional: Prior attempts
- Optional: Specific Qs / hypotheses
- Optional: Recording tools (notebook, screen capture, logging, metrics)
Do
Step 1: Frame
Help set bounded frame.
- Ask what: "What system/behavior trying to understand?"
- Narrow scope: "What specific aspect interests you most?"
- Purpose: understanding / debug / improve / evidence / curiosity
- Boundaries: in/out scope → prevents endless expansion
- Hypothesis? state explicit, then set aside → "look for evidence both for + against"
- Stance:
- Naturalist: no interfere (best for behavior)
- Controlled: change one var, observe effect (best for debug)
- Longitudinal: over time (best for trends)
→ Clear frame: target, scope, purpose, stance defined.
If err: can't narrow ("understand everything") → pick one entry point: "what behavior most confusing?" Already committed conclusion ("just prove X") → gently challenge: "what would disprove it?"
Step 2: Prep protocol
Systematic recording.
- Method by type:
- Codebase/system: paths, line numbers, timestamps, log entries
- Behavior/process: time-stamped notes — actor, action, context
- Team/communication: quotes, speaker IDs, non-verbal cues
- Natural/physical: sketches, measurements, env conditions
- Template:
Field Notes Template:
┌─────────────┬────────────────────────────────────────────────────────┐
│ Timestamp │ When the observation occurred │
├─────────────┼────────────────────────────────────────────────────────┤
│ Observation │ What was seen/heard/measured (fact only) │
├─────────────┼────────────────────────────────────────────────────────┤
│ Context │ What was happening around the observation │
├─────────────┼────────────────────────────────────────────────────────┤
│ Reaction │ Observer's response (thoughts, emotions, surprises) │
├─────────────┼────────────────────────────────────────────────────────┤
│ Hypothesis │ Tentative interpretation (kept separate from fact) │
└─────────────┴────────────────────────────────────────────────────────┘
- Stress separation: "obs row = fact. hypothesis row = interpretation. Never mix."
- Min count: "≥10 obs before any conclusion"
- Set up monitoring tools if applicable
→ Recording method ready. Person gets obs↔interpretation distinction. Prepared.
If err: too formal → simplify: "write what you see, separately what you think it means." Resist recording ("I'll remember") → unrecorded = memory bias; writing makes obs accurate.
Step 3: Witness
Guide actual obs session.
- Remind stance: "naturalist studying new species. No interfere — just watch"
- First 5min: pure obs no recording — just attend
- After immersion: begin recording w/ template
- Coach neutral lang: instead "system crashed" → "system stopped responding 14:32 after 47th request"
- Watch interpretation creeping: "that's interpretation — record in hypothesis row"
- Note surprises: "what surprised? surprises = most valuable data"
- Check frame: "still observing what set out, or drifted?"
- Wants to intervene: "note what + why, but don't change yet — keep observing"
→ ≥5-10 concrete obs w/ specific evidence. Experiences obs vs interpret diff. Finds harder than expected.
If err: keep interpreting → exercise: "describe as if to someone never seen this. Only verifiable facts." Run out fast → too high level → zoom in: timing, ordering, edge cases, exceptions.
Step 4: Record
Organize raw → structured.
- Review together
- Completeness: enough context for later?
- Factual accuracy: verifiable, or hidden assumptions?
- Group similar: "patterns forming?"
- Frequencies: how often?
- Absences: "what expected but not there?"
- Strong (clear evidence) vs weak (ambiguous)
→ Organized field notes cleanly separate obs from interpretation. Detailed enough another can verify.
If err: too vague ("things slow") → add specifics: "how slow? compared to what? which conditions?" Too detailed (record everything) → which relate to frame, which noise.
Step 5: Analyze
Obs → structured analysis.
- Look for patterns:
- Repetition: "happened many times — systematic?"
- Correlation: "X always w/ Y — related?"
- Sequence: "A always before B — A causes B?"
- Absence: "X never in condition Z — why?"
- Anomaly: "all follow P except this — what diff?"
- Each pattern: "alternative explanation?"
- 2-3 hypotheses
- Correlation ≠ causation: "co-occur ≠ proves cause"
- Testable + what test confirms/refutes
- Confidence levels: well-supported vs speculative
→ Raw obs → structured hypotheses, data/theory separation kept. ≥1 testable hypothesis for original Q.
If err: jumps single explanation → challenge: "one possibility. another?" No patterns → too few obs → continue. Every obs same conclusion → filtering → ask: "what would contradict your theory?"
Step 6: Report
Communicate findings.
- Structure:
- Context: what/when/why/conditions
- Method: protocol, tools, duration
- Findings: key obs w/ evidence (data, not interpretation)
- Analysis: patterns, hypotheses, confidence
- Recommendations: next steps (more obs, test, intervene)
- Limitations: not covered, potential biases
- Findings in neutral lang separating fact from interpretation
- Review for hidden assumptions / unsupported claims
- Debug? translate hypotheses → concrete tests
- Report? evidence cited specifically
- Personal? summarize insights + remaining Qs
→ Clear report communicates obs/patterns/hypotheses, distinction kept. Reader can evaluate evidence independently.
If err: buries obs in interpretation → restructure: "facts one section, theories another." No confidence ("definitely because...") → calibrate: "how sure? what would change mind?"
Check
Traps
- Confirmation bias: only obs supporting belief. Frame must include "look for evidence against your hypothesis"
- Intervention urge: see + fix immediately → masks root cause → observe first
- Recording fatigue: detail = taxing. Breaks + realistic lengths (30-60min focused = substantial)
- Over-protocol: simple obs needs notebook+timestamps. Protocol serves obs, not replaces
- Obs ≠ surveillance: ethical boundaries matter. Visible behavior, no spy. People → transparency > secrecy
- Skip frame: no target → attention scatters → unfocused. Rough frame > none
→
observe — AI self-directed variant
learn-guidance — obs feeds learning
listen-guidance — focused obs of speaker; obs broader to any system
remote-viewing-guidance — shares method adapted for non-local
read-garden — garden obs uses similar CRV-adapted sensory protocols
1---2name: observe-guidance-103description: Guide a person in systematic observation of systems, patterns, or phenomena. AI coaches neutral attention, field notes methodology, pattern recognition, hypothesis formation, and structured reporting for debugging, research, and system understanding. Use when a person wants to understand a system's behavior before intervening, when someone keeps jumping to conclusions and needs the discipline of observation first, when preparing an evidence-based report, or when studying team dynamics or process effectiveness through direct observation.4license: MIT5---67# Observe (Guidance)89Coach human in field study: frame → protocol → witness → record → analyze → report. Separate fact from interpretation.1011## Use When1213- Person wants understand system before intervene (debug by obs, not trial-error)14- Conducting research / evidence → needs structured method15- Person jumps to conclusions → needs obs discipline16- Preparing evidence-based report (not opinion)17- Team dynamics, user behavior, process effectiveness via direct obs18- After `meditate-guidance` cultivated attention → direct it at system1920## In2122- **Required**: What to observe (system, process, behavior, codebase, team, phenomenon)23- **Required**: Why (debug, research, audit, curiosity, improvement)24- **Optional**: Time available (single vs multi-day)25- **Optional**: Prior attempts26- **Optional**: Specific Qs / hypotheses27- **Optional**: Recording tools (notebook, screen capture, logging, metrics)2829## Do3031### Step 1: Frame3233Help set bounded frame.34351. Ask what: "What system/behavior trying to understand?"362. Narrow scope: "What specific aspect interests you most?"373. Purpose: understanding / debug / improve / evidence / curiosity384. Boundaries: in/out scope → prevents endless expansion395. Hypothesis? state explicit, then set aside → "look for evidence both for + against"406. Stance:41 - **Naturalist**: no interfere (best for behavior)42 - **Controlled**: change one var, observe effect (best for debug)43 - **Longitudinal**: over time (best for trends)4445→ Clear frame: target, scope, purpose, stance defined.4647If err: can't narrow ("understand everything") → pick one entry point: "what behavior most confusing?" Already committed conclusion ("just prove X") → gently challenge: "what would disprove it?"4849### Step 2: Prep protocol5051Systematic recording.52531. Method by type:54 - **Codebase/system**: paths, line numbers, timestamps, log entries55 - **Behavior/process**: time-stamped notes — actor, action, context56 - **Team/communication**: quotes, speaker IDs, non-verbal cues57 - **Natural/physical**: sketches, measurements, env conditions582. Template:5960```text61Field Notes Template:62┌─────────────┬────────────────────────────────────────────────────────┐63│ Timestamp │ When the observation occurred │64├─────────────┼────────────────────────────────────────────────────────┤65│ Observation │ What was seen/heard/measured (fact only) │66├─────────────┼────────────────────────────────────────────────────────┤67│ Context │ What was happening around the observation │68├─────────────┼────────────────────────────────────────────────────────┤69│ Reaction │ Observer's response (thoughts, emotions, surprises) │70├─────────────┼────────────────────────────────────────────────────────┤71│ Hypothesis │ Tentative interpretation (kept separate from fact) │72└─────────────┴────────────────────────────────────────────────────────┘73```74753. Stress separation: "obs row = fact. hypothesis row = interpretation. Never mix."764. Min count: "≥10 obs before any conclusion"775. Set up monitoring tools if applicable7879→ Recording method ready. Person gets obs↔interpretation distinction. Prepared.8081If err: too formal → simplify: "write what you see, separately what you think it means." Resist recording ("I'll remember") → unrecorded = memory bias; writing makes obs accurate.8283### Step 3: Witness8485Guide actual obs session.86871. Remind stance: "naturalist studying new species. No interfere — just watch"882. First 5min: pure obs no recording — just attend893. After immersion: begin recording w/ template904. Coach neutral lang: instead "system crashed" → "system stopped responding 14:32 after 47th request"915. Watch interpretation creeping: "that's interpretation — record in hypothesis row"926. Note surprises: "what surprised? surprises = most valuable data"937. Check frame: "still observing what set out, or drifted?"948. Wants to intervene: "note what + why, but don't change yet — keep observing"9596→ ≥5-10 concrete obs w/ specific evidence. Experiences obs vs interpret diff. Finds harder than expected.9798If err: keep interpreting → exercise: "describe as if to someone never seen this. Only verifiable facts." Run out fast → too high level → zoom in: timing, ordering, edge cases, exceptions.99100### Step 4: Record101102Organize raw → structured.1031041. Review together1052. Completeness: enough context for later?1063. Factual accuracy: verifiable, or hidden assumptions?1074. Group similar: "patterns forming?"1085. Frequencies: how often?1096. Absences: "what expected but not there?"1107. Strong (clear evidence) vs weak (ambiguous)111112→ Organized field notes cleanly separate obs from interpretation. Detailed enough another can verify.113114If err: too vague ("things slow") → add specifics: "how slow? compared to what? which conditions?" Too detailed (record everything) → which relate to frame, which noise.115116### Step 5: Analyze117118Obs → structured analysis.1191201. Look for patterns:121 - **Repetition**: "happened many times — systematic?"122 - **Correlation**: "X always w/ Y — related?"123 - **Sequence**: "A always before B — A causes B?"124 - **Absence**: "X never in condition Z — why?"125 - **Anomaly**: "all follow P except this — what diff?"1262. Each pattern: "alternative explanation?"1273. 2-3 hypotheses1284. Correlation ≠ causation: "co-occur ≠ proves cause"1295. Testable + what test confirms/refutes1306. Confidence levels: well-supported vs speculative131132→ Raw obs → structured hypotheses, data/theory separation kept. ≥1 testable hypothesis for original Q.133134If err: jumps single explanation → challenge: "one possibility. another?" No patterns → too few obs → continue. Every obs same conclusion → filtering → ask: "what would contradict your theory?"135136### Step 6: Report137138Communicate findings.1391401. Structure:141 - **Context**: what/when/why/conditions142 - **Method**: protocol, tools, duration143 - **Findings**: key obs w/ evidence (data, not interpretation)144 - **Analysis**: patterns, hypotheses, confidence145 - **Recommendations**: next steps (more obs, test, intervene)146 - **Limitations**: not covered, potential biases1472. Findings in neutral lang separating fact from interpretation1483. Review for hidden assumptions / unsupported claims1494. Debug? translate hypotheses → concrete tests1505. Report? evidence cited specifically1516. Personal? summarize insights + remaining Qs152153→ Clear report communicates obs/patterns/hypotheses, distinction kept. Reader can evaluate evidence independently.154155If err: buries obs in interpretation → restructure: "facts one section, theories another." No confidence ("definitely because...") → calibrate: "how sure? what would change mind?"156157## Check158159- [ ] Frame set before obs (not wandering)160- [ ] Recording protocol established + used consistently161- [ ] Obs as facts, separate from interpretations162- [ ] ≥5 concrete evidence-backed obs163- [ ] Patterns from analysis, not assumed164- [ ] Hypotheses testable, stated confidence165- [ ] Person experienced obs-before-interpret discipline166167## Traps168169- **Confirmation bias**: only obs supporting belief. Frame must include "look for evidence against your hypothesis"170- **Intervention urge**: see + fix immediately → masks root cause → observe first171- **Recording fatigue**: detail = taxing. Breaks + realistic lengths (30-60min focused = substantial)172- **Over-protocol**: simple obs needs notebook+timestamps. Protocol serves obs, not replaces173- **Obs ≠ surveillance**: ethical boundaries matter. Visible behavior, no spy. People → transparency > secrecy174- **Skip frame**: no target → attention scatters → unfocused. Rough frame > none175176## →177178- `observe` — AI self-directed variant179- `learn-guidance` — obs feeds learning180- `listen-guidance` — focused obs of speaker; obs broader to any system181- `remote-viewing-guidance` — shares method adapted for non-local182- `read-garden` — garden obs uses similar CRV-adapted sensory protocols