Terms: Antigenic Agents 5/21/25 Flashcards

(36 cards)

1
Q

What is an AI Agent?

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Define Agentic AI.

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is an Agentic Workflow?

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What characterizes an Autonomous Agent?

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is a Large Language Model (LLM)?

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Define Prompt Engineering.

A

Designing and optimizing input prompts for LLMs to get desired responses or behaviors.

Effective prompt engineering can significantly enhance the performance of LLMs.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What does Tool Use / Function Calling mean in AI?

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is Memory in AI Agents?

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What is Planning in AI Agents?

A

Process where an AI agent breaks down a complex goal into a sequence of steps.

Planning is essential for achieving multi-step tasks effectively.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Define Perception in AI Agents.

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What is Reasoning in AI Agents?

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What is LangChain?

A

Open-source framework for building LLM-powered applications, including agents, with modular components.

LangChain provides tools to facilitate the development of AI applications.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What is LangGraph?

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Define Model Context Protocol (MCP).

A

Open standard for standardized interaction between AI models and external tools/data sources.

MCP aims to facilitate interoperability between different AI systems.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What is the Agent-to-Agent (A2A) Communication Protocol?

A

Open standard for secure and interoperable communication between independent AI agents.

A2A protocols are essential for multi-agent systems to collaborate effectively.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Define Retrieval Augmented Generation (RAG).

A

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.

17
Q

What is a Multi-Agent System (MAS)?

A

System composed of multiple interacting AI agents working together.

MAS can solve complex problems more efficiently than single-agent systems.

18
Q

True or False: Human-in-the-Loop (HITL) systems involve no human oversight.

A

False

HITL systems integrate human involvement for validation and input in AI workflows.

19
Q

What does Orchestration refer to in AI Workflows?

A

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.

20
Q

What is a Hallucination in the context of LLMs?

A

When an LLM generates incorrect or nonsensical information.

Hallucinations can undermine the reliability of AI-generated outputs.

21
Q

Define Guardrails in AI.

A

Safety mechanisms or rules to guide AI behavior and prevent undesirable outcomes.

Guardrails are critical for ensuring the responsible use of AI technologies.

22
Q

What is Ontology in AI?

A

Formal representation of knowledge as concepts and their relationships within a domain.

Ontologies help structure information for better understanding and processing by AI systems.

23
Q

What company is behind LangChain and LangGraph?

A

LangChain, Inc.

This company provides tools for building LLM applications and agents.

24
Q

What does Google offer in the realm of AI agents?

A

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.

25
Which company provides AutoGen, Semantic Kernel, and Copilot Studio?
Microsoft ## Footnote These frameworks and platforms assist in creating multi-agent systems and integrating LLMs.
26
What does Amazon offer for building AI applications?
Provides a managed service (Bedrock Agents) for building task-performing AI applications and an initiative (Nova Act) focused on autonomous web interaction. ## Footnote Amazon's services aim to enhance the efficiency of AI solutions.
27
What is OpenAI known for in AI development?
Offers APIs and SDKs for building customizable AI agents with built-in tools, leveraging their advanced LLMs. ## Footnote OpenAI's offerings are widely used for developing AI applications.
28
Who is behind the Claude family of LLMs?
Anthropic ## Footnote Anthropic focuses on creating safe and capable LLMs for reliable AI agent development.
29
What framework did IBM develop for agent-based workflows?
BeeAI ## Footnote BeeAI is designed for scalable enterprise deployments involving AI agents.
30
What is CrewAI?
Open-source framework for orchestrating role-playing, autonomous AI agents that collaborate as a 'crew.' ## Footnote CrewAI emphasizes teamwork among AI agents in various tasks.
31
What is MetaGPT?
Open-source framework that simulates a software company using multiple AI agents in specialized roles following SOPs. ## Footnote MetaGPT showcases the potential of AI in business simulations.
32
What is a strategy for enhancing LLM responses?
Retrieval Augmented Generation (RAG) ## Footnote RAG is used to improve accuracy and reduce hallucinations in AI outputs.
33
What does Human-in-the-Loop (HIL) involve?
Involve human oversight and intervention at critical points in agentic workflows, especially for sensitive tasks. ## Footnote HIL is crucial for ensuring the quality and safety of AI outputs.
34
What is the strategy of Multi-Agent Systems (MAS)?
Utilize multiple specialized AI agents that collaborate to solve complex problems. ## Footnote MAS leverages the strengths of various agents to address challenges more effectively.
35
Define Phased Deployment.
Implement AI agents gradually, starting with pilot projects and scaling up based on performance and feedback. ## Footnote Phased deployment helps mitigate risks associated with AI implementation.
36
What does Continuous Monitoring and Maintenance entail?
Regularly track agent behavior, performance, and resource usage, and update based on new data and requirements. ## Footnote Ongoing maintenance is essential for optimal AI agent performance.