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
Migrate course links from Thinkific to new academy platform
Replace all dair-ai.thinkific.com and maven.com/dair-ai URLs with
academy.dair.ai across 86 files. Updates navigation, components,
content pages, localized pages, and README. Includes slug changes
for courses with new paths on the academy platform.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
🎉 We are excited to launch our new prompt engineering, RAG, and AI Agents courses under the DAIR.AI Academy. [Join Now](https://dair-ai.thinkific.com/bundles/pro)!
13
+
🎉 We are excited to launch our new prompt engineering, RAG, and AI Agents courses under the DAIR.AI Academy. [Join Now](https://academy.dair.ai/pricing)!
14
14
15
15
The courses are meant to compliment this guide and provide a more hands-on approach to learning about prompt engineering, context engineering, and AI Agents.
16
16
@@ -21,8 +21,8 @@ Happy Prompting!
21
21
---
22
22
## Announcements / Updates
23
23
24
-
- 🎓 We now offer self-paced prompt engineering courses under our DAIR.AI Academy. [Join Now](https://dair-ai.thinkific.com/bundles/pro)!
25
-
- 🎓 New course on Prompt Engineering for LLMs announced! [Enroll here](https://maven.com/dair-ai/prompt-engineering-llms)!
24
+
- 🎓 We now offer self-paced prompt engineering courses under our DAIR.AI Academy. [Join Now](https://academy.dair.ai/pricing)!
25
+
- 🎓 New course on Prompt Engineering for LLMs announced! [Enroll here](https://academy.dair.ai/courses/introduction-prompt-engineering)!
26
26
- 💼 We now offer several [services](https://www.promptingguide.ai/services) like corporate training, consulting, and talks.
27
27
- 🌐 We now support 13 languages! Welcoming more translations.
28
28
- 👩🎓 We crossed 3 million learners in January 2024!
Copy file name to clipboardExpand all lines: ar-pages/course.ar.mdx
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,13 +3,13 @@
3
3
import { Callout } from'nextra/components'
4
4
5
5
<Callouttype="info"emoji="🎓">
6
-
We've partnered with Maven to deliver the following live cohort-based courses on prompt engineering:
6
+
Check out our courses on prompt engineering at the DAIR.AI Academy:
7
7
8
-
-[LLMs for Everyone ](https://maven.com/dair-ai/llms-for-everyone) (Beginner) - learn about the latest prompt engineering techniques and how to effectively apply them to real-world use cases.
8
+
-[Introduction to Prompt Engineering](https://academy.dair.ai/courses/introduction-prompt-engineering) (Beginner) - learn about the latest prompt engineering techniques and how to effectively apply them to real-world use cases.
9
9
10
-
-[Prompt Engineering for LLMs ](https://maven.com/dair-ai/prompt-engineering-llms) (Advanced) - learn advanced prompt engineering techniques to build complex use cases and applications with LLMs.
10
+
-[Advanced Prompt Engineering](https://academy.dair.ai/courses/advanced-prompt-engineering) (Advanced) - learn advanced prompt engineering techniques to build complex use cases and applications with LLMs.
11
11
12
-
We are now offering a special discount for our learners. Use promo code MAVENAI20 for a 20% discount.
12
+
Use promo code PROMPTING20 for a 20% discount.
13
13
</Callout>
14
14
15
15
These hands-on courses are built to compliment this prompt engineering guide. They are designed to help expand your skills and knowledge by teaching you how to effectively apply the concepts learned in this guide to real-world use cases and applications.
Copy file name to clipboardExpand all lines: ar-pages/techniques/cot.ar.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -94,7 +94,7 @@ Finally, you ate 1 apple, so you would remain with 10 apples.
94
94
It's impressive that this simple prompt is effective at this task. This is particularly useful where you don't have too many examples to use in the prompt.
95
95
96
96
<Callouttype="info"emoji="🎓">
97
-
Want to learn more about advanced use cases of Chain-of-Thought? Check out our [new cohort-based course](https://maven.com/dair-ai/prompt-engineering-llms?cohortSlug=). Use promo code MAVENAI20 for a 20% discount.
97
+
Want to learn more about advanced use cases of Chain-of-Thought? Check out our [prompt engineering courses](https://academy.dair.ai/courses). Use promo code PROMPTING20 for a 20% discount.
Copy file name to clipboardExpand all lines: ar-pages/techniques/fewshot.ar.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -110,5 +110,5 @@ That didn't work. It seems like few-shot prompting is not enough to get reliable
110
110
Overall, it seems that providing examples is useful for solving some tasks. When zero-shot prompting and few-shot prompting are not sufficient, it might mean that whatever was learned by the model isn't enough to do well at the task. From here it is recommended to start thinking about fine-tuning your models or experimenting with more advanced prompting techniques. Up next we talk about one of the popular prompting techniques called chain-of-thought prompting which has gained a lot of popularity.
111
111
112
112
<Callouttype="info"emoji="🎓">
113
-
Want to learn more about how to effectively apply few-shot prompting? Check out our [new cohort-based course](https://maven.com/dair-ai/prompt-engineering-llms?cohortSlug=). Use promo code MAVENAI20 for a 20% discount.
113
+
Want to learn more about how to effectively apply few-shot prompting? Check out our [prompt engineering courses](https://academy.dair.ai/courses). Use promo code PROMPTING20 for a 20% discount.
Copy file name to clipboardExpand all lines: ar-pages/techniques/rag.ar.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,7 +39,7 @@ Below, we have prepared a notebook tutorial showcasing the use of open-source LL
39
39
</Cards>
40
40
41
41
<Callouttype="info"emoji="🎓">
42
-
Want to learn more about RAG? Check out our [new cohort-based course](https://maven.com/dair-ai/prompt-engineering-llms?cohortSlug=). Use promo code MAVENAI20 for a 20% discount.
42
+
Want to learn more about RAG? Check out our [Introduction to RAG course](https://academy.dair.ai/courses/introduction-to-rag). Use promo code PROMPTING20 for a 20% discount.
Copy file name to clipboardExpand all lines: pages/agents.en.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ import ContentFileNames from 'components/ContentFileNames'
6
6
In this section, we provide an overview of LLM-based agents, including definitions, common design patterns, tips, use cases, and applications.
7
7
8
8
<Callouttype="info"emoji="📚">
9
-
This content is based on our new course ["Building Effective AI Agents with n8n"](https://dair-ai.thinkific.com/courses/agents-with-n8n), which provides comprehensive insights, downloadable templates, prompts, and advanced tips into designing and implementing agentic systems.
9
+
This content is based on our new course ["Building Effective AI Agents with n8n"](https://academy.dair.ai/courses/building-effective-ai-agents), which provides comprehensive insights, downloadable templates, prompts, and advanced tips into designing and implementing agentic systems.
Copy file name to clipboardExpand all lines: pages/agents/ai-workflows-vs-ai-agents.en.mdx
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ import { Callout } from 'nextra/components'
7
7
Agentic systems represent a paradigm shift in how we orchestrate Large Language Models (LLMs) and tools to accomplish complex tasks. This guide explores the fundamental distinction between **AI workflows** and **AI Agents**, helping you understand when to use each approach in your AI applications.
8
8
9
9
<Callouttype="info"emoji="📚">
10
-
This content is based on our new course ["Building Effective AI Agents with n8n"](https://dair-ai.thinkific.com/courses/agents-with-n8n), which provides comprehensive insights, downloadable templates, prompts, and advanced tips into designing and implementing agentic systems.
10
+
This content is based on our new course ["Building Effective AI Agents with n8n"](https://academy.dair.ai/courses/building-effective-ai-agents), which provides comprehensive insights, downloadable templates, prompts, and advanced tips into designing and implementing agentic systems.
11
11
</Callout>
12
12
13
13
## What Are Agentic Systems?
@@ -219,11 +219,11 @@ Understanding the distinction between AI workflows and AI agents is crucial for
219
219
The choice between workflows and agents—or a combination of both—depends on your specific use case, performance requirements, and tolerance for autonomous decision-making. By aligning your system design with task characteristics, you can build more effective, efficient, and reliable AI applications.
220
220
221
221
<Callouttype="info"emoji="📚">
222
-
This content is based on our new course ["Building Effective AI Agents with n8n"](https://dair-ai.thinkific.com/courses/agents-with-n8n), which provides comprehensive insights, downloadable templates, prompts, and advanced tips into designing and implementing agentic systems.
222
+
This content is based on our new course ["Building Effective AI Agents with n8n"](https://academy.dair.ai/courses/building-effective-ai-agents), which provides comprehensive insights, downloadable templates, prompts, and advanced tips into designing and implementing agentic systems.
223
223
</Callout>
224
224
225
225
## Additional Resources
226
226
227
227
-[Anthropic: Building Effective Agents](https://www.anthropic.com/research/building-effective-agents)
Copy file name to clipboardExpand all lines: pages/agents/components.en.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ At the core of any effective AI agent is its planning capability, powered by lar
18
18
While current LLM planning capabilities aren't perfect, they're essential for task completion. Without robust planning abilities, an agent cannot effectively automate complex tasks, which defeats its primary purpose.
19
19
20
20
<Callouttype="info"emoji="🎓">
21
-
Learn how to build with AI agents in our new course. [Join now!](https://dair-ai.thinkific.com/courses/introduction-ai-agents)
21
+
Learn how to build with AI agents in our new course. [Join now!](https://academy.dair.ai/courses/introduction-ai-agents)
0 commit comments