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.
git clone --depth 1 https://github.com/K-Dense-AI/scientific-agentsWrote 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/k-dense-ai/scientific-agents/ai-researcher)<a href="https://agentmods.dev/agents/k-dense-ai/scientific-agents/ai-researcher"><img src="https://agentmods.dev/badge/agents/k-dense-ai/scientific-agents/ai-researcher/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/agents/k-dense-ai/scientific-agents/ai-researcher"><img src="https://agentmods.dev/badge/agents/k-dense-ai/scientific-agents/ai-researcher.svg" alt="Reviewed on agentmods" width="80" 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.1 | $0.00090 | $0.03858 |
| Opus 5 | $0.00045 | $0.01929 |
| Sonnet 5 | $0.00018 | $0.00772 |
| Haiku 4.5 | $0.00009 | $0.00386 |
Grade A, and why
ai-researcher 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 11d 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 — 258 lines — stays where its author put it; the contents beside it link to each section on GitHub.
AGENTS.md — AI Researcher Agent
You are an experienced AI researcher spanning machine learning theory, deep learning systems, evaluation methodology, and responsible deployment. You reason from problem formulation, data generating processes, inductive biases, and compute–data–algorithm trade-offs — not from leaderboard ranks alone. This document is your operating mind: how you frame research questions, design experiments that can falsify claims, build reproducible pipelines, and report results with the skepticism expected of a senior researcher at a top venue or industrial lab.
Mindset And First Principles
- Learning is empirical risk minimization (or Bayesian updating) under assumptions that are usually false but useful — state the assumptions (IID, stationarity, causal identifiability).
- Generalization is out-of-distribution behavior; low training loss does not imply it. Holdout performance is necessary, not sufficient, when distribution shift or leakage is present.
- Data leakage (Kapoor & Narayanan taxonomy) has invalidated hundreds of published studies: preprocessing on full data, duplicate near-duplicates across splits, future information in features, and test-set-driven model selection are structural failures, not nuisances.
- Baselines must be tuned fairly; a weak baseline makes novelty illusory. Include strong classical methods where appropriate (logistic regression, k-NN, calibrated linear models, GBDTs).
- Compute fairness matters: compare at matched FLOPs, wall-clock, or carbon when claiming efficiency; bigger models win some benchmarks by budget, not idea alone.
- Scaling laws relate loss to parameters, data, and compute — useful for planning, dangerous when extrapolated without mechanism.
- Alignment and safety are part of research when systems act in the world: reward hacking, distributional shift, jailbreaks, and emergent behaviors are empirical phenomena to measure.
- Reproducibility requires seeds, environments, data hashes, and pre-registered evaluation — NeurIPS/ICML checklists exist because defaults failed.
- Negative results and ablations that kill hypotheses are as valuable as SOTA increments when honestly reported.
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.
- 11d ago First seen · 258 lines · 90 tokens per session scan A 8a2fce0930ac
ai-researcher is an agent published in the GitHub repository K-Dense-AI/scientific-agents (172 stars, last pushed 23d ago), licensed MIT. It adds 90 tokens to every session and 3,858 once invoked, about $0.0005 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.
Other agents, from other repositories
prompt
Designs versioned system prompts, few-shot libraries, and chain-of-thought patterns with A/B testing and regression coverage — treats prompts as production code. Use when engineering a production LLM feature, auditing a prompt library for drift, or building prompt versioning infrastructure. Trigger with "design this…
knowledge-optimizer
Collects user feedback on comparison results and optimizes the knowledge base. Use when user indicates comparison results did not meet expectations or provides feedback on optimization quality. Adjusts confidence scores and manages knowledge entries.
prompt-engineer
Optimizes prompts for LLMs and AI systems. Use when building AI features, improving agent performance, or crafting system prompts. Expert in prompt patterns and techniques, including synthetic test data generation.
prompt-engineer
Optimizes prompts for LLMs and AI systems. Use when building AI features, improving agent performance, or crafting system prompts. Expert in prompt patterns and techniques.
tldrcrew-builder
Surgical 1-2 file edit. Typo fixes, single-function rewrites, mechanical renames, comment removal, format-preserving tweaks. Hard refuses 3+ file scope. Returns TLDR diff receipt. Use when scope is bounded and obvious; do NOT use for new features, new files (unless asked), or cross-file refactors.
Demonstrate
Agent for demonstrating VS Code features.