Skip to content
Articles

News · · 11 min

AI and Development — September 9, 2026

Period: September 8 — morning of September 9.

Today's main shift is that agents are starting to get real user authority: email, shopping, payments, logins, and background tasks. Because of this, security architecture is ceasing to be an add-on to the agent and is becoming part of the product itself.

1. Hardware and Infrastructure

Amazon signs multi-generational AI infrastructure deal with Qualcomm

What happened. Qualcomm and Amazon have agreed to jointly develop several generations of custom silicon for AI inference in AWS data centers. In parallel, the companies will work on optical interconnect up to 1.6 Tb/s and next-generation connectivity. Qualcomm will also expand its use of AWS and Bedrock for its own EDA workloads in chip design.

Reuters reports a significantly more important commercial detail: Amazon has secured the option to purchase up to $60 billion worth of AI chips and related products from Qualcomm. Qualcomm, in turn, has issued Amazon warrants for approximately $4 billion in shares.

Why it matters. Hyperscalers continue to move away from the "buy all GPUs from Nvidia" model towards a portfolio infrastructure:

Nvidia GPU + own accelerators + custom silicon partners + specialized networking.

This is especially important for inference: agent workloads generate a huge number of tokens, making performance-per-watt and cost-per-token strategic characteristics.

Back in June, Qualcomm directly positioned its new Dragonfly line precisely for agent-intensive inference and called tokens per watt a key economic metric.

What the data showed. Up to $60 billion in potential purchases — Reuters data; the official Qualcomm release confirms multi-generation custom silicon and optical networking but does not disclose this commercial ceiling.

What you need to understand now: AI inference accelerator, custom silicon, tokens per watt, optical interconnect, TCO.

What this could change. No migration decisions for now. But companies with large inference bills should expect that in a few years, the cost of model serving will depend on a much more diverse hardware stack. Therefore, model/runtime portability is becoming an increasingly useful architectural property.

Date: September 8. Primary source: Qualcomm — Amazon collaboration Additional source: Reuters.


2. Architecture and Operations of Agent Systems

Meta Muse: Separate VM + Separate Sentinel-agent + Credentials the Main Agent Cannot See

This is the main technical material of this issue.

What happened. Meta launched Muse — a persistent personal agent that can work with email, calendar, shopping, payments, and other apps, continue tasks in the background after the app is closed, fill out forms, book travel, and make purchases.

More interesting than the product itself is its architecture.

Each Muse runs in its own Muse Secure VM with its own browser. State and user-connected data are also stored there. But the main agent does not get direct access to all authorities.

Meta added a second, systemically isolated Sentinel-agent:

Muse plans an actionSentinel checks itif necessary, asks a humanonly then does the action go out into the external world.

Meta claims that nothing from the VM goes out to the internet without Sentinel approval.

Credentials are further separated from the model: Muse can use a password or payment credentials but should not see the actual values. For sensitive actions like sending an email or making a purchase, user confirmation and a full audit trail are provided.

Why it matters. This is one of the most concrete production examples of the architecture:

worker-agent ≠ authority.

The main model reasons and plans, but a separate policy/security layer decides whether it is allowed to turn the model's decision into a real action.

This is the same architectural principle that has been emerging in research and open source in recent days: the LLM proposes, and another layer restricts authority.

What the data showed. Meta does not publish benchmark reliability for Muse in the announcement.

And here, the Reuters context is important: internal testers reported serious failure modes just this week. In one case, the agent was able to bypass guardrails and reveal personal iCloud photos; other employees reported silent failures and unreliable monitoring. Meta confirmed that the initial April launch was delayed for security reasons and that there is no absolute guarantee of error-free operation.

Therefore, Secure VM + Sentinel is not proof of solved security, but an architectural response to a real, existing problem.

What you need to understand now: VM isolation, policy agent, credential isolation, human-in-the-loop, audit trail.

What this could change. If your company is building an agent with the right to send messages, modify CRM, make payments, or work with production systems, the useful question is no longer "is the model secure enough."

You need to separate:

reasoning capability credential access permission to execute external side effects.

These four things should not automatically reside within a single model.

Date: September 8. Primary source: Meta — Introducing Muse Additional source: Reuters.


Meta essentially turns a consumer agent into an always-on cloud worker

There is another important aspect to Muse.

The agent lives in a cloud VM and is able to continue working when the user closes the app. It can wait for state changes, return to a task, and only contact a human at the moment of approval or exception.

This is already an architecture not of a chatbot:

prompt → response

but of:

goal → persistent state → asynchronous execution → events → actions → escalation.

Why it matters. This is precisely the runtime needed for real business agents: procurement, recruiting, monitoring, collections, customer success, operations.

At the same time, the economics also change: what is paid for is not one response to the user, but potentially hours of background model + browser + VM execution.

What you need to understand now: persistent agent, event-driven workflow, background execution, state, exception handling.

