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

Turns fragile, implicit search progress into explicit, persistent, shared state for multi-agent information seeking — externalizes progress as Frontier Task, Evidence Graph, Coverage Map and Failure Memory, and uses pipeline-parallel scheduling plus a middleware harness to avoid repeated failed searches and improve utilization and throughput.

GitHub
AI Agent2026

Provides a lightweight Python harness that turns LLMs into working agents with tool-use, skills, persistent memory, permission controls and multi-agent coordination. Ships with a CLI/React TUI, 43+ built-in tools, a plugin/skill system and the ohmo personal-agent for chat gateways. Best for developers prototyping agent workflows and multi-agent experiments.

GitHub
AI Client2025

Turns Chromium into a local-first AI browser with an embedded assistant that can summarise pages, extract structured data, automate web tasks, and run scheduled agents. Built as an open-source Chromium fork with 53+ built-in browser tools, 40+ app integrations, and support for BYO AI keys or fully local models (Ollama / LM Studio).