Saturday, 01 August 2026 · World
USD/EUR 0.8687 USD/GBP 0.7433 USD/JPY 158.5 USD/CNY 6.765 All rates →
RSS
EUROS The World Financial Report
Nº 21 Saturday, 01 August 2026 · World Edition
LATEST
Deals & M&A

AI framework cuts enterprise pipeline API costs by 72.5%

EUROS Newsroom · 1h ago · 2 min read
AI framework cuts enterprise pipeline API costs by 72.5%

Researchers have released an open-source framework that cuts the cost of building enterprise AI data pipelines by 72.5% by forcing models to output auditable workflows instead of disposable code.

Researchers from Peking University, Zhongguancun Academy, and Shanghai’s Institute for Advanced Algorithms Research have released DataFlow-Harness, an open-source framework designed to solve a critical bottleneck in corporate AI deployment.

While large language models easily write isolated scripts, they struggle to build the complex, governed data pipelines required for production systems like Retrieval-Augmented Generation. This creates a hidden cost for enterprises: AI agents generate disposable code that cannot be audited or integrated into existing MLOps infrastructure, leading to mounting technical debt.

The researchers term this friction the "NL2Pipeline gap." When constrained to building native, governable pipelines rather than throwaway code, standard AI agents saw their success rate drop by 10.9 percentage points. "Closing this gap requires more than improving code-generation accuracy: construction must remain grounded in platform semantics and produce artifacts that integrate with the host platform," the researchers write.

DataFlow-Harness addresses this by restricting an AI agent's actions. Instead of writing raw code from scratch, the model assembles persistent, visual workflows using pre-validated building blocks. The system validates these changes against live platform metadata to ensure structural integrity.

In tests using Claude Opus 4.7 across 12 industrial data-processing tasks, the framework achieved a 93.3% pass rate. More importantly for corporate budgets, it reduced API costs to $0.261 per task—a 72.5% reduction compared to standard Claude Code—while cutting response latency by 49.9%.

"The first wall is usually not writing Python," Runming He, the paper's first author, said. "The harder problem is grounding that script in a live production platform." By shifting AI output from ad hoc scripts to explicit, editable stages, the framework allows companies to apply standard production controls to AI-generated infrastructure.

The framework proved particularly effective on complex tasks requiring implicit domain knowledge. In a textbook extraction task requiring PDF parsing, layout recovery, and multimodal understanding, DataFlow-Harness achieved 97.2% precision.

As companies scale data-centric AI for tasks like synthetic data generation and model training, the ability to automate pipeline construction without sacrificing governance will be a key determinant of return on investment. This framework reduces the operational risk that currently limits enterprise AI adoption.