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

推荐订阅源

博客园_首页
GbyAI
GbyAI
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
Apple Machine Learning Research
Apple Machine Learning Research
大猫的无限游戏
大猫的无限游戏
阮一峰的网络日志
阮一峰的网络日志
Last Week in AI
Last Week in AI
V
Visual Studio Blog
酷 壳 – CoolShell
酷 壳 – CoolShell
The Cloudflare Blog
博客园 - 【当耐特】
博客园 - 叶小钗
量子位
博客园 - 聂微东
S
SegmentFault 最新的问题
美团技术团队
Hugging Face - Blog
Hugging Face - Blog
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
月光博客
月光博客
宝玉的分享
宝玉的分享
小众软件
小众软件
罗磊的独立博客
有赞技术团队
有赞技术团队
Stack Overflow Blog
Stack Overflow Blog

Forbes - Innovation

Why Do Humans Have Fingerprints? Hint: It’s Not What You Think Booking.com Confirms Data Breach, Reservation PIN Codes Changed Why Major News Sites Are Blocking The Internet Archive’s Wayback Machine iPhone Fold Release Date: New Report Details Frustrating Apple News Comet Tracker: How To See Pan-STARRS And Three Planets On Wednesday NYT Mini Crossword Today: Tuesday, April 14 Hints And Answers Today’s NYT Strands Hints, Spangram, Answers: Tuesday, April 14 (It’s A Little Unclear) Today’s Wordle #1760 Hints And Answer For Tuesday, April 14 Most Of The Microplastics In Urban Air Come From Tires Today’s Wordle #1759 Hints And Answer For Monday, April 13 NYT Mini Crossword Today: Monday, April 13 Hints And Answers NYT Pips Today: Hints, Answers And Walkthrough For Monday, April 13 The YC Chief Who Codes 10,000 Lines A Day Has A Simple Secret Samsung Expands One UI 8.5 Beta To More Galaxy Owners Why You Should Stop Using Your iPhone If It’s On This List Chamath Says Firms That Treat AI As A Strategy Hand Rivals Their Edge 3 Unexpected Habits Of Secure Couples, By A Psychologist The First Lamp That Folds Your Clothes Samsung’s Disappointing Price Update For Galaxy Phone Buyers 3 Subtle Signs Someone Is Falling In Love With You, By A Psychologist Do Mantis Shrimp See More Colors Than Humans? A Biologist Explains NYT Connections Answers Explained For Monday, April 13 (#1,037) NYT Connections Hints Today: Monday, April 13 Clues And Answers (#1,037) LEGO Luigi & Mach 8 (72050) Review: 2026’s Best Set Yet? Marc Andreessen Says AI Productivity Will Trigger A Hiring Boom 3D Printing Is The Ultimate Hack To Reduce Household Spending Apple iPhone Fold: Striking Design Revealed In Leaked Photos Apple Smart Glasses: New Leak Reveals A Major Design Twist To Beat Meta Tested: The AI Coming To The Rivian R2 Quordle Hints Today: Monday, April 13 Clues And Answers
How AI Can Map Your System Better Than You Can—Why That I...
Matthew Sweeney · 2026-06-01 · via Forbes - Innovation

Matthew Sweeney, CPO and cofounder, Gomboc AI.

getty

​One of the more interesting developments in recent months is not just that AI can generate code or detect vulnerabilities, but that it is starting to understand systems in a much deeper way. Projects like Mythos point in that direction. They are not simply scanning for known issues or patterns. They are reasoning across environments, mapping relationships between services, identifying dependencies and surfacing how different components interact. In many ways, they are beginning to approximate how experienced engineers think about architecture.

That is a meaningful shift, but it also exposes something uncomfortable.

For a long time, there has been an implicit assumption in engineering that the people building and operating systems understand them well enough to make informed decisions. That understanding has never been perfect, but it has been sufficient. Documentation, diagrams and dashboards have served as approximations of reality, and teams have relied on a combination of knowledge and experience to fill in the gaps.

As systems have scaled, that assumption has quietly broken down.

​The Modern Cloud

Modern cloud environments are not designed as cohesive systems. They are assembled over time through a mix of infrastructure as code, manual changes, third-party integrations and evolving requirements. Different teams contribute different pieces, often with varying standards and levels of discipline. Over time, the gap between what the system is supposed to be and what it actually is tends to grow.

Most teams are aware of this at a high level, but few have a complete, up-to-date understanding of how everything fits together in practice.

This is where AI changes the equation. When a system can analyze large volumes of configuration data, logs and dependency graphs simultaneously, it can surface relationships that are difficult for humans to track. It can identify indirect dependencies, highlight unexpected interactions and reveal how changes in one part of the system might impact another. In some cases, it can produce a more accurate and comprehensive view of the environment than the engineers responsible for maintaining it.

At first glance, that sounds like progress. In many ways, it is. Greater visibility helps teams identify risks earlier and understand the true shape of their systems.

​AI Integration

But visibility alone does not solve the problem. In fact, it can make a different problem more obvious.

Understanding a system is not the same as being able to safely change it. AI can map relationships and highlight potential issues, but it cannot guarantee that a change will behave as expected when applied in a live environment. Engineering systems operate within constraints that are often implicit. There are dependencies that are not fully documented, behaviors that only emerge under specific conditions, and interactions that are understood through experience rather than formal definition.

When humans make changes, they rely on that context. When AI suggests changes, that context has to be inferred, and that introduces uncertainty.

As a result, teams are left in a familiar position. They may have better insight into their systems than before, but they still need to validate every action before it can be trusted. The increased visibility does not eliminate the need for careful review. If anything, it increases the volume of decisions that need to be made.

This creates a subtle but important shift. The challenge is no longer just understanding the system, but deciding what to do with that understanding at scale.

​A Question Of Control

If AI can map your system more completely than you can, it raises a fundamental question about control. Who is actually responsible for how the system evolves?

If the answer remains the engineering team, then the system itself needs to be structured in a way that makes that control possible. That means reducing ambiguity, enforcing consistency and ensuring that changes can be applied in predictable ways. Without that structure, insight alone does not translate into better outcomes.

If, over time, some of that control shifts toward automated systems, the requirements become even stricter. It is not enough for a system to be understood. It needs to be operated safely without relying on constant human interpretation. That requires a level of consistency and constraint that most environments do not currently have.

What we are seeing today is a growing mismatch. AI is becoming better at understanding systems, while the systems themselves remain fragmented, inconsistent and difficult to operate with confidence. That gap is not just a technical issue; it is an operational one.

​How To Benefit

The organizations that benefit most from these advances will not be the ones that simply adopt more AI tools. They will be the ones that invest in making their systems more understandable in the first place. That includes standardizing how infrastructure is defined, reducing variation across environments and ensuring that policies are enforced as part of how systems operate rather than as an afterthought.

It also requires a shift in how teams think about ownership. Even if AI can provide a more complete map of the system, engineers still need to be able to reason about the implications of change. That means maintaining clarity in system design and discipline in how changes are introduced.

There is real value in having systems that can surface insights at a scale humans cannot match. But insight without reliable execution does not reduce risk. It simply makes that risk easier to see.

The more clearly a system is understood, the more visible its weaknesses become.

The goal is not to build systems that AI can understand better than we do. It is to build systems that are structured well enough that both humans and machines can operate them safely. Until that happens, better visibility will not translate into better outcomes. It will simply make the gap harder to ignore.


Forbes Technology Council is an invitation-only community for world-class CIOs, CTOs and technology executives. Do I qualify?