<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>Enterprise AI | The .NET Blog</title><link>https://thedotnetblog.com/tags/enterprise-ai/</link><description>Articles, tutorials and insights from the .NET community.</description><generator>Hugo</generator><language>en</language><managingEditor>@thedotnetblog (The .NET Blog)</managingEditor><webMaster>@thedotnetblog</webMaster><lastBuildDate>Sat, 18 Jul 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://thedotnetblog.com/tags/enterprise-ai/index.xml" rel="self" type="application/rss+xml"/><item><title>Microsoft Foundry June 2026: From Feature Drops to a Governed Agent Platform</title><link>https://thedotnetblog.com/news/emiliano-montesdeoca/microsoft-foundry-june-2026-from-features-to-platform/</link><pubDate>Sat, 18 Jul 2026 00:00:00 +0000</pubDate><author>Emiliano Montesdeoca</author><guid>https://thedotnetblog.com/news/emiliano-montesdeoca/microsoft-foundry-june-2026-from-features-to-platform/</guid><description>June’s Foundry updates signal a platform transition: distribution, tooling, memory, observability, and optimization are converging into an enterprise-ready agent operations stack.</description><content:encoded>&lt;p&gt;The June 2026 Foundry wave is not just another monthly digest. It marks a maturity transition from “build cool agents” to “operate agents as governed enterprise systems.” That distinction matters more than any single feature.&lt;/p&gt;
&lt;p&gt;Original source: &lt;a href="https://devblogs.microsoft.com/foundry/whats-new-in-microsoft-foundry-june-2026/"&gt;https://devblogs.microsoft.com/foundry/whats-new-in-microsoft-foundry-june-2026/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Three updates define the shift. First, agent publishing to Microsoft 365 Copilot and Teams reached GA, which moves distribution from custom integration projects to an opinionated deployment lane. Second, Toolboxes gained stronger discovery and execution controls, including tool search and routines. Third, observability plus optimization became a deliberate closed loop, not an afterthought.&lt;/p&gt;
&lt;p&gt;My take: this is the most important pattern in the release. &lt;strong&gt;Tracing, evaluation, optimization, and controlled rollout&lt;/strong&gt; form the minimum viable operating model for non-deterministic systems. If you have only one of those pieces, you have telemetry or tuning, not governance.&lt;/p&gt;
&lt;p&gt;Claude GA inside Foundry is also strategic, but not mainly because of model quality. The bigger value is enterprise integration: Entra auth, RBAC, billing continuity, and policy alignment. Teams moving from direct model endpoints to Foundry should frame this as operational consolidation, not just provider swapping.&lt;/p&gt;
&lt;p&gt;Autopilot agents are promising, but organizations should approach them with sober architecture choices. Shared-space collaboration in Teams can unlock productivity, yet it raises identity, permission, and accountability complexity fast. Start with bounded scopes and strict approval checkpoints before broad deployment.&lt;/p&gt;
&lt;p&gt;Practical recommendations:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;If you are already in pilot&lt;/strong&gt;, prioritize instrumentation before capability expansion. Wire GenAI tracing first. Then establish evaluator suites tied to business outcomes, not generic model metrics. Only after that should you run optimizer loops and promotion workflows.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;For toolbox-heavy agents&lt;/strong&gt;, enable tool search early to reduce context noise and wrong-tool selection risk as catalogs grow.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;For memory-enabled agents&lt;/strong&gt;, define TTL and retention policy up front. Memory without lifecycle controls becomes compliance debt.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;The most opinionated conclusion I can draw is this: Foundry is now less about &amp;ldquo;which model do I pick?&amp;rdquo; and more about &lt;strong&gt;&amp;ldquo;can I run agent behavior as a managed lifecycle?&amp;rdquo;&lt;/strong&gt; Teams that answer the second question well will adapt to model churn easily. Teams fixated on model rankings will keep rebuilding fragile stacks every quarter.&lt;/p&gt;
&lt;p&gt;June&amp;rsquo;s release makes one thing clear. Foundry is becoming &lt;strong&gt;an operations platform for AI systems&lt;/strong&gt;, not just a development toolkit. That is a harder product to build, and a far more valuable one to adopt.&lt;/p&gt;</content:encoded></item><item><title>Agent Skills for .NET Is Stable, and That Changes Enterprise Agent Architecture</title><link>https://thedotnetblog.com/news/emiliano-montesdeoca/agent-skills-dotnet-stable-production/</link><pubDate>Sat, 11 Jul 2026 00:00:00 +0000</pubDate><author>Emiliano Montesdeoca</author><guid>https://thedotnetblog.com/news/emiliano-montesdeoca/agent-skills-dotnet-stable-production/</guid><description>With Agent Skills for .NET now stable, teams can package domain expertise as governed, reusable units instead of overloading monolithic prompts.</description><content:encoded>&lt;p&gt;Agent Skills for .NET moving to stable is one of the most practical milestones in the current agent ecosystem. It solves a core scaling problem: &lt;strong&gt;domain expertise does not belong inside one giant instruction blob&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;Original source: &lt;a href="https://devblogs.microsoft.com/agent-framework/agent-skills-for-net-is-now-released/"&gt;https://devblogs.microsoft.com/agent-framework/agent-skills-for-net-is-now-released/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;The design is elegant and pragmatic. Skills package instructions, resources, and optional scripts in reusable units that load on demand through progressive disclosure. That keeps context lean, reduces prompt bloat, and enables cross-team ownership of specialized knowledge.&lt;/p&gt;
&lt;p&gt;My opinion: this is the first credible path to &lt;strong&gt;enterprise-grade agent maintainability&lt;/strong&gt; in .NET stacks. Without modular expertise boundaries, every new policy or playbook update becomes a fragile prompt surgery exercise.&lt;/p&gt;
&lt;p&gt;What matters most is not just modularity, but &lt;strong&gt;governance&lt;/strong&gt;. The built-in approval model for loading skills, reading resources, and running scripts addresses the exact operational concerns security teams raise when agents move from demo to production. The extensible script execution model also makes responsibility explicit: if you want file-based script execution, you own sandboxing and audit posture.&lt;/p&gt;
&lt;h3 id="practical-adoption-pattern"&gt;Practical adoption pattern&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Start with file-based skills&lt;/strong&gt; for policy-heavy content maintained by mixed technical teams.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Use class-based skills&lt;/strong&gt; when you need package distribution through NuGet and tighter engineering lifecycle controls.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Reserve code-defined skills&lt;/strong&gt; for dynamic runtime assembly where stateful composition is necessary.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;Add filtering early.&lt;/strong&gt; Not every skill should be visible to every agent or tenant. Curated skill visibility is both a security control and a relevance control that improves routing quality.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Also, log everything:&lt;/strong&gt; skill selection, resource reads, script execution requests, and approvals. If your incident review cannot reconstruct which skill influenced an answer, you do not have production observability.&lt;/p&gt;
&lt;p&gt;The bigger strategy shift is this: &lt;strong&gt;skills turn agent behavior into a composable supply chain&lt;/strong&gt;. Teams can version, review, and release expertise similarly to software components. That enables independent evolution without constantly retraining humans to rewrite mega-prompts.&lt;/p&gt;
&lt;h2 id="the-bottom-line"&gt;The bottom line&lt;/h2&gt;
&lt;p&gt;If you are building .NET agents at enterprise scale, delaying this pattern will cost you. You will end up with instruction sprawl, inconsistent policy application, and brittle behavior under change.&lt;/p&gt;
&lt;p&gt;Agent Skills does not remove complexity, but it &lt;strong&gt;moves complexity into governable components&lt;/strong&gt;. That is exactly what mature software architecture should do. For many teams, this release is the moment where agent engineering in .NET starts to look like real platform engineering.&lt;/p&gt;</content:encoded></item><item><title>AI Alone Won’t Change the Business — the System Around It Will</title><link>https://thedotnetblog.com/news/emiliano-montesdeoca/ai-alone-wont-change-business-system-will/</link><pubDate>Sun, 14 Jun 2026 00:00:00 +0000</pubDate><author>Emiliano Montesdeoca</author><guid>https://thedotnetblog.com/news/emiliano-montesdeoca/ai-alone-wont-change-business-system-will/</guid><description>Jay Parikh’s latest AI platform essay is worth reading because it frames the real enterprise challenge correctly: models matter, but the lasting value comes from the governed system that builds, contextualizes, runs, and improves agents over time.</description><content:encoded>&lt;p&gt;There is one line in the latest Microsoft AI platform essay that I think gets to the heart of the current moment:&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;the winners will not be the ones with the most demos, but the ones that turn AI into a governed, continuously improving system for real work.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;That is exactly right.&lt;/p&gt;
&lt;h2 id="this-is-one-of-the-better-strategic-ai-pieces-because-it-gets-the-level-right"&gt;This is one of the better strategic AI pieces because it gets the level right&lt;/h2&gt;
&lt;p&gt;Too many AI conversations still collapse into model talk.&lt;/p&gt;
&lt;p&gt;Which model is smarter.
Which model is cheaper.
Which model is newest.&lt;/p&gt;
&lt;p&gt;Those are not irrelevant questions, but they are too small if you are thinking like an enterprise.&lt;/p&gt;
&lt;p&gt;The source article gets the scale of the challenge right. It says clearly that “&lt;strong&gt;What determines success is the system around the AI&lt;/strong&gt;.”&lt;/p&gt;
&lt;p&gt;That is the useful frame.&lt;/p&gt;
&lt;p&gt;Because real enterprise value comes from the system around the model:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;how agents are built&lt;/li&gt;
&lt;li&gt;how they are grounded in enterprise context&lt;/li&gt;
&lt;li&gt;how they are deployed&lt;/li&gt;
&lt;li&gt;how they are governed&lt;/li&gt;
&lt;li&gt;how they improve over time&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;That is what separates scattered experimentation from actual transformation.&lt;/p&gt;
&lt;h2 id="why-i-think-this-framing-matters-so-much"&gt;Why I think this framing matters so much&lt;/h2&gt;
&lt;p&gt;If you only focus on the model, you get short-lived advantages.&lt;/p&gt;
&lt;p&gt;If you focus on the system, you get leverage that compounds.&lt;/p&gt;
&lt;p&gt;That is the key distinction.&lt;/p&gt;
&lt;p&gt;And it aligns closely with where Foundry, GitHub, Microsoft IQ, and Agent Framework stories have all been heading lately.&lt;/p&gt;
&lt;h2 id="my-take"&gt;My take&lt;/h2&gt;
&lt;p&gt;This is one of the stronger strategic pieces in the batch because it describes AI as an operating system for work, not as a set of disconnected demos.&lt;/p&gt;
&lt;p&gt;That is the level enterprises actually need to think at.&lt;/p&gt;
&lt;p&gt;And honestly, more of the public AI conversation should be happening at that level.&lt;/p&gt;
&lt;p&gt;Original post: &lt;a href="https://blogs.microsoft.com/blog/2026/06/02/ai-alone-wont-change-your-business-the-system-running-it-will/"&gt;AI alone won’t change your business. The system running it will.&lt;/a&gt;&lt;/p&gt;</content:encoded></item></channel></rss>