Skip to content

Commit 28a55f1

Browse files
authored
Merge pull request #795 from zackproser/mastra-workshop-gif
Add timelapse gif of the workshop
2 parents 719276b + e2f1dd4 commit 28a55f1

File tree

2 files changed

+18
-4
lines changed

2 files changed

+18
-4
lines changed

src/content/blog/ai-pipelines-and-agents-mastra/page.mdx

Lines changed: 18 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ import good3 from '@/images/good3.jpg'
1010
import good4 from '@/images/good4.jpeg'
1111
import feedback1 from '@/images/mastra-workshop-feedback-1.webp'
1212
import feedback2 from '@/images/mastra-workshop-feedback-2.webp'
13+
import mastraWorkshopGif from '@/images/mastra-workshop.gif'
1314

1415
export const metadata = createMetadata({
1516
author: 'Zachary Proser',
@@ -24,6 +25,19 @@ export const metadata = createMetadata({
2425

2526
On June 3rd, 2025, my colleague **Nick Nisi** and I hosted a two hour workshop at the **AI Engineer World Fair** in San Francisco. The event gathered more than 70 engineers eager to build AI powered workflows in their own products using **Mastra.ai** - a new framework that allows you to orchestrate AI tasks using pure TypeScript.
2627

28+
<figure>
29+
<Image
30+
src={mastraWorkshopGif}
31+
alt="Mastra workshop in action - building AI workflows with TypeScript"
32+
width={640}
33+
height={360}
34+
className="rounded-lg shadow-lg"
35+
/>
36+
<figcaption className="mt-2 text-center text-sm text-gray-600 dark:text-gray-400">
37+
Watch our hands-on workshop as we guide 70+ engineers through building AI-powered workflows using Mastra.ai
38+
</figcaption>
39+
</figure>
40+
2741
<figure>
2842
<Image src={zackAndNick} alt="Zack and Nick ready to teach" />
2943
<figcaption className="mt-2 text-center text-sm text-gray-600 dark:text-gray-400">
@@ -314,11 +328,11 @@ While our workshop focused on meme generation, the same patterns apply to seriou
314328

315329
Want to bring hands-on AI training to your organization? I provide workshops and training sessions on building production AI workflows, agentic systems, and practical machine learning implementations.
316330

317-
<section className="bg-white dark:bg-gray-800 border border-gray-200 dark:border-gray-700 rounded-xl p-8 text-center">
331+
<div className="bg-white dark:bg-gray-800 border border-gray-200 dark:border-gray-700 rounded-xl p-8 text-center">
318332
<h2 className="text-2xl font-bold text-gray-900 dark:text-white mb-4">Looking for Technical Training?</h2>
319-
<p className="text-gray-600 dark:text-gray-300 mb-6 max-w-2xl mx-auto">
333+
<div className="text-gray-600 dark:text-gray-300 mb-6 max-w-2xl mx-auto">
320334
I'm available for corporate workshops, conference talks, and team training sessions on AI engineering, workflow automation, and developer tools. From hands-on coding sessions to strategic AI implementation planning.
321-
</p>
335+
</div>
322336
<div className="flex flex-col sm:flex-row gap-4 justify-center">
323337
<Link
324338
href="/speaking"
@@ -333,6 +347,6 @@ Want to bring hands-on AI training to your organization? I provide workshops and
333347
Get in Touch
334348
</Link>
335349
</div>
336-
</section>
350+
</div>
337351

338352
We can't wait to run more of these sessions in the future. If you want to follow along with the workshop materials yourself, head to the [mastra-agents-meme-generator](https://github.com/workos/mastra-agents-meme-generator) repo.

src/images/mastra-workshop.gif

17.1 MB
Loading

0 commit comments

Comments
 (0)