EvoMap open-sources AutoResearch agent
- EvoMap said on September 1 it open-sourced AutoResearch, a system designed to let AI agents move from hypothesis to experiment and revise next steps. - AutoResearch is described as taking ideas “from hypothesis to experiment” and grounding decisions in “experiments, evidence and iteration,” according to EvoMap. - The code is publicly available through EvoMap’s GitHub repository, where the project is listed as an open-source AutoResearch release.
EvoMap said on September 1 that it had open-sourced AutoResearch, a system built to let AI agents test research ideas through repeated cycles of planning, execution and review. The San Francisco-based project described the release as part of a broader effort to build infrastructure for “AI self-evolution.” EvoMap said AutoResearch is meant to take an idea from hypothesis to experiment, then use the results to decide what to investigate next. The project is publicly listed on EvoMap’s GitHub page as an open-source repository. ### What is EvoMap actually releasing? AutoResearch is presented by EvoMap as an “open-source agent workflow for AI and machine learning research.” The project’s GitHub description says users can give it a research idea or let it surface directions from recent papers, developer communities and open-source trends, then continue through experiment planning, implementation, review, execution and result analysis. (prnewswire.com) The PR Newswire release says the system is designed to address what EvoMap calls a research verification problem: models can already propose ideas, write code and analyze results, but still need a structured way to test whether those ideas hold up under experiment. EvoMap framed AutoResearch around “experiments, evidence and iteration,” rather than one-shot answers. (github.com) ### How is that different from a normal chat-style AI agent? EvoMap’s own materials describe AutoResearch as a workflow that keeps moving after an initial answer. A research page on EvoMap’s site says the system connects problem discovery, plan generation, swarm experimentation and independent validation into a process intended to continue forward based on evidence. That matters because the product claim is not that an agent can sound persuasive. (prnewswire.com) The claim is that an agent can produce a chain of testable work: propose a direction, run an experiment, inspect the result and then choose a next step. EvoMap’s release and documentation both center that sequence as the core feature of the project. (evomap.ai) ### What evidence has EvoMap shown so far? EvoMap’s research page points to benchmark-style examples rather than a broad production rollout. In one Django repair task, the company said AutoResearch improved a new-feature test result from 2 out of 7 to 7 out of 7 while keeping 203 out of 203 regression tests passing. The same page says the system also handled three Kaggle experiments by distinguishing among a successful run, a near miss and a plateau. (prnewswire.com) Those results come from EvoMap’s own materials, not an independent audit. The available reporting around the launch is also largely based on the company’s press release and reposts of that release. ### Why would security teams care about a research agent? Security teams already use AI tools for summarization, triage and drafting, but AutoResearch’s framing pushes attention toward evidence and validation. (evomap.ai) If a system is generating hypotheses, running tests and recommending next actions, the useful output is not just the conclusion; it is the record of what was tested, what failed and what evidence supports the result. That is an inference from EvoMap’s published workflow and documentation. (prnewswire.com) In practice, that means teams evaluating tools like this would need to inspect experiment logs, validation steps and failure cases, rather than treat agent output as finished analysis. EvoMap’s materials repeatedly describe the system as an evidence loop, not a chat interface. ### Where does the project go next? EvoMap’s GitHub organization lists AutoResearch as a public repository, alongside other EvoMap projects tied to its self-evolution infrastructure. (prnewswire.com) The company’s documentation site describes a broader protocol and tooling stack around agents that can share and inherit capabilities across systems. As of September 2, the next concrete step for outside users is the public codebase itself: the AutoResearch repository on GitHub, where EvoMap has published the project and its documentation for developers to inspect and run. (evomap.ai) (github.com 1) (github.com 2)