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

推荐订阅源

The GitHub Blog
The GitHub Blog
A
About on SuperTechFans
The Cloudflare Blog
G
Google Developers Blog
博客园_首页
Martin Fowler
Martin Fowler
Apple Machine Learning Research
Apple Machine Learning Research
L
LangChain Blog
D
Docker
C
Check Point Blog
T
Tailwind CSS Blog
博客园 - 司徒正美
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
Hugging Face - Blog
Hugging Face - Blog
Microsoft Security Blog
Microsoft Security Blog
V
V2EX
博客园 - 叶小钗
T
The Blog of Author Tim Ferriss
酷 壳 – CoolShell
酷 壳 – CoolShell
IT之家
IT之家
M
MIT News - Artificial intelligence
Microsoft Azure Blog
Microsoft Azure Blog
博客园 - 【当耐特】
GbyAI
GbyAI

Latest from TechRadar

Quordle hints and answers for Monday, April 13 (game #1540) NYT Strands hints and answers for Monday, April 13 (game #771) NYT Connections hints and answers for Monday, April 13 (game #1037) Morbid Metal developer explains why he ditched an origami art direction in favor of gritty sci-fi — 'It worked, but it didn't really feel like me' '71% of US households get routers from ISPs': Why new FCC rules could leave millions stuck with outdated,… 'The CPU is the system’s executive layer': Intel joins SambaNova as both face existential threat from… ‘More bang for your buck’: 7 easy ways to boost your MacBook Neo’s performance for free DJI Romo P vs Roborock Saros 10R — which robot vacuum comes out on top when it comes to dodging obstacles? I put… I spent 6 hours with Genshin Impact on the Galaxy S26 Ultra, and I can't believe how far mobile gaming has come What is the release date for The Testaments episode 4 on Hulu and Disney+? I reviewed the LG G6 for 3 weeks, and it's a fantastic OLED TV that's the new best option for brighter rooms Is your bird feeder camera doing more harm than good? 3 tips for using it safely as RSPB issues urgent disease warning Chelsea vs Man City Live Streams: How to watch Premier League 2025/26 from anywhere in the world, team news How to watch Alcaraz vs Sinner for FREE: TV Channels for Monte-Carlo Masters Final Sunderland vs Tottenham Live Streams: How to watch Premier League 2025/26 from anywhere in the world, team news Are these the best-designed workout headphones ever? I used them for a month to find out How to watch Snooker 900 John Virgo online (it's free) – stream O'Sullivan vs Higgins anywhere I've only just discovered the Walk With Frodo app on Garmin's Connect IQ store — and as as a huge LOTR nerd, it's going to make the next 1,800 miles fly by 'Just not sustainable': Why your monthly £25 broadband internet bill could soon hit £45 How to watch Paris-Roubaix 2026: Free Streams & TV Info as Tadej Pogacar chases third Monument How to watch Euphoria season 3 online – stream Zendaya & Sydney Sweeney drama from anywhere today '$15K bill destroyed a solo developer’s startup': How hackers are using leaked Google API keys to… There's a sneaky way to watch UFC 327 really cheap... NYT Connections hints and answers for Sunday, April 12 (game #1036) NYT Strands hints and answers for Sunday, April 12 (game #770) Quordle hints and answers for Sunday, April 12 (game #1539) Amazon's Ring cameras are the perfect solution to secure your home on a budget — shop today's best deals… I've tested every iPhone since the iPhone 12, and Ceramic Shield 2 is the first iPhone glass I fully trust UFC 327 live stream: how to watch Procházka vs Ulberg, start time, preview, full card We're officially getting the DJI Pocket 4 on April 16, but here's how Insta360 could beat it
Static network baselines won't survive agentic AI
Mike Hicks · 2026-05-08 · via Latest from TechRadar

Enterprise networks are entering a new phase in how AI is applied, moving beyond analytics dashboards and retrospective insights toward systems that recommend actions, optimize behavior, and operate closer to real time.

As AI becomes more agentic, one requirement becomes clear: systems that influence the network must continuously refine their understanding of what “normal” looks like. This is the principle behind recursive learning:

Principal Solutions Analyst for Cisco ThousandEyes.

What is recursive learning?

Recursive learning is closest to what machine learning literature calls continual or online learning.

The distinction is that AI systems in dynamic environments should treat their reference model as something that evolves with the environment rather than something set once and periodically refreshed, with each calibration cycle informing the next.

Yet most enterprise deployments still rely on periodic baseline updates. A recursive system instead treats its current understanding of “normal” as provisional, evaluating changes against performance, experience, and risk.

Healthy outcomes adjust expectations, while degraded outcomes constrain or reverse learning. That constraint mechanism is where the real design challenge lives.

Sign up to the TechRadar Pro newsletter to get all the top news, opinion, features and guidance your business needs to succeed!

Consider a retailer whose inventory application starts seeing a sharp traffic increase every Friday afternoon. A static model flags it as anomalous. A recursive system evaluates it against outcome signals such as latency or degradation, and gradually incorporates the pattern as expected behavior.

Fewer false positives, and operator attention directed where it matters.

The network: AI’s high-fidelity feedback loop

Networking is a compelling early domain for continuous calibration because the feedback loop is short. Unlike supply chain or workforce planning, network outcomes are observable in seconds, making iteration far more tractable than in slower-moving domains.

There is also a structural reason: the network underlies every transaction, user interaction, service dependency, and security event. It's the common fabric across the environment and often the first place anomalies surface. A traffic anomaly might signal a security event, a failed deployment, or a legitimate business shift.

Regardless of which, the network sees the signal early, making it a natural anchor point for multi‑domain calibration, albeit not the only input.

That value depends on telemetry that is trustworthy, timely, and correctly attributed. Pipelines introduce lag, sampling gaps, and correlation artifacts that can cause systems to calibrate against the wrong signal.

Data freshness therefore becomes a design constraint, not a monitoring metric. Defining acceptable signal age is a prerequisite for safe calibration and one of the areas where early implementations are most likely to struggle.

Calibration, drift, and the limits of static models

Recursive learning is refinement, not reinvention. When new users are added or applications move, the system evaluates whether those changes introduce risk or simply reflect new operating conditions, guided by declared objectives such as experience, resilience, or risk tolerance, rather than raw optimization alone.

Configuration drift makes this capability essential. Small changes accumulate, temporary exceptions linger, and interactions produce unintended outcomes. Models built on assumed configurations fail to reflect how the network actually behaves.

Recursive learning incorporates observed behavior while remaining anchored in intent, helping systems adapt to the reality that perfect configuration hygiene is rarely achievable at scale.

Because drift is also a leading contributor to outages, adaptive calibration reframes it as an operational condition to be managed continuously rather than a hygiene problem solved periodically.

Context requires more than a single domain

A traffic spike may appear benign from a networking perspective, concerning from a security lens, or expected when viewed alongside application behavior.

Recursive learning becomes more reliable when informed by signals across multiple domains. Consider an AI system observing unusual lateral traffic between internal servers: throughput remains within bounds, but security telemetry reveals anomalous authentication activity on those same servers.

Instead of adjusting its baseline, the system flags the divergence for human review, adapting when signals align and pausing when they do not.

But how will the system know when a calibration is complete? In a multi-domain environment, a decision may be committed in the network layer while still pending reconciliation in the security or observability layer, leaving the system in a subtly inconsistent state that is difficult to detect and harder to diagnose.

Ensuring task completeness therefore becomes an explicit architectural requirement, and a key reason unified visibility across domains is foundational for agentic systems.

A measured but meaningful shift

The impact of recursive learning is incremental but durable: networks become less sensitive to benign change and more responsive to meaningful signals.

Organizations best positioned to benefit treat recursive learning as an operational discipline, defining intent, establishing escalation paths, and building operator familiarity with how the system evolves.

The question is no longer whether agent‑aware systems will take on greater responsibility in network operations, but whether the calibration infrastructure beneath them is ready. Recursive learning is how that foundation is built.

We've featured the best AI tool.

This article was produced as part of TechRadar Pro Perspectives, our channel to feature the best and brightest minds in the technology industry today.

The views expressed here are those of the author and are not necessarily those of TechRadarPro or Future plc. If you are interested in contributing find out more here: https://www.techradar.com/pro/perspectives-how-to-submit