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
Once you are familiar with the basics, go deep-dive into the world of Generative AI!
46
+
47
+
## Building GenAI Applications
48
+
49
+
[**Generative AI for Beginners**](https://github.com/microsoft/generative-ai-for-beginners) is a multi-lingual course teaching everything you need to know to start building GenAI apps!
Copy file name to clipboardExpand all lines: 04-rag/README.md
+12-1Lines changed: 12 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,4 +33,15 @@ Watch the video, **Use OpenAI Assistants API to build your own cooking advisor b
33
33
34
34
[](https://youtu.be/1k4XGgsqfTM?si=909QFuvEcSfwo7rh)
Once you are familiar with the basics, go deep-dive into the world of Generative AI & RAG!
41
+
42
+
## Building GenAI Applications with RAG
43
+
44
+
[**Generative AI for Beginners**](https://github.com/microsoft/generative-ai-for-beginners) is a multi-lingual course for building GenAI apps, and the course includes a lesson for RAG application:
45
+
46
+
-[**Retrieval Augmented Generation (RAG) and Vector Databases**](https://github.com/microsoft/generative-ai-for-beginners/blob/main/15-rag-and-vector-databases/README.md)
Copy file name to clipboardExpand all lines: 06-agentic/README.md
+33-2Lines changed: 33 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,10 +14,20 @@ Agentic AI doesn’t just answer questions—it can:
14
14
-**Make decisions** in real-world workflows
15
15
-**Invoke tools and perform multistep tasks** without constant human supervision
16
16
17
-
Think of it as moving from “a smart assistant” → to “a problem-solving teammate.”
17
+
Think of it as moving from **a smart assistan** → to **a problem-solving teammate.**
18
18
19
19

20
20
21
+
### Agentic AI vs AI Agents
22
+
23
+
Let's not confuse these terms, although sometimes they are used almost interchangeably.
24
+
25
+
**Agentic AI** is a broad concept describing AI *systems* that can act autonomously with goals, decision-making, and the ability to affect their environment, often emphasizing human-like initiative and responsibility.
26
+
27
+
**AI agents**, on the other hand, are the practical implementations of this idea—software *entities* designed to perceive inputs, reason, and take actions within a specific environment (like a trading bot, customer support assistant, or game character).
28
+
29
+
In short: Agentic AI is the capability; AI agents are the concrete instances that use it!
30
+
21
31
## GitHub Copilot Agent Mode
22
32
23
33
A great example of Agentic AI in action is **GitHub Copilot Agent Mode**.
@@ -58,4 +68,25 @@ Watch the video, **Intro Agentic AI and Vibe code with GitHub Copilot Agent Mode
58
68
59
69
[](https://youtu.be/Oxn80TAgv7k)
Once you are familiar with the basics, go deep-dive into the world of agentic AI and building agents!
78
+
79
+
## Building Agents
80
+
81
+
[**AI Agents for Beginners**](https://github.com/microsoft/ai-agents-for-beginners) is a multi-lingual course teaching everything you need to know to start building AI Agents!
82
+
83
+
The course includes:
84
+
- Agentic frameworks
85
+
- Design pattern
86
+
- Security
87
+
88
+
and more!
89
+
90
+
## Building Microsoft 365 Agents
91
+
92
+
If you are interested in building enterprise grade AI agents for M365 platform, [**Copilot Developer Camp**](https://microsoft.github.io/copilot-camp/) is for you to learn various types of agents and how to build them!
Copy file name to clipboardExpand all lines: README.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,3 +35,6 @@ Learn the fundamentals of Generative AI, agentic AI, agents, and related technol
35
35
| s01e03 |[OpenAI Assistants API](03-assistants-api/README.md)| Learn OpenAI Assistants API and build your own cooking advisor bot on Teams. |
36
36
| s01e04 |[Intro to Retrieval-Augmented Generation (RAG)](04-rag/README.md)| Import your custom data using Azure AI Search and build a RAG-based AI assistant in Python using Teams Toolkit. |
37
37
| s01e05 |[Deploy to a Teams app using Azure OpenAI Studio](05-on-your-data/README.md)| Bring your AI app to Teams using Azure OpenAI Studio's 'Deploy to a Teams App' feature. |
38
+
39
+
## Doodle to Code on YouTube
40
+
[](https://www.youtube.com/playlist?list=PLWZJrkeLOrbYS_1Av5hiPilrtCfe7R1Eo)
0 commit comments