New Microsoft tool lets devs spin up AI behavior tests using text descriptions

TechCrunch AI Tools

Summary

Microsoft released ASSERT, an open-source framework that generates AI behavior tests from natural-language descriptions, allowing developers to create application-specific evaluations and monitor AI systems continuously.

Microsoft on Tuesday took the wraps off Adaptive Spec-driven Scoring for Evaluation and Regression Testing, an open source framework for spinning up AI evaluations.
Original Article
View Cached Full Text

Cached at: 06/02/26, 09:36 PM

# New Microsoft tool lets devs spin up AI behavior tests using text descriptions | TechCrunch Source: [https://techcrunch.com/2026/06/02/new-microsoft-tool-lets-devs-spin-up-ai-behavior-tests-using-text-descriptions/](https://techcrunch.com/2026/06/02/new-microsoft-tool-lets-devs-spin-up-ai-behavior-tests-using-text-descriptions/) AI researchers and labs have advanced by leaps and bounds in evaluating AI models for everything from[safety](https://www.theregister.com/software/2024/12/05/mlcommons-produces-benchmark-of-ai-model-safety/621835)and compliance to[sycophancy](https://techcrunch.com/2025/08/25/ai-sycophancy-isnt-just-a-quirk-experts-consider-it-a-dark-pattern-to-turn-users-into-profit/)and[alignment](https://www.anthropic.com/research/bloom)\. But it appears companies and developers are faced with a new, specific need: making sure their AI system behaves as intended for their specific product or service\. In a bid to make that testing process simpler, Microsoft on Tuesday took the wraps off[ASSERT](https://github.com/responsibleai/ASSERT), short for Adaptive Spec\-driven Scoring for Evaluation and Regression Testing\. The open source framework, Microsoft says, makes evaluating application\-specific AI behavior easy by using AI to turn high\-level, natural\-language descriptions of goals, policies, or intended behaviors into thorough, scored tests that can be investigated\. ASSERT takes plain\-language descriptions of an AI model’s expected behavior and policies, turns them into a structured set of acceptable and unacceptable behaviors, generates problem scenarios and test cases, runs them against the target system, and scores the results\. It can also record the paths the AI system takes, including intermediate actions and tool calls, so developers can inspect where failures happen\. Devs can provide system context, tools, and constraints, too, if they want to further customize what the evaluations cover\. For example, a developer could specify that a document research AI agent shouldn’t send emails to people outside the company, and it should limit confidential information to C\-level executives and provide concise summaries with prior context in mind\. ASSERT will use those rules to generate test cases that check whether the system follows those rules on an ongoing basis\. ![](https://techcrunch.com/wp-content/uploads/2026/06/assert-ai-framework-diagram.png?w=680)**Image Credits:**MicrosoftThe framework, according to Microsoft, fills a gap that broader, more general evaluations cannot when AI models are intended to behave in a manner that is shaped by an application or product’s context, policies, and tools\. “One of the things we’ve learned is that evaluations are absolutely critical to making good decisions,” said[Sarah Bird](https://www.linkedin.com/in/slbird/), chief product officer of Responsible AI at Microsoft\. “Because if you don’t understand the behavior of the AI system, it’s really hard to know if it’s meeting your organization’s bar … What we found is that if you really want to have a trustworthy system, you should evaluate many more dimensions that are application\-specific\.” Bird said ASSERT can be used to evaluate systems when they’re being built, after deployment, and even for continuous monitoring\. The release comes amidst a gradual but broader shift in the AI industry\. As models grow more capable, researchers are focusing on repeatable testing and regression checks, with[Stanford’s HELM](https://crfm.stanford.edu/helm/),[MLCommons’ AILuminate](https://mlcommons.org/ailuminate/), and evaluation groups like[METR](https://metr.org/)rolling out benchmarks to measure how models behave under different conditions\. *When you purchase through links in our articles,[we may earn a small commission](https://techcrunch.com/techcrunch-affiliate-monetization-standards/)\. This doesn’t affect our editorial independence\.* Ram is a financial and tech reporter and editor\. He covered North American and European M&A, equity, regulatory news and debt markets at Reuters and Acuris Global, and has also written about travel, tourism, entertainment and books\. You can contact or verify outreach from Ram by emailing[ram\.iyer@techcrunch\.com](mailto:[email protected])\. [View Bio](https://techcrunch.com/author/ram-iyer/)

Similar Articles

Stop letting engineers "vibe check" your AI Agents

Reddit r/AI_Agents

The author introduces an open-source, no-code tool designed to allow non-technical subject matter experts in healthcare and law to evaluate AI agents, moving beyond developer-centric testing methods.