Back to the show

AI & Tech Daily

The Bill for AI Infrastructure Is Coming Due

19:29

NSW offers faster data-centre assessments while making operators carry more of the electricity and water burden. The White House reshapes US national-security research priorities around AI security, autonomy and strategically scarce technologies, while questions over Microsoft's installed chips show why announced capacity is not the same as usable compute. We also cover compromised Rust crates that ran code during builds, a critical NetScaler authentication bypass, an encrypted prompt-injection technique aimed at Grok, limited facial-recognition tests by Coles and Woolworths, and Grok 4.6 arriving in Amazon Bedrock.

Full transcript

Read the episode.

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

NSW Sets a Price for Faster Compute

NSW is offering data centres a faster path through planning, but the bargain has teeth: bring stronger environmental evidence, and pay more of the bill for the power and water you need.

That trade-off is why this deserves the deepest look today. On 17 August, the NSW Government released a Data Centre Policy Framework built around six performance principles. A qualifying project gets a commitment that its planning assessment will be completed within 75 days. That is potentially valuable in an industry where delays can strand land, equipment orders and energy arrangements. But it is not a planning exemption. Environmental assessment, public consultation and the rest of the approval process stay in place.

The conditions reach beyond the walls of the facility. Proposed regulatory changes would make data-centre operators pay for the electricity-network upgrades their projects require. IPART, the state's independent pricing regulator, is also set to examine full cost recovery for water services. Future developments are expected to help fund additional energy and water supply, secure renewable-energy arrangements, meet efficiency and environmental standards, and provide performance evidence against guidelines reviewed every year.

The annual review matters for long-lived projects. A data centre planned now may operate for decades, while its electricity demand, cooling system and local water constraints change over time. Developers therefore cannot treat the fast assessment as a one-off exchange that settles every future obligation. The framework asks them to show performance at the start and leaves room for the state to update its expectations as the industry and the surrounding network evolve.

That makes the framework less like a simple fast-track and more like a resource bargain. NSW wants investment and faster decisions, while trying to stop privately driven demand from leaving households and other businesses with the infrastructure tab. The creation of a new Office of AI reinforces that this is being treated as a whole-of-government economic issue, not only a planning matter.

There is an important limit. The guidelines are not an automatic knockback for proposals that miss the preferred standards. The Guardian reports that non-compliant projects can still enter the ordinary assessment system, and the real force of the framework depends on regulatory changes that have not yet worked through in full. We do not know how the cost-recovery rules will affect project economics, electricity pricing or the final rate of approvals.

For data-centre developers, the practical calculation has changed anyway. A faster assessment window may reduce one source of uncertainty, but project plans now need credible allowances for network upgrades, water supply, renewable contracts and ongoing environmental performance. A cheap parcel of land beside a transmission corridor is not a complete business case if the supporting infrastructure arrives as a direct cost.

My read is that NSW has identified the real political contest around the AI build-out. It is not simply whether Australia wants more compute. It is how quickly that compute can be added, which resources it consumes, and who absorbs the consequences. Organisations that can prove efficiency and finance the physical load may find the path easier. Those relying on governments or existing users to socialise the cost are likely to find it harder.

Washington Redraws Its Technology Priorities

That closes the state-level infrastructure question. At the federal level in Washington, the definition of strategic technology is changing too.

The White House released a National Security Science and Technology Strategy on 18 August, replacing the 2024 list of 18 critical and emerging technology categories with 14. Artificial intelligence and autonomy remain prominent, alongside undersea and space technologies. Within AI, the document calls out interpretability, control, adversarial robustness, AI security, multi-agent systems and agent identity. Those choices place the behaviour and coordination of AI systems squarely inside national-security research.

The additions are revealing. Post-quantum cryptography, integrated photonics, high-entropy alloys and hardened consumer operating systems now appear on the revised list. Advanced cloud services, high-performance storage and data centres no longer stand alone as named categories. That does not ban private work in any removed field, and it does not mean the US government suddenly regards data centres as unimportant. The list guides federal research priorities; it can also influence funded research, investment screening and export-control decisions.

