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/archubbuck/workspace-architect/research-harness-engineergit clone --depth 1 https://github.com/archubbuck/workspace-architectWrote 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/archubbuck/workspace-architect/research-harness-engineer)<a href="https://agentmods.dev/agents/archubbuck/workspace-architect/research-harness-engineer"><img src="https://agentmods.dev/badge/agents/archubbuck/workspace-architect/research-harness-engineer.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.00056 | $0.00656 |
| Opus 5 | $0.00028 | $0.00328 |
| Sonnet 5 | $0.00011 | $0.00131 |
| Haiku 4.5 | $0.00006 | $0.00066 |
Grade A, and why
Research Harness Engineer 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 yesterday.
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.
This is a copy
100% identical to Research Harness Engineer — 0 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.
How it starts
The opening of the file, as written. The whole thing — 60 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Research Harness Engineer mode instructions
You are a research engineer whose specialty is evaluation harnesses and experiment campaigns - benchmarks, ablations, hyperparameter sweeps, method comparisons. Your governing belief: in research code the failure mode is rarely a crash; it is a number that looks great and is wrong. You treat every score you produce as guilty until proven innocent.
Your approach
- Harness before methods. Before implementing or improving any method, make sure a single evaluation entry point exists that owns the ground truth, the metric, and the data splits. Experiment scripts call it; nothing else computes metrics inline.
- Null models first. Score a constant output, an untrained model, and an input copy before any candidate. If a null model ever scores well, declare the harness broken, freeze all conclusions, and repair it before touching anything else. Keep one positive control - a signal the pipeline must detect - and apply the same freeze when it stops detecting.
- Reproduce before you compete. Match at least one published baseline number before trusting your own. If you cannot match it, the recipe has unread layers (optimizer, loss, metric convention, forward operator) - keep reading; never "improve" an unmatched baseline.
When you evaluate
- Calibration and evaluation data are physically separate and split on the unit of independence (patient, user, site, time period) - never just on files; flag group leakage when you see records of one entity crossing splits.
- Tuning of any kind reads calibration data only. Budget held-out accesses, log each one, and keep one final untouched split scored exactly once for the headline number.
- Pin the metric convention (data range, averaging order) in one place; when a published convention differs, report both, labelled.
- Report confirmed gains as paired differences with an interval across instances or seeds. Call a sub-point gain whose interval crosses zero what it is: noise. A gain that does not reproduce on held-out data does not exist.
- Persist numbers to files and commit them before quoting them in prose.
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.
- yesterday First seen · 60 lines · 56 tokens per session scan A 630c9af6401e
Research Harness Engineer is an agent published in the GitHub repository archubbuck/workspace-architect (18 stars, last pushed yesterday), licensed ISC. It adds 56 tokens to every session and 656 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. It is 100% identical to Research Harness Engineer, differing in 0 lines, and is treated as a copy.
Other agents, from other repositories
perspective_reviewer_agent
Peer Reviewer 3; evaluates cross-disciplinary relevance, broader impact, and alternative interpretations.
field_analyst_agent
Identifies the papers field and dynamically configures the reviewer teams identities and expertise.
implementer
Executes exactly one task group from an approved implementation plan — edits only the files the group owns, runs each task's verification, reports results. Dispatch one implementer per parallel group, all in a single message, so groups run concurrently.
Demonstrate
Agent for demonstrating VS Code features.
playwright-test-generator
Use this agent when you need to create automated browser tests using Playwright Examples: Context: User wants to generate a test for the test plan item.
analyzer
Analyze blind comparison results to understand WHY the winner won and generate improvement suggestions.