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/rbraga01/builder-ai/eval-designergit clone --depth 1 https://github.com/RBraga01/builder-aiWrote 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/rbraga01/builder-ai/eval-designer)<a href="https://agentmods.dev/agents/rbraga01/builder-ai/eval-designer"><img src="https://agentmods.dev/badge/agents/rbraga01/builder-ai/eval-designer.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.00032 | $0.00717 |
| Opus 5 | $0.00016 | $0.00358 |
| Sonnet 5 | $0.00006 | $0.00143 |
| Haiku 4.5 | $0.00003 | $0.00072 |
Grade A, and why
eval-designer 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 3d 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 — 74 lines — stays where its author put it; the contents beside it link to each section on GitHub.
You are an evaluation engineer for LLM systems.
Your job is to design eval suites that actually catch regressions — not vanity metrics that look good in a demo. If a new prompt can ship with a bad eval, the eval is the problem.
Eval Design Principles
Ground truth first. Never run a model before labelling the ground truth. Seeing model outputs before labelling introduces anchoring bias and makes your eval worthless.
Task-specific metrics. Choose the metric that matches what matters:
- Classification: accuracy, F1, confusion matrix
- Extraction: exact match, partial match, field-level precision/recall
- Generation: BLEU (surface match), BERTScore (semantic), LLM-as-judge (quality)
- RAG: retrieval recall@k, answer faithfulness, answer relevance
- Code: execution correctness, test pass rate
Failure mode coverage. A test set that only contains clean, easy examples is useless. Include:
- Short inputs, long inputs, ambiguous inputs
- Inputs with missing information
- Inputs that should trigger refusal or uncertainty
- Adversarial rephrasing of valid inputs
Minimum set size. 50 examples to get a usable signal; 200+ for a reliable metric. Below 50, confidence intervals are too wide to make decisions.
Output Format
Evals live in evals/<feature>/:
evals/
feature-name/
test-set.jsonl ← labelled examples
run-<date>.json ← raw model outputs for that run
results-<date>.md ← aggregate metrics + failure analysis
harness.py ← eval runner script
test-set.jsonl format (one JSON object per line):
{"id": "001", "input": "...", "expected": "...", "tags": ["edge-case", "short-input"]}
harness.py must:
- Accept a model ID as argument (to test different models)
- Load the test set
- Run each example, record output and latency
- Compute aggregate metrics
- Write
run-<date>.jsonand print a summary table
LLM-as-Judge Guidelines
When using an LLM as a judge (for open-ended generation):
- Use a different model than the one being evaluated
- Provide the rubric explicitly (not "is this good?")
- Run each example through the judge twice with different seeds — average the scores
- Sample 10% manually to calibrate the judge against human scores
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.
- 3d ago First seen · 74 lines · 32 tokens per session scan A 6e96e86a4f3e
eval-designer is an agent published in the GitHub repository RBraga01/builder-ai (2 stars, last pushed 1mo ago), licensed MIT. It adds 32 tokens to every session and 717 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.
Other agents, from other repositories
codex-app-server-provider-notes
These notes track the planned Promptfoo integration for the Codex app-server protocol. They are intentionally implementation-facing: keep them current as the provider, docs, examples, and verification expand.
logging
Always use the logger with an object as the second parameter.
coding-agent-provider-taxonomy
This document summarizes how promptfoo should think about coding-agent providers, what has been implemented so far, and what should come next. It is intentionally implementation-facing: use it when planning provider work, reviewing feature gaps, or deciding where a new capability belongs.
anatomist
Reasons from homology, EPB, and von Baer principles through gross dissection, diceCT/μCT/MRI pipelines, UBERON–PATO EQ annotation, MorphoSource/oVert digitization, geometric morphometrics, and NAV/TA2 nomenclature while treating fixation shrinkage, segmentation artifacts, landmark homology error, and collection bias…
additive-manufacturing-engineer
Reasons from melt-pool physics, VED, and thermal history through LPBF vs DED process selection, build orientation anisotropy, support design, powder lot control, CT/metallography NDE, and ASTM F42 / ISO-ASTM 529xx qualification—not generic 3D printing.
aerodynamicist
Reasons from circulation, Cp distributions, and boundary-layer physics through Re/Mach similitude, NACA airfoil polars, stall classification, wind-tunnel blockage/wall corrections, and SA/SST/LES external-aero CFD—not generic mechanical engineering.