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

推荐订阅源

博客园 - 【当耐特】
云风的 BLOG
云风的 BLOG
罗磊的独立博客
C
Check Point Blog
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
Blog — PlanetScale
Blog — PlanetScale
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
月光博客
月光博客
大猫的无限游戏
大猫的无限游戏
Google DeepMind News
Google DeepMind News
Engineering at Meta
Engineering at Meta
N
Netflix TechBlog - Medium
宝玉的分享
宝玉的分享
Recent Announcements
Recent Announcements
酷 壳 – CoolShell
酷 壳 – CoolShell
博客园_首页
J
Java Code Geeks
Apple Machine Learning Research
Apple Machine Learning Research
人人都是产品经理
人人都是产品经理
爱范儿
爱范儿
I
InfoQ
Hugging Face - Blog
Hugging Face - Blog
T
Tailwind CSS Blog
B
Blog RSS Feed

Latest from TechRadar in Pro

VodafoneThree gets Ofcom approval to bring satellite connectivity to your smartphone Is this the tipping point for AI at work? New Gallup survey finds half of all US employees now use it in some way 'Every Apple user needs to know about this nasty scam': Fake warnings tell users their iCloud data will be… 'Makes it even more disappointing': Microsoft backs fossil fuel big time with $7 billion deal in race for AI… 'Maybe it’s not science fiction': Solar panels are causing rainwater to fall in one of the driest places… Maine becomes first US state to pass data centre construction ban Dozens of WordPress plugins hijacked to target thousands of sites Drone-killing laser weapons greenlit for use in US airspace – FAA and Defense Department say high-energy weapons are ‘ready to protect all air travelers from illicit drone use’ despite airspace restrictions and friendly-fire incidents 'We are currently being extorted' — crypto giant Kraken says it is facing extortion attack, here's… I tried 7 free MTD software – now I've ranked my top picks as a freelancer Jackery McGraw Hill becomes latest to see its Salesforce data hacked Looking for a new PC? Now might be great time to upgrade, as Gartner figures claim shipments are rising — while… The new engineering playbook: how AI design copilots are reshaping product development Farewell Surface Hub — Microsoft kills off its super-sized touchscreen displays, but you might still be able to get one if you act fast 'We have no interest in patient data in the UK': Palantir UK head defends record as criticisms rise Amazon’s new AI Bio Discovery tool can provide ‘every researcher’ with ‘lab-in-the-loop drug discovery’ – 40+ AI biology models can filter 300,000 novel antibody candidates down to the top results for testing in just weeks Over 100 Chrome Web Store extensions found stealing user data from thousands of accounts Europe wants tech sovereignty but is this realistic? Enterprise AI governance cannot live in a prompt. So where is the safety net? Why 2026 is the year of flexibility without friction: solving the multi-platform crisis OpenAI reveals its Mythos rival designed for cybersecurity pros When cyberattacks are inevitable, recovery becomes the strategy Closing the cloud complexity gap LaLiga uses AI to fight illegal streaming that costs its clubs $800m a year Intel and Google expand long-term chip partnership to power AI systems 'Chatbots respond not just to what you ask, but how you ask it': Report finds AI agents might be sucking up to… 'Smartphones have physical limitations': Report explains why AI is kickstarting a billion-dollar hardware arms… 'I’m pretty sure actually we really do not need to work for five days' Zoom CEO calls for end of traditional work schedules — says 3-day working week should become the norm 'It's more common than you think': Experts reveal how hackers are trying to hijack your inbox with these…
Static network baselines won't survive agentic AI
Mike Hicks · 2026-05-08 · via Latest from TechRadar in Pro

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