Urgent.News

What's breaking now, across thousands of outlets.

Tech

SCX partners with DDN to build Australian sovereign computing cloud

Technology firm SCX partnered with DataDirect Networks on 25 August 2026 to deploy infrastructure supporting Australia s largest domestic artificial intelligence inferencing network

Australian sovereign AI infrastructure firm SCX.ai has forged an alliance with global AI data intelligence leader DDN to bolster Australia's leading sovereign AI inferencing cloud. This collaboration merges SCX's ASIC-accelerated hardware with DDN's Infinia data intelligence platform, delivering a secure, high-performance, multi-tenant AI system that operates exclusively within Australia.

The partnership aims to accelerate inference, reduce the cost per token, and maintain model, workload, and data sovereignty. Following SCX's successful IPO on the Australian Securities Exchange, the firm has seen a 20.9% increase in annual recurring revenue to $6.5 million, with over 400 active users. By integrating DDN Infinia, SCX can now manage massive concurrency and high-throughput inferencing demands, ensuring sub-millisecond latency and up to 27 times faster KV cache loading.

This arrangement addresses the energy and cooling challenges associated with the growing compute requirements of AI. SCX.ai's infrastructure, built on SambaNova AI processors, demonstrates significant performance per watt compared to GPU-based systems. The joint venture will facilitate the deployment of custom enterprise workloads and SCX.ai's Project MAGPiE, a large language model tailored to Australia's cultural and commercial context.

SCX.ai currently operates its first node at Equinix SY5 in Sydney, with plans to expand to additional nodes nationwide.

Written by urgent.news from Vietnam Investment Review's reporting — not their text. Machine-written — may contain errors; check the original before relying on it.

Read the original at vir.com.vn →

More in Tech

What is IoC and DI (Dependency injection)??

before we talk about IOC (Inversion of control) and DI (dependency injection) i will firstly explain why it is used. so basically when we create different classes in a spring boot application…

  • IoC is a design principle that transfers object creation responsibility to a framework.
  • DI is the practical implementation of IoC, using annotations like @Component and @Autowired.
  • Spring Boot container handles object lifecycle with IoC and DI.

Show Dev: I built a 3D circuit simulator in Three.js

Post Body: Put together a browser-based 3D circuit simulator over the last few weeks: https://luvaai.in The idea was to make something zero-install where you can just open a tab, drop components on a…

  • Developer built 3D circuit simulator in Three.js
  • Zero-install platform for virtual breadboard
  • AI helper panel evaluates circuit states

More from Wednesday 26 August →