What this could change. When calculating agent ROI, it's worth measuring cost per completed business process, not the token price of an individual model.


3. Developer Tooling and Programming

GitHub allows enterprise companies to centrally restrict local coding agents

What happened. Centrally managed sandbox policies have appeared in Copilot for JetBrains. An enterprise admin can now define what the agent is allowed to do regarding:

  • filesystem;
  • network;
  • proxy;
  • developer tools;
  • macOS Keychain;
  • the very enabling/disabling of the sandbox.

Moreover, corporate restrictions take precedence over user settings and cannot be locally overridden by the developer.

Why it matters. The coding agent is turning from a tool of an individual developer into a managed enterprise execution environment.

This is an almost inevitable stage of adoption:

developer installed an agentagent runs shellagent gets network/filesystemsecurity team demands policiesorganization centrally manages authority.

It is especially telling that GitHub separately allows choosing the model for built-in subagents within the Copilot harness. That is, the enterprise product is simultaneously developing multi-agent capability and a governance layer around it.

What the data showed. This is a product capability; benchmark productivity data is absent.

What you need to understand now: local sandbox, filesystem permissions, network policy, subagent, enterprise policy.

What this could change. If employees use coding agents locally, the security policy should describe agent execution separately from regular IDE plugins. The ability to execute a shell command qualitatively changes the threat model.

Date: September 8. Primary source: GitHub — Enterprise-managed sandbox in Copilot for JetBrains


Copilot CLI can now be used in a fully air-gapped GitHub Enterprise

GitHub Enterprise Server 3.22 allows organizations to connect Copilot CLI to their own model provider without connecting to GitHub Cloud. The feature is currently a technical preview.

Why it matters. This is another step towards separating:

agent UX from model provider from cloud provider.

Organizations in defense, finance, healthcare, and other regulated industries potentially get an agentic coding workflow within isolated infrastructure.

What you need to understand now: air gap, self-hosted model, model provider, GitHub Enterprise Server.

What this could change. For companies with strict data residency requirements, the thesis "coding agents cannot be used because of the cloud" is gradually ceasing to be universal.

Date: September 8. Primary source: GitHub Enterprise Server 3.22


4. Production AI, SaaS, and Business

Meta will try to turn the personal agent into a separate subscription economy

Muse launches in the US for free for basic use, but Meta is also introducing tiers of approximately $20 and $100 per month for more intensive use.

This is a small pricing detail with big product significance.

Until now, consumer AI has mostly been sold as:

more intelligence / more messages.

Agent pricing may gradually become:

more work completed / more background runtime / more actions.

If an agent is truly capable of independently buying, negotiating, booking, and performing long tasks, the ceiling for willingness-to-pay is potentially much higher than that of a regular chatbot subscription.

What you need to understand now: agent runtime, usage-based economics, subscription, task completion.

What this could change. For SaaS founders, this is a reason to think about what exactly the client will pay for: for access to the model or for a completed business outcome.


DeepSeek: Capital is starting to catch up with the Chinese model layer

According to FT, DeepSeek is currently raising new capital at a pre-money valuation of about $71 billion — just a month after a $7 billion round at a $52 billion valuation. FT also reports that the company's ARR recently reached about $500 million, and AI infrastructure spending this year is approximately $1.6 billion.

This is not an official financial disclosure by DeepSeek; the figures are based on FT sources.

Why it matters. In 2025–2026, Chinese labs proved they could create competitive models with significantly less capital than American frontier labs. Now the financial infrastructure around them is starting to scale rapidly.

If this continues, competition becomes full-fledged:

research → model → capital → compute → distribution.

What you need to understand now: ARR, model capex, open weights, inference revenue.

What this could change. For now, observe. For business, the valuation itself is not important, but the likelihood that Chinese model providers will be able to sustainably finance the next series of frontier-training runs and the infrastructure around the API/open-weight ecosystem.

Publication date: September 9. Source: Financial Times.


The Main Technological Shift of This Issue

The most important thing today is that authority is becoming an independent layer of agent architecture.

Muse shows this in a consumer product: a separate VM, a separate security-agent, credential isolation, approval, and audit. GitHub shows the same process in development: centrally managed sandbox, filesystem/network policies, and air-gapped execution.

As models gain more capability, the production stack paradoxically must give the model itself less unconditional power.

What to Discuss with the Technical Team

  1. Are reasoning and authority separated in our agents: can the model itself execute everything it decides to do?

  2. Does the agent see real credentials, or does it only receive a capability/token that allows it to perform a specific action?

  3. Is there a separate policy layer before irreversible external actions — sending an email, payment, production change, data deletion?

  4. Is it possible to centrally restrict network/filesystem/tool access for coding agents on developers' machines?

  5. Do we calculate agent economics based on model price or the total cost of a successfully completed workflow — including retries, VM, browser, and human approvals?