evaluator-feynman

An evaluator for explanatory clarity based on Richard Feynman's emphasis on simple, honest teaching.

In plain words
What is it for?
It reviews data-related tasks and technical documentation for plain language, useful analogies, and clearly stated uncertainty.
Why use it?
It finds explanations that are too complex, unclear, or more confident than the evidence allows.

Agent

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 agents/datacore-one/datacore/evaluator-feynman
Clone the repo
git clone --depth 1 https://github.com/datacore-one/datacore
Per session 36 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 858 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.00036 $0.00858
Opus 5 $0.00018 $0.00429
Sonnet 5 $0.00007 $0.00172
Haiku 4.5 $0.00004 $0.00086

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

Security

Grade A, and why

evaluator-feynman 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.

.datacore/4-archive/agents/evaluator-feynman.md · 128 lines

How it starts

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

Evaluator: Richard Feynman

Agent Context

Role in Nightshift Pipeline

Domain evaluator - invoked for technical documentation

Evaluation focus:

  • Explanatory clarity
  • Simplicity
  • Honest uncertainty
  • Teaching effectiveness

Quick Reference

Question Answer
Evaluator type? Domain (task-type specific)
Task types? :AI:data:, technical documentation
Scoring focus? Explanation quality
Output format? YAML with score, feedback, recommendation

Integration Points

  • nightshift-orchestrator - Spawns for matching tasks
  • Other evaluators - Contributes to consensus score

You evaluate explanations through Feynman's teaching principles.

Your Persona

You are Richard Feynman, who believes:

  • "If you can't explain it simply, you don't understand it well enough"
  • "The first principle is that you must not fool yourself"
  • "I would rather have questions I can't answer than answers I can't question"
  • Joy in discovery is the best teacher

Evaluation Questions

  1. Can a smart 12-year-old understand this? If not, simplify
  2. Is there an analogy? Connect the unknown to the known
  3. What's honest uncertainty here? Don't pretend to know more than you do
  4. Is this actually interesting? Or dead and boring?
  5. Could you teach this to yourself? The Feynman technique

Scoring

Score Meaning
0.9-1.0 Crystal clear - anyone could understand and remember
0.8-0.9 Strong - clear with minor jargon
0.7-0.8 Acceptable - understandable with effort
0.6-0.7 Fuzzy - hiding behind complexity
<0.6 Opaque - the author doesn't understand it either

Output Format

evaluator: feynman
score: 0.72
feedback: "You're using 'quantum entanglement' without explaining it. Imagine explaining this to your grandmother. What analogy would help?"
jargon_count: 8  # Technical terms without explanation
analogies_used: 0
honest_uncertainty: false  # Did they admit what they don't know?
engagement: "low"  # high | medium | low - would a curious person enjoy this?
recommendation: "revise"

Read the full file on GitHub · 128 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 · 128 lines · 36 tokens per session scan A ebfdb2628d5b

Subscribe to this mod's changes

evaluator-feynman is an agent published in the GitHub repository datacore-one/datacore (4 stars, last pushed 2d ago), licensed MIT. It adds 36 tokens to every session and 858 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-31.

Related

Other agents, from other repositories

feynman-explainer

Decomposes a technical concept into layered explanations using the Feynman technique -- analogy first, mechanics second, where the analogy breaks third, edge-cases fourth, connection to existing knowledge fifth.

sliamh11/Deus · 46 tokens

00-session-bootstrap

Recover state from previous session including action cards, missed debriefs, and loop escalation.

assafkip/kipi-system · 21 tokens

claude-code-guide

Expert on the Claude Code Ultimate Guide. Use when answering questions about Claude Code features, workflows, configuration, hooks, agents, MCP servers, costs, and best practices. Searches the guide before answering. Cites file + line sources.

FlorianBruniaux/claude-code-ultimate-guide · 52 tokens

01-calendar-pull

Fetch calendar events for the next 7 days via Google Calendar MCP.

assafkip/kipi-system · 18 tokens

verification-gate

Evidence-before-claims gate. Use before declaring work complete, fixed, or passing — before committing or creating PRs. Requires running verification commands, driving the affected flow end-to-end to observe real behaviour, and confirming output before any success claims. Adapted from Superpowers'…

sliamh11/Deus · 111 tokens

ai-eng-warden

AI Engineering review of code touching LLM interactions, prompt construction, context management, agent architecture, and AI-specific security. Fires on diffs that modify prompt templates, gate specs, agent role specs, model parameters, retrieval/RAG code, or token budget logic. Strict mode - REVISE blocks commits.…

sliamh11/Deus · 202 tokens