Skip to main content
  1. Tags/

Guardrails

Groundedness Detection vs Groundedness Evaluation: Two Azure Products, One Name

Deep Dive Azure · Aug 6, 2026 · 8 min read
One name, two products, two lifecycle stages. Azure AI Content Safety’s Groundedness detection blocks and corrects ungrounded answers at runtime; the Evaluation SDK’s GroundednessEvaluator scores them offline in CI. Here’s the decision boundary for RAG, the without-Foundry path for each, the honest recall numbers, and the open-source substitutes.
Groundedness Detection vs Groundedness Evaluation — Azure's two products for catching ungrounded RAG answers

Microsoft Agent Framework Makes Tool and File Access Approval-by-Default

Update Tools & SDKs · Jul 2, 2026 · 2 min read
Microsoft Agent Framework’s latest releases, Python 1.10.0 (June 30) and .NET 1.12.0 (July 2), change a security default that’s easy to miss in the changelog: agent tools and file access now require approval unless you opt out. Both land as breaking changes.
Microsoft Agent Framework — tool and file access now require approval by default

AI Security: Prompt Injection, Jailbreaks, and Guardrails

Deep Dive AI & LLM · May 24, 2026 · 19 min read
The OWASP LLM Top 10 exists because shipping an LLM to production without a security model is a new category of risk that the existing web application security playbook doesn’t fully cover. Prompt injection has held the #1 spot on that list since the first version was published, and it’s not there because researchers think it might be a problem someday. It’s been demonstrated against production systems at companies that knew what they were doing.
AI Security — prompt injection, jailbreaks, and guardrail patterns for production LLM applications