InsightAugust 24, 2026

AI-native DevOps is not autonomous remediation

AI-native DevOps gives agents identity, infrastructure context, memory, scoped access, approvals, and an attributable audit trail.

Yuanlin Lin
Yuanlin Lin
ai-agentsdevopsincident-responsesecuritymemoryautomation

The easiest way to misunderstand AI-native DevOps is to start with the last step: a service restarts, a deployment rolls back, an IAM policy changes, and no engineer typed the command. That makes for a clean demo. It says almost nothing about whether the agent belonged in production.

The hard part begins before the command. Which environment did the agent mean? Whose authority was it using? What evidence did it collect? Which facts came from the infrastructure, which came from memory, and which were guesses? Who could stop the change? What record remains after the chat scrolls away?

AI-native DevOps is an operating model in which AI agents participate in production work with a verifiable identity, live infrastructure context, durable operational memory, scoped permissions, human authorization boundaries, and an attributable record of what they proposed and did.

That definition is intentionally not “autonomous remediation.” Autonomy describes how often a system pauses. AI-native describes the operating environment around the agent: what it can know, what it can reach, who can authorize it, and what the team can prove afterward.

TL;DR

AI-native DevOps treats an agent as a production participant, not a smarter search box. Nuphos organizes the requirements around TAME:

  • Trust: establish identity, scope access, separate proposal from authorization, and attribute every decision.
  • Action: connect the agent to live infrastructure and operational tools, then verify outcomes rather than command completion.
  • Memory: carry durable, reviewable team knowledge across sessions.
  • Experience: give people and agents shared resources, evidence, plans, and handoffs instead of another private chat window.

These are control-plane requirements, not claims that agents are perfectly safe. Every identity, permission, approval, and memory can still be designed badly. TAME makes the boundary inspectable enough to evaluate.

Autonomous remediation is the wrong starting point

“Can it fix the incident by itself?” sounds decisive because remediation is visible and investigation is not. In practice, the command is usually the shortest part of the incident.

Before a rollback, an operator has to identify the affected service, reconstruct a timeline, correlate logs with metrics and deploys, distinguish a symptom from a cause, estimate the blast radius, choose a mitigation, and decide whether the evidence is strong enough to act. An agent can accelerate that sequence only if it can reach the same operational context an engineer uses.

This shift is already visible in current products. AWS documents an EKS investigation workflow that combines Kubernetes topology with CloudWatch logs, Prometheus metrics, X-Ray traces, resource metadata, and recent events before producing root-cause and mitigation recommendations. The important capability is not the final recommendation; it is the context graph underneath it. Harness exposes pipeline and GitOps operations through its DevOps Agent and explicitly requires the appropriate RBAC permissions to create and manage pipelines, resources, and policies.

Starting with remediation skips the questions that determine whether any of this is governable. A production agent should earn authority in stages:

text
observe → investigate → explain → propose → approve → act → verify → remember

Read-only investigation can be valuable long before write access is justified. In our OOMKilled investigation, pod state, previous logs, memory history, and rollout changes formed a mostly mechanical evidence tree. Collecting and assembling that evidence took roughly an hour of an engineer's attention. The judgment that separated a leak from a low limit or changed baseline was valuable; the tab-switching was not.

Autonomy is therefore a policy outcome, not a product category. A mature system may let a known, reversible action run automatically inside a narrow envelope while requiring review for an unfamiliar or high-impact change. “Fully autonomous” and “human in the loop” are settings on that envelope. Neither supplies identity, context, memory, or attribution by itself.

AIOps vs. copilot vs. terminal agent vs. AI-native workspace

These categories overlap, and individual products can span more than one. The useful distinction is not branding. It is where the system's context lives and where its authority is enforced.

CategoryPrimary jobTypical contextAbility to actControl modelWhat is usually missing
AIOpsDetect, correlate, and prioritize operational signalsTelemetry, events, topologyOften recommendations or predefined automationRules, workflows, service permissionsA shared agent workspace and durable task-level collaboration
DevOps copilotAnswer questions and generate operational artifactsPrompt, docs, selected integrationsUsually drafts commands, configs, or explanationsThe engineer executes or copies the outputPersistent identity, execution state, and cross-session operational memory
Terminal agentPlan and execute from a shell or repositoryLocal files, terminal output, tools available to the processBroad within the host's credentialsOS sandbox, prompts, and existing CLI credentialsTeam-scoped cloud context, shared approvals, and a durable operational record
AI-native DevOps workspaceLet engineers and agents investigate, plan, and operate togetherLive infrastructure, telemetry, team knowledge, conversation and plan stateDirect tool use inside explicit scopesIdentity, scoped credentials, plans, approvals, policy, and auditNot a claim of perfect safety; the quality of every boundary still matters