The distinction looks deliberate. Washington appears to be separating capabilities it regards as strategically scarce from infrastructure it increasingly expects commercial markets to build. At the same time, it is treating secure and controllable AI agents as a defence concern rather than a niche software discipline. Agent identity sounds abstract until autonomous systems begin sharing tools, permissions and decisions. Then knowing which agent acted, under whose authority and with what resistance to manipulation becomes operational security.

Universities, laboratories and technology firms seeking US government support now have a reason to map their programmes against the new language. My editorial judgment is that work on AI assurance, post-quantum systems and resilient computing has become easier to frame as mission-aligned, while projects centred only on commercial infrastructure may need a different case. The uncertainty is execution: agencies have not yet shown how these priorities flow into budgets, procurement or new controls. The list is a strong signal, not a funded programme in itself.

The Difference Between Announced and Usable Compute

Big numbers can create a sense of certainty. Microsoft's infrastructure build shows why the units behind those numbers matter.

A Guardian investigation published on 17 August reported an apparent gap between Microsoft's public account of its AI expansion and internal records of advanced chips actually installed. Documents reviewed by the newspaper reportedly show 2.2 million AI chips in place. For context, Microsoft was reported to have targeted 1.8 million by the end of 2024 and has invested roughly 280 billion US dollars in infrastructure since 2022.

That sounds enormous because it is. But the contested question is whether the company's spending and power announcements translate into workload-ready computing capacity. Microsoft's public statements suggest it added about five gigawatts of data-centre capacity over two years. Experts cited by the Guardian cautioned that announced or secured power does not prove the buildings, electrical systems and computing equipment are commissioned and running. A grid connection, an unfinished facility and a rack full of working accelerators are three different things.

Microsoft disputes the investigation's estimates and assumptions, but did not provide corrected chip totals. There is another plausible complication: some infrastructure allocated to OpenAI may not be visible in the figures used for the comparison. The internal records themselves are not public, and neither Microsoft nor Nvidia releases enough customer-level chip data for an outsider to settle the discrepancy. So this is scrutiny of an apparent gap, not proof that Microsoft fabricated its capacity.

The useful conclusion is about measurement. Customers deciding where to run AI, investors judging returns and policymakers assessing energy demand cannot treat capital expenditure or nameplate gigawatts as immediate compute supply. Commissioning schedules, available electricity, networking, cooling, installed accelerators and customer allocation can each become the bottleneck.

In my view, organisations buying large AI commitments need operational evidence closer to the workload: capacity that is available in the required region, for the relevant model and at the promised service level. Announced investment can show intent. It cannot by itself tell you whether a training run starts next month or a production endpoint survives peak demand.

Rust Builds Became the Attack Surface

The infrastructure can be ready and the software can still betray it. This Rust incident happened before an application even ran.

Security researchers found compromised releases of the Rust crates arrayref and append-only-vec. The affected versions were arrayref 0.3.10 and append-only-vec 0.1.9. They pulled in a typosquatted dependency called proc-macro1, version 1.0.107, whose build script downloaded and executed a remote payload. Cargo, Rust's package and build tool, ran that script as part of compilation. A developer did not need to call a malicious function from application code. Resolving and building the dependency was enough.

StepSecurity says arrayref 0.3.10 was available for about 86 minutes before crates.io removed it and proc-macro1. That is a short window on a clock and a potentially serious one in an automated ecosystem. Continuous-integration systems resolve dependencies at all hours, often on machines with access to source repositories, signing material, package registries or cloud credentials. If a lockfile selected the malicious version during that interval, removal from the registry did not undo code that had already executed.

Arrayref has roughly 245 million cumulative downloads, but that number needs careful handling. It describes the package's reach over time, not the number of compromised computers. The victim count is unknown. Investigators were still examining the second-stage payload, how the maintainer account was compromised and the actual extent of the incident.

