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

推荐订阅源

Y
Y Combinator Blog
The GitHub Blog
The GitHub Blog
Vercel News
Vercel News
D
DataBreaches.Net
MongoDB | Blog
MongoDB | Blog
H
Help Net Security
小众软件
小众软件
美团技术团队
T
The Blog of Author Tim Ferriss
爱范儿
爱范儿
D
Docker
Martin Fowler
Martin Fowler
大猫的无限游戏
大猫的无限游戏
博客园 - 聂微东
Blog — PlanetScale
Blog — PlanetScale
H
Hackread – Cybersecurity News, Data Breaches, AI and More
罗磊的独立博客
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
V
V2EX
S
SegmentFault 最新的问题
云风的 BLOG
云风的 BLOG
B
Blog
雷峰网
雷峰网
The Cloudflare Blog

SiliconANGLE

Will agentic AI governance run amok? The lesson of Asimov’s Three Laws - SiliconANGLE AI + quantum, Amazon vs. Starlink and the wide-open US-China internet battle - SiliconANGLE Team Cymru launches Total Insights Feed to replace legacy threat intelligence lists - SiliconANGLE AI Mode in Chrome adds split-screen view to enhance the web search experience - SiliconANGLE Resolve AI raises $40M at $1.5B valuation to optimize production environments - SiliconANGLE How Zscaler and OpenAI turn zero-trust security into an AI accelerator - SiliconANGLE OpenAI ratchets up Codex's agentic capabilities to rival Claude Code - SiliconANGLE Anthropic launches Claude Opus 4.7 with coding, visual reasoning improvements - SiliconANGLE Slash raises $100M at a $1.4B valuation to expand AI-powered banking platform for online businesses - SiliconANGLE Canva unveils Canva AI 2.0, recasting its platform as an agentic system for work - SiliconANGLE Data center, consumer device chips boost TSMC’s revenue - SiliconANGLE Mission-critical security cannot be bolted on, says Oracle - SiliconANGLE Agentic infrastructure reshapes enterprise AI - SiliconANGLE Data quality, and data freedom, foundational for AI success - SiliconANGLE Data trust is a bedrock in successful, scalable AI outcomes - SiliconANGLE Google introduces new agentic AI-ready tools and resources for Android developers  - SiliconANGLE Agentic AI orchestration separates winners from laggards - SiliconANGLE Data-driven tools turning the tide against human trafficking - SiliconANGLE Achieving trusted AI development goes beyond 'vibes' - SiliconANGLE Impinj boosts edge computing power in updated R700 RAIN RFID reader - SiliconANGLE Certinia powers professional services with AI - SiliconANGLE Antioch prepares to accelerate simulated testing for autonomous robots after raising $8.5M - SiliconANGLE Developer tooling startup Expo nabs $45M investment - SiliconANGLE Solidroad lands $25M to bring AI to customer support interactions - SiliconANGLE DuploCloud lands compliance and AI governance certifications as enterprise buyers tighten scrutiny - SiliconANGLE Lua lands $5.8M to help businesses build and manage AI agent workforces - SiliconANGLE Best of frenemies: Oracle's and AWS' clouds unite with dedicated, private connectivity - SiliconANGLE NIST shifts National Vulnerability Database to risk-based triage as CVE submissions hit record levels - SiliconANGLE Cisco goes to the races with new Churchill Downs multiyear partnership - SiliconANGLE Susecon 2026 will tackle the future of open-source platforms - SiliconANGLE
Momentic raises the bar for software testing with agentic...
by Kyt Dotson · 2026-06-23 · via SiliconANGLE

Momentic raises the bar for software testing with agentic quality platform

Artificial intelligence-powered software testing and quality assurance platform Momentic Inc. today announced a major update to its service focused on verification in the AI coding era, enabling teams to ship more code.

Quality assurance serves as a stopgap at the end of code production, preventing bugs from reaching production. Although much of the coding experience involves writing quality code from the outset, the advent of AI-driven development lifecycles has introduced not just swifter build speeds, but also a whole new species of problems.

“AI adoption is scaling, and especially in engineering, everyone’s using tools like Cursor, Claude, Codex, any of the plethora of these coding agents to help them write more code,” co-founder and Chief Executive Wei-Wei Wu told SiliconANGLE in an interview.

It goes without saying that software quality remains paramount, especially in the AI era, where agentic tools now do 40% to 50% of the work and are now exponentially scaling up code output. As a result, they’re also exponentially scaling up bugs.

