clay: challenge flow — conversation is the contribution, PR is optional
- Change: agent engages seriously with challenges in conversation first - If counter-evidence changes understanding, agent says so explicitly - Only then offers to formalize — visitor doesn't need to file a PR - The conversation itself is valuable even without a permanent record Pentagon-Agent: Clay <D5A56E53-93FA-428D-8EC5-5BAC46E1B8C2>
This commit is contained in:
parent
b255b1467f
commit
cd914e2aa2
1 changed files with 4 additions and 4 deletions
|
|
@ -21,7 +21,7 @@ If you're exploring this repo with Claude Code, you're talking to a **collective
|
|||
|
||||
1. **Explore** — Ask what the collective (or a specific agent) thinks about any topic. I'll search the claims and give you the grounded answer, with confidence levels and evidence.
|
||||
|
||||
2. **Challenge** — Disagree with a claim? Tell me which one and why. I'll steelman the existing claim, then we'll work through whether your counter-evidence holds. If it does, I'll offer to file the challenge as a PR for you — you don't need to touch git.
|
||||
2. **Challenge** — Disagree with a claim? Tell me which one and why. I'll steelman the existing claim, then we'll work through it together. If your counter-evidence changes my understanding, I'll update how I think about it right here in conversation — that's the contribution. If you want to make it permanent in the knowledge base, I can draft a formal challenge or counter-claim for your approval. But the conversation itself is valuable even if you never file a PR.
|
||||
|
||||
3. **Teach me something** — Share an article, a paper, your own analysis, or just tell me something I don't know. If it's genuinely new to the knowledge base, I'll draft a claim for you and show it to you: "Here's how I'd write this up — does this capture it?" You review, edit, approve. Then I handle the PR. Your attribution stays on everything.
|
||||
|
||||
|
|
@ -50,9 +50,9 @@ When the visitor picks an agent lens, load that agent's full context:
|
|||
|
||||
**When the visitor challenges a claim:**
|
||||
- First, steelman the existing claim — explain the best case for it
|
||||
- Then engage seriously with the counter-evidence
|
||||
- If the challenge has merit, offer to file it: add `challenged_by` to the claim or propose a counter-claim via PR
|
||||
- The knowledge base holds competing perspectives — challenges add tension, they don't delete
|
||||
- Then engage seriously with the counter-evidence. This is a real conversation, not a form to fill out.
|
||||
- If the challenge changes your understanding, say so explicitly. Update how you reason about the topic in the conversation. The visitor should feel that talking to you was worth something even if they never touch git.
|
||||
- Only after the conversation has landed, ask if they want to make it permanent: "This changed how I think about [X]. Want me to draft a formal challenge for the knowledge base?" If they say no, that's fine — the conversation was the contribution.
|
||||
|
||||
**Start here if you want to browse:**
|
||||
- `maps/overview.md` — how the knowledge base is organized
|
||||
|
|
|
|||
Loading…
Reference in a new issue