iGEN
Visit IGEN World Explore IGEN Expo
EXPLORE UPGRADE PLANS
BREAKING
Language-Guided AI Framework CLARITY Boosts Road Scene Segmentation for Autonomous Logistics When RAG Hurts: Research Identifies Attention Distraction in Vision-Language AI Models and Proposes Mitigation Strait of Hormuz Reopening: Mine Clearance Delays Threaten Weeks-Long Recovery for Oil Shipping India’s REITs and InvITs May Attract Rs 11.6 Lakh Crore Investment by 2030, Avendus Report Says DualGauge: Automated Joint Security-Functionality Benchmarking of Specification-Only Code Generation by LLMs and Coding Agents Nimble SharePower: Modular Power Bank Lets You Share a Charge With a Friend OBCache Prunes KV Cache for Efficient Long-Context LLM Inference with Output-Aware Scoring 'Dangerous' AI Models: Enterprise Leaders Must Prepare for Broad Availability Air India Launches 'Basic Fare' Option Without Complimentary Meals on Select Domestic Flights New Survey Maps How Evidence Tracing and Execution Provenance Can Make LLM Agents Trustworthy Language-Guided AI Framework CLARITY Boosts Road Scene Segmentation for Autonomous Logistics When RAG Hurts: Research Identifies Attention Distraction in Vision-Language AI Models and Proposes Mitigation Strait of Hormuz Reopening: Mine Clearance Delays Threaten Weeks-Long Recovery for Oil Shipping India’s REITs and InvITs May Attract Rs 11.6 Lakh Crore Investment by 2030, Avendus Report Says DualGauge: Automated Joint Security-Functionality Benchmarking of Specification-Only Code Generation by LLMs and Coding Agents Nimble SharePower: Modular Power Bank Lets You Share a Charge With a Friend OBCache Prunes KV Cache for Efficient Long-Context LLM Inference with Output-Aware Scoring 'Dangerous' AI Models: Enterprise Leaders Must Prepare for Broad Availability Air India Launches 'Basic Fare' Option Without Complimentary Meals on Select Domestic Flights New Survey Maps How Evidence Tracing and Execution Provenance Can Make LLM Agents Trustworthy
Home ›› Technology ›› Ai ›› Llms ›› Beyond Text-to-SQL: New Agentic LLM System Governs Enterprise Analytics APIs

Beyond Text-to-SQL: New Agentic LLM System Governs Enterprise Analytics APIs

Enterprise analytics faces barriers for non-technical users. A new agentic LLM system called Analytic Agent addresses these by translating natural language to secure governed API calls, bypassing raw database access. Evaluated on 90 real enterprise use cases, it validates permissions, executes queries, and generates compliant visualizations.

iG
iGEN Editorial
June 16, 2026
Beyond Text-to-SQL: New Agentic LLM System Governs Enterprise Analytics APIs

Enterprise analytics aims to make organizational data accessible for decision-making, but non-technical users still face barriers with traditional BI tools and Text-to-SQL systems. According to a new research paper published on arXiv, recent Text-to-SQL approaches based on Large Language Models (LLMs) promise natural language access to structured data, yet they fall short in enterprise settings where analytics pipelines rely on governed APIs rather than raw databases.

These governed APIs encapsulate complex business logic to ensure consistency, auditability, and security, but delegating mathematical or aggregation logic to an LLM introduces reliability and compliance risks. To overcome this, the paper presents Analytic Agent, an LLM-based agentic system that translates natural language intents into secure interactions with enterprise analytics APIs.

The Governance Problem in Enterprise Analytics

In practice, enterprise analytics environments enforce strict governance over data access and computation. Raw database queries are often prohibited; instead, pre-defined APIs expose curated metrics and dimensions. Text-to-SQL systems that generate SQL directly cannot operate under such constraints, as they bypass governance layers. The paper notes that "delegating mathematical or aggregation logic to an LLM introduces reliability and compliance risks." Analytic Agent addresses this by acting as an intermediary that understands the governance policies and interacts only via permitted API calls.

How Analytic Agent Works

Analytic Agent is designed as a multi-step reasoning system with policy-aware orchestration. It interprets user goals from natural language, validates permissions against enterprise access control policies, executes governed queries through the appropriate APIs, and generates compliant visualizations. The system does not generate raw SQL; instead, it maps intents to API endpoints and parameters, ensuring that all analytics operations stay within the governed framework.

