Terms: Antigenic Agents 5/21/25 Flashcards
(36 cards)
What is an AI Agent?
Software program that perceives its environment, reasons, and acts autonomously to achieve goals, often using LLMs.
AI agents can perform tasks without direct human intervention and are capable of learning from their experiences.
Define Agentic AI.
Field focused on creating autonomous AI agents capable of complex, multi-step tasks with minimal human intervention.
This area emphasizes the development of sophisticated AI systems that can operate independently.
What is an Agentic Workflow?
System where one or more AI agents collaborate to manage, decide, and execute complex processes.
This approach allows for more efficient handling of tasks by leveraging multiple AI systems.
What characterizes an Autonomous Agent?
AI agent operating independently without direct human supervision for extended periods.
Autonomous agents are designed to function in dynamic environments where human oversight is impractical.
What is a Large Language Model (LLM)?
Advanced AI model trained on vast text data, used for understanding, generating, and manipulating language; often the ‘brain’ of an AI agent.
LLMs are crucial for enabling natural language processing capabilities in AI applications.
Define Prompt Engineering.
Designing and optimizing input prompts for LLMs to get desired responses or behaviors.
Effective prompt engineering can significantly enhance the performance of LLMs.
What does Tool Use / Function Calling mean in AI?
Ability of an AI agent to interact with external systems, APIs, or functions to perform tasks beyond the LLM’s inherent knowledge.
This capability expands the range of tasks an AI agent can accomplish.
What is Memory in AI Agents?
Ability of an AI agent to store and retrieve information from past interactions. Includes short-term and long-term memory.
Memory allows AI agents to learn from previous experiences and improve their responses.
What is Planning in AI Agents?
Process where an AI agent breaks down a complex goal into a sequence of steps.
Planning is essential for achieving multi-step tasks effectively.
Define Perception in AI Agents.
Ability of an AI agent to gather and interpret information from its environment.
Perception enables AI agents to respond appropriately to changes in their surroundings.
What is Reasoning in AI Agents?
Cognitive process where an AI agent analyzes information, applies logic, and makes decisions.
Reasoning is crucial for problem-solving and decision-making in AI systems.
What is LangChain?
Open-source framework for building LLM-powered applications, including agents, with modular components.
LangChain provides tools to facilitate the development of AI applications.
What is LangGraph?
Extension of LangChain for building stateful, multi-actor LLM applications with graph-based workflows, supporting cycles and HIL.
LangGraph enhances the capabilities of applications built with LangChain.
Define Model Context Protocol (MCP).
Open standard for standardized interaction between AI models and external tools/data sources.
MCP aims to facilitate interoperability between different AI systems.
What is the Agent-to-Agent (A2A) Communication Protocol?
Open standard for secure and interoperable communication between independent AI agents.
A2A protocols are essential for multi-agent systems to collaborate effectively.
Define Retrieval Augmented Generation (RAG).
Technique to enhance LLM responses by retrieving external knowledge and providing it as context.
RAG helps improve the accuracy and relevance of AI-generated content.
What is a Multi-Agent System (MAS)?
System composed of multiple interacting AI agents working together.
MAS can solve complex problems more efficiently than single-agent systems.
True or False: Human-in-the-Loop (HITL) systems involve no human oversight.
False
HITL systems integrate human involvement for validation and input in AI workflows.
What does Orchestration refer to in AI Workflows?
Coordinating and managing the execution of multiple components or agents in a complex workflow.
Effective orchestration is key to achieving desired outcomes in AI processes.
What is a Hallucination in the context of LLMs?
When an LLM generates incorrect or nonsensical information.
Hallucinations can undermine the reliability of AI-generated outputs.
Define Guardrails in AI.
Safety mechanisms or rules to guide AI behavior and prevent undesirable outcomes.
Guardrails are critical for ensuring the responsible use of AI technologies.
What is Ontology in AI?
Formal representation of knowledge as concepts and their relationships within a domain.
Ontologies help structure information for better understanding and processing by AI systems.
What company is behind LangChain and LangGraph?
LangChain, Inc.
This company provides tools for building LLM applications and agents.
What does Google offer in the realm of AI agents?
Provides a platform and open-source ADK for building enterprise-grade AI agents with support for MCP and A2A, and a managed runtime (Agent Engine).
Google’s tools facilitate the development of scalable AI solutions.