-
Generally Available: Claude Opus 5 on Azure Databricks
Azure Databricks now offers Anthropic’s Claude Opus 5 model with advanced AI features like complex reasoning, coding assistance, and agentic workflows integrated into its platform.
-
Building Archon: Where Models Stop and Financial Controls Begin
Archon is an Agentic Financial Intelligence prototype that defines engineering boundaries between AI model assistance, deterministic software checks, and human review in financial document processing.
-
MCP Connect: Why Every AI Engineer and Developer Should Care About the Model Context Protocol
MCP Connect unites AI engineers and developers to explore how the Model Context Protocol enhances agent integration with tools, data, and peers through workshops, client talks, and real-world showcases.
-
Bruno Borges on Different Ways to User Microsoft Copilot
Bruno Borges explores lesser-known features of GitHub Copilot, demonstrating how to leverage them through the GitHub App, CLI, web interface, and popular IDE integrations.
-
The harness is all you need (mostly)
This article emphasizes using existing features of GitHub Copilot-referred to as the "harness"-to boost AI productivity without needing complex prompts or advanced skills.
-
How I Built CurriculumCraft AI — A Microsoft Hackathon Winning EdTech Solution for Ghana's Teachers
CurriculumCraft AI, developed by Gideon K.
-
Introducing Physical-World Intelligence: How GeoAI Is Helping Expand Enterprise AI
Physical-World Intelligence integrates real-world data including weather, satellite imagery, and infrastructure maps with enterprise information via AI to improve operational decision-making, such as forecasting storm effects on utilities.
-
More control over web grounding with Domain Exclusion for Microsoft 365 Copilot
Domain Exclusion for Microsoft 365 Copilot lets admins block specific external websites from influencing AI-generated responses, enhancing policy compliance and trusted source management.
-
Introducing Kimi K3 through Fireworks AI on Microsoft Foundry
Kimi K3, an open-weight 2.8 trillion-parameter model from Moonshot AI with a 1 million-token context window, is now deployable on Microsoft Foundry via Fireworks AI for full codebase analysis, long document processing, and extended conversation memory in a single prompt.
-
What's New in Excel (July 2026)
The July 2026 Excel update adds inline citations for Copilot, synced connectors for cross-platform data integration, and improved Power BI grounding for analyzing trusted business metrics within Excel.
-
Token Economics in Practice
Token economics emphasizes cost per accepted task over token price, noting that cheaper inference can result in significantly higher variable costs due to longer stochastic trajectories in agentic workloads.
-
When Your AI Agent Lies: Silent LLM Fallbacks
The article details how silent LLM fallbacks in an AI agent system silently degraded performance over time due to three hidden bugs-API version mismatches, parameter incompatibilities, and misconfigured defaults-that each individually went unnoticed until combined, highlighting the importance of monitoring fallback usage and token consumption.
-
Avoiding Reasoning Model Failures with Microsoft Foundry
Avoiding Reasoning Model Failures with Microsoft Foundry emphasizes four key pitfalls that lead to unexpected issues despite minor changes.
-
Treat prompt changes like code deploys
Implementing prompt change evaluation gates, like CI for code, ensures LLM-driven features maintain quality by catching subtle regressions before they reach production.
-
Grounded AI That Won't Invent Facts: Building "Tell My Day" with Microsoft Foundry IQ
Tell My Day employs Microsoft Foundry IQ to fetch factual information, mandates verbatim citations, and validates them server-side for reliable content delivery.
-
Join us for our MCP Live! — A free livestream covering all things MCP
MCP Live! will showcase presentations from key industry leaders on the latest advancements and best practices for implementing the Model Context Protocol in AI tools and enterprise solutions.
-
Building and Deploying Microsoft Hosted Agents to Microsoft Teams
Using the BRK241 FibreOps reference implementation, deploy and manage identity, scaling, monitoring, rollback, and user access for AI agents in Azure Foundry and Teams environments.
-
Microsoft Foundry Models: A Field Guide for Cloud Solution Architects
Microsoft Foundry Models provides a comprehensive field guide for cloud solution architects covering prioritized model families, use cases, and informed routing decisions via the Azure Well-Architected Framework's five pillars.
-
Executive AI Avatar Platform on Azure: Frontier Intelligence Meets Fireworks AI Open-Source
The platform integrates photorealistic avatars and customizable language models for cost-effective, high-performance enterprise deployments on Azure.
-
The Microsoft AI and Agent Platform — The Platform Behind Intelligent Agents
The platform centers on delivering enterprise value via integrated foundation models, data grounding, tool access, user experiences, operational support, and governance for scalable intelligent agents across various sectors.
-
Why Your LLM Doesn’t Know Anything About Your Company And How RAG Fixes That
RAG solves large language models' limitation by dynamically fetching relevant enterprise documents at query time, ensuring accurate and contextually grounded answers.
-
Introducing GPT-transcribe and GPT-live-transcribe in Microsoft Foundry
GPT-transcribe and GPT-live-transcribe in Microsoft Foundry provide high-accuracy transcription for both stored audio files and live voice interactions, addressing real-world challenges like background noise, short utterances, alphanumeric codes, domain terminology, mixed languages, accents, whispering speech, and delivering text suitable for downstream workflows such as search, summarization, routing, analytics, automation, and quality review.
-
ARGUS: Compliance Infrastructure That Believes Financial Access Is a Human Right
ARGUS is an open, explainable compliance system using five AI agents for KYC checks, offering transparent risk reports to aid financially excluded individuals in accessing banking services.
-
Securing On-Device AI: Evaluating Foundry Local Models with AI Red Teaming Agent
The article demonstrates how to secure on-device AI models using Foundry Local's runtime and an AI Red Teaming Agent that systematically evaluates safety risks before deployment.
-
Agent governance is organizational readiness
Agent governance ensures safe integration of agents into healthcare by addressing clinical workflow disruption, risk types, physician trust, and liability accountability.
-
Skill or Sub-Agent. Choosing AI Capabilities You Will Actually Reuse
Choosing between building an AI skill for iterative, voice-rich tasks or a sub-agent for bounded, structured outputs depends on iteration model, voice fidelity, human review placement, and risk blast radius.
-
CivicGrant IQ: The Five-Agent AI That Reads Federal Grants So Cities Don't Have To
CivicGrant IQ automates federal grant analysis using five AI agents with six-step reasoning and real-time data to assist cities in qualifying, matching projects, verifying finances, scoring gaps, drafting applications, and planning timelines in under a minute.
-
🚀 Foundry Toolkit for VS Code — July 2026 Update
The July 2026 update for Foundry Toolkit in VS Code streamlines workflows by flattening resource management into tabbed pages, adding an inline Tool Catalog, enhancing the Agent Inspector to display detailed event logs, and introducing a preview feature called Agent Optimization that lets users iteratively fine-tune agents with measurable improvements.
-
AI-Enabled Map Production Using Microsoft's MARS Model
The new Map Autoregressive (MARS) model from Microsoft automatically converts satellite images into structured GIS-ready vector maps, streamlining and accelerating automated feature extraction for enterprise mapping needs.
-
NEWS: Anthropic Models coming to Microsoft 365 Copilot Government Community Cloud (GCC)
Government Community Cloud users of Premium Microsoft 365 Copilot will soon gain direct access to Anthropic’s Claude Sonnet and Opus 5 models for enhanced deep reasoning at no extra cost or token usage.
-
Azure AI Foundry: from zero to production
Azure AI Foundry provides a unified platform guiding engineering teams from prototype to production with model catalog, deployment options (PAYGO for low traffic and PTU for high-volume workloads), governance tools, and cost management calculators.
-
Building Agentic Experiences with Website Search Capabilities in Microsoft Foundry
Microsoft Foundry streamlines AI integration for websites by allowing agents to conduct web searches, illustrated via a step-by-step guide on creating an agentic search tool for the cocktail blog SirShaker.com.
-
RAG in .NET: The Complete Series
The RAG in .NET series dives deep into practical challenges like chunking, retrieval quality, observability, and tooling for maintaining healthy production pipelines beyond basic tutorials.
-
Reproducing an AI Action Plan Analysis with the Microsoft Discovery App
The Microsoft Discovery app generates a detailed 43-page research report from 10,000 AI Action Plan responses in three hours, showcasing advanced AI-driven discovery.