SShortSingh.
Back to feed

Postgres Creator: LLMs Achieve 0% Accuracy on Real Enterprise Database Queries

0
·1 views

Turing Award winner and Postgres creator Mike Stonebraker has found that large language models score 0% accuracy when tested on real-world enterprise data warehouse queries, far below the 80–85% figures reported on popular benchmarks like Spider and Bird. Stonebraker tested leading LLM-based text-to-SQL systems against four actual production data warehouses, publishing the results as the BEAVER benchmark on arXiv. He attributes the failure to four core issues: enterprise data is absent from LLM training sets, real queries are far more complex than benchmark queries, production schemas use cryptic and inconsistent naming conventions, and enterprises rely on domain-specific terminology that models have never encountered. Even with techniques like retrieval-augmented generation and providing explicit schema hints, accuracy only reached a maximum of 35%, compared to over 90% for a skilled human SQL programmer with schema access. Stonebraker urged AI researchers to test against realistic benchmarks, warning that current text-to-SQL products are being shipped as capable despite not functioning in production environments.

Read the full story at DEV Community

This is an AI-generated summary. ShortSingh links to the original source for the complete article.

Discussion (0)

Log in to join the discussion and vote.

Log in

Related stories

0
ProgrammingDEV Community ·

Three Free Ways to Read Substack Newsletters on Your Kindle

Kindle's e-ink display offers a better reading experience than email inboxes, but Substack lacks a built-in 'send to Kindle' feature. The simplest workaround uses Amazon's personal Kindle email address, where forwarding a newsletter from an approved sender delivers it to the device within minutes. A second option involves saving individual Substack posts as PDFs via the browser's print function and emailing or uploading them to the Kindle, though PDFs do not reflow with font size changes. A third approach, suited to readers following multiple newsletters, uses an aggregator service that collects and ranks incoming issues weekly before sending a single curated document to the Kindle. Each method is free, with trade-offs around manual effort, formatting quality, and the number of subscriptions being managed.

0
ProgrammingDEV Community ·

Developer Ships First Public Project After Abandoning Four Prototypes in Four Months

Basit Jumani, an indie developer, spent four months building four different project prototypes, none of which he released to users. He attributed the repeated abandonment to perfectionism rather than flaws in the ideas themselves. He has now launched a simple web tool that allows users to upload photos, apply color grading presets, and download the results. The app was built using free tiers of ChatGPT and Lovable and is hosted on Lovable's free domain due to budget constraints. Jumani is publicly seeking user feedback to improve the product and continue his development journey.

0
ProgrammingDEV Community ·

UnityNets Launches Passion Bridge to Connect People Across Borders via AI

Passion Bridge is a new feature built into the UnityNets platform that uses Google's Gemini AI to find shared emotional or cultural threads between users from different countries. When a user submits a personal passion, a Supabase Edge Function forwards it alongside entries from other countries to the Gemini API, which identifies genuine underlying connections rather than simple keyword matches. The AI then generates a short 'unity message' explaining the link in an inspiring tone, which is displayed as a card in a community feed filterable by country. Successful matches contribute to UnityNets' existing Trust Score system, incentivising users to participate in building cross-border connections. The project was submitted to the Best Use of Google AI prize category, with the Gemini API serving as the core engine of the feature.

0
ProgrammingDEV Community ·

Qodo Reviewed: An AI Code Review Tool Built for VS Code

A hands-on review of Qodo, an AI-powered code review tool designed for Visual Studio Code, was published on DEV Community on July 9. The article, written by Anthony Max, explores Qodo's capabilities for developers working in VS Code. The review focuses on how the tool leverages AI to assist with code quality and review workflows. It was tagged under AI, web development, programming, and productivity, drawing significant engagement with 111 reactions from the community.