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

推荐订阅源

Y
Y Combinator Blog
D
Docker
有赞技术团队
有赞技术团队
D
DataBreaches.Net
The GitHub Blog
The GitHub Blog
爱范儿
爱范儿
H
Help Net Security
美团技术团队
MyScale Blog
MyScale Blog
B
Blog RSS Feed
C
Check Point Blog
Microsoft Security Blog
Microsoft Security Blog
阮一峰的网络日志
阮一峰的网络日志
A
About on SuperTechFans
小众软件
小众软件
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
GbyAI
GbyAI
G
Google Developers Blog
月光博客
月光博客
Google DeepMind News
Google DeepMind News
H
Hackread – Cybersecurity News, Data Breaches, AI and More
Blog — PlanetScale
Blog — PlanetScale
MongoDB | Blog
MongoDB | Blog
F
Fortinet All Blogs

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
Engineering Has A Context Problem, Generative AI Is The Fix
Yu Fang, For · 2026-05-26 · via Forbes - Innovation

Yu Fang is Co-Founder & CTO at Sonatus, specializing in distributed systems and AI-enabled vehicle architectures.

getty

Modern products behave less like applications and more like ecosystems. A single customer experience spans embedded controllers, cloud services, mobile apps, supplier components and real-time data pipelines. As challenging as it can be to build these systems, the bigger challenge for engineering teams today is understanding them. ​

Every organization is facing the same problem: engineering teams don’t lack data. They lack context for that data. ​

Critical information lives everywhere and nowhere at once. Design documents, test logs, manufacturing notes, field reports, supplier data, customer tickets—each holds a fragment of the truth. But no engineer, no matter how experienced, can stitch these fragments together fast enough to diagnose issues confidently. Systems generate more context in a week than a team can reasonably review. ​

This is the context trap: the information exists, but it’s too fragmented, too unstructured or too distributed for any human to gather manually. ​

Why Traditional Diagnostics Fall Short

For decades, engineering teams relied on structured signals like logs, metrics or sensor data to understand failures. These signals are essential, but they represent only the visible tip of the iceberg. The real root causes often live in the submerged mass below the waterline: ​

• A configuration change buried in a release document

• A pattern across historical incidents

• A dealership report describing behavior outside formal tests ​

Traditional tools couldn’t unify these signals because they spanned formats, systems and organizations. The result was that teams chased symptoms instead of causes, and the costs showed up as recalls, downtime or customer frustration. ​

Generative AI Change: Synthesis And Retrieval

Generative AI seems like a breakthrough in engineering automation, but even more value lies in its ability to synthesize information that has never lived in one place or one format. ​

Generative AI can ingest and connect information across previously isolated domains such as logs and sensor data, design documents, test results, field reports, manufacturing records and more. It can read what humans can’t, remember what humans forget and connect dots that humans don’t see. ​

Generative AI’s ability to retrieve all this information regardless of format and location is underappreciated. ​

With the help of appropriate tools, generative AI can almost instantly surface relevant specs, historical failures or obscure manufacturing notes from hundreds of documents—information a new engineer might not know exists, or an experienced one would spend days looking for. ​

For the first time, engineering organizations can zero into the right context at scale. ​

Transformative Engineering Workflows

When AI can "see" across the entire system, "build" the knowledge graph and "reason" on top of it, engineering work shifts from reactive troubleshooting to proactive understanding.​

Investigations Start Earlier

AI can identify patterns across incidents, correlate them with configuration changes and propose likely root causes.

Verification Deepens

Engineers can evaluate AI-generated hypotheses against outliers, compliance requirements and safety constraints.

Organizational Memory Becomes Searchable

Institutional knowledge, once trapped in people’s heads or scattered across documents, becomes accessible on demand.

Root-Cause Analysis Becomes Cross-domain

AI can connect a symptom in the field to a manufacturing variation to a design assumption made years earlier. ​

This isn’t automation replacing engineering expertise. It’s complementing what human expertise can see and solve. ​

How To Design For AI-Readable Context

To take advantage of this shift, organizations must rethink how they capture and structure engineering context. Generative AI is powerful, but only if the underlying "signals" are accessible and interpretable. ​

Three changes matter most: ​

Strategic Logging

In an AI-assisted world, logs must capture decision context, not just events. Engineers need to know why a system behaved in a certain way, not just what it did. Logging becomes an intentional part of system design, not an afterthought.

Documentation As ‘Database’

Design docs, test plans and field reports are no longer created for humans alone. They are inputs to AI systems that will analyze, correlate and retrieve them. Their clarity and completeness will directly affect the quality of diagnostics.

Breaking Down Silos

AI can only synthesize the data it can access. Leaders must make logs, test results, field reports and documentation available to systems that can correlate them, with appropriate governance and security. ​

What Leaders Should Do Now

Engineering leaders must treat AI not as a black box, but as a partner in investigation. That requires cultural and technical shifts.​

Design Workflows Around Synthesis

The near-term goal is to hunt faster; the long-term goal is to eliminate the hunt altogether.

Strengthen Verification

AI-generated insights must be evaluated with the same rigor applied to any unfamiliar code or hypothesis.

Leverage Unstructured Data

Some of the most valuable signals live outside traditional telemetry. Treat these sources as core diagnostic input, not peripheral artifacts.​

Closing Thoughts​

Organizations that embrace this shift will diagnose issues faster, ship more reliable products and build systems that improve over time. Those that don’t will find themselves trapped in reactive firefighting mode, unable to keep pace with the complexity they have created. ​

Generative AI doesn’t replace engineering judgment. Rather, it finally gives engineers the context they’ve always needed but could never achieve manually. The next era of engineering will belong to the teams that can leverage AI to find, relate and reason on all the relevant "signals" available throughout the system.​


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