Back to the show

AI & Tech Daily

The New Battle Over Where AI Can Act

19:02

A US judge blocks the Pentagon’s Anthropic blacklist, placing a legal boundary around the use of national-security procurement powers. Anthropic also previews a shared interface for agents operating laboratory and manufacturing equipment, while Australian financial regulators press boards to prepare for faster AI-enabled incidents. Plus: Qwen’s open-weight preview of its next architecture, Meta’s loss-tolerant Ethernet transport, Apple’s new local-AI chips, lessons from two CISA red-team assessments, and the arrival of WebMCP site tools in ChatGPT’s desktop browser.

Full transcript

Read the episode.

I'm Jesse Owen. This is AI and Tech Daily.

The Pentagon’s Anthropic Blacklist Falls

A Pentagon label had shut Anthropic out of certain military contracts. A federal judge has now ruled that the blacklist was unlawful.

That’s the development worth spending time on, because it puts a legal boundary around one of the US government’s strongest procurement tools at a moment when AI suppliers and public agencies are still negotiating where deployment limits should sit. On 27 August, Judge Rita Lin blocked the Pentagon’s designation of Anthropic as a national-security supply-chain risk. Her 59-page order found unlawful retaliation under the First Amendment and a denial of the process required by the Fifth Amendment before the designation was imposed.

The immediate result is practical, not theoretical. The challenged designation no longer stands as the barrier that had excluded Anthropic from certain military contracts. That changes the near-term position for the company, government buyers and contractors whose procurement choices had been constrained by the label. It doesn’t guarantee Anthropic any contract, of course. It removes this particular legal obstacle to being considered.

The reasoning is more consequential than the contract access alone. Supply-chain powers exist to protect national security, and the court hasn’t said those powers are inherently invalid. The finding was that they couldn’t lawfully be applied in this way, with retaliatory effect and without the required opportunity for Anthropic to respond before the deprivation occurred. In an AI market where suppliers may set restrictions on how their systems can be deployed, that draws a near-term line between a genuine security assessment and the use of procurement leverage to settle a disagreement over those restrictions.

That distinction matters to organisations selling sensitive technology into government. A supply-chain designation can reach well beyond a normal dispute between a buyer and a vendor. It can affect eligibility, partners and confidence across a procurement ecosystem. My read is that public-sector AI suppliers now have stronger grounds to demand documented process and a defensible security rationale when an agency uses such a powerful exclusion mechanism. Government customers, however, still need to plan around uncertainty rather than treating the judgment as the last word.

The government is expected to contest the ruling, and a separate case involving another supply-chain-risk designation remains pending in Washington. Either proceeding could alter the final legal position. So this isn’t a permanent settlement of how national-security procurement powers apply to AI companies. It is a significant check on their use: deployment-policy disagreements don’t, by themselves, give an agency unlimited room to impose a blacklist without due process.

Agents Reach Into the Physical World

That court fight was about where an AI supplier may operate. Anthropic is also testing where an AI agent may act.

On 27 August, the company opened a limited research preview of the Model Hardware Standard, or MHS. It’s a model-agnostic interface designed to help agents discover and operate programmable laboratory and manufacturing equipment. Devices are represented through common read-and-write primitives plus metadata, with control exposed through the Model Context Protocol, command-line tools or APIs.

The attraction is straightforward. Laboratories and factories often have instruments from different vendors, each with its own commands, data formats and integration work. A shared interface could let an agent inspect what a device can do and invoke a defined operation without every organisation building a completely bespoke connection. Partner demonstrations linked systems including robotic arms, liquid handlers, microscopes and laser equipment used with quantum computers.

But physical control makes errors more serious. In one laboratory test, Claude mishandled fluid parameters and needed a person to explain the physical cause. That example is valuable precisely because it cuts through the polished demonstration layer. A model can produce convincing plans and still misunderstand how a parameter behaves once liquids, motion or fragile equipment enter the loop.

