Skip to content

feat(blog): add How Prisma Builds with Agentic AI post#7684

Open
ArthurGamby wants to merge 1 commit intomainfrom
blog/how-prisma-builds-with-agentic-ai
Open

feat(blog): add How Prisma Builds with Agentic AI post#7684
ArthurGamby wants to merge 1 commit intomainfrom
blog/how-prisma-builds-with-agentic-ai

Conversation

@ArthurGamby
Copy link
Contributor

@ArthurGamby ArthurGamby commented Mar 20, 2026

Summary

  • Adds new blog post: "How Prisma Builds with Agentic AI"
  • Includes author photo and post images (meta, local feedback loop, trust ladder)

Voice audit (devrel-voice)

Passes:

  • No flagged words ("excited", "thrilled", "revolutionary", "seamless", "robust", "leverage", etc.)
  • No significance inflation — claims are backed by engineer quotes
  • No superficial "-ing" add-ons
  • No synonym cycling
  • No sycophantic openings or generic conclusions
  • No excessive hedging or boldface overload
  • Real engineer quotes carry the piece — feels human, not corporate
  • Paragraphs are short and scannable
  • Structure is clean (6 H2s, focused sections)

Minor flags (cosmetic, not blocking):

  • "velocity went through the roof" — slightly cliché but fine in context
  • "This is the real promise of agentic engineering" — borderline generic but the sentence continues with something specific

Recommendation: No voice pass needed. The post is already well within Prisma voice guidelines. It leads with usefulness, sounds like a person, is honest about tradeoffs, and has a pulse. Running devrel-voice on it would risk over-polishing writing that already works.

Test plan

  • Verify blog post renders correctly on preview
  • Check images load (meta, local-feedback-loop, the-trust-ladder)
  • Confirm author photo displays

🤖 Generated with Claude Code

Summary by CodeRabbit

  • Documentation
    • Added a new blog post titled "Agentic Engineering: How Prisma Builds with AI" covering Prisma's approach to AI-assisted development, architectural design practices, trust models for delegating tasks, and the importance of automated verification and human review.

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

vercel bot commented Mar 20, 2026

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

Project Deployment Actions Updated (UTC)
blog Ready Ready Preview, Comment Mar 20, 2026 7:38pm
docs Ready Ready Preview, Comment Mar 20, 2026 7:38pm
eclipse Ready Ready Preview, Comment Mar 20, 2026 7:38pm
site Ready Ready Preview, Comment Mar 20, 2026 7:38pm

Request Review

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Mar 20, 2026

Walkthrough

A new blog post has been added to the content directory documenting how Prisma applies agentic engineering principles. The article covers architectural upfront design, a trust ladder model for task delegation, and the role of automated verification through tests and linters.

Changes

Cohort / File(s) Summary
New Blog Post
apps/blog/content/blog/how-prisma-build-with-agentic-ai/index.mdx
Added comprehensive MDX blog post with frontmatter metadata (title, slug, date, authors, images, tags) and article content exploring agentic engineering practices, emphasizing upfront design patterns, graduated task delegation via a "trust ladder," local feedback loops for autonomous verification, and the continued necessity of tests and human review.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~8 minutes

🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly and concisely summarizes the main change: adding a new blog post about Prisma's agentic AI approach. It directly reflects the file addition and content focus.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

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


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

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

@argos-ci
Copy link

argos-ci bot commented Mar 20, 2026

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

Build Status Details Updated (UTC)
default (Inspect) ✅ No changes detected - Mar 20, 2026, 7:44 PM

Copy link
Contributor

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🧹 Nitpick comments (1)
apps/blog/content/blog/how-prisma-build-with-agentic-ai/index.mdx (1)

2-3: Align title and slug phrasing for URL consistency

Line 2 uses “Builds” while Line 3 uses “build”. Consider updating the slug to how-prisma-builds-with-agentic-ai so permalink grammar matches the published title and avoids awkward URL phrasing.

🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In `@apps/blog/content/blog/how-prisma-build-with-agentic-ai/index.mdx` around
lines 2 - 3, The title and slug are inconsistent: the frontmatter key "title" is
"Agentic Engineering: How Prisma Builds with AI" while the "slug" uses
"how-prisma-build-with-agentic-ai"; update the slug value to
"how-prisma-builds-with-agentic-ai" so the slug grammar matches the title
("Builds") and the permalink reads naturally, ensuring you modify the "slug"
line in the file to the new value.
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.

Nitpick comments:
In `@apps/blog/content/blog/how-prisma-build-with-agentic-ai/index.mdx`:
- Around line 2-3: The title and slug are inconsistent: the frontmatter key
"title" is "Agentic Engineering: How Prisma Builds with AI" while the "slug"
uses "how-prisma-build-with-agentic-ai"; update the slug value to
"how-prisma-builds-with-agentic-ai" so the slug grammar matches the title
("Builds") and the permalink reads naturally, ensuring you modify the "slug"
line in the file to the new value.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: 3fa91cba-1f9d-4c60-81a5-3c4573ea5fe7

📥 Commits

Reviewing files that changed from the base of the PR and between 1a02c1b and 0a559f5.

⛔ Files ignored due to path filters (4)
  • apps/blog/public/authors/arthur-gamby.png is excluded by !**/*.png
  • apps/blog/public/how-prisma-build-with-agentic-ai/imgs/local-feedback-loop.png is excluded by !**/*.png
  • apps/blog/public/how-prisma-build-with-agentic-ai/imgs/meta.png is excluded by !**/*.png
  • apps/blog/public/how-prisma-build-with-agentic-ai/imgs/the-trust-ladder.png is excluded by !**/*.png
📒 Files selected for processing (1)
  • apps/blog/content/blog/how-prisma-build-with-agentic-ai/index.mdx

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.

1 participant