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

推荐订阅源

云风的 BLOG
云风的 BLOG
The GitHub Blog
The GitHub Blog
A
About on SuperTechFans
P
Proofpoint News Feed
G
Google Developers Blog
Stack Overflow Blog
Stack Overflow Blog
IT之家
IT之家
Microsoft Security Blog
Microsoft Security Blog
F
Fortinet All Blogs
人人都是产品经理
人人都是产品经理
博客园 - 叶小钗
C
Check Point Blog
Microsoft Azure Blog
Microsoft Azure Blog
aimingoo的专栏
aimingoo的专栏
月光博客
月光博客
美团技术团队
D
Docker
博客园 - Franky
Y
Y Combinator Blog
大猫的无限游戏
大猫的无限游戏
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
博客园 - 【当耐特】
罗磊的独立博客
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报

AI demand is so high, AWS customers are trying to buy out its entire capacity | Network World

Cisco: Latest news and insights 2026 network outage report and internet health check Selector targets the network visibility gap in multi-cloud infrastructure AI reshapes cybersecurity workforce priorities as IT teams brace for new risks Top network and data center events of 2026 Google opens TPUs to enterprises beyond its own cloud via Blackstone JV AI, cybersecurity skills top IT pay premiums Startup Bolt Graphics promises 5x performance over Nvidia’s best GPU Wireless security is a battle of AI vs. AI NetOps teams look to AI to automate Day 2 operations Digital twins reshape network and data center management Network outages, power failures strain data center resiliency Five takeaways from Cisco's blowout quarter and what it means to customers Cisco to cut nearly 4,000 jobs despite strong growth in AI, enterprise networking Startup SPAN teams with Nvidia to put data center nodes in your backyard Hard drive shortage affecting enterprise storage needs Wi-Fi 8 is closer than you think. Here’s what you need to know Cisco open-sources agentic AI security spec HPE revamps private cloud stack for enterprises rethinking VMware Versa takes aim at fragmented enterprise security with CSPM, orchestration update, and AI agent controls Red Hat opens Ansible to AI agents, within limits Red Hat offers endless Linux support — for a fee Red Hat: Sovereignty is more than just compliance Tech job postings hit three-year high as AI demand fuels hiring rebound HPE memory server targets compute-heavy and agentic AI workloads PCI group begins work on new spec to support bandwidth-hungry apps like AI, HPC Q&A: Quantum physicist Sonia Fernández-Vidal on why classical computing isn't going anywhere OpenAI-led consortium seeks to address AI processing bottlenecks AWS hit by US-East-1 outage after data center thermal event Gluware's Titan rises to meet Mythos network vulnerability challenge
How AI is transforming network incident response (and whe...
2026-05-19 · via AI demand is so high, AWS customers are trying to buy out its entire capacity | Network World

Jay Dave

Contributor

Opinion

May 19, 20267 mins

If you’ve sat through any vendor pitch in the last year, you’ve heard the promise. AI will detect the anomaly, correlate the signals, identify the root cause, maybe even remediate it. The autonomous network operations center is just around the corner.

I’ve spent close to a decade building anomaly detection and telemetry systems at scale, and I think that promise is partly true, partly aspirational and partly misleading. The reality is messier. AI is genuinely helping in a few specific places, and it’s nowhere close to delivering in others, mostly for reasons that have nothing to do with model quality.

The biggest reason: we still can’t see most of what’s happening on our own networks.

The visibility problem comes first

Network operators love to talk about observability. The actual state of observability in 2026 is much less impressive than the marketing suggests. According to Broadcom’s 2026 State of Network Operations report, 95% of IT professionals report lacking visibility into network segments, especially in public cloud. Only 49% believe their network can support the bandwidth and latency that AI workloads need.

That tracks with what I see in practice. At the scale I’ve worked, you typically have SNMP polling every few minutes, syslog arriving with variable delay and streaming telemetry on a fraction of your interfaces. Even with all of that running, the blind spots are enormous. Anything traversing a third-party network is invisible. Specific paths through ECMP fabrics are often uninstrumented. The state of a BGP decision process on a router three hops away usually require SSH and a manual look.

Traceroute, still one of the most-used diagnostic tools, has well-known limits. It can’t see through firewalls that block ICMP. It doesn’t handle asymmetric routing well. It gives you a snapshot of a path that may have already changed by the time you read the output. Load balancing distorts the result. Muted interfaces look identical to real packet loss. None of this is news to anyone who has run a traceroute and squinted at the output.

The implication for AI is direct. AI can only reason about data it has. If 30% of the relevant paths during an incident are uninstrumented, no model is going to make up for that. Better algorithms operating on the same partial data give you marginally better partial answers.

Where AI is actually pulling its weight

That said, AI is delivering real value in network operations today, just narrower than the marketing implies. Three areas in particular.

  • Anomaly detection at scale. This is the most concrete win. The basic idea is simple: instead of statically thresholding every counter (“alert when CRC errors > 100”), you compare each device against its own history and against its peers. If a router’s error rate has crept up, and the dozen other routers running the same model with the same role haven’t, that device gets flagged. Across hundreds of millions of data points a day on tens of thousands of devices, no human is going to spot that drift. This is where statistical methods earn their keep, and it’s the part of “AI in network ops” that has been quietly working for a while.
  • Alert correlation. During a major incident, hundreds of alerts fire at once. Most are symptoms, not causes: an interface goes down and you get the interface alarm, the BGP session alarm, the BFD alarm, downstream prefix alarms, plus every monitoring system’s reachability alarm for things behind that interface. AI can group these by topology and timing and collapse hundreds of signals into a handful of clusters. It still doesn’t tell you the root cause, but it stops you from having to mentally filter the noise. The difference between staring at 300 alerts and looking at five clusters is the difference between a long war room and a focused one.
  • Pulling context together. This is the newer area where LLMs are starting to be useful. During an investigation, an engineer typically bounces between several tools: route collectors, looking glasses, syslog viewers, monitoring dashboards, ticketing, the CLI of whatever device is misbehaving. Assembling the picture is slow and mostly copy-paste. I’ve been working on an open-source tool called route-sherlock that pulls together BGP routing data, looking glass output and historical context, and uses an LLM to write a plain-language summary of what might be going on. It doesn’t do the investigation. It compresses the first 30 minutes of context-gathering, so you start with a hypothesis instead of an empty terminal.

Notice what these have in common. They all augment a human investigation. They speed up the parts that were already mechanical. None of them replace judgment.

What AI still can’t do

The harder boundary is causation in novel scenarios. Networks fail in ways that depend heavily on context. A BGP route leak looks different depending on whether it’s coming from a peer, a transit provider or an internal confederation. A fiber cut in one geography cascades differently than an identical cut elsewhere because of how traffic was pre-engineered. The same ECMP hash that worked for years can produce a microloop after a seemingly unrelated topology change.

The Cloudflare 1.1.1.1 outage in July 2025 is a useful example. For about an hour, Cloudflare’s public DNS resolver was unreachable. From the outside, it looked like a BGP hijack: another network appeared to be announcing Cloudflare’s prefixes. The actual cause was internal. A configuration error caused Cloudflare’s routes to disappear from the global routing table, and what looked like hijacking was an artifact of the withdrawal exposing the address space.

A pattern-matching system would have flagged the BGP anomaly and probably labeled it a hijack. The label would have been wrong. The real story required understanding the operational intent behind a config change, and that kind of context simply isn’t in the telemetry.

This is the core problem. AI models learn from historical patterns. The most damaging incidents are usually the ones that don’t look like anything in the training data. When an experienced engineer troubleshoots, they’re reasoning about protocol behavior, vendor implementation quirks, traffic engineering intent and recent organizational changes (“we touched the peering policy last month, could that be related?”). That mental model of the network isn’t something current AI systems have.

Better data first, better models second

The current industry instinct is to throw bigger AI models at network operations. I think that’s the wrong order of operations. The bottleneck isn’t model sophistication, it’s coverage. A more sophisticated model analyzing 70% of the relevant data will still miss things rooted in the 30% you can’t see.

The investments that pay off are the unglamorous ones. Expanding streaming telemetry. Instrumenting cloud-to-cloud paths. Correlating network signals with application-layer data. Running continuous synthetic probes so you’re not waiting for a customer ticket to discover a blind spot. None of it is as exciting as a generative AI demo, but it’s the part that has to come first.

AI’s role here is real and growing. It processes telemetry at scale, suppresses alert noise, surfaces outliers and pulls context together across tools. Those capabilities genuinely cut mean time to detect and mean time to resolve. But they augment the engineer’s investigation. They don’t replace it, and they won’t until we can actually see what’s happening on our networks end to end.

Is AI transforming network incident response? Yes, but not the way the slides suggest. It’s not eliminating the 2 a.m. page. It’s making the hours after the page more focused. That’s a real improvement, and it’s worth investing in. The fully autonomous NOC remains a story for another decade, and it won’t arrive until the visibility gap closes.

This article is published as part of the Foundry Expert Contributor Network.
Want to join?

SUBSCRIBE TO OUR NEWSLETTER

From our editors straight to your inbox

Get started by entering your email address below.

Jay Dave

Contributor

Jay Dave is a network automation and reliability engineer with nearly a decade of experience at the intersection of network engineering and software development. He builds and operates large-scale network operations, telemetry and automation systems. His technical interests include BGP routing infrastructure, network observability, automation and bridging gaps between network infrastructure and AI.