Recent industry research suggests that AI coding tools are accelerating development, but not eliminating the need for oversight. GitLab’s 2026 Global DevSecOps report described this as an “AI Paradox,” finding that faster coding is creating new bottlenecks around quality, security and compliance, with only 37% of respondents saying they would trust AI to handle daily work tasks without human review. Momentic’s pitch is aimed directly at that emerging gap: If AI agents are going to write more code, teams need faster ways to verify whether that code still works.

“Quality is extremely important in this world,” Wu warned. “Where ‘AI slop’ is very prevalent, you’re just vibe coding to production.”

Making quality assurance part of the culture

The new Momentic offering covers a number of gaps. It starts with what Wu called the Explore Agent, which covers knowledge gaps. It moves on to a Failure Classification Agent that automatically triages and categorizes failures to determine if something needs handling or not. Finally it settles on making tests intent-based and readable.

Explore Agent acts as an approach to agentic memory that can watch everything. It takes scattered information from every part of the business, not just the codebase, including Jira, Linear, Figma, Slack, Zendesk and what developers say about the code.

“The more you use Momentic, the smarter it gets,” Wu said. “It’s able to understand, hey, these are areas of your code base or your product that are not covered by anything; you’re kind of shipping blind.”

However, test coverage is only half the battle. When tests run, they’re just an indicator that something works or it doesn’t. Developers don’t always have a clear idea if that’s an example of quality. That’s where the Failure Classification Agent steps in. Sometimes tests are “flaky,” which means they’re not written quite right, or the bug they’re checking for isn’t actually a bug; it’s just something that looks wrong but isn’t.

The industry buzz phrase people are used to hearing is “signal-to-noise ratio.” If something failed because the original test wasn’t updated under the hood after the user interface was changed, then it’s the test that broke, not the code. If the test failed because of a warning, but it’s not a security vulnerability and it will not explode in production, this can wait in line behind a critical fix.

“If it’s an intended UI change and the test failed, Momentic triage can automatically update it for you,” Wu noted.

Having a guide as to the level of severity of a given test failure means that developers can look at the quality of their code before preparing to push merges to production during review. This also reduces the number of code reviews that are kicked back to the original developers based on misunderstood tests.

And that means the tests themselves need to be human-readable, not just machine code.

Make the tests work for developers, not the other way around

One interesting outcome of the agentic and vibe coding era is that something that almost every development team does almost as naturally as breathing is becoming a must-have: creating specification documents before going forward. The specification — that is, the plan document — has become the point of truth for AI agents to build guidance before going to work.

Naturally, that specification should inform the test suite. If the end product should behave as specified, then the tests should represent English-readable formats that speak to the how and why of the behavior expected from the underlying code.

“The test format is a plain-English description of what you have built and what are the things that you care about, whether it’s happy paths, edge cases or things like that,” said Wu.

That allows developers to easily understand what’s being tested and why — and, most critically, update it with clear instructions. It also allows them to collaborate with AI agents in a similar way they would with another employee. Even better, the tests themselves are readable by other employees who themselves will need to understand them to maintain them.

Image: SiliconANGLE/Microsoft Designer

A message from John Furrier, co-founder of SiliconANGLE:

Support our mission to keep content open and free by engaging with theCUBE community. Join theCUBE’s Alumni Trust Network, where technology leaders connect, share intelligence and create opportunities.

  • 15M+ viewers of theCUBE videos, powering conversations across AI, cloud, cybersecurity and more
  • 11.4k+ theCUBE alumni — Connect with more than 11,400 tech and business leaders shaping the future through a unique trusted-based network.

About SiliconANGLE Media

SiliconANGLE Media is a recognized leader in digital media innovation, uniting breakthrough technology, strategic insights and real-time audience engagement. As the parent company of SiliconANGLE, theCUBE Network, theCUBE Research, CUBE365, theCUBE AI and theCUBE SuperStudios — with flagship locations in Silicon Valley and the New York Stock Exchange — SiliconANGLE Media operates at the intersection of media, technology and AI.

Founded by tech visionaries John Furrier and Dave Vellante, SiliconANGLE Media has built a dynamic ecosystem of industry-leading digital media brands that reach 15+ million elite tech professionals. Our new proprietary theCUBE AI Video Cloud is breaking ground in audience interaction, leveraging theCUBEai.com neural network to help technology companies make data-driven decisions and stay at the forefront of industry conversations.