# Blog -- Neon Docs

The latest product updates from Neon

This is one page of public article previews, not the complete archive. Follow Next page to continue. Summaries are not the original full articles.

## Inside LuBot's database-per-tenant architecture

DevFeed: [Inside LuBot's database-per-tenant architecture](<https://devfeed.tech/articles/inside-lubot-s-database-per-tenant-architecture-20995.md>)

Original publisher: [Read original article](<https://neon.com/blog/inside-lubots-database-per-tenant-architecture>)

Author: Carlota Soto

Published: 2026-09-14T12:00:00Z

Content type: article

Language: en

Sources: [Blog -- Neon Docs](<https://devfeed.tech/sources/blog-neon-docs.md>)

Topics: [Database](<https://devfeed.tech/topics/database.md>), [Software as a service](<https://devfeed.tech/topics/saas.md>), [Supabase](<https://devfeed.tech/topics/supabase.md>), [Provisioning](<https://devfeed.tech/topics/provisioning.md>), [stripe](<https://devfeed.tech/topics/stripe.md>), [API](<https://devfeed.tech/topics/api.md>)

Tags: [api](<https://devfeed.tech/tags/api.md>), [architecture](<https://devfeed.tech/tags/architecture.md>), [billing](<https://devfeed.tech/tags/billing.md>), [case-studies](<https://devfeed.tech/tags/case-studies.md>), [checkout](<https://devfeed.tech/tags/checkout.md>), [database](<https://devfeed.tech/tags/database.md>), [infrastructure](<https://devfeed.tech/tags/infrastructure.md>), [product](<https://devfeed.tech/tags/product.md>), [provisioning](<https://devfeed.tech/tags/provisioning.md>), [saas](<https://devfeed.tech/tags/saas.md>), [scale](<https://devfeed.tech/tags/scale.md>), [stripe](<https://devfeed.tech/tags/stripe.md>)

### AI overview

This article explains LuBot's database-per-tenant architecture. LuBot uses Supabase for shared administrative data such as organizations, users, and billing state, while each paying customer receives an isolated Postgres database. Stripe checkout triggers a webhook that provisions a Neon branch through the Neon API, with deterministic naming to prevent duplicate tenants. Neon branches provide independent compute and can scale idle tenants to zero.

### Source excerpt

It took six days to go from zero to isolated Postgres per tenant, provisioned the moment someone pays. A traditional Postgres setup would have been a full quarter of work.

## Claimable Neon: Provisioned by agents, claimed by humans

DevFeed: [Claimable Neon: Provisioned by agents, claimed by humans](<https://devfeed.tech/articles/claimable-neon-provisioned-by-agents-claimed-by-humans-4959.md>)

Original publisher: [Read original article](<https://neon.com/blog/an-agent-provisions-a-neon-backend-a-human-claims-it-later>)

Author: Andre Landgraf

Published: 2026-09-10T12:00:00Z

Content type: release

Language: en

Sources: [Blog -- Neon Docs](<https://devfeed.tech/sources/blog-neon-docs.md>)

Topics: [AI-assisted coding](<https://devfeed.tech/topics/ai-assisted-coding.md>), [AI Bots](<https://devfeed.tech/topics/ai-bots.md>)

Tags: [agents](<https://devfeed.tech/tags/agents.md>), [api](<https://devfeed.tech/tags/api.md>), [auth](<https://devfeed.tech/tags/auth.md>), [backend](<https://devfeed.tech/tags/backend.md>), [community](<https://devfeed.tech/tags/community.md>), [database](<https://devfeed.tech/tags/database.md>), [oauth](<https://devfeed.tech/tags/oauth.md>), [postgres](<https://devfeed.tech/tags/postgres.md>), [product](<https://devfeed.tech/tags/product.md>), [sql](<https://devfeed.tech/tags/sql.md>)

### AI overview

Claimable Neon lets agents anonymously provision a temporary Neon project, continue building with scoped credentials, and generate a link for a human to claim the project later.

### Source excerpt

Claimable Neon implements the anonymous registration method in auth.md, the open agent registration protocol authored by WorkOS, to give agents a way to provision a temporary Neon project without creating an account or collecting payment details.

## Improving Lakebase Postgres Compute Cache on Neon, Part 1

DevFeed: [Improving Lakebase Postgres Compute Cache on Neon, Part 1](<https://devfeed.tech/articles/improving-lakebase-postgres-compute-cache-on-neon-part-1-5441.md>)

Original publisher: [Read original article](<https://neon.com/blog/improving-lakebase-compute-cache-part-1>)

Author: Sunil Kamath

Published: 2026-09-09T12:00:00Z

Content type: article

Language: en

Sources: [Blog -- Neon Docs](<https://devfeed.tech/sources/blog-neon-docs.md>)

Topics: [Caching](<https://devfeed.tech/topics/caching.md>), [Databases](<https://devfeed.tech/topics/databases.md>), [Operating system](<https://devfeed.tech/topics/operating-system.md>), [Amazon S3](<https://devfeed.tech/topics/amazon-s3.md>), [cpu](<https://devfeed.tech/topics/cpu.md>), [Latency](<https://devfeed.tech/topics/latency.md>), [autoscaling](<https://devfeed.tech/topics/autoscaling.md>)

Tags: [autoscaling](<https://devfeed.tech/tags/autoscaling.md>), [cache](<https://devfeed.tech/tags/cache.md>), [compute](<https://devfeed.tech/tags/compute.md>), [cpu](<https://devfeed.tech/tags/cpu.md>), [engineering](<https://devfeed.tech/tags/engineering.md>), [latency](<https://devfeed.tech/tags/latency.md>), [memory](<https://devfeed.tech/tags/memory.md>), [os](<https://devfeed.tech/tags/os.md>), [postgres](<https://devfeed.tech/tags/postgres.md>), [s3](<https://devfeed.tech/tags/s3.md>), [storage](<https://devfeed.tech/tags/storage.md>)

### AI overview

Neon describes a Lakebase Postgres compute-cache change that allocates most memory to shared buffers backed by huge pages. The goal is to keep hot pages in DRAM, reducing storage reads, CPU use, and latency; the article reports up to roughly 2x throughput on specified fixed-size computes.

### Source excerpt

On large fixed-size Lakebase Postgres computes on Neon, we now put most of the machine's memory into Postgres shared buffers and back that cache with huge pages. Hot pages stay in DRAM instead of falling through to a local disk cache, so the same working set is served faster and with less CPU.

## Comparing token economics across 42 AI models

DevFeed: [Comparing token economics across 42 AI models](<https://devfeed.tech/articles/comparing-token-economics-across-42-ai-models-5147.md>)

Original publisher: [Read original article](<https://neon.com/blog/comparing-token-economics-across-42-ai-models>)

Author: Carlota Soto

Published: 2026-09-04T12:00:00Z

Content type: comparison

Language: en

Sources: [Blog -- Neon Docs](<https://devfeed.tech/sources/blog-neon-docs.md>)

Topics: [AI Chat](<https://devfeed.tech/topics/ai-chat.md>), [AI-assisted coding](<https://devfeed.tech/topics/ai-assisted-coding.md>)

Tags: [ai-gateway](<https://devfeed.tech/tags/ai-gateway.md>), [ai-models](<https://devfeed.tech/tags/ai-models.md>), [benchmark](<https://devfeed.tech/tags/benchmark.md>), [community](<https://devfeed.tech/tags/community.md>), [cost](<https://devfeed.tech/tags/cost.md>), [llms](<https://devfeed.tech/tags/llms.md>)

### AI overview

A comparison of 42 AI models on a synthetic workload of 100 support tickets, evaluating cost, usable responses, and completion time. It highlights differences in token use, accuracy, speed, and total workload cost.

### Source excerpt

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 models that are efficient to run, especially in large companies with many engineers using coding agents.

## Give your agent Neon tools

DevFeed: [Give your agent Neon tools](<https://devfeed.tech/articles/give-your-agent-neon-tools-5315.md>)

Original publisher: [Read original article](<https://neon.com/blog/give-your-agent-neon-tools>)

Author: Andre Landgraf

Published: 2026-09-03T12:00:00Z

Content type: release

Language: en

Sources: [Blog -- Neon Docs](<https://devfeed.tech/sources/blog-neon-docs.md>)

Topics: [MSP MCP](<https://devfeed.tech/topics/msp-mcp.md>)

Tags: [agent](<https://devfeed.tech/tags/agent.md>), [api](<https://devfeed.tech/tags/api.md>), [mcp](<https://devfeed.tech/tags/mcp.md>), [mcp-server](<https://devfeed.tech/tags/mcp-server.md>), [openapi](<https://devfeed.tech/tags/openapi.md>), [product](<https://devfeed.tech/tags/product.md>), [sdks](<https://devfeed.tech/tags/sdks.md>), [tools](<https://devfeed.tech/tags/tools.md>), [workflows](<https://devfeed.tech/tags/workflows.md>)

### AI overview

Neon announces @neon/tools, which adapts its SDK client into typed tools for agents and expands the hosted Neon MCP Server. The article explains progressive tool discovery and why agent-oriented tools should bundle workflows rather than mirror raw REST operations.

### Source excerpt

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 Server.

## Building patterns unlocked by scale to zero

DevFeed: [Building patterns unlocked by scale to zero](<https://devfeed.tech/articles/building-patterns-unlocked-by-scale-to-zero-5105.md>)

Original publisher: [Read original article](<https://neon.com/blog/building-patterns-unlocked-by-scale-to-zero>)

Author: Carlota Soto

Published: 2026-09-01T12:00:00Z

Content type: article

Language: en

Sources: [Blog -- Neon Docs](<https://devfeed.tech/sources/blog-neon-docs.md>)

Topics: [Databases](<https://devfeed.tech/topics/databases.md>), [autoscaling](<https://devfeed.tech/topics/autoscaling.md>), [ci](<https://devfeed.tech/topics/ci.md>)

Tags: [autoscaling](<https://devfeed.tech/tags/autoscaling.md>), [building](<https://devfeed.tech/tags/building.md>), [ci](<https://devfeed.tech/tags/ci.md>), [compute](<https://devfeed.tech/tags/compute.md>), [database](<https://devfeed.tech/tags/database.md>), [postgres](<https://devfeed.tech/tags/postgres.md>), [product](<https://devfeed.tech/tags/product.md>), [scale](<https://devfeed.tech/tags/scale.md>)

### AI overview

The article explains how autoscaling and scale to zero reduce idle Postgres compute costs. It presents ephemeral database branches for previews, tests, and individual development work as patterns enabled by suspending inactive compute.

### Source excerpt

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 that waste with autoscaling and scale to zero.

## Neon is now available in Grok Bot

DevFeed: [Neon is now available in Grok Bot](<https://devfeed.tech/articles/neon-is-now-available-in-grok-bot-5654.md>)

Original publisher: [Read original article](<https://neon.com/blog/neon-is-now-available-in-grok-bot>)

Author: Dominik Koch

Published: 2026-09-01T12:00:00Z

Content type: news

Language: en

Sources: [Blog -- Neon Docs](<https://devfeed.tech/sources/blog-neon-docs.md>)

Topics: [Bot](<https://devfeed.tech/topics/bot.md>), [Databases](<https://devfeed.tech/topics/databases.md>), [Model Context Protocol](<https://devfeed.tech/topics/model-context-protocol.md>)

Tags: [agent](<https://devfeed.tech/tags/agent.md>), [agent-skills](<https://devfeed.tech/tags/agent-skills.md>), [bots](<https://devfeed.tech/tags/bots.md>), [database](<https://devfeed.tech/tags/database.md>), [mcp](<https://devfeed.tech/tags/mcp.md>), [mcp-server](<https://devfeed.tech/tags/mcp-server.md>), [migration](<https://devfeed.tech/tags/migration.md>), [product](<https://devfeed.tech/tags/product.md>), [sql](<https://devfeed.tech/tags/sql.md>), [testing](<https://devfeed.tech/tags/testing.md>), [tools](<https://devfeed.tech/tags/tools.md>), [workflows](<https://devfeed.tech/tags/workflows.md>)

### AI overview

Neon is available as a Grok Bot plugin, combining Neon agent skills with the Neon MCP Server to let authorized bots manage Neon database workflows.

### Source excerpt

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.

## Autoscaling Lakebase Postgres

DevFeed: [Autoscaling Lakebase Postgres](<https://devfeed.tech/articles/autoscaling-lakebase-postgres-5008.md>)

Original publisher: [Read original article](<https://neon.com/blog/autoscaling-lakebase-postgres>)

Author: Carlota Soto

Published: 2026-08-31T12:00:00Z

Content type: article

Language: en

Sources: [Blog -- Neon Docs](<https://devfeed.tech/sources/blog-neon-docs.md>)

Topics: [Database](<https://devfeed.tech/topics/database.md>), [cpu](<https://devfeed.tech/topics/cpu.md>)

Tags: [architecture](<https://devfeed.tech/tags/architecture.md>), [autoscaling](<https://devfeed.tech/tags/autoscaling.md>), [cache](<https://devfeed.tech/tags/cache.md>), [compute](<https://devfeed.tech/tags/compute.md>), [cpu](<https://devfeed.tech/tags/cpu.md>), [database](<https://devfeed.tech/tags/database.md>), [engineering](<https://devfeed.tech/tags/engineering.md>), [memory](<https://devfeed.tech/tags/memory.md>), [postgres](<https://devfeed.tech/tags/postgres.md>), [storage](<https://devfeed.tech/tags/storage.md>)

### AI overview

The article explains how Lakebase Postgres autoscales database compute without stopping Postgres. Its architecture separates compute from durable storage, while the autoscaler derives a target size from CPU load, memory use, and compute-cache working-set size.

### Source excerpt

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.

## Introducing Neon Labs

DevFeed: [Introducing Neon Labs](<https://devfeed.tech/articles/introducing-neon-labs-5460.md>)

Original publisher: [Read original article](<https://neon.com/blog/introducing-neon-labs>)

Author: Savannah Longoria

Published: 2026-08-26T12:00:00Z

Content type: release

Language: en

Sources: [Blog -- Neon Docs](<https://devfeed.tech/sources/blog-neon-docs.md>)

Topics: [migration](<https://devfeed.tech/topics/migration.md>), [Databases](<https://devfeed.tech/topics/databases.md>), [Replication](<https://devfeed.tech/topics/replication.md>), [Transactions](<https://devfeed.tech/topics/transactions.md>), [Availability](<https://devfeed.tech/topics/availability.md>)

Tags: [agent](<https://devfeed.tech/tags/agent.md>), [availability](<https://devfeed.tech/tags/availability.md>), [database](<https://devfeed.tech/tags/database.md>), [migration](<https://devfeed.tech/tags/migration.md>), [playground](<https://devfeed.tech/tags/playground.md>), [postgres](<https://devfeed.tech/tags/postgres.md>), [product](<https://devfeed.tech/tags/product.md>), [replication](<https://devfeed.tech/tags/replication.md>), [tools](<https://devfeed.tech/tags/tools.md>), [transactions](<https://devfeed.tech/tags/transactions.md>)

### AI overview

Neon Labs is a new home for experimental tools built around Lakebase Postgres. Its first release includes a Postgres Upgrade Assessment that identifies version-upgrade blockers and a Migration Assistant that recommends a migration method. The tools are intended for development or testing while they remain experimental.

### Source excerpt

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.

## Just landed in the Neon CLI

DevFeed: [Just landed in the Neon CLI](<https://devfeed.tech/articles/just-landed-in-the-neon-cli-5479.md>)

Original publisher: [Read original article](<https://neon.com/blog/just-landed-in-the-neon-cli>)

Author: Carlota Soto

Published: 2026-08-25T12:00:00Z

Content type: article

Language: en

Sources: [Blog -- Neon Docs](<https://devfeed.tech/sources/blog-neon-docs.md>)

Topics: [Command-line interface](<https://devfeed.tech/topics/cli.md>), [Databases](<https://devfeed.tech/topics/databases.md>), [MCP](<https://devfeed.tech/topics/mcp.md>), [Agent Skills](<https://devfeed.tech/topics/agent-skills.md>), [API keys](<https://devfeed.tech/topics/api-keys.md>)

Tags: [agent-skills](<https://devfeed.tech/tags/agent-skills.md>), [agents](<https://devfeed.tech/tags/agents.md>), [ci](<https://devfeed.tech/tags/ci.md>), [cli](<https://devfeed.tech/tags/cli.md>), [coding](<https://devfeed.tech/tags/coding.md>), [database](<https://devfeed.tech/tags/database.md>), [diagnostics](<https://devfeed.tech/tags/diagnostics.md>), [mcp](<https://devfeed.tech/tags/mcp.md>), [product](<https://devfeed.tech/tags/product.md>), [tool](<https://devfeed.tech/tags/tool.md>)

### AI overview

An update on recent Neon CLI changes, including the shorter npm package name, agent-focused setup for MCP and skills, project and branch linking, environment-variable management, database diagnostics, dashboard access, and project-scoped keys.

### Source excerpt

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.

## WAL + S3: Lakebase storage for the era of agents

DevFeed: [WAL + S3: Lakebase storage for the era of agents](<https://devfeed.tech/articles/wal-s3-lakebase-storage-for-the-era-of-agents-5847.md>)

Original publisher: [Read original article](<https://neon.com/blog/wal-s3-lakebase-storage-for-the-era-of-agents>)

Author: Carlota Soto

Published: 2026-08-24T12:00:00Z

Content type: article

Language: en

Sources: [Blog -- Neon Docs](<https://devfeed.tech/sources/blog-neon-docs.md>)

Topics: [Database](<https://devfeed.tech/topics/database.md>), [Amazon S3](<https://devfeed.tech/topics/amazon-s3.md>), [Transactions](<https://devfeed.tech/topics/transactions.md>), [data](<https://devfeed.tech/topics/data.md>), [migration](<https://devfeed.tech/topics/migration.md>)

Tags: [agents](<https://devfeed.tech/tags/agents.md>), [data](<https://devfeed.tech/tags/data.md>), [database](<https://devfeed.tech/tags/database.md>), [engineering](<https://devfeed.tech/tags/engineering.md>), [migration](<https://devfeed.tech/tags/migration.md>), [product](<https://devfeed.tech/tags/product.md>), [s3](<https://devfeed.tech/tags/s3.md>), [storage](<https://devfeed.tech/tags/storage.md>), [transactions](<https://devfeed.tech/tags/transactions.md>)

### AI overview

The article argues that PostgreSQL workloads associated with agents need storage built around transaction history rather than only the current state. It presents the write-ahead log as an existing timeline of database modifications and examines placing S3 beneath PostgreSQL to support isolated copies, point-in-time restoration, historical queries, and many disposable environments more efficiently.

### Source excerpt

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 friction, but very little of that is a Postgres problem.

## Open-weight models are fast on Neon AI Gateway. Here's why

DevFeed: [Open-weight models are fast on Neon AI Gateway. Here's why](<https://devfeed.tech/articles/open-weight-models-are-fast-on-neon-ai-gateway-here-s-why-5701.md>)

Original publisher: [Read original article](<https://neon.com/blog/open-weight-models-are-fast-on-neon-ai-gateway>)

Author: Carlota Soto

Published: 2026-08-20T12:00:00Z

Content type: article

Language: en

Sources: [Blog -- Neon Docs](<https://devfeed.tech/sources/blog-neon-docs.md>)

Topics: [databricks](<https://devfeed.tech/topics/databricks.md>), [Inference Performance](<https://devfeed.tech/topics/inference-performance.md>), [model-deployment](<https://devfeed.tech/topics/model-deployment.md>), [Low-Latency Inference](<https://devfeed.tech/topics/low-latency-inference.md>), [Caching](<https://devfeed.tech/topics/caching.md>), [Mixture of Experts (MoE)](<https://devfeed.tech/topics/mixture-of-experts-moe.md>), [gpt-oss](<https://devfeed.tech/topics/gpt-oss.md>), [Large Language Model](<https://devfeed.tech/topics/llm.md>)

Tags: [caching](<https://devfeed.tech/tags/caching.md>), [databricks](<https://devfeed.tech/tags/databricks.md>), [gpt-oss](<https://devfeed.tech/tags/gpt-oss.md>), [inference](<https://devfeed.tech/tags/inference.md>), [mixture-of-experts-moe](<https://devfeed.tech/tags/mixture-of-experts-moe.md>), [optimization](<https://devfeed.tech/tags/optimization.md>), [performance](<https://devfeed.tech/tags/performance.md>), [product](<https://devfeed.tech/tags/product.md>), [speed](<https://devfeed.tech/tags/speed.md>)

### AI overview

The article explains why open-weight models can deliver low latency on Neon AI Gateway when paired with Databricks Foundation Model APIs and an optimized serving stack. It highlights continuous batching, KV-cache paging, custom kernels, quantization, multi-GPU layouts, prompt caching, and Mixture-of-Experts architectures.

### Source excerpt

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-hosted open-weight models, a stack that has years of inference engineering behind it.

## Query Neon backend logs

DevFeed: [Query Neon backend logs](<https://devfeed.tech/articles/query-neon-backend-logs-5758.md>)

Original publisher: [Read original article](<https://neon.com/blog/query-neon-backend-logs>)

Author: Andre Landgraf

Published: 2026-08-18T12:00:00Z

Content type: article

Language: en

Sources: [Blog -- Neon Docs](<https://devfeed.tech/sources/blog-neon-docs.md>)

Topics: [Back end](<https://devfeed.tech/topics/backend.md>), [observability](<https://devfeed.tech/topics/observability.md>), [log management](<https://devfeed.tech/topics/log-management.md>), [Command-line interface](<https://devfeed.tech/topics/cli.md>), [MCP Server](<https://devfeed.tech/topics/mcp-server.md>), [Serverless](<https://devfeed.tech/topics/serverless.md>), [Server](<https://devfeed.tech/topics/server.md>), [Node.js](<https://devfeed.tech/topics/node-js.md>), [Amazon S3](<https://devfeed.tech/topics/amazon-s3.md>), [SDKs](<https://devfeed.tech/topics/sdks.md>)

Tags: [api](<https://devfeed.tech/tags/api.md>), [backend](<https://devfeed.tech/tags/backend.md>), [cli](<https://devfeed.tech/tags/cli.md>), [logs](<https://devfeed.tech/tags/logs.md>), [mcp-server](<https://devfeed.tech/tags/mcp-server.md>), [node](<https://devfeed.tech/tags/node.md>), [observability](<https://devfeed.tech/tags/observability.md>), [product](<https://devfeed.tech/tags/product.md>), [s3](<https://devfeed.tech/tags/s3.md>), [tool](<https://devfeed.tech/tags/tool.md>)

### AI overview

Neon adds branch-scoped access to backend logs from Neon Functions and Object Storage outside the Console. The logs can be queried through the CLI, MCP server, Logs API, SDK, or Loki endpoints, with filters and raw LogQL support.

### Source excerpt

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, with filters for source, severity, and message text.

## LLMs belong in your backend

DevFeed: [LLMs belong in your backend](<https://devfeed.tech/articles/llms-belong-in-your-backend-5508.md>)

Original publisher: [Read original article](<https://neon.com/blog/llms-belong-in-your-backend>)

Author: Carlota Soto

Published: 2026-08-17T12:00:00Z

Content type: article

Language: en

Sources: [Blog -- Neon Docs](<https://devfeed.tech/sources/blog-neon-docs.md>)

Topics: [Large Language Model](<https://devfeed.tech/topics/llm.md>), [Back end](<https://devfeed.tech/topics/backend.md>), [API](<https://devfeed.tech/topics/api.md>)

Tags: [ai-gateway](<https://devfeed.tech/tags/ai-gateway.md>), [api](<https://devfeed.tech/tags/api.md>), [api-keys](<https://devfeed.tech/tags/api-keys.md>), [backend](<https://devfeed.tech/tags/backend.md>), [llms](<https://devfeed.tech/tags/llms.md>), [product](<https://devfeed.tech/tags/product.md>)

### AI overview

Neon presents its AI Gateway as part of a backend stack for calling LLMs through a unified credential, endpoint, billing flow, and model catalog.

### Source excerpt

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.

## Neon skills landed in the Vercel CLI

DevFeed: [Neon skills landed in the Vercel CLI](<https://devfeed.tech/articles/neon-skills-landed-in-the-vercel-cli-5681.md>)

Original publisher: [Read original article](<https://neon.com/blog/neon-skills-landed-in-the-vercel-cli>)

Author: Carlota Soto

Published: 2026-08-14T12:00:00Z

Content type: article

Language: en

Sources: [Blog -- Neon Docs](<https://devfeed.tech/sources/blog-neon-docs.md>)

Topics: [AI-assisted coding](<https://devfeed.tech/topics/ai-assisted-coding.md>)

Tags: [agent](<https://devfeed.tech/tags/agent.md>), [agent-skills](<https://devfeed.tech/tags/agent-skills.md>), [backend](<https://devfeed.tech/tags/backend.md>), [cli](<https://devfeed.tech/tags/cli.md>), [coding](<https://devfeed.tech/tags/coding.md>), [database](<https://devfeed.tech/tags/database.md>), [deployment](<https://devfeed.tech/tags/deployment.md>), [integration](<https://devfeed.tech/tags/integration.md>), [postgres](<https://devfeed.tech/tags/postgres.md>), [product](<https://devfeed.tech/tags/product.md>), [skills](<https://devfeed.tech/tags/skills.md>), [vercel](<https://devfeed.tech/tags/vercel.md>)

### AI overview

The article explains that installing a Vercel Marketplace integration through the CLI can also install provider agent skills. It uses Neon as an example: one command provisions a database, connects it to a Vercel project, makes connection variables available locally, and gives a coding agent instructions for using the database.

### Source excerpt

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 your Vercel project and hands your coding agent the instructions it needs to actually use it.

## Neon for Herdr: A Neon pane in your Herdr workspace

DevFeed: [Neon for Herdr: A Neon pane in your Herdr workspace](<https://devfeed.tech/articles/neon-for-herdr-a-neon-pane-in-your-herdr-workspace-5631.md>)

Original publisher: [Read original article](<https://neon.com/blog/neon-for-herdr-a-neon-pane-in-your-herdr-workspace>)

Author: Dominik Koch

Published: 2026-08-13T12:00:00Z

Content type: release

Language: en

Sources: [Blog -- Neon Docs](<https://devfeed.tech/sources/blog-neon-docs.md>)

Topics: [SDKs](<https://devfeed.tech/topics/sdks.md>), [TypeScript](<https://devfeed.tech/topics/typescript.md>), [Terminal](<https://devfeed.tech/topics/terminal.md>), [dashboards](<https://devfeed.tech/topics/dashboards.md>), [OAuth](<https://devfeed.tech/topics/oauth.md>), [Databases](<https://devfeed.tech/topics/databases.md>), [autoscaling](<https://devfeed.tech/topics/autoscaling.md>), [Command-line interface](<https://devfeed.tech/topics/cli.md>)

Tags: [autoscaling](<https://devfeed.tech/tags/autoscaling.md>), [browser](<https://devfeed.tech/tags/browser.md>), [community](<https://devfeed.tech/tags/community.md>), [databases](<https://devfeed.tech/tags/databases.md>), [linux](<https://devfeed.tech/tags/linux.md>), [macos](<https://devfeed.tech/tags/macos.md>), [oauth](<https://devfeed.tech/tags/oauth.md>), [typescript](<https://devfeed.tech/tags/typescript.md>)

### AI overview

Neon for Herdr is a terminal workspace plugin that adds a Neon project-management pane built with Ink, Effect, and the Neon TypeScript SDK. It supports project and branch operations, compute controls, connection-string retrieval, fuzzy search, and OAuth authentication with PKCE.

### Source excerpt

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 compute is only a keypress away.

## Neon Functions: backend logic next to your data

DevFeed: [Neon Functions: backend logic next to your data](<https://devfeed.tech/articles/neon-functions-backend-logic-next-to-your-data-5634.md>)

Original publisher: [Read original article](<https://neon.com/blog/neon-functions-backend-logic-next-to-your-data>)

Author: Carlota Soto

Published: 2026-08-12T12:00:00Z

Content type: article

Language: en

Sources: [Blog -- Neon Docs](<https://devfeed.tech/sources/blog-neon-docs.md>)

Topics: [Back end](<https://devfeed.tech/topics/backend.md>), [Node.js](<https://devfeed.tech/topics/node-js.md>), [Database](<https://devfeed.tech/topics/database.md>), [Serverless](<https://devfeed.tech/topics/serverless.md>), [WebSocket](<https://devfeed.tech/topics/websocket.md>), [Cloud](<https://devfeed.tech/topics/cloud.md>)

Tags: [backend](<https://devfeed.tech/tags/backend.md>), [database](<https://devfeed.tech/tags/database.md>), [hosting](<https://devfeed.tech/tags/hosting.md>), [network](<https://devfeed.tech/tags/network.md>), [node](<https://devfeed.tech/tags/node.md>), [node-js](<https://devfeed.tech/tags/node-js.md>), [product](<https://devfeed.tech/tags/product.md>), [serverless](<https://devfeed.tech/tags/serverless.md>), [vpc](<https://devfeed.tech/tags/vpc.md>)

### AI overview

Neon Functions provide long-running Node.js 24 backend compute deployed beside a Neon Postgres branch. They automatically receive database and related Neon service credentials, reducing network hops and supporting streaming, WebSockets, SSE, and persistent connection pools.

### Source excerpt

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 agents can stream for minutes and WebSockets or SSE can stay open while data flows.

## Electric is joining team Neon at Databricks

DevFeed: [Electric is joining team Neon at Databricks](<https://devfeed.tech/articles/electric-is-joining-team-neon-at-databricks-5237.md>)

Original publisher: [Read original article](<https://neon.com/blog/electric-joins-neon>)

Author: Nikita Shamgunov

Published: 2026-08-11T13:00:00Z

Content type: news

Language: en

Sources: [Blog -- Neon Docs](<https://devfeed.tech/sources/blog-neon-docs.md>)

Topics: [databricks](<https://devfeed.tech/topics/databricks.md>), [Database](<https://devfeed.tech/topics/database.md>), [real-time](<https://devfeed.tech/topics/real-time.md>), [wasm](<https://devfeed.tech/topics/wasm.md>), [AI-assisted coding](<https://devfeed.tech/topics/ai-assisted-coding.md>)

Tags: [agentic](<https://devfeed.tech/tags/agentic.md>), [company](<https://devfeed.tech/tags/company.md>), [postgres](<https://devfeed.tech/tags/postgres.md>), [real-time](<https://devfeed.tech/tags/real-time.md>), [sync](<https://devfeed.tech/tags/sync.md>), [wasm](<https://devfeed.tech/tags/wasm.md>)

### AI overview

Electric is joining Neon within Databricks, bringing PGlite and its real-time Postgres synchronization technology. The article presents these as primitives for lightweight applications and agent workloads.

### Source excerpt

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 Databricks, bringing lightweight WASM Postgres + real-time sync to Neon.

## Building Neon Object Storage

DevFeed: [Building Neon Object Storage](<https://devfeed.tech/articles/building-neon-object-storage-5103.md>)

Original publisher: [Read original article](<https://neon.com/blog/building-neon-object-storage>)

Author: Carlota Soto

Published: 2026-08-06T12:00:00Z

Content type: article

Language: en

Sources: [Blog -- Neon Docs](<https://devfeed.tech/sources/blog-neon-docs.md>)

Topics: [Amazon S3](<https://devfeed.tech/topics/amazon-s3.md>), [Back end](<https://devfeed.tech/topics/backend.md>), [Databases](<https://devfeed.tech/topics/databases.md>), [cloud-infrastructure](<https://devfeed.tech/topics/cloud-infrastructure.md>)

Tags: [architecture](<https://devfeed.tech/tags/architecture.md>), [backend](<https://devfeed.tech/tags/backend.md>), [data](<https://devfeed.tech/tags/data.md>), [product](<https://devfeed.tech/tags/product.md>), [s3](<https://devfeed.tech/tags/s3.md>), [storage](<https://devfeed.tech/tags/storage.md>)

### AI overview

Neon Object Storage is a beta, S3-compatible object store integrated into the Neon backend. Its defining feature is branch-aware storage: database branches inherit buckets and objects, while copy-on-write keeps branches isolated and avoids upfront duplication.

### Source excerpt

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 get an isolated copy of your database in about a second. Object Storage adds files to that picture.

## Training 100x Cheaper Retrieval models Neon and Castform

DevFeed: [Training 100x Cheaper Retrieval models Neon and Castform](<https://devfeed.tech/articles/training-100x-cheaper-retrieval-models-neon-and-castform-5343.md>)

Original publisher: [Read original article](<https://neon.com/blog/how-castform-neon-beats-frontier-models-on-price-and-efficiency>)

Author: Pranav Aurora

Published: 2026-08-05T12:00:00Z

Content type: article

Language: en

Sources: [Blog -- Neon Docs](<https://devfeed.tech/sources/blog-neon-docs.md>)

Topics: [Retrieval Augmented Generation (RAG)](<https://devfeed.tech/topics/retrieval-augmented-generation-rag.md>), [Training AI Models](<https://devfeed.tech/topics/training-ai-models.md>), [Machine learning](<https://devfeed.tech/topics/machine-learning.md>), [Open Source Models & Datasets](<https://devfeed.tech/topics/open-source-models-datasets.md>), [Large Language Model](<https://devfeed.tech/topics/llm.md>), [Open Source](<https://devfeed.tech/topics/open-source.md>), [Latency](<https://devfeed.tech/topics/latency.md>), [Database](<https://devfeed.tech/topics/database.md>)

Tags: [agentic](<https://devfeed.tech/tags/agentic.md>), [agents](<https://devfeed.tech/tags/agents.md>), [cost](<https://devfeed.tech/tags/cost.md>), [embedding](<https://devfeed.tech/tags/embedding.md>), [infra](<https://devfeed.tech/tags/infra.md>), [llms](<https://devfeed.tech/tags/llms.md>), [machine-learning](<https://devfeed.tech/tags/machine-learning.md>), [model](<https://devfeed.tech/tags/model.md>), [models](<https://devfeed.tech/tags/models.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [performance](<https://devfeed.tech/tags/performance.md>), [post-training](<https://devfeed.tech/tags/post-training.md>), [product](<https://devfeed.tech/tags/product.md>), [rag](<https://devfeed.tech/tags/rag.md>), [retrieval](<https://devfeed.tech/tags/retrieval.md>), [rl](<https://devfeed.tech/tags/rl.md>), [scale](<https://devfeed.tech/tags/scale.md>), [search](<https://devfeed.tech/tags/search.md>), [systems](<https://devfeed.tech/tags/systems.md>), [tools](<https://devfeed.tech/tags/tools.md>), [training](<https://devfeed.tech/tags/training.md>)

### AI overview

The article explains how Castform uses reinforcement-learning post-training to improve open-weight models for agentic retrieval. It contrasts multi-step retrieval with one-shot embedding search, emphasizing the cost and latency of repeated frontier-model calls and the potential for smaller open models to perform specific search tasks more cheaply.

### Source excerpt

"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 scale requires advanced infra. Pointing Castform at Neon skips both." -- Ying Hang Seah, cofounder, Castform

## Neon now has per-project permissions

DevFeed: [Neon now has per-project permissions](<https://devfeed.tech/articles/neon-now-has-per-project-permissions-5669.md>)

Original publisher: [Read original article](<https://neon.com/blog/neon-now-has-per-project-permissions>)

Author: Russ Dias

Published: 2026-08-03T12:00:00Z

Content type: article

Language: en

Sources: [Blog -- Neon Docs](<https://devfeed.tech/sources/blog-neon-docs.md>)

Topics: [Authorization](<https://devfeed.tech/topics/authorization.md>), [Databases](<https://devfeed.tech/topics/databases.md>)

Tags: [agents](<https://devfeed.tech/tags/agents.md>), [contributors](<https://devfeed.tech/tags/contributors.md>), [external](<https://devfeed.tech/tags/external.md>), [product](<https://devfeed.tech/tags/product.md>), [safety](<https://devfeed.tech/tags/safety.md>)

### AI overview

Neon introduces per-project permissions alongside four organization-level roles: Admin, Editor, Viewer, and Collaborator. The two permission layers combine to provide scoped access for users, agents, and external contributors, though project-level permissions currently only expand access and cannot restrict an organization-wide role.

### Source excerpt

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 and collaborators can access.

## CommSync Runs Text, Vector, and Hybrid Search on Postgres with Lakebase Search

DevFeed: [CommSync Runs Text, Vector, and Hybrid Search on Postgres with Lakebase Search](<https://devfeed.tech/articles/commsync-runs-text-vector-and-hybrid-search-on-postgres-with-lakebase-search-5142.md>)

Original publisher: [Read original article](<https://neon.com/blog/commsync-runs-text-vector-and-hybrid-search-on-postgres-with-lakebase-search>)

Author: Carlota Soto

Published: 2026-07-30T12:00:00Z

Content type: article

Language: en

Sources: [Blog -- Neon Docs](<https://devfeed.tech/sources/blog-neon-docs.md>)

Topics: [Latency](<https://devfeed.tech/topics/latency.md>), [Embeddings](<https://devfeed.tech/topics/embeddings.md>), [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>), [App](<https://devfeed.tech/topics/app.md>), [Extension](<https://devfeed.tech/topics/extension.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [app](<https://devfeed.tech/tags/app.md>), [case-studies](<https://devfeed.tech/tags/case-studies.md>), [embeddings](<https://devfeed.tech/tags/embeddings.md>), [feature](<https://devfeed.tech/tags/feature.md>), [features](<https://devfeed.tech/tags/features.md>), [latency](<https://devfeed.tech/tags/latency.md>), [postgres](<https://devfeed.tech/tags/postgres.md>), [product](<https://devfeed.tech/tags/product.md>), [search](<https://devfeed.tech/tags/search.md>), [vector](<https://devfeed.tech/tags/vector.md>)

### AI overview

CommSync describes using Neon's Lakebase Search extensions on Postgres for lexical, semantic, and hybrid inbox search. The article reports substantially lower query latency than the previous GIN-based approach and explains a hybrid implementation combining BM25, embedding-based cosine similarity, and Reciprocal Rank Fusion.

### Source excerpt

"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."

## My agent cloned GitHub (sort of) using the Neon backend

DevFeed: [My agent cloned GitHub (sort of) using the Neon backend](<https://devfeed.tech/articles/my-agent-cloned-github-sort-of-using-the-neon-backend-5596.md>)

Original publisher: [Read original article](<https://neon.com/blog/my-agent-cloned-github-using-the-neon-backend>)

Author: Roman Zaynetdinov

Published: 2026-07-23T09:00:00Z

Content type: article

Language: en

Sources: [Blog -- Neon Docs](<https://devfeed.tech/sources/blog-neon-docs.md>)

Topics: [Git](<https://devfeed.tech/topics/git.md>), [GitHub](<https://devfeed.tech/topics/github.md>), [Hono](<https://devfeed.tech/topics/honojs.md>), [JavaScript](<https://devfeed.tech/topics/javascript.md>), [Database](<https://devfeed.tech/topics/database.md>), [Amazon S3](<https://devfeed.tech/topics/amazon-s3.md>), [Serverless](<https://devfeed.tech/topics/serverless.md>), [web applications](<https://devfeed.tech/topics/web-applications.md>), [Authorization](<https://devfeed.tech/topics/authorization.md>), [Back end](<https://devfeed.tech/topics/backend.md>)

Tags: [app](<https://devfeed.tech/tags/app.md>), [auth](<https://devfeed.tech/tags/auth.md>), [backend](<https://devfeed.tech/tags/backend.md>), [cli](<https://devfeed.tech/tags/cli.md>), [code](<https://devfeed.tech/tags/code.md>), [database](<https://devfeed.tech/tags/database.md>), [git](<https://devfeed.tech/tags/git.md>), [github](<https://devfeed.tech/tags/github.md>), [javascript](<https://devfeed.tech/tags/javascript.md>), [object-storage](<https://devfeed.tech/tags/object-storage.md>), [product](<https://devfeed.tech/tags/product.md>), [s3](<https://devfeed.tech/tags/s3.md>), [server](<https://devfeed.tech/tags/server.md>), [serverless](<https://devfeed.tech/tags/serverless.md>), [web](<https://devfeed.tech/tags/web.md>)

### AI overview

An experiment uses an AI agent and Neon's beta backend suite to build a working Git host without a filesystem. Git objects are stored in Postgres, large blobs are offloaded to Neon Object Storage, and a serverless Hono application serves Git over HTTPS. The implementation supports cloning, pushing, pulling, commit and file browsing, authentication, and testing against edge cases such as binary, large, empty, and oddly named files.

### Source excerpt

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 of my comfort zone as I had no prior knowledge of Git server internals, so I didn't have much hopes, but it went surprisingly well...

## Debug your Postgres from the terminal: a tour of \`neon inspect db\`

DevFeed: [Debug your Postgres from the terminal: a tour of \`neon inspect db\`](<https://devfeed.tech/articles/debug-your-postgres-from-the-terminal-a-tour-of-neon-inspect-db-5643.md>)

Original publisher: [Read original article](<https://neon.com/blog/neon-inspect-db>)

Author: Savannah Longoria

Published: 2026-07-22T18:00:00Z

Content type: article

Language: en

Sources: [Blog -- Neon Docs](<https://devfeed.tech/sources/blog-neon-docs.md>)

Topics: [Database](<https://devfeed.tech/topics/database.md>), [telemetry](<https://devfeed.tech/topics/telemetry.md>), [SDKs](<https://devfeed.tech/topics/sdks.md>)

Tags: [cli](<https://devfeed.tech/tags/cli.md>), [debug](<https://devfeed.tech/tags/debug.md>), [diagnostics](<https://devfeed.tech/tags/diagnostics.md>), [json](<https://devfeed.tech/tags/json.md>), [observability](<https://devfeed.tech/tags/observability.md>), [performance](<https://devfeed.tech/tags/performance.md>), [postgres](<https://devfeed.tech/tags/postgres.md>), [product](<https://devfeed.tech/tags/product.md>), [scripting](<https://devfeed.tech/tags/scripting.md>), [sql](<https://devfeed.tech/tags/sql.md>), [statistics](<https://devfeed.tech/tags/statistics.md>), [tooling](<https://devfeed.tech/tags/tooling.md>)

### AI overview

Neon introduces `neon inspect db`, a Neon CLI command suite for read-only Postgres diagnostics. Its subcommands run bounded, versioned queries against Postgres statistics and catalog views, returning tables or JSON/YAML without requiring users to assemble connection strings or write catalog queries.

### Source excerpt

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 one known-good query against Postgres' own statistics and catalog views and prints a clean table (or JSON/YAML for scripting).

[Next page](<https://devfeed.tech/sources/blog-neon-docs.md?cursor=WyIyMDI2LTA3LTIyVDE4OjAwOjAwKzAwOjAwIiwgImQyYTgzYzBiLWQ0N2ItNDgwOC04ZjJjLTg0Zjk4NmU1OWFkZCJd>)