Anthropic says it intends to open-source the standard, but access is currently limited to selected partners. The demonstrations are early proofs of concept from the company and its partners, not broad independent validation or evidence that MHS is ready for general production. Laboratories evaluating it are testing an integration direction, not buying into an established industry standard.

For organisations, the potential saving is less custom plumbing between agents and instruments. The trade-off is a much sharper control problem. My assessment is that deterministic operating limits, validation of every command and a human override become more important than the model’s conversational fluency. When an agent’s mistake can move a robotic arm or spoil a physical sample, a helpful explanation after the fact isn’t an adequate safety mechanism.

Australian Boards Are Told to Prepare

From lab equipment to boardrooms, the control problem becomes less mechanical and more organisational.

APRA and ASIC jointly warned Australian financial entities on 27 August that awareness of frontier-AI risk now needs to turn into operational preparation. The regulators had held nine roundtables involving more than 600 participants, with support from several government and financial-system bodies. Their focus wasn’t a speculative model scenario. It was whether banks, insurers, superannuation funds and market participants can make decisions and recover when AI compresses the time available during a cyber or technology incident.

They want boards to settle key questions before that pressure arrives: what level of risk the organisation accepts, who has authority to escalate, which services receive priority during recovery, and how crisis communications work. The warning also highlights third-party concentration, supplier assurance, alert response and tested recovery arrangements. Those are familiar resilience concerns, but more capable AI can expose weaknesses faster and at greater scale.

The third-party point deserves attention. A financial institution may have mature internal controls while still depending on a concentrated set of technology providers. If the organisation can’t map which critical functions rely on which supplier, or can’t verify a supplier’s recovery arrangements, the board’s risk appetite remains mostly a statement of intent. The regulators are pushing institutions to connect governance language with dependencies, rehearsals and named decision-makers.

They also noted interest in defensive AI while cautioning that its capability remains limited. That’s a useful restraint. Automated detection may help analysts process signals, but it doesn’t resolve unclear escalation authority or decide which business service must be restored first. Adding another defensive model won’t fix an operating structure that can’t act on its output.

No new binding standard or compliance deadline was announced, and the regulators didn’t say how these expectations might shape future enforcement. Even so, my reading for Australian financial organisations is that AI governance is arriving first through operational-resilience expectations, not a separate model rulebook. Boards that already test incident authority, supplier dependencies and recovery priorities will find that easier to demonstrate than boards relying on general assurances that someone has the AI risk covered.

Qwen Opens a Window Into Qwen4

Now for the model layer, where architectural openness and operating cost are pulling in opposite directions.

The Qwen team released Qwen3.8-Flash-Next weights and hosted access on 26 August, describing the model as an early public preview of changes planned for the Qwen4 family. It’s a multimodal mixture-of-experts model with 125 billion parameters in the main model, while six billion are activated for each token. That sparse activation is intended to reduce the compute used for any one step without shrinking the full model that has to be stored.

Its hybrid architecture combines recurrent context compression with sparse attention for long-context retrieval. The native context window is 262,144 tokens, which makes the model relevant to large document collections, coding repositories and agent workflows that need to retain substantial working context. Weights are available through Hugging Face and ModelScope, managed access is offered through QwenCloud, and deployment support is documented for several inference engines.

Open weights give researchers and engineering teams a chance to inspect, adapt and operate the system rather than relying exclusively on a closed hosted interface. They also expose an early architectural direction before the full Qwen4 family arrives. That can improve research and deployment competition, particularly for teams comparing how recurrent compression and selective attention behave on long tasks.

Sparse activation shouldn’t be confused with lightweight self-hosting, though. NVIDIA’s validated local configurations include specialised DGX hardware and a professional workstation with four GPUs. Only six billion parameters may be active per token, but the 125-billion-parameter model still creates serious memory and infrastructure demands. Teams unable to carry that burden have the hosted route, with the corresponding dependence on an external service.

