AIJul 03, 2025What’s New With MCP at NeonThe Neon MCP Server implements the specification introduced by Anthropic to expose a set of commands that wrap the Neon API (but also add some new workflows not exposed in the API). This gives AI agents an easy way to perform tasks like provisioning databases, inspecting query pl...Carlota Soto
AIJun 26, 2025Design Decisions Behind app.build, a Prompt-to-App Generatornpx @app.build/cli or hack around locally with the code." > TL;DR We built app.build, a reliable open source AI code generator by limiting initial scope to CRUD web apps, using FSM guided tree search actors, implementing extensive validation, and encapsulating context management ...Arseny Kravchenko,Igor Rekun,Evgenii Kniazev
AIJun 23, 2025AI Workflows for Docs: Putting Devin to WorkAt Neon, our docs team does a little bit of everything. We work on technical documentation, sometimes UI copy, changelogs, reviews, and the occasional regex heavy cleanup across hundreds of pages. It’s a lot of small, steady work – often, exactly the kind of work you wish an AI a...Daniel Price,Barry Grenon
AIJun 20, 2025Debugging with Cursor as Your Rubber DuckyHave you ever explained a bug or issue you’re having to someone, only to discover the solution mid conversation, as if simply describing the problem helped you catch your own mistake? This is actually quite common and has been used by software engineers for decades, with the offi...Sam Harrison
AIJun 18, 2025Writing Test Evals For Our MCP ServerWhen we launched our MCP server, we knew it’d be important for it to have tests, just like any other piece of software. Since our MCP server has over 20 tools, it’s important for us to know that LLMs can pick the right tool for the job. So, this was the main aspect we wanted to t...David Gomes,Pedro Figueiredo
AIJun 05, 2025Netlify is Now a One-Stop Shop for Building with AI AgentsNetlify DB is now live – a production ready Postgres database you can provision in one click or CLI command, directly from your Netlify project. Powered by Neon, it spins up in seconds with no external signup required. When you’re ready, you can claim the database to link it to y...Carlota Soto
AIJun 04, 2025app.build: An Open-Source AI Agent That Builds Full-Stack AppsCode generation has been one of the most interesting use cases for LLMs. While the best models can generate decent code for isolated problems, there is a big gap between these code snippets and fully functional applications. Agent based solutions are better suited to create apps....David Gomes
AIJun 02, 2025How We’re Using Cursor at NeonOur engineering team at Neon works across a large codebase written in TypeScript, Go, Rust, and Python. We’ve been experimenting with Cursor as a tool to help us move faster – here’s our favorite workflows, and where we still find a few things missing. Our favorite Cursor workflo...David Gomes,John Spray,Atila Fassina
AIMay 22, 2025The 3 Levels of Debugging With AINothing works first time if you are coding, you are debugging. This used to mean console.log(), print statements scattered like breadcrumbs, and hours spent staring at stacktraces trying to decipher what went wrong and where. No longer. Now, errors are chucked into Claude to deci...Andrew Tate
AIMay 21, 2025Replit App History: Time Travel for Code and Data, Powered by Neon Branches Replit just launched App History, a unified timeline that lets you roll back to earlier versions of your app or even preview them live in the browser. Now, you can try multiple approaches when building with Replit Agent, knowing that every version of your app (code and data) is s...Carlota Soto