Prisma
22 posts

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
AIAugust 26, 2026

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.

Søren Bramer Schmidt
Søren Bramer Schmidt
Launching Prisma Compute in Public Beta
AIJune 8, 2026

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.

Shane Neubauer
Shane Neubauer
Why Your Agent Reads a Prisma Schema Better Than Your Codebase
AIAugust 6, 2026

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.

Nurul Sundarani
Nurul Sundarani
Infraslopture and Other Paradoxes
AIAugust 3, 2026

Infraslopture and Other Paradoxes

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

Gemma Anible
Gemma Anible
Don't Let Your AI Agent Delete Your Production Database
AIJuly 30, 2026

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.

Will Madden
Will Madden
Your AI Agent Needs File Storage. Now It Can Get Its Own
AIJuly 28, 2026

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.

Nurul Sundarani
Nurul Sundarani
How to Make Your Docs Agent-Ready
AIJuly 24, 2026

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.

Ankur Datta
Ankur Datta
What to Put in Your AGENTS.md So Your Agent Handles the Database Right
AIJuly 17, 2026

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.

Nurul Sundarani
Nurul Sundarani
Your AI Agent Needs a Database. Give It One in Five Seconds
AIJuly 9, 2026

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.

Nurul Sundarani
Nurul Sundarani
Claude Generated 50 Websites Overnight. Prisma Compute Helped Ship Them.
AIJuly 1, 2026

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.

Gregory Boch
Gregory Boch
Evaluating Object Storage Providers for Prisma Compute
AIJune 26, 2026

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.

Søren Bramer Schmidt
Søren Bramer Schmidt
Price the Work, Not the Workflow
AIJune 23, 2026

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.

Luan van der Westhuizen
Luan van der Westhuizen