diff --git a/apps/blog/content/blog/agentic-engineering-at-prisma/index.mdx b/apps/blog/content/blog/agentic-engineering-at-prisma/index.mdx index 3abeda5ee6..b138e537cb 100644 --- a/apps/blog/content/blog/agentic-engineering-at-prisma/index.mdx +++ b/apps/blog/content/blog/agentic-engineering-at-prisma/index.mdx @@ -9,7 +9,7 @@ metaDescription: "Part of Prisma's agentic software development series on how it heroImagePath: "/agentic-engineering-at-prisma/imgs/hero.svg" metaImagePath: "/agentic-engineering-at-prisma/imgs/meta.png" tags: ["ai"] -series: agentic-software-development +series: agentic-engineering seriesIndex: 2 --- diff --git a/apps/blog/content/blog/drive-and-the-maker/index.mdx b/apps/blog/content/blog/drive-and-the-maker/index.mdx index d8ae665c2f..ba4fc97b44 100644 --- a/apps/blog/content/blog/drive-and-the-maker/index.mdx +++ b/apps/blog/content/blog/drive-and-the-maker/index.mdx @@ -9,7 +9,7 @@ metaDescription: "Part of Prisma's agentic software development series on how it heroImagePath: "/drive-and-the-maker/imgs/hero.svg" metaImagePath: "/drive-and-the-maker/imgs/meta.png" tags: ["ai"] -series: agentic-software-development +series: agentic-engineering seriesIndex: 3 --- diff --git a/apps/blog/content/blog/evolving-agentic-engineering-at-prisma/index.mdx b/apps/blog/content/blog/evolving-agentic-engineering-at-prisma/index.mdx index 50d12451df..6bdebeb2cb 100644 --- a/apps/blog/content/blog/evolving-agentic-engineering-at-prisma/index.mdx +++ b/apps/blog/content/blog/evolving-agentic-engineering-at-prisma/index.mdx @@ -9,7 +9,7 @@ metaDescription: "A follow-up on what we learned after putting Drive into practi heroImagePath: "/evolving-agentic-engineering-at-prisma/imgs/hero.svg" metaImagePath: "/evolving-agentic-engineering-at-prisma/imgs/meta.png" tags: ["ai"] -series: agentic-software-development +series: agentic-engineering seriesIndex: 4 --- diff --git a/apps/blog/content/blog/how-prisma-build-with-agentic-ai/index.mdx b/apps/blog/content/blog/how-prisma-build-with-agentic-ai/index.mdx index 870795017e..8adff52862 100644 --- a/apps/blog/content/blog/how-prisma-build-with-agentic-ai/index.mdx +++ b/apps/blog/content/blog/how-prisma-build-with-agentic-ai/index.mdx @@ -9,7 +9,7 @@ metaDescription: "In three months, Prisma fundamentally changed how it builds so metaImagePath: "/how-prisma-build-with-agentic-ai/imgs/meta.png" heroImagePath: "/how-prisma-build-with-agentic-ai/imgs/meta.png" tags: ["ai", "education"] -series: agentic-software-development +series: agentic-engineering seriesIndex: 1 --- diff --git a/apps/blog/src/lib/series-registry.ts b/apps/blog/src/lib/series-registry.ts index c376b039b5..0a368347f6 100644 --- a/apps/blog/src/lib/series-registry.ts +++ b/apps/blog/src/lib/series-registry.ts @@ -11,8 +11,8 @@ * cards take prime real estate. */ export const seriesRegistry = { - "agentic-software-development": { - title: "Agentic software development at Prisma", + "agentic-engineering": { + title: "Agentic engineering at Prisma", description: "How Prisma builds software with AI agents: introducing the practice, the process and documentation layer that make cross-repo agent work possible, the Drive process and the Maker role, and how the approach keeps evolving as models and harnesses improve.", featured: false, @@ -25,14 +25,14 @@ export const seriesRegistry = { featured: true, docsUrl: "https://docs.prisma.io/docs/prisma-compute", docsLabel: "Read the Prisma Compute docs", - relatedSeries: ["agentic-software-development", "prisma-next"], + relatedSeries: ["agentic-engineering", "prisma-next"], }, "prisma-next": { title: "Prisma Next", description: "Follow the journey of Prisma Next, the next evolution of Prisma ORM. From the announcement and roadmap to TypeScript migrations, the extension API, and Early Access.", featured: true, - relatedSeries: ["agentic-software-development", "prisma-compute"], + relatedSeries: ["agentic-engineering", "prisma-compute"], }, "rust-to-typescript-migration-journey": { title: "Prisma ORM: The Complete Rust-to-TypeScript Migration Journey",