logo
  • Consent
  • Details
  • [#IABV2SETTINGS#]
  • About
This website uses cookies
We use cookies to personalise content and ads, to provide social media features and to analyse our traffic. We also share information about your use of our site with our social media, advertising and analytics partners who may combine it with other information that you’ve provided to them or that they’ve collected from your use of their services.
[#GPC_BANNER_ICON#]
[#GPC_TOAST_TEXT#]
Consent Selection
Show details
Details
  • Necessary cookies help make a website usable by enabling basic functions like page navigation and access to secure areas of the website. The website cannot function properly without these cookies.
    • Pexels
      1
      Learn more about this provideropens in a new window
      _cfuvidThis cookie is a part of the services provided by Cloudflare - Including load-balancing, deliverance of website content and serving DNS connection for website operators.
      Maximum Storage Duration: SessionType: HTTP Cookie
    • ambcrypto.com
      benzinga.com
      bitcoinmagazine.com
      coingape.com
      decrypt.co
      image.coinpedia.org
      pexels.com
      7
      __cf_bm [x7]This cookie is used to distinguish between humans and bots. This is beneficial for the website, in order to make valid reports on the use of their website.
      Maximum Storage Duration: 1 dayType: HTTP Cookie
    • newslayer.com
      1
      CookieConsentStores the user's cookie consent state for the current domain
      Maximum Storage Duration: 1 yearType: HTTP Cookie
  • Preference cookies enable a website to remember information that changes the way the website behaves or looks, like your preferred language or the region that you are in.
    • We do not use cookies of this type.

  • Statistic cookies help website owners to understand how visitors interact with websites by collecting and reporting information anonymously.
    • We do not use cookies of this type.

  • Marketing cookies are used to track visitors across websites. The intention is to display ads that are relevant and engaging for the individual user and thereby more valuable for publishers and third party advertisers.
    • We do not use cookies of this type.

  • Unclassified cookies are cookies that we are in the process of classifying, together with the providers of individual cookies.
    • newslayer.com
      3
      __emg_sidPending
      Maximum Storage Duration: 1 dayType: HTTP Cookie
      __emg_vidPending
      Maximum Storage Duration: 1 yearType: HTTP Cookie
      nl-read-countPending
      Maximum Storage Duration: PersistentType: HTML Local Storage
Cross-domain consent[#BULK_CONSENT_DOMAINS_COUNT#]
[#BULK_CONSENT_TITLE#]
List of domains your consent applies to: [#BULK_CONSENT_DOMAINS#]
Cookie declaration last updated on 8/12/26 by Cookiebot
[#IABV2_TITLE#]
[#IABV2_BODY_INTRO#]
[#IABV2_BODY_LEGITIMATE_INTEREST_INTRO#]
[#IABV2_BODY_PREFERENCE_INTRO#]
[#IABV2_BODY_PURPOSES_INTRO#]
[#IABV2_BODY_PURPOSES#]
[#IABV2_BODY_FEATURES_INTRO#]
[#IABV2_BODY_FEATURES#]
[#IABV2_BODY_PARTNERS_INTRO#]
[#IABV2_BODY_PARTNERS#]
About
Cookies are small text files that can be used by websites to make a user's experience more efficient.

The law states that we can store cookies on your device if they are strictly necessary for the operation of this site. For all other types of cookies we need your permission.

This site uses different types of cookies. Some cookies are placed by third party services that appear on our pages.

You can at any time change or withdraw your consent from the Cookie Declaration on our website.

Learn more about who we are, how you can contact us and how we process personal data in our Privacy Policy.

Please state your consent ID and date when you contact us regarding your consent.
NewsLayer

Install NewsLayer

Get the app experience — one tap from your home screen, instant loads and breaking-news alerts.

NewsLayer.com
LatestDaily BriefMarkets
NewsLayer PulseLIVE₿BTC$65,042+1.39%ΞETH$1,932+1.89%◎SOL$78.47+3.06%✕XRP$1.02+1.91%ÐDOGE$0.0705+1.14%₳ADA$0.1742-0.09%Total Cap$2.32T+1.23%24H Vol$209.9BLayer Index44 Neutral
Artificial Intelligence
External ReportingUpdated hace un día

TestMu AI Launches Agent Assurance to Verify AI Agents Before They Ship

The new product verifies both the AI agents that talk to customers and the agents that act on systems, generating test scenarios directly from code, grading every action against real evidence, and reporting an assurance gap for…

TestMu AI Launches Agent Assurance to Verify AI Agents Before They Ship
Publisher Yahoo Finance 3 min de lectura
NewsLayer editorial artwork

Layer Index

44

Neutral

Layer Index

↓ 1 pts in 24h

The new product verifies both the AI agents that talk to customers and the agents that act on systems, generating test scenarios directly from code, grading every action against real evidence, and reporting an assurance gap for everything it could not verify

SAN FRANCISCO and NOIDA, India, Aug. 18, 2026 /PRNewswire/ -- TestMu AI (formerly LambdaTest), the world's first Agentic AI-native Quality Engineering platform, announces Agent Assurance, a product built to answer the question every engineering team shipping AI agents now faces: is this agent safe to ship? Agent Assurance covers both kinds of agent in one product: the Conversational Agent category - which evaluates human-facing agents across chat, voice, phone, video, and image; and the new Autonomous Agent category, which verifies agents that act on systems: calling tools, writing files, hitting APIs, and opening pull requests.

TestMu AI (Formerly LambdaTest)

Most teams today test autonomous agents by reading the agent's own account of what it did: a transcript, or a judge's score over its final message. Agent Assurance grades the effect instead. Pointed at a codebase, it works out what the agent does, generates an end-to-end agent testing suite that spans agent functional testing, non-functional checks, and adversarial scenarios, invokes the agent for real, and judges every criterion against observed evidence: files that changed on disk, artifacts produced, and tool calls verified against the agent's own declared tool surface.

Alongside pass and fail, Agent Assurance reports a third verdict, unable to verify, excluded from the pass rate and published as a number: the assurance gap. Every result in a report is one that was actually observed, and because the gap reflects how much an agent records about its own actions, teams can shrink it by making their agents more observable.

"Engineering teams are accumulating validation debt at exactly the layer where the stakes are highest. An agent's account of what it did is the weakest evidence available about what it did - it is the one party with a reason to be wrong," said Vipul Verma, Group SVP Of Engineering, TestMu AI. "Every tool in this space reports a pass rate. Agent Assurance reports the pass rate and the size of its own blind spot, because that is the only way the number becomes one you can trust to move."

Reach crypto's most engaged readers — advertise mid-article on NewsLayer
Sponsored

Reach crypto's most engaged readers — advertise mid-article on NewsLayer

NewsLayer

Ad

With Agent Assurance, teams can:

  • Test without writing tests — agent automation testing where the suite is derived from the codebase; the only input is how to invoke the agent, whether a command, an HTTP endpoint, an MCP server, or a workflow built on platforms like n8n.

  • Cover the adversarial surface by default — prompt injection, tool misuse, and instruction-override scenarios are generated as a first-class family, not an add-on.

  • Gate releases in CI — continuous agent testing in every pipeline, from agent smoke testing on each commit to full pre-release runs, with headless commands and exit codes that distinguish "the agent did something wrong" from "the harness could not test it."

  • Track change with confidence — agent regression testing with run-over-run diffs that separate newly failing, newly fixed, and flaky results, since flakiness and regression call for opposite responses.

The Conversational Agent category is also expanding to the newest surface where software meets people: agents that appear on camera. With the platform's new Video Agent Testing (Link) capability, a simulated human with a realistic face and voice joins a live video agent's session, holds a genuine conversation, and grades the agent against team-defined success criteria, with every verdict traced to the exact moment in the recording that earned it. Anything unverifiable from the recording is deliberately counted as not met, a strict standard for a category where the recording is the evidence: a video agent never earns credit for a moment the evaluator could not observe.

The Conversational Agent category is generally available on the TestMu AI platform today. The Autonomous Agent category is available in early access and runs from the terminal as rook, with models executing in the TestMu AI controller so no provider API keys are needed locally. To get started, visit Link.

About TestMu AI

TestMu AI is the world's first Agentic AI-native Quality Engineering platform, designed to enable organizations to automate and scale testing with intelligence at its core. By combining autonomous capabilities with seamless integration across modern development workflows, TestMu AI empowers teams to deliver faster, more reliable, and secure software in an AI-first world.

For more information, visit TestMu AI

Cision

View original content to download multimedia:https://www.prnewswire.com/news-releases/testmu-ai-launches-agent-assurance-to-verify-ai-agents-before-they-ship-302854190.html

Cision

View original content to download multimedia: http://www.newswire.ca/en/releases/archive/August2026/18/c2529.html

Última Hora

No te pierdas ninguna noticia de última hora

Seguir en X Unirse a Telegram

Advertisement

House — Advertise on NewsLayer
NewsLayerAd
#ai

Sourced by

Originally reported by Yahoo Finance

NewsLayer coverage based on externally reported material.

The Daily Brief

The onchain economy, before your day starts.

Curated markets, onchain insights, and key headlines — delivered every weekday morning.

Weekdays · Free · ~5 minute read

Layer Index

44

Neutral

Layer Index

↓ 1 pts in 24h

Última Hora

No te pierdas ninguna noticia de última hora

Seguir en X Unirse a Telegram

Advertisement

House — Advertise on NewsLayer
NewsLayerAd

Noticias Relacionadas

Tom Lee de Fundstrat dice que las cripto son 'más relevantes' en la era de la IA, respalda la postura alcista de BlackRock sobre BitcoinGRAN CAPITAL

Tom Lee de Fundstrat dice que las cripto son 'más relevantes' en la era de la IA, respalda la postura alcista de BlackRock sobre Bitcoin

Tom Lee de Fundstrat dice que las cripto son 'más relevantes' en la era de la IA, respalda la postura alcista de BlackRock sobre Bitcoin Yahoo Finance

hace 4 horas

3 min de lectura
How attackers persuade AI agents to break the rulesSECURITY BREACH

How attackers persuade AI agents to break the rules

How attackers persuade AI agents to break the rules Tech Xplore

hace una hora

1 min de lectura
OpenAI is slowing AI model development after a rogue agent hacked Hugging Face
Última Hora
SECURITY BREACH

OpenAI is slowing AI model development after a rogue agent hacked Hugging Face

OpenAI is slowing AI model development after a rogue agent hacked Hugging Face qz.com

hace 2 horas

1 min de lectura
Bitwise CIO sees potential for 10-100x blockchain transaction growth as AI agents meet tokenized marketsCHAIN REACTION

Bitwise CIO sees potential for 10-100x blockchain transaction growth as AI agents meet tokenized markets

Bitwise CIO Matt Hougan said investors may be underestimating blockchain transaction activity by 10 to 100 times as tokenized markets expand.

hace 2 horas

1 min de lectura
NewsLayer.com

The front page of the onchain economy. Crypto, Web3 and regulation intelligence — live prices, original research and policy tracking in one layer.

Follow on XTelegram

News

  • Latest News
  • The Daily Brief
  • Crypto
  • DeFi
  • Web3
  • Blockchain
  • Policy
  • Explainers

Markets & Tools

  • Market News
  • Live Charts
  • Layer Index
  • Regulation Tracker
  • Regulation Radar
  • Research
  • NewsLayer Originals
  • My Feed
  • Search

Company

  • About NewsLayer
  • Go Premium
  • Advertise
  • PR Publication
  • Become an Author
  • Create Account
  • Sign in

© 2026 NewsLayer.com — The front page of the onchain economy·Privacy Policy·Terms of Service

NewsLayer

Get the signal, not the noise.

Markets, regulation and onchain intelligence in a 5-minute morning read — plus breaking alerts and Layer Index flips as they happen.

The Daily Brief

Breaking alerts

Index flips

Free · No spam · Unsubscribe anytime