AI agent¶
Definition
AI-generated
An AI agent is a system that uses a language or multimodal model together with a control loop: it plans steps, calls tools (code, APIs, retrieval), observes results, and iterates until a goal is met—rather than producing a single static completion from one prompt.
Topics
Synonyms
Plural
AI agents
Why it matters in GWAS¶
Agent-style setups can automate literature triage, pipeline wiring, or report generation, but they multiply failure modes (wrong tool args, silent retries); governance, logging, and human checkpoints matter as much as for any regulated analysis.
Example usage¶
"Our curation pipeline uses an AI agent that iteratively calls retrieval and validation tools to draft glossary entries, then submits uncertain cases for human review."
Related terms¶
References¶
- Yao S, et al. (2023). ReAct: Synergizing reasoning and acting in language models. arXiv:2210.03629.
Last updated (UTC · Git history)