Skip to content

Commit e28df97

Browse files
authored
Merge pull request #54412 from GraemeMalcolm/main
Expanded content about agents
2 parents f16e555 + 4e576ca commit e28df97

3 files changed

Lines changed: 20 additions & 3 deletions

File tree

learn-pr/wwl-data-ai/get-started-ai-fundamentals/includes/2-generative-ai.md

Lines changed: 20 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,28 @@ Generative AI models encapsulate *semantic* relationships between language eleme
2929

3030
There are *large language models* (LLMs) and *small language models* (SLMs) - the difference is based on the volume of data and the number of variables in the model. LLMs are powerful and generalize well, but can be more costly to train and use. SLMs tend to work well in scenarios that are more focused on specific topic areas or that require easily deployed small models for local applications and agents on devices.
3131

32-
## Generative AI scenarios
32+
## What are agents?
3333

34-
Common uses of generative AI include:
34+
Agents are software applications built on generative AI that can reason over and generate natural language, automate tasks by using tools, and respond to contextual conditions to take appropriate action.
3535

36-
- Implementing AI *agents* that assist human users by providing information or automating tasks.
36+
![Diagram of an agent with a model, instructions, and tools.](../media/agent.png)
37+
38+
AI agents have three key elements:
39+
40+
- **A large language model**: This is the agent's brain; using generative AI for language understanding and reasoning.
41+
- **Instructions**: A system prompt that defines the agent’s role and behavior. Think of it as the agent’s job description.
42+
- **Tools**: These are what the agent uses to interact with the world. Tools can include:
43+
- *Knowledge* tools that provide access to information, like search engines or databases.
44+
- *Action* tools that enable the agent to perform tasks, such as sending emails, updating calendars, or controlling devices.
45+
46+
With these capabilities, AI agents can take on the role of digital assistants that intelligently automate tasks and collaborate with you to work smarter and more efficiently.
47+
48+
## Generative and agentic AI scenarios
49+
50+
Common uses of generative AI and agents include:
51+
52+
- Creating *chat bots* that answer user questions or engage in conversation.
53+
- Implementing AI assistants that assist human users by automating tasks.
3754
- Creating new documents or other content (often as a starting point for further iterative development)
3855
- Automated translation of text between languages.
3956
- Summarizing or explaining complex documents.
31.1 KB
Loading
-7.06 KB
Loading

0 commit comments

Comments
 (0)