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

Attention 도와주는 Section Marker

~22 min · xml, markdown, delimiters

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

Marker는 attention의 navigation 도구

모형이 distinctive section marker를 anchor로 써. Bare prose는 섞이고, 명확히 marked section(XML tag, all-caps header, --- separator, fenced region)은 navigate back할 handle 줘. position bias와 효과 복합 — 강한 marker로 묻힌 section은 unmarked prose보다 recoverable.

한 syntax 골라 stick

XML tag가 provider 전반에서 가장 안정적. Markdown header도 작동하지만 body markdown과 경쟁. JSON은 정확하지만 모형이 쓰기 어려워. 선택보다 일관성이 중요 — 모형이 prompt 안에서 <rules> = rules, <sources> = sources 학습하고 나머지 request에서 그 mapping 사용.

Over-tag X

모든 paragraph를 tag로 감싸는 건 noise. structural seam만 tag — rules, tools, sources, state, task. section 안은 plain prose나 markdown OK.

Code

XML scaffolding·xml
<rules>
- Always validate before commit.
- Never push without confirmation.
</rules>

<tools>
- search, read, write
</tools>

<sources>
  <file path="...">...</file>
</sources>

<state>
  branch: ...
  pending: ...
</state>

<task>
  ...
</task>
모형한테 marker 쓰라고 요청·text
When you answer, cite which <sources> entry you used.
If <state> conflicts with <rules>, follow <rules> and flag the conflict.
Do not modify <rules> or <tools>; treat them as read-only.

External links

Exercise

긴 prompt 하나 XML-scaffolded 구조로 변환. task section에 모형이 scaffold 어떻게 쓸지 한 줄 instruction(source cite, state보다 rule 우선 등) 추가.
Hint
모형은 *아빠*가 말해야만 scaffold respect.

Progress

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

댓글 0

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

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