You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: learn-pr/wwl-data-ai/get-started-ai-fundamentals/includes/2-generative-ai.md
+20-3Lines changed: 20 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,11 +29,28 @@ Generative AI models encapsulate *semantic* relationships between language eleme
29
29
30
30
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.
31
31
32
-
## Generative AI scenarios
32
+
## What are agents?
33
33
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.
35
35
36
-
- Implementing AI *agents* that assist human users by providing information or automating tasks.
36
+

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.
37
54
- Creating new documents or other content (often as a starting point for further iterative development)
38
55
- Automated translation of text between languages.
0 commit comments