For teams whose builds resolved one of those versions, this is an incident-response problem, not merely a dependency update. The corresponding build hosts and any credentials reachable from them need to be treated as potentially compromised. Affected artefacts need rebuilding from clean environments after credentials and access paths are checked. Indicators published by the researchers can help with that investigation, but absence of an obvious application-level change is not reassuring because execution occurred during the build.

The lesson I would carry into engineering policy is precise: dependency compilation is privileged code execution. Pinning versions and reviewing source are useful, but build scripts, maintainer-account security and outbound network access in CI deserve equal attention. Restricting credentials, isolating builds and controlling what compilation jobs can download makes a brief registry compromise less able to spread into the rest of an organisation.

A Critical NetScaler Bypass

There is a more familiar security job on the list as well, and it sits directly on the front door to corporate networks.

Citrix disclosed and patched CVE-2026-19490 on 19 August. It is an alternate-path authentication bypass in certain customer-managed NetScaler ADC and Gateway configurations, with a CVSS 4.0 score of 9.3. The affected setup includes appliances configured as Gateway or AAA virtual servers. On later NetScaler 14.1 builds, a SAML action also has to be in use.

Affected branches include NetScaler ADC and Gateway 14.1 before build 14.1-73.32 and 13.1 before 13.1-63.21. FIPS and NDcPP editions have their own minimum fixed builds, so administrators need the vendor table for the edition they actually run rather than copying a version number from another branch.

The same bulletin covers CVE-2026-19489, a memory-overflow flaw that can cause unpredictable behaviour or denial of service. Its exposure is narrower: SIP ALG has to be enabled on a Large Scale NAT group. Neither the Citrix bulletin nor the Canadian government advisory cited here reports confirmed exploitation of these two flaws in the wild. Configuration therefore matters, but it is not a reason to postpone checking.

My assessment for organisations is that an exposed identity gateway merits emergency-patch handling once the affected configuration is confirmed. An authentication bypass can neutralise controls deeper inside the network because the attacker enters through the component meant to establish trust. Inventory the appliances, match their roles and features to the prerequisites, install the fixed build for the correct edition, and verify the upgrade. The immediate burden is operational downtime and change control; the alternative is leaving a critical flaw on a remote-access path.

Prompt Injection Behind Ciphertext

Agent security is also getting stranger, because dangerous instructions do not have to arrive as readable text.

Adversa AI researchers disclosed what they call cryptographic context injection. In their reported test, a malicious webpage supplied Grok with ciphertext, key material and instructions. Grok then used its code-execution environment to perform PBKDF2 key derivation and AES-256-GCM decryption, exposing hidden prompt-injection text that the model followed. A scanner looking only at the page as originally fetched would see encrypted material rather than the malicious plaintext produced later inside the tool workflow.

The researchers said they reported the issue to xAI on 3 June and that the technique still worked on Grok.com on 19 August. They said xAI acknowledged the report without offering a mitigation timeline. SpaceXAI did not respond to The Register's request for comment. Those limits are important: the public evidence comes from the researcher's disclosure as reported by The Register, with no independent reproduction or vendor confirmation of the current fix status.

Still, the mechanism points to a broader design problem for browsing agents. Decryption is only one transformation. A model can unpack an archive, read generated code, follow a redirect or convert a document before acting. If security inspection ends at the raw input, an attacker can try to move the instruction beyond that checkpoint.

For developers, my takeaway is that trust needs to follow data through tool execution. Material produced by a sandbox is not safe simply because the agent produced it itself. Outputs that can influence later prompts or tool calls need inspection, provenance and permission boundaries at the moment of use. That adds engineering work, but it is cheaper than giving transformed, attacker-controlled content the same authority as a user's instruction.

Facial Recognition at the Supermarket

Now to a test with no immediate effect on shoppers, but a very large question attached to it.

