DataFlow-Harness: A Grounded Code-Agent Platform for Constructing Editable LLM Data Pipelines
Summary
DataFlow-Harness introduces a platform that guides LLM agents to construct editable DAG-based data pipelines through incremental mutations, achieving high pass rates and reduced costs compared to script-generation baselines.
View Cached Full Text
Cached at: 07/22/26, 06:41 AM
Paper page - DataFlow-Harness: A Grounded Code-Agent Platform for Constructing Editable LLM Data Pipelines
Source: https://huggingface.co/papers/2607.16617
Abstract
Largelanguagemodels(LLMs)areincreasinglyusedtoautomatedata-processingworkflows,yetcodingagentstypicallyproducescriptsthatarenotautomaticallymaterializedaspersistent,editableplatformartifacts.WecallthisdisconnecttheNL2Pipelinegap.Tobridgeit,weintroduceDataFlow-Harness,aplatformthatguidesanLLMagenttoconstructplatform-nativedirectedacyclicgraphs(DAGs)throughtyped,incrementalmutationsratherthanfree-formscripts.TheplatformcombinesDataFlow-Skillsforproceduralguidance,aModelContextProtocol(MCP)layerthatexposestheliveoperatorregistryandcurrentpipelinestate,andDataFlow-WebUI,whichsynchronizesconversationalauthoringwithavisualDAGeditor.Ona12-taskdata-engineeringbenchmark,DataFlow-Harnessachievesa93.3\%observedend-to-endpassrate.RelativetoVanillaClaudeCode,itreducesmeasuredmonetarycostby72.5\%andgenerationlatencyby49.9\%;itsobservedpassrateiswithin0.9percentagepointsoftheContext-AwareClaudeCodebaselinewhileitscostis42.8\%lower.Per-taskanalysisindicatesthatSkillsaremostusefulwhenconstructiondependsonimplicitproceduralknowledge.Theseresultsshowthatliveplatformgroundingcanproducepersistent,editableworkflowartifactswithanobservedreliabilityclosetoscript-generationbaselinesandwithlowermeasuredconstructioncostandlatency.
View arXiv pageView PDFAdd to collection
Get this paper in your agent:
hf papers read 2607\.16617
Don’t have the latest CLI?curl \-LsSf https://hf\.co/cli/install\.sh \| bash
Models citing this paper0
No model linking this paper
Cite arxiv.org/abs/2607.16617 in a model README.md to link it from this page.
Datasets citing this paper0
No dataset linking this paper
Cite arxiv.org/abs/2607.16617 in a dataset README.md to link it from this page.
Spaces citing this paper0
No Space linking this paper
Cite arxiv.org/abs/2607.16617 in a Space README.md to link it from this page.
Collections including this paper0
No Collection including this paper
Add this paper to acollectionto link it from this page.
Similar Articles
DataFlow: An LLM-Driven Framework for Unified Data Preparation and Workflow Automation in the Era of Data-Centric AI
DataFlow is an LLM-driven framework for automated data preparation and workflow engineering, featuring nearly 200 reusable operators and six domain-general pipelines that improve LLM performance across tasks like math, code, and Text-to-SQL.
From Prompts to Contracts: Harness Engineering for Auditable Enterprise LLM Agents
Introduces a harness engineering approach for building auditable enterprise LLM agents by moving deterministic behavior into code, schemas, and validation artifacts, demonstrated on Korean corporate data with fault-injection and model-substitution tests.
@omarsar0: // Self-Harness: Harnesses That Improve Themselves // (bookmark this one) Most of the agent scaffolds we rely on today …
This paper introduces Self-Harness, a new paradigm where LLM-based agents iteratively improve their own operating harness—prompts, tools, and control flow—without human engineers or stronger external agents, achieving significant performance gains across multiple models.
HarnessForge: Joint Harness and Policy Evolution for Adaptive Agent Systems
HarnessForge proposes a meta-adaptive framework for evolving LLM agent systems by jointly optimizing the execution harness and reasoning policy, achieving consistent improvements on Qwen3 backbones across five benchmarks.
Auditing Agent Harness Safety
This paper proposes HarnessAudit, a framework for auditing LLM agent execution trajectories beyond final outputs, focusing on boundary compliance, execution fidelity, and system stability. It introduces HarnessAudit-Bench with 210 tasks across eight domains and evaluates ten harness configurations, finding that task completion misaligns with safe execution and violations accumulate with trajectory length.