Case StudiesMay 09, 2025Rhythmic is Building an AI Copilot for Product Teams on Neon and Azure“We needed fast, programmatic provisioning of Postgres on Azure, support for pgvector and RAG, and something that could scale easily across tenants. Neon checked all those boxes” (Chris Sims, CEO and co founder of Rhythmic) If you’ve ever worked in product management, you know th...Carlota Soto
WorkflowsMay 05, 2025Simplify Serverless in AWS: How to Use Neon and Ephemeral EnvironmentsTheBurningMonk.com. " > “Ephemeral environments” refers to the ability to create short lived copies of your system so that Developers can work in their isolated environments and make changes without affecting others. Test data does not pollute shared environments such as dev and ...Yan Cui
PostgresMay 05, 2025Rethinking Snapshots at Scale: Neon vs AWS RDSSnapshots are a critical safety net for any team running Postgres in production. If you’re using AWS RDS, you’re probably relying on them mostly as protection against accidental changes. But if your database grows to many terabytes, the experience of actually using those snapshot...Carlota Soto
EngineeringMay 01, 2025Auto-generating MCP Servers from OpenAPI Schemas: Yay or Nay?Should we be generating Model Context Protocol (MCP) servers directly from existing API specs? MCP is designed to let AI agents like those in Claude, Cursor, and Windsurf interact with tools and APIs. So, can we just treat our existing REST APIs as the interface for LLMs and enti...David Gomes
EngineeringApr 30, 2025Make Yourself at Home with Neon LocalThe term ephemeral gets thrown around a lot in the database world, but what does it actually mean? In the context of database branches, it refers to something temporary, short lived, and not meant to persist. That might sound odd because databases are usually the most permanent p...Jeffrey Christoffersen
AIApr 29, 2025Oops-Proof Your Vibe Code With Neon: Because Mistakes HappenIf you’re vibe coding an app, don’t leave the database choice up to the AI code generator. Take control and tell it you want to use Neon. Why? Because Neon’s built in safety features ensure your app stays secure and runs smoothly, even if you’re not a database expert! It’s free t...Paul Scanlon
AIApr 28, 2025Designers Who Code: Can AI End Your Papercut Backlog?Designers often spot a long list of UX papercuts—those small, frustrating issues that quietly erode a products quality—but development teams are often focused on bigger priorities and buried under long backlogs. This is where vibe coding can empower designers to break this cycle....Carl Thomas,Lachezar Petkov
AIApr 28, 2025How to secure data access for AI AgentsWith the growing adoption of AI agents, we are seeing more applications being built around AI driven capabilities. These applications can range from small demos that highlight what AI agents can do, to full scale enterprise integrations that enhance existing software products. Fo...Bobur Umurzokov