Back to News
AI & AgenticAugust 10, 2026

AI & Agentic Weekly Update — August 10, 2026

Copilot Studio opens a run-only sharing preview that finally lets admins hand autonomous agents to end users without giving away the keys; the rebuilt runtime turns agents into long-running workflow nodes; and August's update wave lands GPT-5.6, Markdown support, and live SharePoint dashboards.

Copilot Studio's Run-Only Agent Sharing Enters Preview

The most consequential item for administrators this week is quiet by design. Copilot Studio has begun previewing a run-only sharing model — tracked as Microsoft 365 Roadmap item 567894, "Share Autonomous Agents to End Users" — that lets an organization distribute an autonomous, event-driven agent to employees without also handing every recipient maker-level access. Preview is rolling out now in August, with general availability targeted for January 2027. Until now, sharing an agent broadly meant making everyone who received it an owner, editor, or coauthor, which is exactly the wrong trade for a production automation.

The design point is a clean separation of duties: an end user should be able to receive the business outcome of an agent — a summarized queue, a reconciled report, a triaged inbox — without inheriting the ability to change how it works. This is the missing distribution primitive for agentic AI in the enterprise. Building a good agent was never the hard part; the hard part was letting a hundred people rely on it without a hundred people being able to break it. Run-only sharing is Microsoft supplying the governance boundary that makes real, wide deployment defensible.

For anyone shaping AI adoption inside an organization, this changes the rollout playbook. The question shifts from "who can build agents" to "who can run which agents, and who is accountable for the ones in production." That is a healthier question, and it is the one that scales.

What to do: Pilot run-only sharing on exactly one autonomous agent this month, and use it to write down your distribution policy while the blast radius is small — who owns the agent, who is allowed to run it, what data it touches, and who gets notified when it changes. When GA arrives in January, you want that policy already proven, not improvised.

The Rebuilt Runtime Turns Agents Into Workflow Nodes

Alongside the sharing change, Copilot Studio's rebuilt runtime continues to reshape what an agent actually is. The runtime now powers long-running, goal-focused agents that plan, act, and adapt across multiple steps inside a defined workflow, rather than responding to a single prompt and stopping. The headline capability is the ability to embed an agent as a node inside a workflow — dropping AI judgment into an otherwise deterministic, auditable process only at the specific steps that genuinely require reasoning.

This is the same architectural idea Kiiro has been urging clients toward all year, now made native. Fully autonomous agents are powerful but hard to trust for regulated or repeatable work; rigid workflows are trustworthy but brittle the moment they hit ambiguity. Blending them — deterministic steps for everything that must run identically every time, an agent node for the one step that needs to interpret, classify, or decide — gives you reliability and flexibility in the same pipeline. The runtime also lets developers package business logic as reusable skills and invoke them on demand, applying model compute only where it adds value, which keeps both cost and behavior predictable.

The strategic message is that the unit of automation is no longer "a chatbot" or "a flow." It is a composable system where structured logic and model reasoning are two ingredients a maker mixes deliberately. That is a meaningful maturation from the prompt-and-pray era, and it rewards teams who think in terms of process design rather than clever prompting.

What to do: Take one existing automation that fails whenever it meets an exception, and redesign it with a single agent node at the point of ambiguity. The skill your team builds here — knowing where to inject reasoning and where to keep things deterministic — is the most transferable capability in agentic AI, and it is learned by doing, not reading.

August's Update Wave: GPT-5.6, Markdown, and Live Dashboards

The August update wave for Microsoft 365 Copilot has now largely completed the rollout that began in June, and several pieces matter for day-to-day work. OpenAI's GPT-5.6 family is now available inside Copilot, extending the multi-model lineup that already includes Anthropic's Claude models and prior GPT generations. Support for Markdown files is rolling out this month, meaning Copilot can now reference and reason over .md content directly — a small change with outsized relevance for anyone maintaining documentation, runbooks, or knowledge bases in Markdown.

On the surface-area side, Copilot in SharePoint now adds live dashboards connected to lists and files, plus page buttons that launch contextual prompts in a single click, turning static intranet pages into interactive entry points for agentic work. Elsewhere, Copilot can now insert and update a table of contents so long documents stay organized as they evolve, Copilot in Excel reaches more cloud-saved workbooks including files with AutoSave turned off, and Copilot now surfaces a list of email attachments from messages you sent or received. Rich inline images from files and meetings also now appear directly in responses.

None of these is a headline on its own, but together they signal the same trajectory: Copilot is becoming less a chat box you visit and more a layer woven into every surface where work already happens. That is precisely why governance can no longer be scoped product-by-product — the capability is showing up everywhere at once.

What to do: Refresh your end-user enablement materials this month. New model options and new entry points (SharePoint page buttons, live dashboards, Markdown references) mean your users' mental model of "where Copilot lives" is out of date. A 20-minute update to your internal guidance prevents a quarter of confused support tickets.

The Unified Copilot App and the Autopilot Tier

Microsoft's consolidation of its Copilot lineup into a single unified app continues to progress through August, folding Copilot Chat, GitHub Copilot, Copilot Cowork, and the Autopilot agent system — anchored by the always-on Scout agent — into one surface. As part of the merge, Microsoft has trimmed lower-usage consumer features (such as Podcasts and Labs) and is introducing a paid Autopilot agent tier for genuinely autonomous background work.

The economics behind that tier are worth understanding, because they explain a broader shift. A single Autopilot task — booking a meeting across several calendars, reconciling a recurring document, triaging a thread — can require ten to twenty separate model calls. That is why Copilot Cowork moved to usage-based billing at its June launch: flat-rate pricing simply does not cover the cost of real agentic workloads once usage is meaningful. As autonomous work becomes routine, the cost profile of "an agent that quietly runs for an hour" is fundamentally different from "a chat exchange," and finance needs to see that difference before it shows up on an invoice.

For organizations, the unified app collapses licensing, data-access boundaries, and training that were previously reasoned about per-product into a single holistic decision. The wall between "chat with an assistant" and "hand work to an autonomous agent" is being deliberately removed, which is convenient for users and demanding for whoever owns governance.

What to do: Before you expand any agentic pilot, turn on cost observability and set a budget threshold in the Microsoft 365 admin center. Usage-based billing rewards teams who instrument spend early and punishes those who discover it after a runaway agent. Set the guardrail first.

The Through-Line: From Building Agents to Governing Them

Take the week's announcements together and the pattern is unmistakable. Run-only sharing, agents-as-workflow-nodes, a governed multi-model lineup, and usage-based cost controls are all facets of one project: turning a year of enthusiastic agent-building into infrastructure an IT department can actually stand behind. The first half of 2026 was about making agents easy to create. This half is about distributing them safely, wrapping them in controls, and accounting for what they do.

That shift is exactly where consulting and enablement earn their keep. The organizations that thrive with agentic AI will not be the ones with the cleverest prompts — they will be the ones who treated governance, distribution, and cost as first-class design inputs from the start. Run-only sharing is a gift to that discipline: it makes "who is allowed to run this" a setting rather than a hope. The teams who internalize that framing now will spend the fall deploying with confidence while others are still cleaning up ungoverned sprawl.

What to do: If you have not already, stand up a living agent register — one document listing every agent in or near production, the model it uses, the systems it can reach, its owner, who is authorized to run it, and what it is explicitly not allowed to do. With run-only sharing now in preview, that register becomes the source of truth for your distribution decisions, and it is the single highest-leverage governance artifact you can create this quarter.


Sources