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

Context Rot에서 회복

~25 min · recovery, fresh-session, rot

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

가끔 session이 오염

모형이 수정 후 같은 rule 계속 위반하면, session이 attention 싸움 지는 중일 수 있어. 더 reminder가 window 키우지만 behavior 개선 X. Recovery 패턴은 capture, reset, reload, continue.

Reset 전 capture

Clear/restart 전, live truth를 durable note에 써 — source 함께 live rule, 현재 state, 진짜 gotcha 설명하는 failed-attempt. Reset이 session memory 삭제; captured note가 새 session의 seed.

감상에 poison 보존 X

옛 failed attempt는 버그 설명하면 유용. 단순 잘못된 instruction 반복이면 poison. Evidence keep, noise X. '도움 될까봐 다 보존'하고 싶은 유혹이 다음 session도 썩는 이유.

Session 오염되면, 더 prompting이 cure 아니라 problem 가능.

Code

Context-rot recovery plan·yaml
recovery_plan:
  capture:
    - live rules with source
    - current state
    - failed attempts that explain a real gotcha (NOT random noise)
  reset:
    - fresh session OR explicit compaction with audit
  reload:
    - durable note
    - current source files
    - latest test result / git status
  continue:
    - exactly one next safe action
Capture skeleton·markdown
# Recovery capture @ <timestamp>
Live rules:  ...
Current state: ...
Forbidden:   ...
Gotchas worth keeping:
  - <attempt that failed for a real reason, with source>
Discard:
  - earlier reminders that no longer help
Next: <one specific action>

External links

Exercise

Re-prompting spiral 묘사하고 대체할 recovery plan 써. Capture 단계 연습 — 뭐 살아남고, 뭐 버리고, 한 next action은 뭐?
Hint
반복 동의 + 반복 위반 찾아. 그게 spiral 시그니처.

Progress

Progress is local-only — sign in to sync across devices.
이 페이지에서 버그를 발견하셨거나 피드백이 있으세요?문제 신고

댓글 0

🔔 답글 알림 (로그인 필요)
로그인댓글을 남기려면 로그인해 주세요.

아직 댓글이 없어요. 첫 댓글을 남겨보세요.