Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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
---

Expand Down
2 changes: 1 addition & 1 deletion apps/blog/content/blog/drive-and-the-maker/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
---

Expand Down
8 changes: 4 additions & 4 deletions apps/blog/src/lib/series-registry.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand All @@ -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",
Expand Down
Loading