AI posts
Articles tagged AI on the Prisma blog: guides, announcements, and updates from the team building Prisma ORM and Prisma Postgres.
Prisma Is Building the Stack for the Next Million Products
Prisma is building a software factory: one environment where a builder describes what they want and an agent builds it, runs it, inspects it, fixes it, and keeps going. Prisma ORM, Prisma Postgres, and Prisma Compute, connected into one loop.

Launching Prisma Compute in Public Beta
Prisma Compute is now in public beta: TypeScript app hosting that runs on the same infrastructure as your database. Point your agent at your project and tell it to deploy.

Why Your Agent Reads a Prisma Schema Better Than Your Codebase
Your data model in one declarative file. We measure what a Prisma schema costs an AI coding agent in tokens and type-check time, and what it buys.

Infraslopture and Other Paradoxes
How we're combining untrustable agents and production infrastructure without burning down our servers

Don't Let Your AI Agent Delete Your Production Database
AI coding agents keep wiping production databases. Prisma 8 removes the failure modes structurally: no reset command, no shadow database, and migrations that verify every step.

Your AI Agent Needs File Storage. Now It Can Get Its Own
Object Store buckets add S3-compatible file storage to every Prisma project. Two Management API calls take an agent from nothing to reading and writing files.

How to Make Your Docs Agent-Ready
Coding agents fail silently on truncated indexes, broken links, and missing metadata. What we fixed in the Prisma docs, and how to audit yours.

What to Put in Your AGENTS.md So Your Agent Handles the Database Right
A copy-pasteable AGENTS.md section for database work: ephemeral Postgres via npx create-db, safe migrations, and JSON output for Claude Code, Cursor, and Codex.

Your AI Agent Needs a Database. Give It One in Five Seconds
npx create-db gives coding agents a temporary Postgres database in seconds, no sign-up. JSON output lets Cursor, Claude Code, and Codex test on real Postgres.

Claude Generated 50 Websites Overnight. Prisma Compute Helped Ship Them.
Ali Fatemi gave Claude the Prisma docs and CLI, then used Prisma Compute to turn AI-generated websites into working URLs.

Evaluating Object Storage Providers for Prisma Compute
We benchmarked Tigris and Cloudflare R2 from six Prisma Compute regions using a latency-sensitive virtual filesystem workload, with AWS S3 and S3 Express as a baseline.

Price the Work, Not the Workflow
Agents can ship, preview, test, and retry in loops. Infrastructure pricing should charge for the work an app performs, not the workflow around it.