Performance and efficiency figures remain vendor-published, and broad independent evaluation hasn’t yet established production reliability. For developers, my takeaway is that the release is most valuable as an inspectable architecture and a serious long-context option, not proof that large open models have suddenly become cheap to run. The full weights still have to live somewhere, and that physical requirement can dominate the deployment decision.

Meta Rethinks AI-Cluster Ethernet

The next bottleneck sits beneath the models: the network carrying data across enormous accelerator clusters.

Meta announced MetaRoCE on 24 August, a clean-sheet transport for remote direct memory access over commodity Ethernet. RDMA moves data directly between machines with minimal processor involvement, which is valuable when thousands of accelerators need to exchange information quickly. Meta’s design shifts multipathing, congestion response and recovery from packet loss towards the network endpoints. It accepts out-of-order delivery and operates without Priority Flow Control, a mechanism commonly used to prevent loss but capable of adding complexity to large fabrics.

The aim is to tolerate imperfect networks instead of trying to make every link behave as though packet loss never occurs. Meta says a test on a 64-node cluster using AMD GPUs retained about 86 per cent of throughput when packet loss reached one per cent. The company also reports recovery from simulated network-plane failures without intervention from the application. Existing software using RDMA Verbs is intended to run without modification.

Those are company results, and no one outside Meta can yet verify the complete interoperability story. The specification, a DPDK reference implementation and a compliance framework are promised through the Open Compute Project in October. Until those artefacts arrive, network and accelerator vendors can assess the ideas, but they can’t implement against the final material or prove that independent systems work together.

If the design gains multi-vendor support, the payoff could be simpler Ethernet fabrics and less accelerator time stranded by network faults. That’s the organisational consequence I’d watch, because expensive compute is only productive when the cluster can keep feeding it. Meta’s internal benchmark is an encouraging starting point, not the deciding evidence. An open transport succeeds when competing hardware and software vendors can implement it consistently, recover under real workloads and avoid creating a new proprietary island around one operator’s design.

Apple Pushes Local AI Hardware

At desktop scale, Apple is making local model work a memory story as much as a compute story.

Apple introduced two new M-series chips on 25 August. The M6, built for the new Mac mini, is Apple’s first two-nanometre chip. It combines a 12-core CPU, a 12-core GPU, two 16-core Neural Engines and up to 170 gigabytes per second of unified-memory bandwidth. The M5 Ultra for the new Mac Studio takes a different route: Apple’s first quad-die M-series design, with configurations reaching a 36-core CPU, an 80-core GPU and 512 gigabytes of unified memory.

That upper-end memory figure is particularly relevant for local AI. Large models need room for weights, working context and intermediate data, and Apple’s unified-memory architecture lets the CPU and GPU work from the same pool. The M5 Ultra offers up to 1.2 terabytes per second of memory bandwidth. Apple says its frameworks can use the hardware to run and fine-tune large models locally.

Keeping a workload on the machine can offer offline operation and data-locality benefits, especially for developers working with sensitive code or documents. It also avoids sending every inference to a hosted provider. None of that establishes how a specific model will perform, how sustained workloads affect efficiency, or whether a local system is better value than rented accelerators.

The specifications and performance comparisons come from Apple and hadn’t been independently verified. So the sensible developer reading is that these machines expand the range of plausible on-device AI work, especially where memory capacity is the constraint. Buyers should still wait for tests using the models, context sizes and fine-tuning methods they actually care about. Peak hardware figures describe the available ingredients; workload-specific results show whether Apple’s local-AI proposition delivers in practice.

Two Security Teams, Two Responses

Hardware helps, but security failures still turn on whether people can act when an alert arrives.

CISA published results on 25 August from two simultaneous, authorised red-team assessments at unnamed critical-infrastructure organisations. The red teams used similar tactics, techniques and procedures. They ultimately achieved full domain compromise and reached sensitive business systems and cloud resources in both environments, but the defensive responses were sharply different.

