AI Agents and Compound AI Systems

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/10

flashcard set

Earn XP

Description and Tags

Flashcards on AI Agents and Compound AI Systems

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

11 Terms

1
New cards

Limitations of Monolithic Models

Limited by the data they've been trained on, impacting their knowledge and task-solving abilities; hard to adapt, requiring data and resource investment for tuning.

2
New cards

Compound AI Systems

AI systems that integrate models into existing processes, allowing them to access databases and other external resources for more accurate and comprehensive problem-solving.

3
New cards

System Approach

The ability to break down a desired program function and select the appropriate components to achieve it, offering a faster and more adaptable solution than tuning a model.

4
New cards

Retrieval Augmented Generation (RAG)

A popular Compound AI system where models are prompted to create a search query that can go into a database, fetch information, output an answer, and then, that would go back into the model that can generate a sentence to answer.

5
New cards

Control Logic of a Program

The defined path to answer a query in a Compound AI system, often programmatically controlled by a human.

6
New cards

Agentic Approach

A Compound AI system where a large language model (LLM) is in charge of the control logic, leveraging the LLM's reasoning capabilities to solve complex problems.

7
New cards

Reasoning

The capability of LLM agents to develop a plan and reason about each step of the process, putting the model at the core of problem-solving.

8
New cards

Tools

External programs that LLM agents can call to execute solutions, such as search engines, databases, calculators, or other language models.

9
New cards

Memory

The ability of LLM agents to store and retrieve inner logs or conversation history for more personalized and context-aware interactions.

10
New cards

React

A configuration approach for AI agents that combines the reasoning and acting components of LLMs.

11
New cards

Sliding Scale of LLM Autonomy

A system that examines the trade-offs and what they want in terms of an autonomy of the system.