Skip to content

Add Evolving Agentic Engineering at Prisma blog post#7968

Open
tylerhogarth wants to merge 2 commits into
mainfrom
blog/evolving-agentic-engineering-at-prisma
Open

Add Evolving Agentic Engineering at Prisma blog post#7968
tylerhogarth wants to merge 2 commits into
mainfrom
blog/evolving-agentic-engineering-at-prisma

Conversation

@tylerhogarth

@tylerhogarth tylerhogarth commented Jun 19, 2026

Copy link
Copy Markdown
Contributor

Adds the post, hero.svg, and meta.png. Links the agentic series origin post, Prisma Next, and Gremlin, and adds the closing CTA.

Summary by CodeRabbit

Documentation

  • Added a new blog post in the agentic software development series, including full SEO/front matter and an article focused on Prisma’s evolution toward durable artifacts, feedback loops, and standardized leadership principles.

New Features

  • Enhanced the series page to display a “Related series” section in the header when available.

Content Updates

  • Updated multiple series posts’ metadata (series/ordering) to properly reflect the agentic engineering series framing.

Adds the post, hero.svg, and meta.png. Links the agentic series origin
post, Prisma Next, and Gremlin, and adds the closing CTA.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@vercel

vercel Bot commented Jun 19, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
blog Ready Ready Preview, Comment Jun 19, 2026 12:54pm
docs Ready Ready Preview, Comment Jun 19, 2026 12:54pm
eclipse Ready Ready Preview, Comment Jun 19, 2026 12:54pm
site Ready Ready Preview, Comment Jun 19, 2026 12:54pm

Request Review

@coderabbitai

coderabbitai Bot commented Jun 19, 2026

Copy link
Copy Markdown
Contributor

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: 1e4c5630-3b7f-4b56-bde8-2ec983fedb1a

📥 Commits

Reviewing files that changed from the base of the PR and between 133454a and 8d4e4a5.

📒 Files selected for processing (6)
  • apps/blog/content/blog/agentic-engineering-at-prisma/index.mdx
  • apps/blog/content/blog/drive-and-the-maker/index.mdx
  • apps/blog/content/blog/evolving-agentic-engineering-at-prisma/index.mdx
  • apps/blog/content/blog/how-prisma-build-with-agentic-ai/index.mdx
  • apps/blog/src/app/(blog)/series/[key]/page.tsx
  • apps/blog/src/lib/series-registry.ts
✅ Files skipped from review due to trivial changes (3)
  • apps/blog/content/blog/agentic-engineering-at-prisma/index.mdx
  • apps/blog/content/blog/drive-and-the-maker/index.mdx
  • apps/blog/content/blog/evolving-agentic-engineering-at-prisma/index.mdx

Walkthrough

This PR establishes a new agentic engineering blog series with four posts. It extends the series registry and metadata types to support related-series links, updates the series page UI to render those links, assigns four existing posts to the series with proper ordering, and publishes a new post explaining Prisma's shift from the Drive multi-agent framework to leaner, contract-based agentic skills.

Changes

Agentic Engineering Blog Series

Layer / File(s) Summary
Series registry data structure and metadata types
apps/blog/src/lib/series-registry.ts
A new agentic-software-development series entry is added to seriesRegistry with series metadata and relatedSeries pointers to other collections. The exported SeriesMetadata type and registry type constraint both gain an optional relatedSeries?: readonly string[] field, enabling cross-series linking at the data layer.
Series page UI for related series links
apps/blog/src/app/(blog)/series/[key]/page.tsx
The series page conditionally renders a "Related series" section in the header when series metadata includes relatedSeries keys. It filters for valid series entries and builds comma-separated links to each related series page with that series' title.
Existing blog posts assigned to agentic series
apps/blog/content/blog/how-prisma-build-with-agentic-ai/index.mdx, apps/blog/content/blog/agentic-engineering-at-prisma/index.mdx, apps/blog/content/blog/drive-and-the-maker/index.mdx
Four existing blog posts are updated with series metadata (series: agentic-software-development and seriesIndex: 1–3 for proper ordering). Front matter metaDescription fields and lead-in paragraphs are rewritten to reflect the unified series framing and link between related posts.
New blog post: Evolving Agentic Engineering at Prisma
apps/blog/content/blog/evolving-agentic-engineering-at-prisma/index.mdx
Complete new MDX post with front matter and 147-line article body. The post explains Prisma's evolution from Drive (opinionated, multi-agent) to leaner, contract-style skills; covers durable artifacts, feedback loops, frontier planning vs. cheaper execution, cost posture discipline, leadership-standardized principles, and closing framing of agentic processes as transitional bridges.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~12 minutes

Possibly related PRs

  • prisma/web#7844: Both PRs directly modify the same existing blog MDX files (agentic-engineering-at-prisma and drive-and-the-maker) to align series metadata and cross-linking framing.
  • prisma/web#7925: Both PRs extend apps/blog/src/lib/series-registry.ts and apps/blog/src/app/(blog)/series/[key]/page.tsx to expose series metadata fields and render enhanced series page UI.
  • prisma/web#7943: Both PRs modify the series registry type and series page UI to support optional series metadata fields (relatedSeries vs. docsUrl/docsLabel) for different data exposure use cases.
🚥 Pre-merge checks | ✅ 4 | ❌ 1

❌ Failed checks (1 warning)

Check name Status Explanation Resolution
Docstring Coverage ⚠️ Warning Docstring coverage is 0.00% which is insufficient. The required threshold is 80.00%. Write docstrings for the functions missing them to satisfy the coverage threshold.
✅ Passed checks (4 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title accurately captures the main change: adding a new blog post about Prisma's evolving agentic engineering practices, which is the primary addition in this PR.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.


Comment @coderabbitai help to get the list of available commands and usage tips.

@argos-ci

argos-ci Bot commented Jun 19, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Argos notifications ↗︎

Build Status Details Updated (UTC)
default (Inspect) ⚠️ Changes detected (Review) 1 changed Jun 19, 2026, 1:01 PM

… series

- Register the agentic-software-development series and index its four posts:
  how-prisma-build-with-agentic-ai (1), agentic-engineering-at-prisma (2),
  drive-and-the-maker (3), evolving-agentic-engineering-at-prisma (4)
- Move the new post to 2026-06-22 (Monday)
- Drop the now-stale "two-part series" labels on the older posts
- Add a relatedSeries field and render "Related series" links on the series page,
  connecting agentic-software-development, Prisma Next, and Prisma Compute

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants