AIAny
AI Agent2024
Icon for item

RD-Agent

Splits autonomous R&D into two cooperating agents: one proposes hypotheses, the other writes and tests code — iterating on quant-finance factors, Kaggle pipelines, and model research. Hits a ~30% medal rate on MLE-Bench, nearly double AIDE's.

Introduction

Most attempts to automate research collapse the entire loop into one prompt-and-pray agent. RD-Agent's bet is that proposing ideas and implementing them are different skills, so it splits the work between an R agent that generates and ranks hypotheses and a D agent that turns the winning idea into working, tested code — then feeds the results back so each round is informed by the last.

What Sets It Apart
  • Evolution over one-shot generation: the R↔D loop keeps refining factors and models across iterations, so quality compounds instead of riding on a single lucky completion.
  • Domain depth, not toy demos: it ships concrete scenarios for quant trading (deep Qlib integration for factor and model co-evolution), Kaggle-style data science, paper-to-model reproduction, and LLM fine-tuning via FT-Agent.
  • Numbers that hold up: on MLE-Bench the o3(R)+GPT-4.1(D) pairing reaches a ~30% medal rate (about 51% on low-complexity tasks) versus ~17% for AIDE o1-preview, and the quant variant reports roughly 2x the annualized return of benchmark factor libraries while using ~70% fewer factors.
Who It's For

Great fit if you have a well-scoped, metric-driven R&D loop — quant factor search, Kaggle pipelines, repeatable model experiments — where success is measurable and the agent can learn from each run. Look elsewhere if your work is open-ended or hard to score automatically: the framework leans on strong frontier models and a clean evaluation signal, and running long evolution loops burns real token and compute budget.

Information

  • Websitegithub.com
  • AuthorsMicrosoft
  • Published date2024/05/09

Categories

More Items

Hugging Face
AI Model2026

Open-weights LLM fine-tuned for phone-based voice agents that prioritizes low latency and reliable tool/function calling. Based on NVIDIA Nemotron 3 Nano (30B total, 3.5B active), supports very long contexts (262,144 tokens) and recommends temperature=0 with thinking disabled for deployment.

GitHub
AI Agent2026

A curated collection of production-ready Agent Skills that turn tasks—presentation production, image generation, local KB retrieval, article assembly, and web-design—into agent-loadable skill folders. Uses a SKILL.md contract, supports multiple agent runtimes (Claude Code, Cursor, Codex), and offers modular install paths with pinned release zips.

GitHub
AI Agent2026

Provides a ruleset and skills that make AI coding agents prefer the simplest correct implementation: reuse existing code, prefer stdlib/native features, and only write minimal new code. Cuts generated LOC, tokens, cost and time while preserving validation and safety.