惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Y
Y Combinator Blog
宝玉的分享
宝玉的分享
月光博客
月光博客
小众软件
小众软件
Jina AI
Jina AI
WordPress大学
WordPress大学
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
T
Tailwind CSS Blog
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
博客园 - 【当耐特】
博客园 - 三生石上(FineUI控件)
博客园 - 司徒正美
大猫的无限游戏
大猫的无限游戏
The Cloudflare Blog
G
Google Developers Blog
M
MIT News - Artificial intelligence
N
Netflix TechBlog - Medium
云风的 BLOG
云风的 BLOG
MyScale Blog
MyScale Blog
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
爱范儿
爱范儿
U
Unit 42
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
Blog — PlanetScale
Blog — PlanetScale

DEV Community

Authentication Security Deep Dive: From Brute Force to Salted Hashing (With Java Examples) Why AI Systems Don’t Fail — They Drift Spilling beans for how i learn for exam😁"Reinforcement Learning Cheat Sheet" I Replaced Chrome with Safari for AI Browser Automation. Here's What Broke (and What Finally Worked) How Python Borrows Other People's Work The $40 Architecture: Processing 1 Billion API Requests with 99.99% Uptime Vibe Coding: A Workflow Guide (From Zero to SaaS) Most webhook security guides protect the wrong side. The scary part is delivery. Headless CMS for TanStack Start: Build a Blog with Cosmic EU Age Verification App "Hacked in 2 Minutes" — What Actually Happened Comfy Cloud’s delete function does not actually remove files Running AI Models on GPU Cloud Servers: A Beginner Guide Event-driven media intelligence with AWS Step Functions and Bedrock I scored 500 AI prompts across 8 quality dimensions — here's what broke How to Call Google Gemini API from Next.js (Free Tier, No Backend Needed) The Portal Protocol: Reclaiming Human Connection in the Age of AI How to Fix Your Team's Scattered Knowledge Problem With a Self-Hosted Forum Intro to tc Cloud Functors: A Graph-First Mental Model for the Modern Cloud Designing Multi-Tenant Backends With Both Ownership and Team Access I Built a Neumorphic CSS Library with 77+ Components — Here's What I Learned PostgreSQL Performance Optimization: Why Connection Pooling Is Critical at Scale Cómo construí un SaaS multi-rubro para gestionar expensas en Argentina con FastAPI + Vue 3 🚀 I Built an Ethical Hacking Scanner Tool – Open Source Project I Replaced /usage and /context in Claude Code With a Single Statusline A Pythonic Way to Handle Emails (IMAP/SMTP) with Auto-Discovery and AI-Ready Design I Collected 8.9 Million Polymarket Price Points — Here's What I Found About How Markets Really Move EcoTrack AI — Carbon Footprint Tracker & Dashboard Everyone's Using AI. No One Agrees How. 5 self-hosted ebook managers worth trying in 2026 Building Your First AI Agent with LangChain: From Chatbot to Autonomous Assistant
How AI Is Changing SRE Workflows (Without Replacing SREs)
Samson Tanimawo · 2026-06-03 · via DEV Community

I get asked this question a lot: 'Is AI going to replace SREs?' Short answer: no. Long answer: AI is changing what SREs spend their time on, and the SREs who adapt will have a huge edge.

What AI is actually good at in SRE workflows

1. First-pass triage. AI can look at 50 alerts and tell you the 5 most likely to be related to an ongoing incident. Beats manual correlation every time.

2. Log summarization. 100,000 log lines into a 20-line summary highlighting anomalies. The summary isn't always right, but it's a starting point.

3. Runbook generation. Given an alert type and historical incidents, AI can draft a runbook. You edit it; you don't write from scratch.

4. Post-mortem first drafts. Pull from chat logs, ticket history, monitoring data. Generate a structured timeline. Human polishes it.

5. Routine query generation. 'Show me the error rate for service X grouped by endpoint for the last 24 hours.' AI writes the query, you run it.

What AI is bad at

1. Judgment calls under pressure. When multiple things could be wrong, a good SRE uses instincts built from years of experience. AI guesses.

2. Novel failures. AI is pattern-matching on history. A truly new failure mode looks like noise to it.

3. Organizational politics. 'Who do I wake up at 3 AM' is not a technical question. AI doesn't help here.

4. Accountability. When something breaks, someone needs to own the decisions that got made. AI can't own anything.

The new SRE workflow

AI does the first 30%. Human does the crucial middle 40% (judgment, decision-making, stakeholder communication). AI does the last 30% (writing up, following up, documenting).

This lets SREs handle 2-3x more incidents with the same quality. Not by working harder — by delegating the mechanical parts.

What to learn

If you're an SRE and you're not using AI tools in your workflow, you're leaving 30% of your productivity on the table. Not because AI is magic, but because the boring parts of your job don't need a human.

Start small: feed an alert into ChatGPT or Claude and ask for possible causes. See what you get. Then add it to your actual on-call tooling.


Written by Dr. Samson Tanimawo
BSc · MSc · MBA · PhD
Founder & CEO, Nova AI Ops. https://novaaiops.com