Skip to content

Add Evolving Agentic Engineering at Prisma blog post#7968

Merged
ankur-arch merged 4 commits into
mainfrom
blog/evolving-agentic-engineering-at-prisma
Jun 22, 2026
Merged

Add Evolving Agentic Engineering at Prisma blog post#7968
ankur-arch merged 4 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 agentic software development blog post with complete SEO/front matter and expanded coverage of Prisma’s shift toward durable artifacts, feedback loops, and leadership principles.

New Features

  • Enhanced the series page to show a “Related series” section in the header when related-series info is available.

Content Updates

  • Updated series/ordering metadata across multiple posts to align with the agentic engineering series framing (including series identifiers and part numbering).

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 22, 2026 11:39am
docs Ready Ready Preview, Comment Jun 22, 2026 11:39am
eclipse Ready Ready Preview, Comment Jun 22, 2026 11:39am
site Ready Ready Preview, Comment Jun 22, 2026 11:39am

Request Review

@coderabbitai

coderabbitai Bot commented Jun 19, 2026

Copy link
Copy Markdown
Contributor

Review Change Stack

Caution

Review failed

The pull request is closed.

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: 78936dd2-a0f1-4f7a-902b-db4c727e32a6

📥 Commits

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

📒 Files selected for processing (1)
  • apps/blog/src/lib/series-registry.ts

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) ✅ No changes detected - Jun 22, 2026, 11:44 AM

… 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>
Comment thread apps/blog/src/lib/series-registry.ts Outdated
@ankur-arch ankur-arch merged commit ed4130a into main Jun 22, 2026
13 of 15 checks passed
@ankur-arch ankur-arch deleted the blog/evolving-agentic-engineering-at-prisma branch June 22, 2026 11:39
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