AIApr 24, 2025Treat AI Like a Senior Dev, Not a Junior OneMost developers approach AI coding with the wrong mental model. The tendency, exacerbated by the vibe coding trend, is to let AI take the wheel. “Build me a UI using Tailwind that lets users see their account info” is an example initial request, followed by more and more short (a...Andrew Tate
AIApr 23, 2025State of AI 2025: How Developers Are Adopting AI Coding ToolsThe first ever State of AI 2025 survey polled thousands of developers to see how AI tools fit into real workflows, from brainstorming features to debugging in production. The survey ran from Feb March 2025 and collected over 4,000 responses from developers around the world. Organ...Carlota Soto
AIApr 21, 2025Prompt Engineering as a Developer DisciplineAI is here. That might seem like a trite comment, but almost a quarter of developers still see AI as something they don’t plan to use But ‘using AI’ doesn’t necessarily mean vibe coding your application into oblivion. Using AI as a developer means two things Understanding that AI...Andrew Tate
AIApr 11, 2025Bringing MCP to the CloudWe recently released Neon’s remote MCP server. In this post, we’ll dive deep into how we implemented Neon’s remote MCP server. We’ll explore using Server Sent Events (SSE) for communication and integrating OAuth 2.1 for authentication. So let’s dive in. Note If you’d rather watch...Shridhar Deshmukh,Raouf Chebri
AIApr 04, 2025Exploring 30 Years of Postgres History with Replit and Vercel v0We often take Postgres features like JSONB, Row Level Security (RLS), and Point In Time Recovery (PITR) for granted. Yet, these powerful features we know and love weren’t always available; they’re the result of over 30 years of dedicated development and almost 61000 Git commits. ...Sam Harrison
AIApr 04, 2025Announcing Neon’s Remote MCP ServerAt Neon, we like to be on top of things, especially when it comes to AI. We first announced our MCP server back on December 3rd, 2024. That was a long time before MCP really took off, and we’ve been iterating on our MCP server’s capabilities ever since. You can read more about ou...David Gomes,Shridhar Deshmukh
AIMar 31, 2025Prompt to Production: Accelerate Development with v0 & Neon PostgresVercel’s v0 recently introduced integrations for Neon, Supabase, and Upstash. With these integrations, you can easily add persistent storage and deploy full stack applications in minutes. However, detailed prompting is essential to guide v0 effectively. Since its initial launch, ...Ryan Vogel
AIMar 22, 2025Build AI Agents with Azure AI Agent Service and NeonAgents can be implemented using various GenAI (Generative AI) frameworks, including LangChain, LangGraph, LlamaIndex, and Semantic Kernel. All these frameworks support using Neon. Implementing AI driven functions or tools calling required hundreds of lines of code—now, it takes j...Bobur Umurzokov
AIMar 20, 2025Coding With Cursor and Windsurf Side by SideSince the release of GitHub Copilot, AI integration in IDEs has evolved dramatically. Now, two IDEs are being talked about more than any other Windsurf and Cursor. Both tools are forks of VSCode, offer a similar set of features, and use Anthropic’s Claude model under the hood. I ...Sam Harrison
AIMar 13, 2025Vibe Coding With AI to Generate Synthetic Data: Part 1In this blog post, I’ll share my experience of vibe coding as I explore AI driven synthetic data generation, the tests I ran, and the challenges I faced along the way. What is vibe coding? Vibe coding is all about skipping the boilerplate and getting straight to the good stuff. I...Paul Scanlon