Comparing token economics across 42 AI models
If headcount is often a company's largest cost, tokens will be a close second soon as agents take on more work. Imagine how much $$ a software company will be able to save just by pre-selecting model…
The latest product updates from Neon
If headcount is often a company's largest cost, tokens will be a close second soon as agents take on more work. Imagine how much $$ a software company will be able to save just by pre-selecting model…
Today we're launching @neon/tools, a package that turns the @neon/sdk ergonomic client into typed agent tools with adapters for MCP, Mastra, and Eve. We're also using it to expand the hosted Neon MCP…
Most hosted Postgres pricing works like this: you pick an instance size, the vendor assumes the instance will run for about 730 hours a month, and you pay for those hours. Lakebase Postgres addresses…
Neon is now available as a plugin in Grok Bot. You just have to connect your Neon account once and you'll be able to ask a Grok bot to build on Neon.
Choosing a database instance size before you know the workload is an old building pattern. Lakebase Postgres omits the sizing experience altogether thanks to autoscaling.
Today we're launching Neon Labs, a home for experimental tools built around Lakebase Postgres. We want Neon Labs to be a playground for ideas that could help the broader Postgres community.
The Neon CLI moved fast over the last couple of months. It is a key tool for agents, who do all the work without ever opening the Console - let’s take a look at some of recent changes.
Agents treat code as lightweight: branch it, deploy it, throw it away. The infrastructure under that code should work the same way. Working with an OLTP database is traditionally heavy and full of fr…
Open-weight models are built for performance, but how they're served determines whether end users actually feel that speed. Neon AI Gateway calls Databricks Foundation Model APIs for Databricks-hoste…
We keep expanding our backend observability - the most recent addition: you can now query backend logs outside the Console! neon logs reads what Neon Functions and Object Storage emit on a branch, wi…
Neon AI Gateway is how we put LLM calls into the Neon backend the same way we put files, functions, and auth there. It allows you to call models right from Neon, instead of collecting lab accounts.
Vercel just gave their CLI a new trick: when you install a Marketplace integration from the terminal, it also installs that provider's agent skills. A single command now provisions a Neon database on…
I just released Neon for Herdr, a Herdr plugin that puts your Neon projects in a pane next to whatever you are already doing, so creating a branch, grabbing its connection string, or suspending a com…
Neon Functions are Node.js 24 compute you deploy onto a Neon branch, in the same region as your Lakebase Postgres database, with DATABASE_URL injected automatically. They're long-running enough that…
Today Databricks announced that Electric, the team behind PGlite and the Electric sync engine, is joining Databricks. We have our own reason to celebrate: Electric is joining the Neon team within Dat…
We just launched Neon Object Storage, a branch-aware, S3-compatible object store built into the Neon backend. If you've used Neon branches before, you know the workflow: branch main into a child and…
“Most teams' best training data is just sitting in their databases. The problem is that turning raw data into something usable is hard, and letting agents read, search, and mutate data cheaply at sca…
Neon now supports a new permission structure, with four org-level roles (Admin, Editor, Viewer, and Collaborator) and per-project permissions that let you control exactly which projects your agents a…
"We're running lakebase_text and lakebase_vector across three different parts of our product. Query latency improved 1,000x and we don't need a separate search stack sitting next to our Postgres."
GitHub has been down a lot lately. During one of those episodes, I had the idea of asking my agent to use our new backend suite (still in beta) to build a working Git host. This is genuinely outside…
The Neon CLI now ships `neon inspect db`: read-only, high-signal Postgres diagnostics that answer "what is slow?" without leaving the terminal or writing a single catalog query. Each subcommand runs…
Storage, Functions, and AI Gateway are now in beta and available to all users: object storage that branches with your data, long-running compute that lives next to your database, and one API with one…
The Neon API is open and follows the OpenAPI spec, so you can provision and manage almost everything you see in the console programmatically. But provisioning infrastructure over REST means polling o…
CLIs have become the default tool for AI agents because they package complex environments into predictable commands. But human-friendly CLIs lag behind the underlying API, and letting agents call the…
A few months ago, Stripe changed how we think about backend infrastructure by launching Stripe Projects. Today, Stripe is taking it one step further with `stripe projects build`. Discover and scaffol…
Today we're shipping the beta of Lakebase Search on Neon: hybrid vector + full-text retrieval via two Postgres extensions, lakebase_vector and lakebase_text. This post is the story of why and how we…
As Neon turns into a platform with backend primitives for apps and agents, provisioning those primitives matters more than ever. neon.ts is our branch config and infrastructure-as-code file: declare…
The Vercel CLI now lets agents provision a database for your project with a single command from your terminal: 𝚟𝚎𝚛𝚌𝚎𝚕 𝚒𝚗𝚝𝚎𝚐𝚛𝚊𝚝𝚒𝚘𝚗 𝚊𝚍𝚍 𝚗𝚎𝚘𝚗
neonctl psql used to fail with "command not found" whenever psql wasn't on your PATH — which is most macOS laptops, slim Linux containers, Windows boxes, CI runners, and sandboxes. So we did the unco…
We're hard at work on the private preview of Neon Platform and along the way we're rethinking Neon's branch-first developer experience. First up: three new Neon CLI commands that turn branch-first de…
Agents are much better at using APIs, CLIs, and MCP servers than clicking through dashboards. That's why APIs matter even more in the age of agents. At Neon, we aim to expose all platform functionali…
Starting June 1, 2026, every Neon paid plan includes 500 GB of data transfer per month, up from 100 GB — enough to remove egress charges for most workloads. The change is automatic and appears on you…
Recently, everyone has been talking about throwing it all away and building entirely new magic sci-fi cloud infrastructure for agents. Building real infrastructure is hard enough as it is. AI has onl…
In the last year, agents have strained the limits of cloud infrastructure with new usage patterns: higher throughput of control-plane operations, more demand for on-demand infrastructure, and capacit…
We've been working on neon-for-agent-platforms, a companion skill that complements our existing neon-postgres skill. The existing skill covers auth, drivers, branching, the Data API, MCP, and core Po…
We've managed to give customers up to 5x performance increase on write-heavy workloads by disabling full-page writes, a Postgres durability safety feature that is made redundant by Neon's own storage…
Your team ships a new feature, traffic spikes, and autoscaling does its job. Great — until the bill arrives and it’s three times what anyone expected. By then it’s too late to do anything about it. M…
A year ago, if you asked an agent about Neon, you got whatever it half-remembered from training. Now it goes looking and reads what it finds. Our docs were written for humans who scroll, not machines…
An official Neon plugin is now available in the OpenAI Codex marketplace. It connects Codex directly to your Neon databases through MCP, so you can provision and manage Postgres databases without lea…
Ensuring customer databases are always available is one of the most important things we do in Neon and Lakebase. We’ve designed the system with redundancy at every level, automatically failing over a…
For most of 2025, AI coding agents got good at a specific thing: writing code. Give an agent a prompt, and it could scaffold an app, wire up an API, write migrations. But when the code was done, the…
“I’m genuinely surprised by how well it handles that scale. You can create tons of databases and they’re available immediately. You can branch out immediately. All of those things make it really nice…
There are a few different reasons to hit the brakes on a Postgres query. Maybe it’s taking too long to finish. Maybe you realised you forgot to create an index that will make it orders of magnitude q…
“The biggest strength of Neon is how it decouples storage and compute and makes them independently scalable. When an app isn’t being used, the compute node can be put in idle mode at extremely low co…
From the start, the team at Encore has been focused on solving a simple problem: shipping production infrastructure shouldn’t require a dedicated platform engineering team. They set out to make deplo…
Every AI lab is shipping research agents. OpenAI’s Deep Research, Perplexity, and Gemini’s research mode. These products are not simple RAG pipelines. Recent papers like DeepResearcher and Step-DeepR…
Cursor just launched plugins, making it easier than ever to give Cursor structured access to external tools and infrastructure. Neon is part of the initial launch set: you can install the Neon plugin…
View the Autoscaling Report here.
A few weeks ago, Vercel released add-skill (now npx skills), a CLI for installing agent skills across different coding agents and editors like Claude Code, Cursor, and VS Code. It solves a very real…
“We were getting ready to hire dedicated engineers just to manage and scale Zite Database. With Neon, we didn’t need to do that – we were able to give every end user their own database, including on…