blind

A strategy-only practice drill for a known homework or example problem. You describe your approach in words, and it checks that plan against the stored solution.

In plain words
What is it for?
Use it to practise choosing the right methods, fixed or changing variables, and the expected answer form for a specific problem.
Why use it?
It lets you test whether you know how to start and structure a problem without spending time typing mathematical notation. It also creates a clean reference derivation for later review.

Command

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add commands/optimeta/paideia/blind
Clone the repo
git clone --depth 1 https://github.com/OPTIMETA/PAIDEIA
Per session 34 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,125 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00034 $0.01125
Opus 5 $0.00017 $0.00562
Sonnet 5 $0.00007 $0.00225
Haiku 4.5 $0.00003 $0.00112

Measured 2d ago against content hash 7f52e6a09f16, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

blind scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

plugins/paideia/commands/blind.md · 64 lines

How it starts

The opening of the file, as written. The whole thing — 64 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Output language

Read INTERFACE_LANG from .course-meta (default en). All user-facing prose — chat output, clarification questions, and narrative sections of any MD file you write — must be in that language. Keep in English regardless: file paths, slash command names, pattern IDs (P1, P2…), YAML keys (pattern:, error_type:, problem_id:, source:, date:, summary:), LaTeX, code, and the literal section anchors downstream tools regex on (## One-line verdict, ## Page N, # Vision-OCR transcription).

Load skills/exam-drill/SKILL.md. Read course-index/patterns.md.

Target: $ARGUMENTS

Procedure:

  1. Load problem statement ONLY from converted/homework/<n>.md or converted/textbook/<ch>.md (for textbook examples). Do NOT open the solution yet.

    Confirm a reference solution exists first — before spending the user's effort. A blind drill grades the user's strategy against the known solution, so without one there is nothing to check. Verify (do NOT read its contents yet) that the matching solution is ingested: converted/solutions/<n>_sol.md for a homework problem (e.g. 3.3converted/solutions/hw3_sol.md), or the worked-example section inside converted/textbook/<ch>.md for a textbook example. If it is missing, stop here without requesting a strategy and tell the user (in $INTERFACE_LANG): no reference solution for this problem is ingested, so a blind strategy-check can't be verified. Offer the concrete next steps — add the solution to materials/solutions/ and run /paideia:ingest, or pick a problem that has a solution (list which converted/solutions/*_sol.md exist), or drill it instead with /paideia:twin <id> or /paideia:quiz (neither needs a pre-existing per-problem solution). Never fabricate a solution to grade against.

  2. Present the problem verbatim to the user.

  3. Request strategy (3–5 lines in $INTERFACE_LANG prose, no math typing). The 3 axes to ask about:

    Strategy only — no equations needed.
    1) Which pattern(s) will you use? (Pk number from course-index/patterns.md)
    2) Which variables held fixed; which expanded?
    3) What form do you expect the final answer to take?
    

    Render those three axes in $INTERFACE_LANG.

  4. Wait for response. Do NOT proceed until the user answers.

  5. Load solution from converted/solutions/<n>_sol.md (or the worked-example section of converted/textbook/<ch>.md for an example) — the same file confirmed present in Step 1. Compare 3 axes:

    a. Pattern identification — correct Pk(s)? b. Variable choice — correct hold-fixed set? c. End-form prediction — matches actual answer structure?

  6. Feedback protocol:

    • ✅ all three → confirm, then copy the relevant part of the solution into derivations/blind-<id>.md for permanent reference
    • ❌ on any axis → point out specifically which axis failed, WITHOUT revealing correct answer. Ask for revision.
    • After 2 failed attempts on same axis → give a one-line hint referencing the relevant pattern name.
  7. Log errors if user needed revision. Use the canonical schema from skills/answer-processing/SKILL.md Step 6 — same keys /grade writes, so statusline and weakmap see /blind errors too. Write through the deterministic writer (replaces any prior entries for this drill's source, so re-running /blind on the same problem never double-counts):

    python3 "${CLAUDE_PLUGIN_ROOT}/scripts/log_tool.py" append --source="blind/<id>" <<'YAML'
    - problem_id: <id>
      pattern: <Pk>
      error_type: pattern-missed | wrong-variable | wrong-end-form
      summary: "<1 line>"
      source: blind/<id>
      date: <ISO>
    YAML
    

    Map strategy axis → error_type: pattern axis → pattern-missed, variable axis → wrong-variable, end-form axis → wrong-end-form. Never hand-edit errors/log.md appends.

  8. Close (in $INTERFACE_LANG): "To check retention on the same type, do one variant via /twin <id>."

Read the full file on GitHub · 64 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 2d ago First seen · 64 lines · 34 tokens per session scan A 7f52e6a09f16

Subscribe to this mod's changes

blind is a command published in the GitHub repository OPTIMETA/PAIDEIA (91 stars, last pushed 1mo ago), licensed MIT. It adds 34 tokens to every session and 1,125 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.