AIOps made machine analysis part of operations. Copilots made natural language part of the interface. Terminal agents made multi-step tool use practical. An AI-native workspace has to assemble those advances into an operating model a team can use against production.

That is why another chat panel is insufficient. A chat panel can describe a cluster without knowing which cluster the team means. A terminal wrapper can inherit credentials without knowing whether they were intended for this task. An agent can remember a fact without giving the team a place to correct it. A confirmation dialog can record a click without showing the evidence and scope behind the request.

The workspace is the missing control plane: the place where agent state meets organizational state.

TAME: what an AI-native workspace requires

TAME is one framework with four connected layers. Trust without Action produces a well-governed chatbot. Action without Trust produces ambient authority. Memory without Experience becomes hidden state. Experience without the other three is a polished interface around an agent the team still cannot govern.

Trust: identity, scope, authorization, and attribution

“The agent has AWS access” is not an identity model. It is a warning that the boundary has not been named.

An AI-native workspace should establish which agent or session is acting, which person or team it represents, which task it is performing, and which resources it may use. That identity should reach infrastructure through short-lived, scoped credentials rather than a general-purpose key copied into a runtime.

Nuphos currently lets a team member select the connected accounts a session may use. For AWS and other providers that support federation, Nuphos mints short-lived credentials on demand instead of storing a long-lived cloud key. Its AWS trust policy binds the role to a specific Nuphos team through the OIDC subject, and an assumed session lasts about an hour. The provider-specific mechanisms and exceptions are documented in the IAM trust model.

That is the category-level point we need here. Short-lived does not mean harmless, and read-only does not mean non-sensitive. Scope still has to be correct in resource, action, principal, and time. For the deeper problem of grants that survive their original task, read our blast-radius analysis.

Cloudflare's proposed Agent Access Model makes the enforcement boundary explicit: authorization belongs in the harness and network rather than the prompt, credentials should be task-bound and short-lived, and authorization can account for a task's accumulated state. Instructions express intent; infrastructure enforces authority.

Trust also separates proposing from approving. An AI-native workspace should produce a reviewable artifact before a consequential change and restrict approval by role, account, and action. A Nuphos plan contains an overview, decisions, steps, commands, risk, and cost; it must move from proposed to approved before execution. Nuphos permission grants use a separate permission-admin identity that the agent cannot assume: the agent proposes, an administrator approves, and the platform applies the IAM change.

Approval is one control, not a safety proof. A reviewer can misunderstand a plan, approve too broadly, or learn to click through repetitive prompts. Cloudflare makes the approval-fatigue argument directly: human judgment should be reserved for decisions that warrant it, not placed mechanically in front of every step. The question is not merely “Is there a human in the loop?” It is “Which boundary requires which human, with what evidence, and what happens if nobody approves?”

Finally, an AI-native workspace should connect the initiating person or trigger, session identity, evidence, proposal, approval, tool calls, and outcome. Nuphos currently records plan transitions with the approver and timestamp and captures command output in the plan lifecycle. Its approvals and audit documentation describes that current boundary. Attribution helps review and incident response; it does not make the recorded action safe.

Action: live context, tools, execution, and verification

General model knowledge can explain what CrashLoopBackOff means. Operational context explains why this deployment entered it five minutes after a rollout, which upstream service is affected, what its normal latency looks like, and whether the same pattern happened last month.

An AI-native workspace should give agents access to four layers of context:

  • Resource state and relationships: infrastructure, policies, health, dependencies, ownership, and environments.
  • Telemetry: logs, metrics, traces, alerts, and the time window relevant to the task.
  • Change history: deploys, commits, plans, incidents, and configuration changes.
  • Organizational meaning: which “api” is production, which runbook is current, and who can approve a change.

The agent should resolve those layers from live systems and explicit references, not silently fill gaps from probability. Nuphos agent sessions currently support selecting credentials, mentioning exact Nuphos resources, and viewing tool calls and results inline. Those product behaviors are narrower than the category requirement above; a connector's documentation still determines which live systems and actions are available.

Action does not end when an API returns 200. A production workflow should verify the operational result: rollout health, error rate, latency, dependent services, and any expected cost or security change. Command success is evidence. Recovery is the outcome.

Memory: durable, reviewable operational knowledge

Conversation history is not operational memory. History preserves what was said. Memory preserves durable facts that should change later work: the owning team, deploy path, production cluster, runbook location, or a known dependency behind a noisy alert.

