Skip to content
Putting technology to work.
Insights to guide decisions and action.

Search articles

Slack ChatOps × AI Infra Agent — Designing SRE operations outsourcing for clients learned from the Ubie case study 2026

Table of contents · 9 items

Ubie's article, Design and Implementation of an Agent Capable of Troubleshooting Infrastructure on Slack, published on Zenn on May 11, 2026, is a practical report on an AI agent autonomously performing infrastructure investigations and answering inquiries triggered solely by Slack mentions.

Historically, even across our company's custom SRE managed operations engagements, "who handles initial response for nighttime and weekend infrastructure inquiries" has been a major operational burden. Combining ChatOps with AI agents reveals a realistic division of labor: "Slack mention → AI handles initial response → escalate to a human only when necessary." Complementing the workplace AI explored in Salesforce Slackbot vs. Workspace Intelligence, this represents an application specialized for SRE and operational environments.

Why Slack ChatOps × AI Agent resonates in SRE client engagements

ChallengeImpact of ChatOps × AI Agent
First-line response at night / on holidaysAI operates 24/7 to handle initial responses
Siloed infrastructure knowledgeConsolidated into the agent
Scattered inquiriesConsolidated in Slack + automatically classified
On-call burnoutUnnecessary pages reduced by 50% to 70%
Dispersed recordsThreads automatically become incident response logs

In particular, "on-call burnout during nights and weekends" is a critical management challenge directly linked to talent retention rates. Automating first-line response with AI agents directly contributes to preventing turnover on SRE teams.

Three architectural innovations from Ubie's case study

Innovation 1: Safely controlling autonomous execution at the network layer

This design restricts allowed domains and allowed commands at the network layer before the agent calls any arbitrary command or API. This makes it possible to physically stop at a lower layer any "agent runaway behavior." This is the operational edition of "agent boundary design" discussed in AWS Security Agent Client Projects.

Innovation 2: Making Slack threads the primary source of truth for response logs

By recording the agent's investigation logs, reasoning processes, and executed commands chronologically within Slack threads, teams obtain postmortems, audit trails, and knowledge capture with zero additional effort.

Innovation 3: Natural UX for human handoffs

When the agent determines it has "low confidence," it automatically mentions a human. Because the thread context is handed off intact, humans can respond while "already grasping the full situation from the start."

Standard technology stack set for custom development

LayerRecommended technologyAlternative
Slack integrationSlack Bolt + Block KitSocket Mode
Agent foundationClaude Agent SDK / MastraLangGraph
LLMClaude Sonnet / GPT-5.5Gemini 2.5
Tool integrationMCP serverOpenAI Function Calling
Network controlsCilium / NetworkPolicyVPC Security Group
ObservabilityOpenTelemetry + LangfuseDatadog
Audit LoggingSlack Audit API + S3 Object LockCloudTrail

In particular, "standardizing tool integrations" via MCP servers is rapidly becoming the standard pattern to broaden integration scope while preventing vendor lock-in, as explored in the Complete MCP Guide.

Four implementation phases built in custom development

Phase 1: Current-state investigation (3 weeks)

Categorize Slack inquiries from the past three months and measure "the percentage that can be fully resolved via AI first-line response." Agree on the basis for ROI calculations with the client.

Phase 2: Tool suite implementation (6–8 weeks)

Convert frequently used investigation tools—such as Kubernetes, AWS, GCP, Datadog, and PagerDuty—into MCP servers. Narrow the initial scope to read-only operations.

Phase 3: Agent implementation and safety controls (4–6 weeks)

Implement the core agent and install dual safety controls across the network layer and IAM layer. Run shadow operations in a staging environment for 2 to 3 weeks before deciding on production deployment.

Phase 4: Operational handover and continuous improvement (monthly)

Analyze the agent's "low confidence" assessments to determine "which tools should be converted to MCP next," and continuously expand the scope of coverage.

Six clauses to include in client contracts

ClauseDetailsWhat the client should verify
Agent permission scopeBoundaries for read, write, and execute permissionsAlignment with existing IAM
Escalation SLANotification speed when confidence is lowAcceptable tolerance for business impact
Response log retentionSlack threads + audit logsRetention period and costs
Tracking model updatesRe-evaluation frequency when LLMs changeResponsibility for evaluation effort
Incident shutdownImmediate shutdown flow in runaway scenariosContact channels and authorized personnel
Data egress scopeConfidentiality classification of information sent to LLMsCompliance requirements

Which projects it fits and which it does not

Suited projectsUnsuitable projects
Uses Slack as the internal communication foundationExclusively uses Microsoft Teams
Receives 5 to 30 infrastructure inquiries dailyA few inquiries per month; AI adoption yields no payback
On-call burnout has become a management challengeAlready maintains a sufficient SRE staffing structure
Team is accustomed to MCP and Agent SDKsStrong organizational resistance to agent technology
Audit log requirements are clearly definedWandering due to undeveloped audit requirements

Four common pitfalls

Pitfall 1: Granting write permissions from the start

Incidents have occurred where an agent exacerbated production outages by thinking, "I went ahead and restarted it." Enforce three mandatory steps: read-only initially → shadow operations → gradual granting of write permissions. This reflects the same philosophy as the guardrails covered in AI Agent Production DB Deletion Accident.

Pitfall 2: Leaving escalation criteria ambiguous

If the criteria for determining "low confidence" are "left up to the LLM's discretion," situations frequently arise where the AI holds onto critical incidents without alerting anyone. Rules that evaluate mechanically across three axesconfidence score + keywords + time window—are essential.

Pitfall 3: Storing audit logs solely in Slack

Because Slack retention periods depend on the client's plan, there are cases where logs disappear after 90 days. Separately implementing automated archiving to S3 or GCS is mandatory.

Pitfall 4: Making operational outsourcing contracts fully fixed-price monthly

Because inquiry volume fluctuates substantially, completely flat monthly pricing causes months where the vendor loses money and months where the client loses money to alternate. We recommend hybrid billing combining a baseline fee with excess per-ticket charges.

Summary — From manual SRE labor to an AI colleague living in Slack

Slack ChatOps × AI Infra Agent is a pattern that shifts SRE first-line response from "humans on constant standby" to "AI operating 24/7 with humans handling only exceptions." The network-layer safety controls demonstrated in Ubie's case study represent a standard pattern that can be directly applied to enterprise custom development.

If your "SRE team is burned out from nighttime on-call duties" or you "want to delegate Slack-based first-line response to AI," please feel free to reach out via our inquiry form.

Sources

Share this articleXFacebook
Kakeru Suzuki

Fascinated by the possibilities of technology, has had a deep interest in programming and digital art since student days

Turn this article's theme into your company's next step

Concrete steps forward for your organization.

We organize your desired architecture, legacy systems, and operational requirements to formulate your next steps toward execution.

  • Desired architecture
  • Integration with existing environments
  • Operational requirements
Consult on development & operations initiatives

You can consult with us from the initial conceptual stage. Details from this article will be carried over to the inquiry form.

Receive the latest articles by email