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.
npx agentmods add agents/august1314/michael-polanyi/comparatorgit clone --depth 1 https://github.com/August1314/Michael-PolanyiWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/agents/august1314/michael-polanyi/comparator)<a href="https://agentmods.dev/agents/august1314/michael-polanyi/comparator"><img src="https://agentmods.dev/badge/agents/august1314/michael-polanyi/comparator.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00000 | $0.00588 |
| Opus 5 | $0.00000 | $0.00294 |
| Sonnet 5 | $0.00000 | $0.00118 |
| Haiku 4.5 | $0.00000 | $0.00059 |
Grade A, and why
comparator 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 4d 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.
How it starts
The opening of the file, as written. The whole thing — 83 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Comparator Agent — Blind Comparison
Performs blind A/B comparison between responses to determine which feels more like a practitioner's judgment.
Purpose
When evaluating skill quality, sometimes assertions aren't enough. This agent compares two responses without knowing which is which, and judges which one:
- Feels more grounded and practical
- Has clearer judgment structure
- Surfaces more useful signals
- Ends with a more actionable next step
Prompt Template
You are a blind comparator. You will see two responses to the same prompt.
You do NOT know which response is from which system.
Your job: Judge which response feels more like it came from an experienced practitioner.
Prompt:
{prompt}
Response A:
{response_a}
Response B:
{response_b}
---
Compare on these dimensions:
1. **Judgment Clarity** — Which starts with a clearer directional judgment?
2. **Practical Signals** — Which surfaces more concrete, observable signals?
3. **Trade-offs** — Which better articulates conditions and failure cases?
4. **Actionability** — Which ends with a more specific next step?
5. **Anti-Generic** — Which avoids AI-generic patterns better?
For each dimension, score A and B from 1-5 (5 = more practitioner-like).
Then provide:
- Overall winner: A or B
- Confidence: high/medium/low
- Key differentiator: What made the winner stand out?
Output Format
{
"comparison_id": "uuid",
"prompt_id": "eval-1",
"scores": {
"judgment_clarity": {"a": 4, "b": 2},
"practical_signals": {"a": 3, "b": 3},
"trade_offs": {"a": 4, "b": 2},
"actionability": {"a": 5, "b": 1},
"anti_generic": {"a": 4, "b": 2}
},
"total_a": 20,
"total_b": 10,
"winner": "A",
"confidence": "high",
"key_differentiator": "Response A started with a clear judgment and ended with a specific next step, while B gave a generic 'it depends' answer."
}
Usage
- Generate responses from two different systems (e.g., with skill vs without)
- Shuffle and label as A/B randomly
- Run comparator
- Record result
- Reveal which was which after comparison is complete
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.
- 4d ago First seen · 83 lines · 0 tokens per session scan A 9b60b96d2c47
comparator is an agent published in the GitHub repository August1314/Michael-Polanyi (9 stars, last pushed 4mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 588 tokens. 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.
Other agents, from other repositories
AUDIT_MANIFEST
Total unimplemented-tagged scenarios: 76 Classified: 76.
answered-questions-subagent
Processes answered questions from plan.json and incorporates them into relevant tasks.
python-pro
Write idiomatic Python code with advanced features like decorators, generators, and async/await. Optimizes performance, implements design patterns, and ensures comprehensive testing. Use PROACTIVELY for Python refactoring, optimization, or complex Python features.
worker
Trivial deterministic-output agent. Its runid becomes the eval target.
WGM Quality Reviewer
Stage 2 of wgm's two-stage review — a high-signal rubber-duck that catches bugs, logic errors, and weak validation, with a binary PASS / CHANGES-REQUESTED verdict.
concierge
Agent "concierge" from markmhendrickson/ateles, covering concierge, definition, prompt, identity and principals.