An AI-native workspace should make that memory:

  • shared, so it belongs to the team rather than one engineer;
  • selective, so transient observations do not become durable facts;
  • reviewable, so people can see what the agent assumes; and
  • correctable, so stale or sensitive information can be removed.

Nuphos memory is currently team-scoped and can be reviewed and pruned. That last verb is important. Memory is not trustworthy merely because it persists. A stale fact can be more dangerous than no fact because it turns yesterday's topology into today's confident assumption.

The objective is not to make an agent remember everything. It is to make operational learning compound without making hidden state permanent.

Experience: shared state for people and agents

An AI-native workspace should let engineers and agents work from the same operational state instead of handing context back and forth as screenshots, copied commands, and chat summaries.

That shared experience includes the resource under investigation, the selected identity, evidence, pending plan, approval status, execution output, and durable lesson. It should survive asynchronous work: an agent can pause for review, another engineer can understand why, and the task can resume without reconstructing intent from a private terminal.

Nuphos describes its current product as a shared, tab-based workspace where team resources, agent sessions, plans, and memory belong to the same team. The point is not to replace terminals, dashboards, or cloud consoles. It is to preserve identity and scope as work moves between them.

A reference lifecycle: alert to memory

This is a reference pattern, not a customer incident.

  1. Alert. A monitor or webhook opens a task with the affected resource and incident window. The trigger establishes initial context; it should not grant a blank check over the cloud account.
  2. Investigate. The agent uses read-only access to inspect resources, telemetry, dependencies, and recent changes. Missing data and permission denials stay visible rather than being filled with guesses.
  3. Propose. The agent turns evidence into a bounded plan: the exact target, commands, expected effect, risk, and verification criteria.
  4. Approve. An authorized engineer rejects, revises, or approves that plan. Any permission escalation becomes a separate decision rather than an invisible expansion of authority.
  5. Act. Approved commands execute with the selected identity, and their results attach to the task. Approval does not turn the agent into a general administrator.
  6. Verify. The agent checks the service-level outcome against the incident window instead of reporting only that the command completed.
  7. Remember. The team keeps durable ownership, dependency, and runbook facts—not transient metric values—as reviewable memory.

This lifecycle does not require autonomous remediation to be useful. The agent can perform most mechanical collection and execution while the workspace preserves the boundary and the team retains judgment.

An evaluation checklist for AI DevOps products

Ask vendors to demonstrate these behaviors against a realistic, multi-account environment. A slide that says “enterprise-grade security” is not an answer.

Trust

  • Can you identify the agent, initiating principal, task, and target account separately?
  • Are credentials short-lived and limited to named accounts, environments, and roles?
  • What can the model do when it receives AccessDenied? Can it ever use the identity that changes its own permissions?
  • Does a durable plan show scope, commands, risk, cost, and decisions before approval?
  • Can you connect the trigger, plan, approver, tool calls, denials, failures, and outcome?

Action

  • Does the agent query live resources, telemetry, topology, and change history?
  • Can a user identify an exact resource instead of relying on a name in a prompt?
  • Are sources and tool results inspectable, including missing or conflicting evidence?
  • What runs automatically, what pauses, and what fails closed?
  • After acting, does the agent verify the operational outcome?

Memory

  • Is memory shared with the team or trapped in one user's history?
  • What qualifies a fact for persistence?
  • Can users inspect, correct, and delete it?
  • How are stale memories handled after infrastructure changes?

Experience

  • Can engineers and agents see the same resources, identities, evidence, plans, and results?
  • Can work pause for approval and resume without losing task state?
  • Can the team export or correlate the record with provider logs?
  • Does the system improve shared operational knowledge, or create another private inbox?

The category is the control plane

AI-native DevOps will not be defined by which vendor first removes the approval button. It will be defined by whether agents can become useful production participants without becoming unaccountable ambient authority.

That requires a control plane around the model. Trust says who is acting and bounds authority. Action connects the agent to live operations and verifies results. Memory carries forward what the team has learned. Experience keeps people and agents in the same operational state. The model will change. The terminal will change. The right autonomy level will vary by team, environment, and action. The operating model has to survive all three.

Nuphos is an AI-native DevOps workspace built around that operating model: agents and engineers share infrastructure context, plans, approvals, and team memory without treating autonomy as the product.

AI-native DevOps is not autonomous remediation. It is the system that makes agent participation in production governable.

ai-agentsdevopsincident-responsesecuritymemoryautomation
Yuanlin Lin

Founder of Zeabur, the team building Nuphos.