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

推荐订阅源

B
Blog
Microsoft Security Blog
Microsoft Security Blog
Jina AI
Jina AI
博客园 - 叶小钗
J
Java Code Geeks
博客园 - 聂微东
博客园 - 司徒正美
大猫的无限游戏
大猫的无限游戏
阮一峰的网络日志
阮一峰的网络日志
V
V2EX
美团技术团队
WordPress大学
WordPress大学
M
MIT News - Artificial intelligence
雷峰网
雷峰网
酷 壳 – CoolShell
酷 壳 – CoolShell
GbyAI
GbyAI
罗磊的独立博客
T
The Blog of Author Tim Ferriss
aimingoo的专栏
aimingoo的专栏
T
Tailwind CSS Blog
The Cloudflare Blog
Stack Overflow Blog
Stack Overflow Blog
N
Netflix TechBlog - Medium
小众软件
小众软件

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
Securing AI Cloud Systems: Intelligent Testing For Intell...
Harvendra Si · 2026-05-21 · via Forbes - Innovation

Harvendra Singh, IT Delivery Manager - Cloud Engineering & Architecture, driving innovation through cloud and AI-led digital transformation.

getty

​Cloud platforms are starting to think for themselves.

Well, not quite, but AI is being injected into cloud platforms at every layer. As applications become more dynamic, adaptive and data-driven, there is an incredible opportunity to do things we’ve never dreamed possible. But it also begs the question: How do you test and secure systems that learn and adapt over time?

The old guard of quality assurance (QA) was built around stable, predictable systems. Inputs were well-known, outputs were deterministic, and if you threw a monkey at your application, it wouldn’t break. That’s not the case anymore. Modern systems are event-driven, respond to real-time inputs and act across distributed services.

It’s time we started treating testing like the complex problem it is.​

Evolving Complexity In Cloud Systems

​Modern software systems are complicated. While most organizations acknowledge that, they often underestimate the complexity involved. We’re talking about millions of events per minute, integrated across dozens of services and changing every day as new data flows into the system.

When you introduce machine learning models, it only gets worse. The same input can trigger different results based on context. Couple that with the distributed nature of cloud systems, and validation becomes a moving target.​

I’ve seen it happen during large-scale cloud transformations. Teams take their monolithic application—something they understand well—and start to modernize it. Everything looks good at first, but problems soon surface.

“How do we know if everything will work in production?”

There isn't a single answer to that question because your system doesn’t behave the same way twice.

Traditional Testing Doesn’t Cut It​

If your quality control process is built around checking things off of a checklist, it’s time to evolve.

Modern applications are event-driven, meaning the same input can trigger different outcomes depending on context. Add machine learning into the mix, and you get outputs that might be right but for the wrong reason.

There’s no longer a clear-cut “wrong” answer when validating AI-powered applications. Testing must be continuous, contextual and automated.​

​Enter Intelligent Testing

​So, how do you test systems that are continuously learning and evolving?

Instead of manually scripting tests, we can automate test case generation with AI. Some teams are experimenting with prompt-driven testing, using models to generate tests automatically. ​

For example, you can use a large language model to generate tests based on real-world inputs. When combined with structured context in the form of a knowledge graph, you end up with far more meaningful test generation.

There’s already research demonstrating this approach. Prompt-driven test generation using large language models and knowledge graphs shows how testers can improve coverage and accuracy in data-intensive systems.

The takeaway is simple: Testing must evolve alongside system complexity.​

​Testing As Part Of Your System

Chances are you’re not going to get perfect test coverage, and that’s okay.

If your system behaves differently based on context, your testing strategy needs to adapt. That means testing in real time.

This typically includes:

• Monitoring: Capture signals to observe system behavior.

• Test generation: Continuously create new tests based on patterns.

• Alerting: Identify anomalies as they happen.

• Validation: Confirm outcomes are correct.

On a recent engagement, we built a simple pipeline that ingested system signals in real time and connected it to a lightweight model that flagged anomalies and triggered automated responses. It wasn’t perfect, but it caught issues minutes after they occurred instead of hours or days.

Sometimes being just a little bit smarter is all it takes.​

​Security And Intelligent Testing

​As AI becomes more embedded in cloud systems, testing and security start to converge.

Why? Because once systems begin making decisions automatically, they will behave in ways you don’t expect.

Intelligent testing helps identify:

• Errant model decisions

• Model drift

• Distributed system failures

• Edge cases missed by traditional testing

By embedding testing into the system itself, you move from reactive validation to proactive assurance. Instead of hoping everything works, you gain confidence that your system behaves as intended.​

​Small Steps Toward Intelligent Testing

​Transformational technology rarely happens all at once. Cloud computing didn’t. Containers didn’t. And neither will intelligent testing.

The most effective approach is incremental. Start with one critical path, and introduce intelligent testing where it matters most.

Rather than replacing your entire QA process, look for opportunities to improve step by step. Small changes, applied consistently, create meaningful impact.​

​Closing Thoughts

​Applications will only continue to grow more complex as AI becomes more integrated into cloud platforms.

The question isn’t whether systems can scale, it’s whether they can be trusted.

How will you ensure your systems are secure? How will you validate behavior under constantly changing conditions?

Don’t wait for perfect automation. Start small, and introduce intelligence where you can.


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