Use Claude code on your prod database with zero risk
Backed by @ycombinator, @crane_vc
San Francisco, CA1.1K followers
TLVC Rating
Too explanatory, no story no hook.
Community Rating
★★★★★
No ratings yet
Your rating
Sign in to rate this launch.
About
Ardent gives engineering teams a way to clone any Postgres database in under six seconds, regardless of size, so coding agents and developers can run their work against a one-to-one copy of production or dev data with no risk to the live system. The product targets the testing gap that opens up when tools like Claude Code and Codex generate database changes that pass on a thin local seed but break against real schemas, real volumes, and real edge cases in production. Instead of waiting hours for a staging dump or settling for a sparse local fixture, an engineer runs `ardent branch create` and gets an isolated, fully writable Postgres branch backed by production data.
Under the hood, Ardent replicates the production database into a read replica and then creates lightweight copy-on-write forks on demand, with each fork functioning as a fully working Postgres instance . The workflow runs as a CLI modeled on git, with cloning as simple as ardent branch create , and connections to RDS Postgres instances require no config changes . The launch matters now because agent-driven coding has pushed database review into the bottleneck, and Ardent is already operating at meaningful scale with customers like Supermemory and Surface Labs running on 10TB-plus datasets.
Ardent was founded in 2025 by Vikram Chennai, previously an ML engineer and a Cornell CS alum , and is part of Y Combinator's Spring 2026 batch . The company is positioning database branching as core infrastructure for teams that want autonomous agents to ship migrations and queries without the 2 a.m. rollback cycle.
6 seconds to clone a TB? Either this is wizardry or someone is very loose with the word 'clone'. I want to see the copy-on-write tricks under the hood.
Pieter Vandenberg24d ago
Every demo of 'safe agent on prod' I've seen quietly runs on a sanitized fixture. Curious what happens when an agent decides to DROP TABLE on the clone and the clone has a foreign key back to something it shouldn't.
Yuki Tanizaki24d ago
'Use coding agents on real data with no risk' is fine but a bit corporate. Try 'Let your agents touch prod. Nothing breaks.'
Marisol Otero24d ago
The launch video buries the 6s clone reveal at like the 18 second mark. That number IS your hook, lead with it and cut the intro card.
Folake Eze24d ago
Devrel question: what's the rate limit on clone creation per minute, and is there a webhook when a clone is ready or do I have to poll like it's 2014?
Krishan M.24d ago
Reminds me a lot of what Neon and Supabase have been pushing on branching. The wedge here seems to be agent-shaped workflows specifically, which is a real one if the latency claim holds.
zoltan24d ago
This might be the last DB tool launched where the founders actually wrote the migration scripts themselves. By Q2 the agents will be shipping the agents.