Launch HN: Ardent (YC P26) – Postgres sandboxes in seconds with zero migration

Hacker News Top Products

Summary

Ardent is a YC-backed startup that provides Postgres database sandboxes in seconds with zero migration, allowing coding agents to test code on production-like data without risk.

Hey HN! We’re Vikram and Evan from Ardent (<a href="https:&#x2F;&#x2F;tryardent.com">https:&#x2F;&#x2F;tryardent.com</a>). We&#x27;re building database sandboxes for you and your coding agents.<p>In the last two years coding agents have gotten dramatically more capable at handling complex engineering tasks. But without access to a realistic sandbox at the DB layer for testing, they ship garbage that can take down production databases. I spent over a year building an AI Data Engineer that failed for this exact reason. Evan spent the last 12 years in data engineering and hit this wall building agents at his last company.<p>Ardent was built to make it possible for coding agents to get near instant access to production-like sandboxes so they can test their work. To do this we write a replication stream out of the target DB, scaling with kafka onto a read replica with copy on write enabled and autoscaling compute (we currently prefer neon as a primary branching engine due to their implementation of these properties).<p>Our replication stream uses logical replication + ddl triggers to enable usage on any hosted postgres DB since most platforms do not allow physical replication which is traditionally used for creating replicas.<p>This provides a few primary benefits:<p>1. Does not require a platform migration to a DB provider like neon, allowing strong separation of production and development concerns. 2. Minimal impact on the production database while allowing clones to spin up in &lt;6s, even at TB scale with copy-on-write<p>Security matters a lot with cloning production so we run a proxy layer to generate custom postgres URLs and route all connections to allow more granular access control to clones, prevent credential leak, and follow a split plane architecture to allow full data residency on your cloud through BYOC.<p>We also support anonymization through the ability to register SQL that runs on branches before they are returned. This has been used for PII redaction and branch modification.<p>Our goal is to make every data infrastructure platform “cloneable” in one place so agents can fully test the impact of their changes on production like data environments without risk.<p>Here&#x27;s a demo of it: <a href="https:&#x2F;&#x2F;youtu.be&#x2F;5S1kwPtiRU0" rel="nofollow">https:&#x2F;&#x2F;youtu.be&#x2F;5S1kwPtiRU0</a><p>We’d love to understand how you work with coding agents on the DB and if you try Ardent (it&#x27;s free to get started) what worked, what broke and what’s missing.
Original Article Export to Word Export to PDF
View Cached Full Text

Cached at: 05/13/26, 06:15 PM

# Ardent — Database branching for coding agents Source: [https://www.tryardent.com/](https://www.tryardent.com/) ## Use coding agents on real data with no risk Create copies of any Postgres database in under 6 seconds so coding agents can verify their code works in prod ![Ardent CLI](https://www.tryardent.com/images/terminals/cli-black.png) ![Validate code before it reaches production](https://www.tryardent.com/images/terminals/hero-terminal.png) Stop breakages ### Validate code before it reaches production Let Coding agents test their database code on a 1:1 copy of your production postgres [Book a Demo](https://cal.com/vikram-chennai/company-meet) ![Test with zero risk to production](https://www.tryardent.com/images/terminals/zero-blast-radius.png) Zero blast radius ### Test with zero risk to production Each clone is isolated at both the compute and storage level\. Clones never impact production\. Ever [Book a Demo](https://cal.com/vikram-chennai/company-meet) ![Cloning that never slows down even at terabyte scale](https://www.tryardent.com/images/terminals/terrabyte-scale.png) Speed at scale ### Cloning that never slows down even at terabyte scale Clones load in 6s, scale to 0, autoscale compute and do not duplicate storage\. Zero management needed [Book a Demo](https://cal.com/vikram-chennai/company-meet) Data cleaning Let agents clean, deduplicate and standardize data on an exact copy of production ![Data cleaning](https://www.tryardent.com/images/terminals/tab-data-cleaning.png) Features ## Built to be infinitely scalable and fast Cloning Speed 30,960X faster cloning per TB Extreme storage efficiency Only pay for changes made TraditionalArdent0 TB12\.52537\.550 TB01020304050ClonesStorage Compute that scales with agent workloads No overprovisioning\. Automatic scale to 0 Always\-on capacity0%25%50%75%100%0h6h12h18h24hTimeCompute Comparison ## Why AI native data teams use Ardent Clone Creation Hours / Days <6s Storage Entire DB per clone Only Changes made Compute Always on What you use Database management Manual resizing Autoscale Git style team collaboration #### Need a custom plan? We can tailor workflows, limits, and infrastructure to fit your team's needs\. [Talk to the founder](https://cal.com/vikram-chennai/company-meet) Branching on your DB without migration ## Designed for the providers you already use ![Supabase](https://www.tryardent.com/images/providers/supabase.png) #### Supabase Support for auth, extensions and more to replicate your supabase instance 1:1 ![AWS RDS](https://www.tryardent.com/images/providers/rds.png) #### AWS RDS Connect your RDS Postgres instances with zero config changes\. Branch directly against your production data ![Planetscale](https://www.tryardent.com/images/providers/planetscale.png) #### Planetscale Branch with full compatibility across planetscale specific extensions and configurations Customer Impact ## Built for teams moving fast with AI at production scale ![Akshendra Garg](https://www.tryardent.com/images/headshots/akshendra.jpeg) #### “We spent hours trying to test AI database code through inaccurate seed files\.Ardent lets us and our agents test in seconds with zero drift from production\.” Akshendra Garg CTO Zennagents What the best say ## Trusted by the best in Data “I think AI will disrupt data engineering in a significant way\. I'm investing in Ardent to accelerate that disruption\!” ![Zach Wilson](https://www.tryardent.com/images/headshots/zach-wilson.png) Zach Wilson Founder of Dataexpert\.io “Ardent is a fundamental complete shift in how agents and developers work with databases\. It's as critical as git was for code” ![Abhay Singh](https://www.tryardent.com/images/headshots/abhay.jpeg) Abhay Singh Head of Data at Chevron “Ardent let us move as fast as agents write code\. We no longer worry about our agents working on the database layer\.” ![Pryce Yebesi](https://www.tryardent.com/images/headshots/pryce.jpeg) Pryce Yebesi CEO at Openledger ## Ship fast and don't break things Make sure coding agents never break your DB\.

Similar Articles

Scaling PostgreSQL to power 800 million ChatGPT users

OpenAI Blog

OpenAI shares technical insights on scaling PostgreSQL to support 800 million ChatGPT users and millions of queries per second, using a single-primary architecture with 50 read replicas while managing challenges from write-heavy workloads through sharding and optimization strategies.

Show HN: GETadb.com – every GET request creates a DB

Hacker News Top

GETadb.com offers an instant backend with a relational database, sync engine, and auth, accessible via a simple GET request without sign-up, allowing AI agents like Claude or Codex to build full-stack apps seamlessly.