ai-researcher

ai-researcher is an agent for Claude Code from K-Dense-AI/scientific-agents. It costs 90 tokens per session (3,858 once invoked), scanned A, original, MIT.

An expert guide for conducting and evaluating artificial-intelligence research. It covers experiment design, data quality, model evaluation, reproducibility, and responsible reporting.

In plain words
What is it for?
Use it to design machine-learning experiments, compare models, check whether results can be reproduced, investigate benchmark claims, and prepare research reports.
Why use it?
It helps distinguish genuine model improvements from results caused by data leakage, weak testing, chance, or differences in the data used for training and evaluation.

Agent for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: mentions AGENTS.md.

Part of the ai-researcher plugin — 1 agent shipped together

Good fit Use it to design machine-learning experiments, compare models, check whether results can be reproduced, investigate benchmark claims, and prepare research reports.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/k-dense-ai/scientific-agents/ai-researcher
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.

Clone the repo
git clone --depth 1 https://github.com/K-Dense-AI/scientific-agents

Made for: Claude Code.

Or install ai-researcher, the plugin that ships this one along with the rest of its 1 agent.

Wrote 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.

agentmods badge for ai-researcher

README.md
[![agentmods](https://agentmods.dev/badge/agents/k-dense-ai/scientific-agents/ai-researcher/github.svg)](https://agentmods.dev/agents/k-dense-ai/scientific-agents/ai-researcher)
Your own site
<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.

agentmods 80×15 button for ai-researcher

Your own site · 80×15
<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>
Per session 90 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 3,858 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.1 $0.00090 $0.03858
Opus 5 $0.00045 $0.01929
Sonnet 5 $0.00018 $0.00772
Haiku 4.5 $0.00009 $0.00386

Measured 11d ago against content hash 8a2fce0930ac, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

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.

scientific-agents/ai-researcher/agents/ai-researcher.md · 258 lines

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.

Read the full file on GitHub · 258 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. 11d ago First seen · 258 lines · 90 tokens per session scan A 8a2fce0930ac

Subscribe to this mod's changes

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.

Related

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…

jeremylongshore/tons-of-skills-marketplace · 70 tokens

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.

shinpr/rashomon · 44 tokens

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.

NickCrew/Claude-Cortex · 44 tokens

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.

NickCrew/Claude-Cortex · 38 tokens

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.

0p9b/TLDR · 76 tokens

Demonstrate

Agent for demonstrating VS Code features.

microsoft/vscode · 10 tokens