Microsoft
Developer Blogs

Get the latest information, insights, and news from Microsoft.

Highlights

Agent Harness: Scaling the claw or harness capabilities

Part 3 of Build your own claw and harness with Microsoft Agent Framework. In Part 2 our personal finance assistant learned to work with your data safely: it reads your portfolio, asks before it trades, and remembers what matters across sessions. It's useful - but everything it knows is...
Read moreClick to read more about this post

Don't rewrite your CLI for agents

There's advice making the rounds: replace your CLI args with a single --json payload so agents can use your tool more effectively. The thinking being, that agents already think in structured formats, and nested data maps cleanly to JSON. Flat args on the other hand, force awkward...
Read moreClick to read more about this post

Latest posts

Jul 8, 2026
Post comments count0
Post likes count1

Building on Vercel's eve + Azure Cosmos DB: An Agent That Remembers

Sajeetharan Sinnathurai
Most "AI agent" demos forget everything the moment the process exits. That's fine for a toy project, but useless for anything real. An agent that helps you write, triage, or support needs two things a language model alone can't give it: durable state and the ability to recall the right...
Azure Cosmos DB Blog
Jul 8, 2026
Post comments count1
Post likes count2

The other kind of control flow guard check: The combined validate and call

Raymond Chen
A two-in-one package.
The Old New Thing
Jul 8, 2026
Post comments count0
Post likes count0

The hidden variables in your agent eval

Waldek Mastykarz
This is the seventh article in a series about Agent Experience (AX): the practice of making AI coding agents work correctly with your technology. The series covers what you can and can't control in the agent stack, how to measure whether your extensions are helping or hurting, and how to...
Microsoft for Developers
Jul 8, 2026
Post comments count0
Post likes count0

Agent Framework’s Orchestration Patterns Reach 1.0

Evan Mattson
Python's agent-framework-orchestrations package is now 1.0.0. That puts Microsoft Agent Framework's orchestration layer at 1.0 across Python and .NET. Sequential, concurrent, group chat, handoff, and magentic orchestration are now stable in both SDKs. You can pick the coordination...
Microsoft Agent Framework
Jul 7, 2026
Post comments count0
Post likes count0

Applications Are Not Packages

Howard Kapustein
Applications are not packages. Let me repeat. Applications are not packages. This is a common misconception due to the (too) often blurring of concepts and terminology. Packages and applications are different and distinct things, so it's important to understand what those words mean...
Inside MSIX
Jul 7, 2026
Post comments count15
Post likes count4

How did Windows 95 decide that a setup program ran?

Raymond Chen
It used some heuristics.
The Old New Thing
Jul 7, 2026
Post comments count4
Post likes count2

Don't rewrite your CLI for agents

Waldek Mastykarz
There's advice making the rounds: replace your CLI args with a single --json payload so agents can use your tool more effectively. The thinking being, that agents already think in structured formats, and nested data maps cleanly to JSON. Flat args on the other hand, force awkward...
Microsoft for Developers
Jul 7, 2026
Post comments count0
Post likes count0

Agent Skills for .NET Is Now Released

Sergey Menshykh
You can now give your .NET agents reusable packages of domain expertise - instructions, reference documents, and scripts they load only when a task needs them - through a stable, production-ready API. Agent Skills for .NET in Microsoft Agent Framework has moved out of experimental preview...
Microsoft Agent Framework
Jul 7, 2026
Post comments count0
Post likes count2

What's New in Microsoft Foundry | June 2026

Nick Brady
Claude is now generally available in Microsoft Foundry. Here's everything else that shipped between Build 2026 and the end of June — autopilot agents, expanded Toolboxes and Routines, Agent Optimizer's private preview, and more.
Microsoft Foundry Blog