Coles and Woolworths have confirmed limited testing of facial-recognition technology while considering whether it could address retail crime and staff safety. Neither company has decided to deploy it in Australian supermarkets, and neither named a software supplier. Coles described a small, one-off controlled proof of concept that used no customer or staff data. Woolworths said its test took place at offices in New Zealand.

Those details keep the current development in perspective. There is no announced biometric scan waiting at the entrance to Australian stores. There are also no published accuracy results, effectiveness measures or deployment plans to judge. The tests establish that the two biggest supermarket groups are examining the technology, not that a rollout is inevitable.

The policy stakes are high because facial templates are sensitive biometric information. The Australian Privacy Commissioner says facial recognition in retail faces a high legal bar, and each proposed use needs a contextual assessment under the Privacy Act. A real deployment would raise questions about notice, applicable consent exceptions, retention periods, watch-list accuracy, false matches and access to essential retail spaces. Grocery shopping is not an optional luxury that people can easily avoid if they object to surveillance.

For the public, the right response at this stage is scrutiny rather than alarm about a system that is not yet operating. If either retailer advances the idea, safety claims need evidence showing that facial recognition is effective and proportionate, with clear limits on who is enrolled, how matches are reviewed and when biometric data is deleted.

My judgment is that supermarkets face a higher burden than venues people can freely choose not to enter. Retail crime and worker safety are real concerns, but normalising face identification during an ordinary food shop would trade away privacy in a space used by almost everyone. A company proposing that trade needs more than a proof of concept and a general assurance of good intentions.

What Changes for You

One practical release is worth carrying into the working week if your AI stack already lives on AWS.

Amazon has made SpaceXAI's Grok 4.6 available through Bedrock in every AWS region where Bedrock itself is offered. The Bedrock version exposes a 500,000-token context window and four configurable reasoning levels: low, medium, high and xhigh. For developers already using Bedrock, the immediate change is integration. Grok can sit behind existing AWS identity, security, monitoring, logging and cross-region inference controls instead of requiring a separate direct relationship and a new governance path.

That makes the model easier to evaluate against a real workload, especially where an organisation has already standardised model access through AWS. It does not establish that Grok's claimed coding or long-running-agent performance is reliable in your environment. Those benchmark claims come from SpaceXAI, and cost-effectiveness depends on actual prompts, output volume, latency and reasoning settings.

SpaceXAI says direct API pricing starts at two US dollars per million input tokens and six dollars per million output tokens, with a faster variant priced at twice those rates. Bedrock pricing and data-location implications can differ, so the direct figures are context rather than a Bedrock quote.

My practical read is that governed model comparison just became easier for AWS teams, while platform dependence grew a little deeper. Existing Bedrock controls reduce integration friction; they do not remove metered cost, regional data questions or the work of testing accuracy and reliability on your own tasks.

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

Sources

Reporting behind this episode.

  1. energy.nsw.gov.au/news/nation-leading-framework-harness-nsw-data-centre-investment
  2. theguardian.com/australia-news/2026/aug/17/no-automatic-knockback-for-non-compliant-datacentres-as-nsw-announces-fast-track-pathway
  3. whitehouse.gov/wp-content/uploads/2026/08/NSSTS-082026.pdf
  4. theguardian.com/technology/2026/aug/17/are-microsofts-ai-plans-being-held-back-by-a-shortage-of-chips
  5. aikido.dev/blog/two-popular-rust-crates-arrayref-and-append-only-vec-compromised-in-supply-chain-attack
  6. stepsecurity.io/blog/arrayref-rust-crate-supply-chain-attack
  7. support.citrix.com/support-home/kbsearch/article
  8. assets.theregister.com/2026/08/20/20269
  9. theguardian.com/business/2026/aug/18/concerns-security-privacy-facial-recognition-technology-coles-woolworths
  10. oaic.gov.au/news/media-centre/privacy-commissioner-publishes-updated-guidance-on-facial-recognition-in-retail-spaces
  11. aws.amazon.com/about-aws/whats-new/2026/08/amazon-bedrock-grok-4-6
  12. x.ai/news/grok-4-6