# CI/CD is Dead: Agents Need Continuous Compute _Madison Faulkner (NEA) and Hugo Santos (Namespace) argue that traditional CI/CD is dead for AI agents, ushering in an era of 'Continuous Compute'._ **Published:** 2026-05-13 **Source:** https://www.startuphub.ai/ai-news/artificial-intelligence/2026/ci-cd-is-dead-agents-need-continuous-compute --- The advent of agentic software is fundamentally reshaping how we think about software development, including the core principles of Continuous Integration and Continuous Deployment (CI/CD). At the AI Engineer Europe conference, Madison Faulkner, a partner at NEA, and Hugo Santos, CEO of Namespace, discussed why they believe CI/CD is effectively dead for agent-based systems. They argued that the future lies in 'Continuous Compute,' a paradigm that acknowledges the constant computational needs of intelligent agents. Agentic Software EmergesDriver From the article 3 mentionsThe advent of agentic software is fundamentally reshaping how we think about software development, including the core principles of Continuous Integration and Continuous Deployment (CI/CD).AI Engineers EuropeCoreconference where ideas were discussed by expertsFrom the articleAt the AI Engineer Europe conference, Madison Faulkner, a partner at NEA, and Hugo Santos, CEO of Namespace, discussed why they believe CI/CD is effectively dead for agent-based systems.Madison Faulkner (NEA)Corepartner with VC and AI research backgroundFrom the article 2 mentionsMadison Faulkner, a partner at NEA, brings a unique perspective shaped by her experience in venture capital and her prior role as a data and AI researcher.Hugo Santos (Namespace)CoreFrom the article 2 mentionsHugo Santos, CEO of Namespace, is at the forefront of building high-performance compute infrastructure for AI.Traditional CI/CD DeadDrivertraditional CI/CD principles no longer apply to agentsFrom the article 9 mentionsAt the AI Engineer Europe conference, Madison Faulkner, a partner at NEA, and Hugo Santos, CEO of Namespace, discussed why they believe CI/CD is effectively dead for agent-based systems.requiresContinuous ComputeCoreFrom the article 9 mentionsThey argued that the future lies in 'Continuous Compute,' a paradigm that acknowledges the constant computational needs of intelligent agents.enablesNew Software LifecycleEffectushering in an era of continuous computeFrom the article 5 mentionsHis company, Namespace, is developing solutions to address the evolving needs of agentic software development, moving away from traditional microservices architectures. ## Meet the Speakers Madison Faulkner, a partner at NEA, brings a unique perspective shaped by her experience in venture capital and her prior role as a data and AI researcher. Her work focuses on infrastructure and developer tools, and she previously led data and AI teams at Meta, gaining firsthand experience with the challenges of scaling AI systems. Hugo Santos, CEO of Namespace, is at the forefront of building high-performance compute infrastructure for AI. His company, Namespace, is developing solutions to address the evolving needs of agentic software development, moving away from traditional microservices architectures. ## The Demise of Traditional CI/CD for Agents Faulkner and Santos illustrate how traditional CI/CD pipelines, designed for human-centric software development, are ill-equipped for the scale and nature of agentic systems. The current model, where a human developer submits a pull request (PR) with a few diffs per day, is contrasted with the reality of agents that can generate thousands of short-lived PRs. They highlighted that each PR in the traditional model can take significant time to verify, a bottleneck that becomes insurmountable when dealing with the sheer volume and velocity of agent-generated code. The core issue, as presented, is that traditional CI/CD is built around discrete, human-paced steps: plan, code, build, test, integrate, release, and deploy. For agents, this model breaks down. The sheer volume of changes, the ephemeral nature of agent work, and the need for constant state management and rapid iteration mean that the traditional pipeline, with its inherent delays and human review bottlenecks, is no longer viable. The concept of a PR as the unit of work, designed for human review and built for scarce attention, is fundamentally misaligned with the continuous, high-throughput demands of agents. ## The Rise of Continuous Compute The proposed solution is a shift to 'Continuous Compute.' This paradigm emphasizes that agents, unlike traditional software, require constant access to computational resources to learn, adapt, and act. The traditional CI/CD process, which involves waiting for tests to run after a push, is too slow. Instead, validation needs to become an integral part of the agent's continuous operation. Machine latency, often hidden behind human latency in traditional systems, becomes a first-class problem that must be actively managed. Santos explains that the future architecture involves making the CI/CD cache the orchestration layer for agents. This means that instead of discrete builds and deployments, the system should be designed for continuous computation, accelerating tasks through hardware co-design and enabling parallel or real-time processing. This shift implies a move from a human-in-the-loop model to a human-out-of-the-loop or human-on-the-loop model, where humans focus on intent and high-level governance rather than the granular details of code validation and deployment. ## The New Software Development Lifecycle The presentation contrasted the 'before' and 'after' states of software development. Before, humans wrote code slowly, changes were packaged as PRs, validation ran after pushes, and machine latency was masked by human latency. The 'after' state, driven by agents, sees code generation as cheap, work as continuous, validation moving into the inner loop, and machine latency becoming a critical, exposed problem. This necessitates a new architecture where agents can operate with stateful environments, receive world signals, and have their changes validated and merged rapidly, with humans stepping in for external approval or high-level governance. The speakers highlighted that the sheer volume of changes generated by agents, potentially thousands of PRs per day, makes the existing CI/CD infrastructure unsustainable. The concept of 'merge pains,' such as serialization difficulties and high transaction counts leading to rollbacks, are exacerbated by the scale of agentic development. The future, therefore, requires a fundamental rethinking of how code is managed, validated, and deployed, moving towards a more fluid and continuous process that leverages the power of compute and AI agents. --- Original analysis from [startuphub.ai](https://www.startuphub.ai), the #1 AI startup directory.