Skip to main content
aiharness-dlcai-agents-production +4

Non-Deterministic Agents, Deterministic Pipelines: Why Harness's Agent DLC Is the Real Missing Piece

Harness's AI Agent Development Lifecycle (DLC) makes agent pipelines deterministic, not agents themselves. See why only 17% deploy AI agents to production.

Here’s the uncomfortable truth about shipping AI agents in 2026: the same agent, given the same input, will happily hand you two different answers on Tuesday morning. That’s not a bug — it’s how language models work. And it’s precisely why, according to the 2026 Gartner CIO and Technology Executive Survey, only 17% of organizations have actually deployed AI agents to production. Harness thinks it has a fix, and it’s not what most vendors have been selling. Instead of trying to tame the agent, Harness is taming the pipeline around it.

Why Most Agent Deployments Stall at the Demo Stage

Harness this week launched its AI Agent Development Lifecycle (DLC) service, which puts agents through the same governance, testing, and security pipelines that application code already flows through. Trevor Stuart, SVP and general manager at Harness, told The New Stack that getting an agent working in a demo is trivial — knowing whether it will behave in production is the real problem. As Stuart put it, forcing agents to stay in sandbox environments produces something that is “technically a success, but practically useless.”

Why this matters: the entire premise of CI/CD assumes determinism. Run the same test against the same code twice, get the same result. Agents shatter that assumption because the underlying LLM decides how to complete a task on the fly, meaning a test that passes once offers zero guarantee it passes the next time. Incidents stop being reproducible, and the standard bug-catching playbook stops working.

If you’re a fintech team piloting an agent for payment reconciliation or credit scoring workflows, you already know this pain — auditors don’t accept “it worked in staging” as evidence of production readiness. Our take: the vendors still pitching “agent reliability” as a model-tuning problem are solving the wrong layer. The pipeline is where the fight actually happens.

Making the Pipeline Predictable Instead of the Agent

Stuart’s premise is blunt: “Don’t think about trying to make the agent predictable; instead, make the pipeline around it predictable.” Harness applies the same logic that continuous delivery has always used — did the tests pass before shipping? — but replaces pass/fail unit tests with quality gates and eval scores that grade the agent’s response on correctness, safety, and performance, then wire that score into the pipeline as a pass-fail gate.

That reframes the governance problem. Stuart openly concedes agents and their outputs will not be reproducible any time soon. What becomes reproducible is the record: every model call, every tool call, every step, all captured. That trace is what lets an engineer actually tune an agent toward better outcomes instead of guessing why last Tuesday’s demo worked and today’s doesn’t.

Imagine your team ships an internal research agent that starts hallucinating vendor names after a model upgrade. Under the old approach, you’d rerun prompts and hope. Under a pipeline with eval gates, the regression trips a threshold, the deployment fails, and the trace shows exactly which tool call diverged. That’s the difference between debugging and archaeology. Prediction: within 18 months, “eval gates as pipeline stages” becomes as table-stakes as unit test coverage — and teams without them will be uninsurable in regulated industries.

The Five Control Mechanisms and Why They Fit Together

Harness rolled out five new capabilities spanning testing, deployment, operations, and governance. AI Evals makes agent quality measurable through eval datasets, scoring functions, and automated regression detection. Agent Deployments extends Harness’s existing canary releases, approvals, and OPA guardrails from Kubernetes to managed agent runtimes. AI Configs handles prompt and model changes at runtime. AI Asset Catalog auto-discovers every agent, skill, and plugin across an organization’s repos and attaches an owner. And AgentTrace records what happens during a single run and across full multi-step sessions, revealing which path the agent took, where it slowed down, and how different models or prompts change outcomes.

What’s more interesting than the product list is what Harness is open-sourcing: the foundational components behind AgentTrace, including harness-SDK and harness-evals. Teams get the tracing and eval primitives without the full platform — a standardization play around agentic observability. That’s a bet that tracing primitives become a shared standard rather than a walled garden — a smart move given how quickly OpenTelemetry-style ecosystems tend to consolidate.

For a mid-size engineering org running dozens of experimental agents across teams, the Asset Catalog piece is the sleeper hit. Stuart notes there’s “no single governance role sitting on top of everything” — ownership attaches the moment something gets built and stays traceable. If you’ve ever tried to audit shadow AI usage across a company, you know why that’s more valuable than another eval framework. Anyone building an AI agent strategy from scratch should treat discoverability as a day-one requirement, not a year-two cleanup project.

The Hidden Cost Harness Is Actually Attacking

When asked about ROI, Stuart refused to invent a clean number, which is itself refreshing. He instead cited Harness’s own 2026 State of Engineering Excellence report: close to a third of a developer’s day (31%) goes to AI-related work that shows up in no metric at all, and 94% of engineering leaders admit tech debt, validation time, and burnout are missing from what they track.

That’s the real cost center. Agents aren’t expensive because of tokens — they’re expensive because engineers are manually validating outputs, chasing non-reproducible incidents, and rebuilding the same evaluation harnesses over and over. A governed pipeline collapses that invisible tax. Teams evaluating whether they need agents or simpler automation should factor in this hidden validation overhead before committing to either path — it often changes the math.

Our take: the winners in the agent tooling wars won’t be the frameworks that produce the flashiest demos. They’ll be the boring platforms that make agent behavior auditable, ownable, and revertible. Harness just staked a very clear claim to that boring, essential territory.

FAQ

Q: What is Agent DLC and how is it different from regular CI/CD? A: Agent DLC (Development Lifecycle) applies the same governance, testing, and security pipelines used for application code to AI agents. The key difference is that eval scores and quality gates replace traditional deterministic tests, because agents produce non-deterministic outputs that standard unit tests can’t validate.

Q: Why can’t developers just use existing CI/CD tools for agents? A: Traditional CI/CD assumes deterministic code — the same input yields the same output. Agents, driven by LLMs, can choose different tools or actions on identical inputs, so a passing test provides no guarantee for the next run. Harness addresses this by grading agent responses on correctness, safety, and performance rather than expecting exact matches.

Q: What does open-sourcing harness-SDK and harness-evals mean for developers? A: It means teams can adopt Harness’s tracing and evaluation primitives inside their own AI applications without buying the full platform. That lowers the barrier to instrumenting agents properly and hints at a broader standardization play around observability for agentic systems.

Key Takeaways

  • Stop trying to make agents deterministic — invest in pipelines that treat eval scores as pass/fail gates, the same way you treat unit tests today.
  • Ownership and discoverability matter more than governance councils; every agent, skill, and plugin needs an attached owner from the moment it’s created.
  • The real ROI of agent governance shows up in reclaimed developer hours, not token savings — Harness’s own data pegs AI-related invisible work at 31% of a developer’s day.
  • Expect “agent traces as first-class artifacts” to become an industry standard within two years, likely converging on open primitives like harness-SDK or an OpenTelemetry equivalent.
  • Regulated industries won’t adopt agents at scale until eval gates, deployment approvals, and audit trails are stitched into a single pipeline — vendors who ignore this will lose the enterprise segment.

Have a project in mind?

Tell us what you're building — we reply within 24 hours.