Skip to content

Commit 190d3cf

Browse files
committed
update the slides
1 parent 31c4403 commit 190d3cf

3 files changed

Lines changed: 3 additions & 4 deletions

File tree

src/components/slides/AdvancedTracksSlide.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const tracks = [
1414
icon: LayoutTemplate,
1515
eyebrow: '--design-ax',
1616
title: 'Agent Experience (AX)',
17-
text: 'Designing machine-readable interfaces, environments, and feedback loops that shape how agents operate.',
17+
text: 'Build for agents make them efficenent',
1818
},
1919
{
2020
icon: Code2,

src/components/slides/AgenticFutureSlide.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,7 @@ export function AgenticFutureSlide() {
3131
<motion.h2 variants={item}
3232
className="relative z-10 text-5xl md:text-6xl font-black text-center mb-4 leading-tight max-w-5xl"
3333
>
34-
Steering the{' '}
35-
<span className="gradient-text">Agentic Future</span>
34+
<span className="gradient-text">Long Live Agent Engineering</span>
3635
</motion.h2>
3736

3837
<motion.p variants={item} className="relative z-10 text-xl text-text-secondary text-center mb-12 max-w-4xl">

src/data/slides.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,6 @@ export const slides: SlideData[] = [
5858
{ id: 11, type: 'google-ecosystem', section: 'Frameworks', title: "Google's ecosystem for building production agents" },
5959
{ id: 12, type: 'resilient', section: 'Action', title: 'Practical rules for building reliable AI systems' },
6060
{ id: 13, type: 'advanced-tracks', section: 'Action', title: 'Future Proof' },
61-
{ id: 14, type: 'agentic-future', section: 'Action', title: 'Steering the Agentic Future' },
61+
{ id: 14, type: 'agentic-future', section: 'Action', title: 'Long Live Agent Engineering' },
6262
{ id: 15, type: 'closing', section: 'Action', title: 'Reliable AI systems are engineered, not merely prompted' },
6363
];

0 commit comments

Comments
 (0)