Can AI Agents Conduct Open-Ended Research
EvalCommunity Academy Case Study
Can AI Agents Conduct Open-Ended Research?
Using Shadow Evaluation to Assess Complex, Long-Horizon AI Performance
A source-based teaching case for evaluators, M&E and MEAL professionals, researchers and international development practitioners.
What Is a Shadow Evaluation?
A shadow evaluation gives an AI agent the central question from a high-quality unpublished study without providing the original paper, solution or findings.
The agent works independently, and researchers with expertise in the same question assess its output. The method tests judgment, research design, adaptation and final quality—not only whether the agent can complete technical activities.
Case Study Overview
AI agents can search literature, write code, operate tools, run experiments and produce complete documents. These capabilities create an important evaluation question:
How can evaluators determine whether an AI agent has solved an open-ended problem rather than merely completed many technical activities?
The source study examined this question through two real research problems taken from unpublished NeurIPS 2026 submissions. The agents completed substantial engineering work, but neither final paper met the standard expected by the original researchers.
Learning Objectives
By the end of this case study, participants will be able to:
- Distinguish narrow, verifiable AI evaluation from open-ended evaluation.
- Describe the components of a shadow evaluation.
- Separate technical completion from substantive quality.
- Identify the five failure modes reported in the study.
- Assess the method’s strengths and limitations.
- Apply shadow evaluation to an M&E workflow.
- Design human oversight and quality gates for an AI agent.
1. Why Open-Ended AI Performance Is Difficult to Evaluate
Many AI evaluations use fixed tasks with results that can be checked automatically. An agent may be asked to improve a score, reproduce a computational result, solve a coding problem or reduce training loss.
Open-ended research requires additional forms of judgment:
- Selecting worthwhile hypotheses
- Determining what evidence would answer the question
- Choosing appropriate data and methods
- Recognizing when an experiment is inadequate
- Deciding when to abandon an approach
- Prioritizing major criticism over minor comments
- Assessing whether the final contribution is significant and original
2. Three Approaches to Evaluating AI Research Agents
Automatically Verifiable Tasks
These are objective, repeatable and scalable, but normally require success to be represented by a predefined metric.
Blind Peer Review
This assesses a complete research paper, but review quality may vary and successful submissions may not reveal how many unsuccessful papers were generated.
Shadow Evaluation
This uses a real, unpublished question and expert assessment. It supports detailed analysis of open-ended work but is resource-intensive and difficult to scale.
3. The Shadow-Evaluation Process
Unpublished Research Question
↓
Independent AI-Agent Investigation
↓
Literature Review and Experiments
↓
Complete Research Paper
↓
Review by the Original Researchers
↓
Analysis of the Output and Agent Logs
4. The Central Evaluation Question
Can well-resourced frontier AI agents produce novel research at the standard expected of a leading machine-learning conference?
The evaluation distinguished four levels of performance:
- Activity: Did the agent search, code, experiment and use tools?
- Output: Did it produce a complete research paper?
- Quality: Were the methods, evidence and conclusions sound?
- Outcome: Did the work make a significant and sufficiently original contribution?
5. The Two Research Questions
Personas
The first question concerned the structure and controllability of personas in large language models.
TabPFN
The second question concerned the design of a distribution-shift detector for tabular foundation models.
Both questions came from papers that were unpublished when the principal experiments began, reducing the possibility that the agents could retrieve the researchers’ findings online.
6. Resources and Human Interventions
Each main experiment received:
- Six days of wall-clock time
- USD 3,000 in model API credits
- Additional GPU-compute credits
- A Linux virtual machine and open-web access
- Subagents, research logs and AI review tools
- A conference-quality research target
The study also reported three human interventions:
- Correction of a technical problem affecting the agent scaffold
- A 24-hour deadline extension
- A request for a final readability rewrite
7. How the Agent-Generated Papers Were Assessed
The original researchers assessed the papers using conference-style criteria including quality, clarity, significance and originality.
| Criterion | Personas | TabPFN |
|---|---|---|
| Quality | 2/4 | 1/4 |
| Clarity | 1/4 | 2/4 |
| Significance | 2/4 | 2/4 |
| Originality | 3/4 | 2/4 |
| Overall | 2/6 — Reject | 1/6 — Strong Reject |
The reviewers identified poorly justified data and experimental choices, conclusions that did not adequately follow from the evidence, limited contribution and unclear presentation.
8. What the Agents Did Successfully
The cases should not be reduced to a simple statement that the agents failed. They successfully:
- Conducted substantial literature reviews
- Managed research repositories and computing environments
- Debugged infrastructure and GPU problems
- Ran experiments and robustness checks
- Coordinated subagents and external review tools
- Produced complete LaTeX research papers
- Provided reproducibility code
- Detected some errors produced by subagents
- Reported negative results rather than fabricating positive findings
9. The Five Reported Failure Modes
- Poor judgment about the quality threshold.
The agents did not adequately recognize what was required for a strong, publishable contribution. - Weak creative response to design problems.
When initial ideas failed, the agents struggled to develop substantially different strategies. - Ineffective project-level backtracking.
They corrected local errors but did not effectively restart the overall project. - Poor resource and context awareness.
They did not manage the relationship between time, compute, budget and expected quality effectively. - Instruction drift.
Requirements recognized early in the process were not consistently followed throughout the multi-day task.
10. The Generator–Verifier Gap
The AI review systems frequently identified weaknesses in the papers. The more difficult problem was whether the research agent could prioritize the criticism and take an appropriate corrective action.
The agents struggled to:
- Separate critical problems from minor comments
- Treat repeated rejection as a redesign signal
- Avoid overweighting favourable feedback
- Convert criticism into a fundamentally different research plan
11. Strengths and Limitations of Shadow Evaluation
Strengths
- Tests open-ended decision-making
- Uses questions that were not publicly available
- Uses reviewers with direct expertise in the question
- Examines process logs as well as final outputs
- Can be repeated with new models and questions
- Supports detailed qualitative analysis
Limitations
- Only two principal research questions were studied
- The reviewers were not blind
- There was no single objective ground truth
- The selected questions may not represent all research tasks
- Model and scaffold choices may have influenced performance
- The original human researchers worked on the questions for longer
12. What Can and Cannot Be Concluded?
Supported by the Cases
- The tested agents performed substantial research-engineering work.
- They did not produce acceptable answers to the two selected questions.
- Similar failure patterns appeared across the two cases.
- Output completion was not an adequate measure of research success.
- Process logs revealed problems that final-output review could miss.
Not Established by the Study
- That no AI agent can conduct open-ended research
- That AI agents will never become autonomous researchers
- That all professional fields will produce the same results
- That shadow evaluation is free from bias
- That AI agents are not useful to human researchers or evaluators
13. Application to Monitoring and Evaluation
An AI agent may complete a visible M&E activity while still failing to achieve the intended outcome.
For example, an agent may:
- Produce an evaluation matrix using unsuitable methods
- Code interviews without identifying meaningful patterns
- Draft a report without adequately supporting its claims
- Calculate an indicator correctly but misinterpret its meaning
- Review a donor call while missing a critical requirement
- Generate a complete proposal that does not address the evaluation criteria
A strong AI-agent evaluation should examine:
- Inputs: Data, tools, permissions and instructions
- Activities: Searches, calculations, analyses and reviews
- Outputs: Documents, datasets or recommendations produced
- Quality: Accuracy, completeness, clarity and compliance
- Outcome: Whether the task supported the intended decision
- Adaptation: Whether the agent responded appropriately to feedback
- Efficiency: Use of time, tools and budget
- Safety: Protection of evidence, data and credentials
14. Converting the Findings into AI-Agent Controls
- Premature commitment: Require an alternatives register and minimum exploration stage.
- Weak design: Require human approval before the main method is executed.
- Repeated negative reviews: Create a stop-and-redesign rule.
- Poor feedback prioritization: Classify issues as critical, major or minor.
- Resource problems: Add scheduled budget and time checkpoints.
- Instruction drift: Use a persistent compliance checklist.
- Unsupported conclusions: Require an evidence-to-claim verification table.
- Weak presentation: Separate methodological, technical and editorial review.
Practical Build
Design a Shadow Evaluation for an M&E AI Agent
Select a completed M&E task and design a controlled comparison between an AI agent and the original professional output.
Possible tasks include:
- Developing an evaluation matrix
- Analyzing qualitative interview summaries
- Preparing an evidence-synthesis brief
- Reviewing an indicator framework
- Drafting an evaluation-report section
- Assessing a donor call for compliance
- Conducting a data-quality assessment
- Select a completed professional task with a credible human-produced output.
- Define the intended outcome, not only the required document.
- Provide realistic evidence, time, tools and permissions.
- Withhold the completed human answer.
- Select expert reviewers.
- Collect process logs, decisions, reviews and resource-use records.
- Apply quality, traceability, adaptation and safety criteria.
- Document limitations and avoid unsupported generalization.
Shadow Evaluation Design Template
| Evaluation Component | Learner Response |
|---|---|
| AI-agent task | |
| Intended outcome | |
| Human comparison output | |
| Evidence provided | |
| Information withheld | |
| Time and resource budget | |
| Expert reviewers | |
| Quality criteria | |
| Process evidence | |
| Stop and redesign rules | |
| Human intervention points | |
| Data-protection controls | |
| Limitations |
Case Discussion Questions
- What capability was the study attempting to measure?
- Why would a standard coding benchmark have been insufficient?
- Should the successful engineering work count as partial success?
- Why is “paper completed” an inadequate primary outcome?
- What should have triggered project-level backtracking?
- How should conflicting AI reviews be prioritized?
- Which decisions should remain with a human expert?
- How might non-blind review affect the results?
- What evidence would be needed before generalizing the findings?
- Which M&E task could your organization test through shadow evaluation?
Key Takeaways
- Open-ended capability cannot always be assessed through a fixed metric.
- Technical completion is not the same as substantive success.
- Expert review can reveal weaknesses that activity counts miss.
- Process logs help explain why an agent succeeds or fails.
- Review tools are insufficient unless feedback produces appropriate action.
- Shadow evaluation is useful but resource-intensive and dependent on expert judgment.
- Two cases provide early evidence, not a universal conclusion.
Main Sources and Further Reading
The original paper remains the primary source for the research design, findings, figures and limitations.
- Original research paper — arXiv:
https://arxiv.org/abs/2607.27191
- Original research paper — PDF:
https://arxiv.org/pdf/2607.27191
- CRUX evaluation project and reproduction materials:
https://cruxevals.com
- NeurIPS 2026 reviewing guidance:
https://neurips.cc/Conferences/2026/ReviewerGuidelines
- NeurIPS paper checklist:
https://neurips.cc/public/guides/PaperChecklist
Frequently Asked Questions
Did the study prove that AI agents cannot conduct research?
No. It provided early evidence from two demanding questions. The tested agents completed substantial engineering work but did not produce papers accepted by the original researchers.
Why were unpublished questions used?
This reduced the chance that the agents could retrieve the original researchers’ findings online or reproduce a known answer.
Why is task completion an insufficient metric?
An agent can complete searches, experiments and documents while still using weak methods, misinterpreting evidence or failing to achieve the intended outcome.
Can shadow evaluation be applied to M&E?
Yes. It can be adapted to evaluation-matrix design, evidence synthesis, qualitative analysis, indicator review, compliance analysis and report drafting when a credible human comparison exists.
Continue Your Learning
Develop Practical and Responsible AI Skills for Evaluation
Continue with the EvalCommunity Academy pathway that best matches your professional learning goals.
AI in Monitoring & Evaluation Certificate
Apply AI across evidence collection, analysis, reporting, visualization and responsible M&E practice.
AI Agents for Evaluators Certificate
Learn how to design, build, test and validate AI agents for evaluation and M&E workflows.
