paper-with-me

Papers

Position: Avoid Overstretching LLMs for every Enterprise Task

2026-05-10 · Kuldeep Singh, Anson Bastos, Isaiah Onando Mulang' arxiv

Enterprise workloads are dominated by deterministic, structured, and knowledge-dependent tasks operating under strict cost, latency, and reliability constraints. While these are often addressed through large language model (LLM) deployment or distillation into smaller models, we argue this is inefficient, unreliable, and misaligned with enterprise task structures. Instead, AI systems should treat language models as interfaces rather than monolithic engines, externalizing knowledge and computation into dedicated components for greater reliability, scalability, and transparency. Our theoretical evidences show that finite-capacity models cannot fully capture the breadth of knowledge required for enterprise tasks, creating inherent limits to efficiency and interpretability. Building on this, we take the position that language models should primarily be used for structured extraction in deterministic enterprise workflows, while computation and storage are delegated to knowledge bases and symbolic procedures. We formally demonstrate that such modular architectures are more reliable and maintainable than monolithic frameworks, offering a sustainable foundation for enterprise tasks.

📄 PDF Abstract BibTeX arXiv:2605.09365

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Mechanism of Threshold Elongation of DNA Macromolecule

2016-02-19

The mechanism of threshold elongation (overstretching) of DNA macromolecules under the action of external force is studied within the framework of phenomenological approach. When considering the task it is taken into acc…

Informal Data Transformation Considered Harmful

2020-01-02 · Eric Daimler, Ryan Wisnesky

In this paper we take the common position that AI systems are limited more by the integrity of the data they are learning from than the sophistication of their algorithms, and we take the uncommon position that the solut…

ManagementPosition

Making LLMs Work for Enterprise Data Tasks

2024-07-22 · Çağatay Demiralp, Fabian Wenz, Peter Baile Chen, Moe Kayali 외

Large language models (LLMs) know little about enterprise database tables in the private data ecosystem, which substantially differ from web text in structure and content. As LLMs' performance is tied to their training d…

ManagementText to SQLText-To-SQL

Mind the Data Gap: Bridging LLMs to Enterprise Data Integration

2024-12-29 · Moe Kayali, Fabian Wenz, Nesime Tatbul, Çağatay Demiralp

Leading large language models (LLMs) are trained on public data. However, most of the world's data is dark data that is not publicly accessible, mainly in the form of private organizational or enterprise data. We show th…

Data Integration

BEAVER: An Enterprise Benchmark for Text-to-SQL

2024-09-03 · Peter Baile Chen, Fabian Wenz, Yi Zhang, Devin Yang 외

Existing text-to-SQL benchmarks have largely been constructed from web tables with human-generated question-SQL pairs. LLMs typically show strong results on these benchmarks, leading to a belief that LLMs are effective a…

Natural Language QueriesPrompt EngineeringRAGText to SQL+1