One organisation failed to detect or contain the activity. The other identified the initial compromise and isolated affected systems within minutes. CISA connected the poorer result to noisy alerts, organisational silos, unclear escalation procedures and weak processes for handling cloud compromise. These were controlled exercises rather than reported live intrusions, and the anonymity limits how precisely their outcomes can be generalised to another organisation.

Even with that limitation, the contrast is useful. Security teams often measure readiness by counting products, alerts and coverage. CISA’s exercise shows why those inputs can be misleading. An alert that disappears into noise has little defensive value. A well-detected cloud intrusion can still spread if responders lack authority to revoke tokens, isolate workloads or coordinate across teams. The operating model determines whether detection becomes containment.

The cloud element is especially important because recovery isn’t limited to resetting a user password or rebuilding one endpoint. Teams need rehearsed procedures for token revocation and workload identities, plus a clear understanding of which credentials and services remain trusted after compromise. Those decisions are difficult to invent while an attacker is already moving through business and cloud systems.

My assessment for organisations is blunt: response authority and cloud-identity recovery belong in production controls, alongside the detection stack. More tools may generate more signals, but they can’t compensate for an escalation path that nobody owns. The better-performing organisation didn’t prevent every red-team objective; it demonstrated that rapid recognition and isolation can still materially change the defensive response.

What Changes for You

One change is already usable, although only inside a fairly narrow slice of the web.

ChatGPT’s built-in desktop browser now supports site tools exposed by compatible webpages through WebMCP. On a supported page, ChatGPT Work or Codex can discover structured actions selected by the website, then use the live page and its signed-in session to perform tasks such as searching or editing. Instead of depending entirely on visual clicks and inferred page layouts, the agent can invoke a defined tool with structured inputs.

For web developers, that creates a more precise interface for agent interaction. For eligible ChatGPT users, it can make supported page tasks more reliable and lets them inspect tool activity and permission prompts. Availability still depends on the account, selected model and website. It currently works only in ChatGPT’s built-in desktop browser, not Chrome, and compatible sites remain limited.

The WebMCP specification published on 26 August is a Draft Community Group Report. It isn’t a W3C Standard or a Standards Track specification, so the API may change as developers gain experience with it. That maturity limit matters for anyone deciding how deeply to integrate the current interface.

There’s also a new security boundary. These tools can act through an authenticated page, which means prompt injection, data exfiltration and misleading tool behaviour have consequences beyond producing a bad answer. A malicious instruction or poorly described action could target data and permissions already available in the signed-in session. My practical reading is that WebMCP makes agent-controlled websites more useful now, but only where sites validate inputs, describe actions honestly and preserve explicit permission checks. Structured tools reduce the fragility of visual automation; they don’t remove the need to decide which actions an agent should be trusted to perform.

You'll find the sources and full transcript at owenonthenet.com. Thanks for listening.

Sources

Reporting behind this episode.

  1. apnews.com/article/anthropic-pentagon-lawsuit-supply-chain-risk-f15e3c30186385e73e72bee82d85b05c
  2. investing.com/news/general-news/us-judge-blocks-pentagons-anthropic-blacklisting-4880421
  3. anthropic.com/news/model-hardware-standard-research-preview
  4. apra.gov.au/news-and-publications/apra-and-asic-warn-frontier-ai-awareness-must-turn-action
  5. qwen.ai/blog
  6. developer.nvidia.com/blog/experiment-with-qwen3-8-flash-next-on-nvidia-gb300-nvl72-for-agentic-coding
  7. engineering.fb.com/2026/08/24/networking-traffic/metaroce-rdma-transport-ai-ethernet
  8. apple.com/newsroom/2026/08/apple-introduces-m6-and-m5-ultra-for-a-big-leap-in-performance-and-ai-compute
  9. cisa.gov/news-events/cybersecurity-advisories/aa26-237a
  10. thehackernews.com/2026/08/cisa-red-team-compromised-two-critical.html
  11. help.openai.com/en/articles/20001423-using-site-tools-in-the-chatgpt-desktop-app
  12. webmachinelearning.github.io/webmcp