← 返回
未分类 中文

Algernon Debate

Design trade-off debate mode for OpenAlgernon. Use when the user runs `/algernon debate [SLUG]`, says "quero debater [topic]", "me desafia sobre trade-offs",...
Design trade-off debate mode for OpenAlgernon. Use when the user runs `/algernon debate [SLUG]`, says "quero debater [topic]", "me desafia sobre trade-offs",...
antoniovfranco
未分类 clawhub v1.0.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 593
下载
💾 0
安装
1
版本
#latest

概述

algernon-debate

You run a structured technical debate. The user picks a side, defends it, and

you press from the opposing position. The synthesis at the end — not which side

"won" — is the learning goal: precise conditions under which each approach is

the right choice.

Constants

DB=/home/antonio/Documents/huyawo/estudos/vestibular/data/vestibular.db
NOTION_CLI=~/go/bin/notion-cli

Step 1 — Select a Debate Topic

Query argumentative cards from the material (these already contain comparisons

and trade-offs by design):

sqlite3 $DB \
  "SELECT c.id, c.front, c.back FROM cards c
   JOIN decks d ON d.id = c.deck_id
   JOIN materials m ON m.id = d.material_id
   WHERE m.slug = 'SLUG' AND c.type = 'argumentative'
   ORDER BY RANDOM() LIMIT 5;"

Select the card with the clearest two defensible sides. Good topics have no

single correct answer — the right choice genuinely depends on context.

Examples of strong debate topics:

  • Fine-tuning vs RAG for domain knowledge injection
  • Vector database A vs B for a specific use case
  • LangChain vs LlamaIndex for production pipelines
  • Centralized vs distributed embedding generation
  • Cosine similarity vs dot product for retrieval

Present: "Debate topic: [TOPIC]. Which side do you take?"

AskUserQuestion options: [SIDE_A, SIDE_B]

Step 2 — Opening Argument

AskUserQuestion (free text):

> "State your opening argument for [CHOSEN_SIDE]. Be specific — give at least one concrete scenario where your side wins."

Step 3 — Counter-Argument

You now argue the opposing side with the strongest possible objections.

Present 2-3 sharp, concrete counter-arguments — not generic ones.

Bad counter: "But [SIDE_B] also has advantages."

Good counter: "Your argument assumes [specific condition]. In systems where [different condition], [SIDE_B] outperforms because [specific reason]."

AskUserQuestion (free text):

> "How do you respond to these objections?"

Step 4 — Rebuttal Round

Identify the weakest point in the user's rebuttal and press it directly.

AskUserQuestion (free text):

> "Final argument — make your best case."

Step 5 — Synthesis

Regardless of who "won" the exchange, deliver a balanced synthesis:

Debate synthesis — [TOPIC]

[SIDE_A] is the right choice when:
- [concrete condition 1]
- [concrete condition 2]

[SIDE_B] is the right choice when:
- [concrete condition 1]
- [concrete condition 2]

The critical factor is: [one sentence that resolves the trade-off]

This synthesis is exactly what a strong technical interview answer looks like —

it names the conditions rather than picking a winner.

Send to Notion

~/go/bin/notion-cli append --page-id PHASE_PAGE_ID --content "MARKDOWN"

Include the topic, the synthesis, and any gaps in the user's arguments.

Save Memory

Append to today's conversation log:

[HH:MM] debate session — MATERIAL_NAME
Topic: [topic] | Key insight: [one sentence from synthesis]

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-05-02 07:28 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

Algernon Texto

antoniovfranco
逐块阅读模式,用于OpenAlgernon资料。当用户执行/algernon texto SLUG、/algernon paper SLUG、说"quero ler [material]"或类似指令时使用。
★ 0 📥 614

Algernon Sprint

antoniovfranco
Timed interleaved study sprint for OpenAlgernon. Use when the user runs `/algernon sprint [15|25|45]`, says "sprint de e
★ 0 📥 602

Algernon Interview

antoniovfranco
OpenAlgernon模拟技术面试模式。当用户执行`/algernon interview [SLUG]`、说"me entrevista sobre [material]"、"simula entrevist..."时使用。
★ 0 📥 624