The paper describes the agent as "policy-aware" and capable of handling complex user intents through a chain of reasoning steps. This eliminates the need for end users to understand the underlying data schema or API documentation.

Evaluation on Real Enterprise Use Cases

The researchers evaluated Analytic Agent on 90 real enterprise use cases constructed by domain experts. The evaluation tested the system's ability to reliably interpret user goals, validate permissions, execute governed queries, and generate compliant visualizations. According to the paper, the system demonstrated robust performance in translating natural language into secure API interactions without requiring raw database access. The use cases covered a variety of analytics scenarios, though the paper does not specify industry verticals.

"While recent Text-to-SQL approaches based on Large Language Models (LLMs) promise natural language access to structured data, they fall short in enterprise settings where analytics pipelines rely on governed APIs rather than raw databases."

This finding underscores a critical gap in current LLM-based analytics tools: they are designed for open-ended data access, not for governed environments where every query must pass through business logic layers.

Implications for Enterprise Technology Leaders

For CTOs and technology procurement leaders, Analytic Agent represents a shift toward secure, governed self-service analytics. By keeping analytics within the API layer, enterprises can maintain audit trails, enforce data access policies, and reduce the risk of unintended data exposure. The system could be integrated into existing business intelligence stacks, enabling natural language queries without sacrificing governance.

The paper's authors—Gundeep Singh, Parsa Kavehzadeh, Jing Xia, Xue-Yong Fu, Julien Bouvier Tremblay, Md Tahmid Rahman Laskar, Vincent Lum, and Shashi Bhushan TN—have open-sourced the paper under a Creative Commons license, inviting community feedback and collaboration. While no pilot deployments or commercial partnerships are mentioned, the research provides a framework that could be adopted by enterprises developing internal analytics platforms.

As enterprises increasingly adopt LLMs, the need for governed interfaces will grow. Analytic Agent offers a blueprint for how to balance accessibility with control—a key challenge for any organization handling sensitive data.

The full paper is available on arXiv under the identifier 2605.21027.


Sources:

Keep Reading

Recommended Stories

Ling and Ring 2.6 Technical Report: Efficient and Instant Agentic Intelligence at Trillion-Parameter Scale Technology

Ling and Ring 2.6 Technical Report: Efficient and Instant Agentic Intelligence at Trillion-Parameter Scale

The technical report presents Ling-2.6 and Ring-2.6, a family of trillion-parameter models for agentic intelligence. Ling-2.6 optimizes for instant response and high per-token capability, while Ring-2.6 targets deeper reasoning. The models introduce hybrid linear attention, training innovations like Evolutionary Chain-of-Thought, and a reinforcement learning framework called KPop. All checkpoints are open-sourced.

June 16, 2026
Bridging the Gap: Enabling Natural Language Queries for NoSQL Databases through Text-to-NoSQL Translation Technology

Bridging the Gap: Enabling Natural Language Queries for NoSQL Databases through Text-to-NoSQL Translation

Researchers have introduced TEND, the first execution-verified benchmark for Text-to-NoSQL translation, comprising 1,210 MongoDB-native tasks. They also propose SAG, a Schema-as-Data Grounding solver, to improve query generation for schema-less document stores. Experiments show that LLMs strong at NL2SQL struggle on TEND, validating Text-to-NoSQL as a distinct problem.

June 16, 2026
Tree-like Self-Play Framework Teaches LLMs to Fix Security Flaws in Code Generation Technology

Tree-like Self-Play Framework Teaches LLMs to Fix Security Flaws in Code Generation

Researchers introduce Tree-like Self-Play (TSP), a framework that treats secure code generation as a fine-grained sequential decision process. TSP significantly outperforms standard supervised fine-tuning (SFT) and reinforcement learning (RL) on Python security benchmarks, achieving a 75.8% pass rate and reducing unseen vulnerabilities by 24.5% while generalising across programming languages.

June 16, 2026
Haiku to Opus in Just 10 bits: LLMs Unlock Large Compression Gains Technology

Haiku to Opus in Just 10 bits: LLMs Unlock Large Compression Gains

A new arXiv paper presents methods for compressing LLM-generated text, achieving over 100x reduction in data transfer compared to prior techniques. Lossless compression via domain-adapted LoRA adapters doubles efficiency, while an interactive Question-Asking protocol recovers up to 72% of the capability gap between small and large models using only 10 binary questions.

June 16, 2026