Skip to main content
  1. Tags/

Ai-Agents

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

The Agent Harness

Deep Dive AI Engineering · Jul 20, 2026 · 14 min read
A model can only generate text. The harness is the loop around it that calls tools, manages context, gates actions, and decides when to stop.
The anatomy of an agent harness: a loop around a language model with a budget, a brake, and a witness

Microsoft Foundry's Production-Agent Release: A Solution Architect's Read

Update Platform Updates · Jul 9, 2026 · 4 min read
Microsoft’s Build 2026 announcement, Frontier models and production agents advancing Microsoft Foundry for the agentic era, reframes Foundry from a model catalog into a place you run production agents. The headline that makes it real: hosted agents in Foundry Agent Service are now generally available, and the catalog spans both OpenAI and Anthropic frontier models (1,900+ on Microsoft Learn, not the “11,000” some coverage repeats).
Microsoft Foundry — a managed runtime for production agents with an open governance specification

Zed and DeltaDB: Version Control Between Commits

Update Tools & SDKs · Jul 8, 2026 · 5 min read
I used to think the commit was the natural unit of software history. It is clean: a hash, a message, something CI can chew on and a reviewer can revert, cherry-pick, or blame. Then AI coding agents made the gap around the commit impossible to ignore.
Zed and DeltaDB as version control between commits