Source-linked AI summary
Towards Scientific Intelligence: A Survey of LLM-based Scientific Agents
Shuo Ren, Can Xie, Pu Jian, Zhenjiang Ren, Chunlin Leng, Jiajun Zhang
TL;DR
Scientific research needs systems that can manage complex tasks, heterogeneous data, and interdisciplinary workflows beyond the scope of general-purpose agents. This survey analyzes LLM-based scientific agents through their planners, memory, action spaces, and verifiers, while examining applications, ethics, and reproducibility. It concludes that effectiveness emerges from the synergistic integration of these mechanisms and identifies general planning, adaptive tooling, and responsible oversight as continuing challenges.
Problem
Existing surveys largely address general LLM-based agents, motivating a focused account of the distinctive architectures, requirements, and challenges of scientific agents.
Method
The survey uses a mechanism-centric perspective covering planners, memory, action spaces, and verifiers, together with scientific applications, benchmarks, ethics, and reproducibility.
Results
The analysis concludes that scientific-agent effectiveness emerges from synergistic integration of planning, memory, action, and verification mechanisms rather than from any single component.
Takeaways & Limitations
Future scientific agents require generalized planning, dynamic tool adaptation, interdisciplinary integration, real-time feedback, and collaboration between domain experts and AI researchers.
Takeaways & Limitations
The survey highlights unresolved risks from unchecked agency, vulnerable tool-augmented workflows, poisoned knowledge, injected responses, and sensitive multi-agent communication.
Abstract
from arXiv · showhide
As scientific research becomes increasingly complex, innovative tools are needed to manage vast data, facilitate interdisciplinary collaboration, and accelerate discovery. Large language models (LLMs) are now evolving into LLM-based scientific agents that automate critical tasks ranging from hypothesis generation and experiment design to data analysis and simulation. Unlike general-purpose LLMs, these specialized agents integrate domain-specific knowledge, advanced tool sets, and robust validation mechanisms, enabling them to handle complex data types, ensure reproducibility, and drive scientific breakthroughs. This survey provides a focused review of the architectures, design, benchmarks, applications, and ethical considerations surrounding LLM-based scientific agents. We highlight why they differ from general agents and the ways in which they advance research across various scientific fields. By examining their development and challenges, this survey offers a comprehensive roadmap for researchers and practitioners to harness these agents for more efficient, reliable, and ethically sound scientific discovery.
1 Introduction
This survey examines LLM-based scientific agents as specialized systems that combine domain knowledge, diverse tools, and validation mechanisms for complex scientific research. It introduces a mechanism-centric taxonomy organized around planners, memory, action space, and verifiers, alongside benchmarks, applications, ethical constraints, and future directions.
- Motivation: LLM-based scientific agents extend general-purpose agents by integrating domain-specific knowledge, diverse tools, and heterogeneous scientific data processing.Their action spaces include software APIs, simulators, and analytical tools, while their inputs can include numerical datasets, molecular structures, and biological sequences.
- Survey perspective: The survey proposes a mechanism-oriented taxonomy centered on four architectural mechanisms: planner, memory, action space, and verifier.This design-focused perspective connects high-level agent capabilities to the architectural principles supporting trustworthy and scientifically valid performance.
- Survey contributions: A running cathode-design example demonstrates how component subtypes can be combined into fit-for-purpose scientific agents.The example functions as an end-to-end recipe for assembling agent components.
- Survey contributions: The survey synthesizes more than 120 representative papers and more than 40 domain benchmarks into fine-grained, mechanism-level categories.The resulting literature and benchmark atlas is intended to help domain experts locate transferable techniques and baselines.
- Responsible design: The survey treats ethics, bias mitigation, and reproducibility as intrinsic design constraints embedded in agent architectures and verification modules.It also identifies interdisciplinary knowledge integration, dynamic adaptation, and standardized reproducibility protocols as open directions.
- Survey scope: The paper organizes scientific-agent analysis around architecture, benchmarks, applications, ethics, and a mechanism-level classification of related work.The architecture discussion covers planning, memory, action spaces, and verification, while later sections address evaluation, deployments, ethical implications, and reproducibility.
2 Architecture
LLM-based scientific agents are organized around planners that decompose research goals and coordinate memory, tools, and verification. Planning approaches include prompt-native schemas and context augmentation, while learned planners internalize planning strategies but face generalization and interpretability limits.
- 2 Architecture: The architecture comprises Planner, Memory, Action Space, and Verifier components that support iterative, context-aware scientific task processing.The Planner decomposes queries, retrieves context, and executes actions through tools; the Verifier supports reliability and empirical consistency.
- 2 Architecture: Scientific-agent planners translate research objectives into executable sequences coordinating tool invocation, memory operations, and verification.Planning spans hypothesis formulation, experimental design, data analysis, and validation.
- 2 Architecture: Prompt-native planners use language instructions and templates, whereas learned planners internalize planning strategies from domain trajectories or reward signals.Prompt-native approaches are interpretable and adaptable through prompt editing; learned approaches rely on training.
- 2.1 Prompt-Native Planners: Prompt-native planners include instructional or schema-driven planners and context-augmented planners that inject retrieved evidence into planning prompts.Context-augmented planners use literature, data, or experimental metadata to inform prioritization, feasibility, and methodology selection.
- 2.1.1 Prompt-Native Planners: Schema-driven planners provide transparency, reproducibility, and rapid deployment, but their adaptability depends on the quality and completeness of predefined schemas.They cannot dynamically restructure plans for novel problem types not anticipated by templates.
- 2.1.2 Learned Planners: Learned planners can discover planning strategies from experiment outcomes or preference judgments, but domain-trained planners generalize poorly beyond their training distribution and offer limited interpretability.Reward-optimized planners use outcomes such as experimental success, hypothesis validity, or human preferences as feedback.
M1. Historical Context
The supplied passages identify representative scientific-agent systems associated with the historical-context memory section, but provide little explanatory detail about their memory mechanisms.
- M1. Historical Context: The section references MetaAgent and STELLA among representative scientific-agent systems.
- M1. Historical Context: AccelMat, BiomedRAG, and Agent Laboratory are listed as representative systems in the section.
- M1. Historical Context: The section also lists BioScientist Agent, Coscientist, DrugAgent, ChemDFM, MatChat, GeoMinLM, AstroMLab, NatureLM, and Chemma.
M3. Intrinsic Knowledge
Scientific-agent memory combines historical context, external knowledge bases, and intrinsic model knowledge, but each mechanism faces trade-offs involving scalability, interpretability, retrieval quality, or information loss.
- M1. Historical Context: Historical context preserves conversational turns, tool outputs, intermediate results, and error traces across iterative scientific workflows.Advanced systems additionally store validated programs, successful protocols, experience trajectories, and persistent application state.
- M1. Historical Context: Historical-context memory supports procedural continuity and self-improvement, but finite context windows can truncate critical information and persistent storage complicates retention and retrieval.
- M2. External Knowledge Base: External knowledge bases extend beyond static model training and active context by retrieving, synthesizing, and connecting domain-specific scientific information.They can use semantic search, structured queries, literature databases, knowledge graphs, APIs, or web browsing.
- M2. External Knowledge Base: External knowledge bases can provide dynamically updated information, source attribution, and grounding in validated facts, while introducing query latency and retrieval-quality challenges.
- Discussion: Across memory mechanisms, textual memory can lose information at scale, parametric memory can lack interpretability, and external retrieval can become brittle in changing domains.The survey calls for adaptive, self-organizing memory, lifelong learning, and efficient forgetting to manage overload and update stored information.
T3. Code Generation & Execution
Code generation and execution lets scientific agents turn reasoning into executable analytical workflows, simulations, and tool-mediated operations. The survey highlights benefits from simulator and domain-model integration while identifying substantial adoption and reliability constraints.
- T3. Code Generation & Execution: Simulators translate natural-language instructions into executable codes or parameterized control signals, integrating simulation with planning, validation, and experimental workflows.This enables agents to configure simulations, invoke solvers, and post-process results.
- T3. Code Generation & Execution: Simulation integration improves computational accuracy and validity for complex dynamic problems, while reducing limitations in physical-law reasoning and computational precision.The survey presents this as a benefit of combining LLM reasoning with specialized simulation tools.
- T3. Code Generation & Execution: Domain-specific models serve as callable tools for specialized predictions, analyses, and transformations that require expertise impractical to encode in the core LLM.They provide access to models optimized on large-scale domain-specific datasets without retraining the agent.
- T3. Code Generation & Execution: Current implementations remain constrained by static tool sets, API-management difficulties, heterogeneous interfaces, unpredictable failures, computational costs, and reproducibility or security concerns.The survey recommends dynamic tool discovery, middleware, standardized interfaces, robust error handling, and resource-aware planning.
2.4 Verifier
Verification is the quality-control layer that checks scientific agents’ outputs for validity, feasibility, consistency, and factual or procedural errors. The survey distinguishes self-correction, multi-agent critique, human oversight, and tool-based validation, which can be combined in layered architectures.
- 2.4 Verifier: Verification safeguards scientific hypotheses, experimental designs, analyses, and claims against hallucinations, inconsistencies, factual inaccuracies, and procedural errors.These safeguards are intended to protect research integrity before outputs guide experiments, publication, or resource allocation.
- 2.4 Verifier: The survey categorizes verification into self-correction, multi-agent critique, human-in-the-loop verification, and tool-based validation.The mechanisms are not mutually exclusive and can provide complementary checks.
- V1. Self-Correction / Reflective Verification: Self-correction iteratively generates, critiques, and revises an output through reflective prompting and review-revision cycles.It offers rapid first-pass error detection without external dependencies, but single-model blind spots and hallucinated critiques can persist.
- V2. Multi-Agent Critique / Role-Based Verification: Multi-agent critique assigns differentiated evaluative roles to multiple LLM instances, producing diverse perspectives that can detect issues across scientific-validity dimensions.Disagreement among critics requires synthesis or adjudication mechanisms.
- V3. Human-in-the-Loop / Expert Oversight: Human oversight provides authoritative quality assurance and safety-critical validation, whereas tool-based validation supplies computationally grounded checks and quantitative refinement signals.Human involvement faces bottlenecks and subjectivity; tool-based validation faces limited availability, imperfect simulator fidelity, and high computational cost.
2.5 Discussion
Robust scientific agents combine complementary verification mechanisms rather than relying on a single check. Their deployment requires matching verification strategies to task criticality and domain maturity while advancing adaptive, metaverification, and formal-safety approaches.
- 2.5 Discussion: Layered verification combines rapid self-correction, diverse multi-agent critique, authoritative human oversight, and objective tool-based validation.This defense-in-depth architecture addresses complementary classes of scientific errors.
- 2.5 Discussion: Verification strategy depends on task criticality and domain maturity, with human oversight favored for hazardous applications and automated checks used more readily in computational research.Established simulators and databases support tool-based validation in mature scientific domains.
- 2.5 Discussion: Future systems need metaverification, uncertainty-adaptive verification, verification-aware learning, and formal guarantees for safety-critical applications.These directions are presented as important for deploying agents in autonomous, high-stakes workflows.
3 Benchmarks
The survey organizes benchmarks for LLM-based scientific agents from general reasoning to research-oriented abilities, covering foundational skills, expert knowledge, paper understanding, hypothesis discovery, and experimental workflows. These evaluations support broad assessment but remain limited by static tasks, obscured step-level failures, and cross-domain metric standardization challenges.
- Benchmarks assess scientific agents across foundational problem-solving, advanced scientific reasoning, paper-based research tasks, hypothesis discovery, and experiment design or automation.This range spans basic cognitive and analytical skills through research-oriented workflows.
- General Reasoning Ability Evaluation: General reasoning evaluations progress from K-12 geometry, algebra, logic, and statistics to higher-education scientific computing and graduate-level expert reasoning.Examples include Geometry3K, SciBench, SciEval, GPQA, and SuperGPQA.
- Scientific Research-Oriented Ability Evaluation: Research-oriented benchmarks test scientific paper chart comprehension, hypothesis discovery, cross-paper reasoning, and the exploration of findings from experimental data.Representative benchmarks include FigureQA, ArXivQA, MMSCI, SciMON, MOOSE-Chem, ResearchBench, PaperArena, DiscoveryBench, and DiscoveryWorld.
- These benchmarks provide comprehensive assessments across research stages and help guide development of scientific AI systems.The evaluation scope extends from foundational reasoning to hypothesis generation and experimental automation.
- Discussion: Current evaluations often use static datasets and predefined tasks, obscure failures at individual reasoning steps, and lack standardized metrics across scientific domains.The survey calls for adaptive, continuously updated benchmarks that mimic iterative scientific workflows and include domain-specific and cross-disciplinary metrics.
4 Applications
LLM-based scientific agents are applied across chemistry and materials science to automate synthesis, molecular design, materials discovery, and experimental validation. These applications combine planning, domain tools, simulations, robotic execution, and human feedback across increasingly closed-loop workflows.
- Across applications, scientific agents automate complex research tasks and are described as improving discovery efficiency across disciplines.The survey frames these systems as addressing labor-intensive research stages such as planning, experimentation, and analysis.
- Chemistry and Materials Science: LLM-based agents automate chemical synthesis planning, reaction-condition optimization, and experimental execution with robotic equipment and coordinated specialized agents.Coscientist integrates LLM planning with laboratory robotics, while ChemAgents coordinates literature, design, computation, and robot-operation roles.
- Chemistry and Materials Science: Molecular-design agents support inverse design, property prediction, structure optimization, spectroscopic elucidation, and tool-learning for chemical and materials applications.These systems use iterative review, reinforcement learning, specialized agent coordination, and tree-search-based tool execution.
- Chemistry and Materials Science: Materials-science agents combine hypothesis generation, physics-based simulation, computational tools, human feedback, and physical experiments in integrated discovery workflows.MAPPS, MatPilot, PriM, and HoneyComb connect computational prediction with experimental validation or tool execution.
4.2 Life and Biomedical Sciences
In life and biomedical sciences, LLM-based agents support drug discovery, target identification, bioinformatics, protein design, and molecular biology experimentation. These systems combine knowledge graphs, retrieval, reinforcement learning, memory, debugging, and iterative computational or experimental validation.
- Drug Discovery and Biomedical Research: Drug-discovery agents automate target identification, drug-target interaction prediction, therapeutic validation, repurposing, and end-to-end discovery workflows.Approaches integrate machine-learning predictions, biomedical knowledge graphs, literature search, adversarial reinforcement learning, and feedback-focused reasoning.
- Drug Discovery and Biomedical Research: OriGene identified and experimentally validated previously under-explored therapeutic targets including GPR160 for liver cancer and ARG2 for colorectal cancer.The system is described as a self-evolving multi-agent virtual disease biologist.
- Genomics and Bioinformatics: Bioinformatics agents streamline workflows from planning through execution using retrieval-augmented domain knowledge, debugging, memory, and self-iterative optimization.Examples include BioMaster and CellAgent for complex bioinformatics and single-cell RNA-seq analysis tasks.
- Protein Design and Molecular Biology: Multi-agent systems are applied to de novo protein design, protein analysis, data acquisition, and iterative computational and experimental discovery of design principles.Sparks and ProtAgents exemplify applications in protein design and molecular biology experimentation.
4.3 Physics and Engineering
In physics and engineering, LLM-based agents automate computational fluid dynamics, mechanics, electromagnetic manipulation, and quantum-system workflows. These applications connect natural-language scientific goals with simulation configuration, specialized retrieval, multi-agent coordination, and experimental implementation.
- Fluid Dynamics and Mechanics: Physics agents translate natural-language engineering requirements into OpenFOAM simulation configurations, including meshes, boundary conditions, solver parameters, and post-processing scripts.OpenFOAMGPT systems use retrieval over embedded domain knowledge, while related workflows add hierarchical retrieval and iterative review.
- Fluid Dynamics and Mechanics: Multi-agent systems support mechanics problems through dynamic agent interactions and specialized automation of simulation workflows.MechAgents uses a two-agent team setup, while other systems combine retrieval, refinement, and reviewer agents.
- Electromagnetic Fields and Quantum Systems: Specialized physics agents address electromagnetic-field manipulation, metamaterial optimization, quantum computing, and quantum-state engineering.These systems use knowledge-based coordination or multi-agent discussion to connect specialized reasoning with advanced physical control.
- Electromagnetic Fields and Quantum Systems: These applications bridge high-level scientific goals and low-level experimental implementation in advanced physics research.The survey specifically highlights challenges involving precise hardware control and sophisticated multiphysics reasoning.
4.4 Astronomy and Astrophysics
LLM agents support astronomy from observation planning and telescope execution through cosmological data analysis and interpretation. These systems are intended to help astronomers work with larger datasets and test more hypotheses than manual analysis allows.
- Astronomical Observation Workflows: StarWhisper converts natural-language observation requests into verifiable telescope-control sequences and executes approved programs.It generates pointing coordinates, exposure times, and filter selections before execution.
- Cosmological Data Analysis and Modeling: Astronomy-focused agents automate cosmological data analysis and machine-learning workflows across datasets such as Galaxy Zoo 2 and Quijote simulations.The examples span specialized multi-agent analysis and domain-specific astronomy question answering.
- Applications: Representative applications are organized across astronomy and astrophysics alongside other scientific domains.Figure 13 places astronomy and astrophysics with physics and engineering and Earth, environmental, and climate sciences.
- Cosmological Data Analysis and Modeling: These cosmological analysis agents enable astronomers to explore larger datasets and test more hypotheses than feasible through manual analysis alone.The reported scope extends from hypothesis formulation through computational analysis to scientific interpretation.
4.5 Earth, Environmental, and Climate Sciences
Earth, environmental, and climate applications use LLM agents for geospatial processing, geological interpretation, mineral exploration, data retrieval, and geomechanical simulation. These systems combine specialized knowledge, multimodal reasoning, retrieval, code execution, and multi-agent workflows.
- Geospatial Analysis and Geological/Climate Modeling: LLM agents are deployed for geospatial data processing, geological map interpretation, mineral exploration, and climate data analysis.The applications include GeoAgent and MineAgent for geospatial and remote-sensing workflows.
- Geospatial Analysis and Geological/Climate Modeling: GeoAgent combines a code interpreter, static analysis, retrieval-augmented generation, and Monte Carlo Tree Search for iterative geospatial code refinement.MineAgent adds hierarchical judging and decision-making for multimodal remote-sensing mineral exploration.
- Geospatial Analysis and Geological/Climate Modeling: LLM-Find autonomously retrieves geospatial data from scalable sources and uses self-debugging to correct code from error information.The cited sources include OpenStreetMap and US Census data.
- Geospatial Analysis and Geological/Climate Modeling: GeoMinLM and GeoSim.AI specialize geological or geomechanical workflows by combining proprietary or retrieved knowledge with expert information, tools, and simulation orchestration.GeoSim.AI translates natural language into technical simulation inputs while checking physical plausibility of parameters and configurations.
- Geospatial Analysis and Geological/Climate Modeling: PANGAEA GPT uses multi-agent LLM systems to improve interaction with geoscientific data through intelligent processing, natural-language interfaces, and collaboration.Its stated scope is accelerating geological research.
4.6 Machine Learning and Data Science
LLM agents are being applied to machine-learning research, algorithm discovery, mathematical reasoning, and scientific idea generation. Their workflows combine autonomous experimentation, execution feedback, search, optimization, and specialized reasoning methods.
- Machine Learning Research: AI Scientist and AI Scientist-v2 automate computer-science research from idea generation and experiments through analysis, paper writing, and simulated peer review.AI Scientist-v2 adds agentic tree search and vision-language-model feedback for figure refinement, with a fully AI-generated manuscript accepted at an ICLR workshop.
- Machine Learning Research: Agent Laboratory supports multi-agent autonomous scientific exploration across the machine-learning research process.The passage places it alongside systems that conduct experiments, analyze results, and generate scientific insights.
- Algorithm Discovery and Optimization: AlphaEvolve uses execution-evaluated code modifications in evolutionary search to discover and optimize algorithms across scheduling, kernels, circuits, and compiler-generated code.The cited applications span data-center scheduling, matrix multiplication, hardware circuit design, and compiler-generated code improvement.
- Applications: Figure 14 groups machine learning and data science applications with scientific literature review and meta-research.The figure presents these as a distinct application grouping.
- Scientific Idea Generation: HyperGen and VirSci apply LLM agents to scientific hypothesis or idea generation through specialized and iterative multi-agent approaches.VirSci uses iterative critique cycles for idea generation and refinement.
- Mathematical Reasoning: ToRA, ReFT, STEP-DPO, and CoT-Influx improve mathematical reasoning through tool integration, supervised or reinforcement learning, preference optimization, and context pruning.The approaches target complex, multi-step, or long-chain mathematical problem solving.
4.7 Scientific Literature Review and Meta-Research
LLM agents are used to automate literature search, reference selection, and scientific idea generation, while also supporting specialized scientific platforms. These applications connect scholarly retrieval with domain-specific analysis and hypothesis exploration.
- Scientific Literature Review and Meta-Research: PaSa autonomously sequences search-tool invocation, paper reading, and reference selection to answer complex scholarly queries comprehensively and accurately.The system is optimized through reinforcement learning.
- Scientific Literature Review and Meta-Research: SciMON applies literature-grounded methods to scientific idea generation and refinement.The passage introduces SciMON as another literature-focused agent alongside PaSa.
- Specialized Domain Applications and Platforms: Specialized platforms extend LLM-agent use to flavor hypothesis generation, animal-behavior analysis, and scientific machine-learning workflows.Examples include FoodPuzzle, AmadeusGPT, and MyCrunchGPT.
- Specialized Domain Applications and Platforms: FoodPuzzle combines in-context learning with retrieval from scholarly articles, internet blogs, and FlavorDB to propose flavor combinations grounded in chemical principles and culinary precedents.Its focus is autonomous flavor hypothesis generation and exploration.
- Specialized Domain Applications and Platforms: AmadeusGPT translates descriptions of animal behavior into executable analysis code and uses dual memory for conversational and symbolic retrieval.This enables biologists to perform computational analysis without programming expertise.
- Specialized Domain Applications and Platforms: MyCrunchGPT integrates stages of scientific machine learning for tasks including NACA airfoil design, optimization, and physics-informed fluid-mechanics simulations.The passage presents these as demonstrations of a ChatGPT-assisted scientific-computing framework.
4.8 Discussion
LLM-based scientific agents show potential across biomedical analysis and materials science by supporting data interpretation, complex decisions, and novel-hypothesis generation. However, current systems remain domain-specific, adapt poorly to evolving data, and often lack sufficient benchmark validation.
- Scientific-agent applications span biomedical analysis and materials science, supporting data interpretation, complex decision-making, and novel-hypothesis generation.These capabilities are presented as mechanisms through which agents may accelerate scientific discovery.
- Many current applications are domain-specific and lack the flexibility needed to generalize across diverse scientific disciplines.
- Static models can hamper integration of scientific knowledge with agent reasoning when data or research challenges change in real time.
- Insufficient validation against established scientific benchmarks raises concerns about the reproducibility and reliability of agent outputs.
- Future work should develop generalized frameworks that integrate heterogeneous data and support cross-disciplinary collaboration.The discussion also calls for real-time error detection, adaptive feedback, multimodal architectures, and closer collaboration between domain experts and AI researchers.
5 Ethics
The survey frames ethical scientific-agent design around human supervision, transparency, reliability, security, bias mitigation, accountability, and provenance. It emphasizes architectural and governance mechanisms that keep outputs inspectable, reproducible, and aligned with scientific standards.
- Agency and oversight: Scientific AI agents should remain tools under human supervision, with explicit constraints and continuous feedback supporting control.Hybrid frameworks combine top-down ethical rules with human feedback; SafeScientist adds refusal policies and an ethical-reviewer agent.
- Transparency and explainability: Transparency requires more than verbal rationales: retrieval logs, execution scripts, and intermediate results make decisions inspectable and reproducible.
- Hallucinations and reliability: Hallucinated statements can produce misleading scientific conclusions, motivating verifiers, process supervision, feedback loops, and validated-evidence memory.
- Security: Adversarial prompt injections, poisoned knowledge graphs, memory poisoning, tool-response injection, and malicious agents create research-level security risks.The cited discussion also identifies risks from model extraction and sensitive-information leakage through multi-agent communication.
- Bias and fairness: Biased training data can yield biased scientific inferences, making data diversity, provenance, fairness-aware methods, and bias audits methodological and moral imperatives.
- Accountability: Accountability mechanisms include explicit audits and reviewer or critic roles that evaluate planner outputs in ways resembling peer review.
- Authorship and ownership: AI-assisted datasets, code, and text should carry provenance metadata covering model versions, prompts, human contributors, and licensing terms.
6 Conclusion
The survey concludes that scientific-agent effectiveness depends on integrating planners, memory, action spaces, and verification rather than optimizing components in isolation. It connects this mechanism-centric view with benchmarked reasoning, multidisciplinary applications, and requirements for reproducible and responsible research.
- 6 Conclusion: Scientific-agent effectiveness emerges from synergistic integration of planners, memory, action spaces, and verification mechanisms.Planners decompose tasks, memory accumulates knowledge, action spaces connect tools and reasoning, and verification supports self-correction and oversight.
- 6 Conclusion: The survey distinguishes scientific agents from general-purpose systems through this integrated, mechanism-centric perspective.
- 6 Conclusion: The survey examines both general reasoning and domain-specific scientific competence as requirements for successful research applications.
- 6 Conclusion: Its application review covers deployments across multiple scientific disciplines, while its ethical discussion emphasizes reproducibility, transparency, and stringent research standards.
- 6 Conclusion: The survey presents continuous improvement as supporting greater interdisciplinary collaboration and innovation by connecting theoretical research with practical applications.