IMMERSIVE COMMONS · THE SIGNALISSUE 05 · 10 — 16 MAY 2026
OPEN INTELLIGENCE · ISSUE 05

THE SIGNAL
10 — 16 MAY 2026
FRONTIER TOWER
05

The Week The Surface Widened

xAI shipped Grok Build to the terminal. GitHub shipped Copilot App to the desktop. OpenAI spun out a $4-billion deployment company. Anthropic talked another $30 billion at a $900-billion valuation. The agent surface widened in three directions while the substrate cracked underneath.

BEATS 06
DISPATCHES 14
CHAIN MYTHOS × 03
PUBLISHED 2026-05-16
I.

THE SURFACE WIDENED

xAI shipped Grok Build to the terminal with a 16-agent Heavy architecture and a 2-million-token context window. GitHub shipped Copilot App as a desktop client where every session lives in its own work tree. OpenAI spun out a $4-billion deployment subsidiary with 19 investment and consulting partners. Three agent surfaces opened in three days.

54FIELD REPORT

xAI Shipped Grok Build.

Terminal coding agent. 2-million-token context. 16-agent Heavy architecture. Plan mode before any change lands.

Grok Build terminal coding agent launch coverage
IMAGExAI

On May 14th, xAI announced Grok Build, a terminal coding agent built on Grok 4.3 beta. The CLI plans projects, writes and edits files, executes shell commands, and stands up complete applications from natural-language prompts. The underlying model uses a 16-agent Heavy architecture and a 2-million-token context window, with up to eight concurrent sub-agents that simultaneously plan, search documentation, and write code. A plan mode makes the agent surface its logical plan for review, edit, and approval before any file is touched. VS Code integration is included. Pricing — a new Grok SuperHeavy tier at $299 per month, introductory $99 per month for the first six months.

The structural fact is that the terminal-agent race is now a four-horse race. Claude Code (Anthropic), Codex CLI (OpenAI), and Gemini CLI (Google) have been the established surfaces for nine months. Grok Build closes the obvious gap — every other frontier lab now ships an agent into your shell. Plan mode is the differentiator that matters; it converts the standard agent loop (act, ask forgiveness, hope) into the safer loop (plan, review, act) without sacrificing autonomy. The 2-million-token context lets a single Grok Build session hold an entire mid-sized repo in working memory, which is a quantitative answer to the cognitive-load problem that crashed half the early-2026 agent demos.

The implication is that the choice of terminal-agent is now a brand choice, not a capability choice. Four frontier vendors. Four CLIs. The same Linux shell. For builders, the question stops being which agent is the best and starts being which one your CISO will let through the firewall. Whoever wins this surface owns the moment of compilation, which is the moment of leverage. xAI shipped without a Pentagon classification, without an enterprise channel, and without a deployment subsidiary — they shipped the binary. The binary is the move.

xAIEngadgetThe DecoderCIO Dive
55FIELD REPORT

GitHub Shipped The Copilot App.

Desktop client. Every session in its own work tree. Three concurrent sessions on one repo, zero branch conflicts.

GitHub Copilot App technical preview launch image
IMAGEGitHub

On May 14th, GitHub published the GitHub Copilot App in technical preview — a GitHub-native desktop client for agentic development. Each session starts from an issue, pull request, prompt, or previous session, with the Copilot inbox surfacing every connected repository's open work. The mechanic that distinguishes the app from the browser experience — every session lives in its own Git worktree. Three concurrent sessions against the same repo run with zero branch conflicts and zero waiting on a single working copy. A separate REST API release the day prior lets cloud agent tasks be started programmatically.

The structural detail is the worktree. The dominant agent-pattern in early 2026 has been a single agent against a single checkout — which serialises every refactor, every concurrent investigation, every parallel exploration of a fix. The worktree mechanic ungates concurrency for free; the agent now operates the way a senior engineer with three monitors operates, in three branches, simultaneously. Pair this with Microsoft's Visual Studio integration and the desktop-side agent and the cloud-side agent collapse into one app. Pro and Pro+ subscribers got early access on day one; Business and Enterprise are rolling out through the week, gated behind organisation-admin policy.

The implication for builders is that the agent surface is now triangulated. The terminal has Claude Code, Codex, Gemini CLI, and Grok Build. The desktop has the GitHub Copilot App and Cursor and Windsurf. The mobile surface is the next field. Whoever owns the moment when a developer commits owns the moment of leverage; GitHub's app puts Microsoft squarely between the issue, the diff, and the merge — the entire pull-request lifecycle, inside one binary, with three agents running in three worktrees and no human on the file lock.

GitHub ChangelogGitHub PreviewNeowinGitHub REST API
56FIELD REPORT

OpenAI Spun Out DeployCo.

$4 billion. TPG-led. 19 partners. Tomoro acquired with 150 Forward Deployed Engineers. The lab is now also a system integrator.

OpenAI Deployment Company launch coverage
IMAGEAIwire

On May 11th, OpenAI launched the OpenAI Deployment Company — internally DeployCo — a majority-owned subsidiary backed by more than $4 billion in initial capital. TPG leads with Advent, Bain Capital, and Brookfield as co-lead founding partners. Additional founding partners — B Capital, BBVA, Emergence Capital, Goanna, Goldman Sachs, SoftBank Corp., Warburg Pincus, and WCAS. Consulting partners — Bain & Company, Capgemini, and McKinsey & Company. In conjunction with the launch, OpenAI acquired Tomoro, an applied-AI consulting and engineering firm, bringing approximately 150 Forward Deployed Engineers and Deployment Specialists into DeployCo from day one.

The structural move is the corporate form. OpenAI is no longer just a research lab and an API provider; with DeployCo it has incorporated the consulting layer that sits between the model and the customer's operational stack. The 19-partner structure is the channel — TPG and Brookfield bring the private-equity portfolio companies; Goldman, BBVA, and SoftBank bring the regulated-industry route; Bain, Capgemini, and McKinsey bring the conventional system-integrator playbook. Tomoro's FDEs are the deployment muscle — engineers who sit inside client organisations and operate production AI systems. The estimated target market is the $375-billion enterprise consulting industry.

The implication is that the channels arc this issue has been tracking — week-three's Anthropic-Blackstone JV, week-four's finance-services agent inventory — now has its OpenAI mirror. Where Anthropic took 300 megawatts and bought a finance channel, OpenAI took the deployment layer and bought a consulting force. The lab-versus-lab dichotomy that defined the 2024 frontier is now a stack-versus-stack contest. Whoever's API ends up running the operational guts of the Fortune 500 wins; DeployCo is OpenAI's bet that the integration discount they can offer (model + deployment + reference architecture, under one corporate umbrella) is worth more than the multi-vendor optionality the consulting partners would otherwise enforce.

OpenAIAxioseWeekHPCwire
II.

THE STACK CRACKED

TeamPCP shipped a self-propagating npm worm that took 172 packages plus 2 PyPI packages — including Mistral AI's SDK — in a five-hour window. Hacktron published a second TOCTOU RCE in VSCode Copilot Chat after Microsoft patched the first one. Turso retired its bug-bounty program because AI-generated slop made review economically unmanageable. The agent's tool surface is the agent's attack surface.

57FIELD REPORT

TeamPCP Owned The Registry.

172 npm packages. 2 PyPI packages. 404 malicious versions. Five hours. Self-propagating, with a dead-man switch.

Mini Shai-Hulud npm supply chain attack coverage
IMAGEBleepingComputer

Between May 11th 22:45 UTC and May 12th 01:53 UTC, TeamPCP shipped 404 malicious package versions across 172 npm packages and 2 PyPI packages in a coordinated five-hour window. The scopes — @tanstack (42 packages), @mistralai (3 packages), @uipath (65 packages), OpenSearch (1.3 million weekly npm downloads), Guardrails AI. On PyPI — `mistralai==2.4.6` and `guardrails-ai==0.10.1`, published without committing to or triggering either package's GitHub Actions release workflow. The payload is a modular credential harvester — AWS IAM via the 169.254.169.254 metadata endpoint, HashiCorp Vault via 127.0.0.1:8200, GitHub tokens (`ghp_*`, `gho_*`, `ghs_*`), npm tokens, GitHub Actions OIDC tokens. OpenAI shipped a public response post on May 14th confirming its own packages were not compromised.

The mechanism is self-propagation plus a dead-man switch. Once the payload runs, it commits poisoned configuration files — `.claude/settings.json`, `.vscode/tasks.json`, `.claude/setup.mjs` — into victim repositories via GitHub's GraphQL API, targeting feature branches to avoid pull-request review. Developers cloning a poisoned branch inherit malicious IDE configurations that re-trigger the payload. Exfiltration runs over the Session messenger onion network with embedded seed-node TLS certificates, plus a GitHub commit-search C2 channel that encodes instructions in commit messages. The dead-man switch — if a developer revokes a stolen GitHub token, the malware attempts to delete the user's entire home directory. The PyPI variant uses a different trigger — `__init__.py` code that runs on `import` and downloads `transformers.pyz` from the attacker-controlled domain `git-tanstack.com`, bypassing sandboxed `pip install` environments.

The implication is that the agent ecosystem and the npm ecosystem are now one threat surface. Mistral AI's official SDK was a vector. Guardrails AI — a package whose entire reason for existing is AI safety — was a vector. The poisoned files target the agent's configuration layer specifically (`.claude/`, `.vscode/`), turning every developer with an agent on their laptop into a credential-laundering relay. The five-hour window is the alarming number, not the 404 versions. TeamPCP — signed "With Love TeamPCP" on the PyPI payload domain, linked to the March Trivy compromise — owns the operational tempo. The registries are not the line of defence anymore. The line of defence is your local agent's tool whitelist.

SafeDepCSO OnlineOpenAITom's HardwareBleepingComputer
58FIELD REPORT

Hacktron Broke The Patch.

TOCTOU on applyPatchTool. Microsoft patched the first RCE. Then ahacker1 found the bypass.

Hacktron RCE in VSCode Copilot Chat coverage
IMAGEHacktron AI

On May 13th, Hacktron AI's ahacker1 published a time-of-check-to-time-of-use vulnerability in VSCode Copilot Chat — specifically in the agent-mode `applyPatchTool` component. The sequence is the load-bearing detail. The original prompt-injection RCE was reported, Microsoft patched it, and Hacktron was then asked to find a bypass. The bypass shipped the same week. Mechanism — the `applyPatchTool` user-confirmation gate validates the source file paths in a proposed patch but does not validate the destination paths in a rename operation. *"The tool's user confirmation mechanism fails to validate the destination path of a file rename operation specified within a patch."*

The attack runs in two stages. Stage one — a malicious patch targets seemingly harmless files (`f1`, `f2`) so the security check approves them; the user clicks accept. Stage two — the patch includes a `*** Move to:` directive that redirects the writes to sensitive destinations — `.git/config`, `.vscode/settings.json`. Once `.git/config` is poisoned with a malicious `sshCommand`, any subsequent git operation (push, pull, fetch) executes the attacker's command — which then exfiltrates the developer's `GITHUB_TOKEN` to a webhook of the attacker's choosing. The user confirmed `f1` and `f2`; the editor wrote into `.git/config`. The check happened; the use diverged.

The implication is the entire class of vulnerability. Every agent-mode coding assistant — Cursor, Windsurf, Claude Code, Codex CLI, Grok Build, the GitHub Copilot App shipped this same week — operates a similar tool-use surface. Each `apply-patch`, `write-file`, `rename`, and `exec-shell` is a TOCTOU candidate. The first patch closed the prompt-injection vector; the second patch will close the rename-destination vector; the third patch will close whatever ahacker1 finds next. The race is between vendor patch cadence and researcher disclosure cadence — and as AISI documented this same week, the researcher side is doubling every 4.7 months.

Hacktron AI
59FIELD REPORT

Turso Killed The Bug Bounty.

The model writes the security report. The maintainer pays the time tax. The incentive structure collapses.

Turso retiring bug bounty over AI slop coverage
IMAGETurso

On May 13th, Turso — the team behind the libSQL fork of SQLite — published *The Wonders of AI: We Are Retiring Our Bug Bounty Program*. The stated reason is the AI-generated submission flood. Quote of record — *"It costs the slopmaker perhaps a minute to generate their submission. But it costs us hours to read, understand, and engage with them."* The post is explicit that they are not closing open contributions; they are removing the financial incentive that the slop generators were optimising against. The bounty was the attractant. The model was the attacker.

The mechanism is an economics inversion. The classic responsible-disclosure model assumes that finding a real bug is hard for the researcher and verifying a real bug is easy for the maintainer; the bounty's existence as a positive financial signal indicates the researcher's time has positive value. The model collapses that asymmetry in both directions — finding a plausible-looking bug is now cheap, and verifying that any specific report is real has become an hours-long human task because the prose convinces. Maintainers spend days closing low-quality PRs claiming to find data-corruption bugs. The bounty financed the human-attention drain. Removing the bounty does not remove the slop; it removes the pretext.

The implication for open-source security is structural. Turso is the first public OSS team to retire a bug bounty over AI-noise economics; they will not be the last. AISI reported the same week that autonomous AI cyber capability is doubling every 4.7 months, which means the legitimate-finding side and the slop-generation side both compound. Whoever ends up with a sustainable disclosure protocol — sigstore-signed reports, mandatory exploit-PoCs, reputation-staked submitters — will define the next decade of OSS security. Until then, the maintainer cost of running the bounty is greater than the legitimate-finding return. The model writes the security report and the maintainer pays the time tax.

Turso
III.

THE MYTHOS CURVE

The UK AI Safety Institute reported autonomous AI cyber capability doubling every 4.7 months — down from eight months six months earlier. METR's independent software-engineering estimate converged at 4.2. Mythos Preview cleared the Cooling Tower industrial-control range no other model has finished. OpenAI shipped Daybreak — publicly available, ten security vendors plus five global banks at launch — the defence-side answer to Mythos.

60FIELD REPORTMYTHOS · CHAIN

The Curve Bent Down.

4.7 months. Down from eight. METR converged at 4.2. Mythos cleared a benchmark no other model has finished.

AISI autonomous AI cyber capability doubling rate research coverage
IMAGEAI Security Institute

On May 13th, the UK AI Safety Institute published *How fast is autonomous AI cyber capability advancing?* The headline finding — frontier autonomous AI cyber capability is doubling every 4.7 months, down from the institute's November 2025 estimate of eight months. The acceleration is not a methodology artefact. METR's independent estimate for software-engineering capability lands at 4.2 months — two independent eval programs measuring two adjacent capability axes, converging on the same number within half a month. Claude Mythos Preview and GPT-5.5 beat both trend lines.

The structural detail is the benchmark Mythos cleared. AISI runs two cyber ranges. *The Last Ones* is a 32-step simulated corporate-network attack chain; Mythos solved it in 6 of 10 attempts. *Cooling Tower* is a 7-step industrial-control-system attack; Mythos solved it in 3 of 10 attempts — the first model to finish Cooling Tower at all. The caveat is real and the institute names it — the current results are pulled from only six tasks with durations of eight hours or more. The next round of evaluations adds active cyber defences (a defender model in the loop) and new ranges; the question of whether the curve is real or partly a measurement artefact will be answered when the next round lands.

The implication is the gap between the doubling time and the patch cycle. Conventional CVE disclosure-to-patch averages six to nine months across the major vendors; the Linux kernel security policy targets shorter but rarely hits inside a quarter. Autonomous AI cyber capability is now doubling inside 4.7 months. Each turn of the cycle, the offence has approximately two times the throughput; the defence has approximately the same. The race condition does not stabilise on its own. AISI's signal — *tougher evaluations are coming* — is the institute saying this measurement is the floor, not the ceiling. The Mythos chain that started as a leaked codename last year is now the line on a doubling-time chart that intersects the patch cycle inside the next twelve months.

AISIHelp Net SecurityCyberScoop
61FIELD REPORT

OpenAI Shipped Daybreak.

GPT-5.5 plus Codex Security. Ten security vendors plus five global banks. Publicly available, unlike Mythos.

OpenAI Daybreak cybersecurity platform launch coverage
IMAGECyberScoop

On May 11th, OpenAI launched Daybreak, a cybersecurity initiative combining GPT-5.5, Codex as an agentic harness, and a partner cohort. Capabilities — editable threat models of a given repository focused on realistic attack paths, isolated-environment vulnerability discovery and testing, patch proposal and validation directly in the repo. Access tiers — regular GPT-5.5 for general use, Trusted Access for Cyber for verified defensive workflows, GPT-5.5-Cyber for authorised red teaming and penetration testing. Launch security partners — Akamai, Cisco, Cloudflare, CrowdStrike, Fortinet, NVIDIA, Oracle, Palo Alto Networks, Sophos, Zscaler. Finance partners — Bank of America, BlackRock, Citibank, Goldman Sachs, JPMorgan Chase.

The structural framing is the Trusted Access for Cyber cohort week-four reported on. Daybreak is the productised wrapper around that cohort — the API, the agentic harness, and a ten-vendor partner ecosystem that shipped first-party integrations on day one. The tier mechanic — verified-defender gating with three model variants by clearance level — is the cybersecurity-industry mirror of Anthropic's Mythos Preview gate. One load-bearing difference — Daybreak is *publicly available* (companies request an assessment); Mythos remains gated. Two of the three frontier labs now run verified-defender programs with adjacent partner cohorts. The third (Google) has not yet announced an equivalent; the absence is the question.

The implication for defenders is asymmetric leverage if you can get into the verified cohort. CrowdStrike and Palo Alto already ship product against the same threats AISI just published the doubling time on (this issue, beat III). The implication for everybody else is that the verified-defender gate is the new product category, the new market boundary, and the new procurement question. The smaller defenders and the OSS maintainers (see Turso's bug-bounty post, this issue, beat II) do not have a path into the cohort. The market is consolidating around the labs that can credibly underwrite a tier-three model and the ten vendors who can credibly integrate it.

OpenAICyberScoopInfosecurity MagazineThe Hacker News
IV.

THE MONEY LANDED

Anthropic is in talks to raise another $30 billion at a $900-billion valuation three months after closing the prior $30-billion round. Greenoaks, Sequoia, Altimeter, and Dragoneer each writing two-plus billion. Cerebras printed at $185 a share and doubled by close of day one — and the customer mix moved from G42's 85% in 2024 to MBZUAI's 62% in 2025 with OpenAI's $20-billion contract on the books.

62FIELD REPORT

Anthropic Doubled Up.

Another $30 billion. $900-billion valuation. Three months after the last $30 billion. Greenoaks, Sequoia, Altimeter, Dragoneer.

Anthropic $30B funding round at $900B valuation coverage
IMAGETech Funding News

On May 12th, Bloomberg reported that Anthropic is in talks to raise at least $30 billion at a valuation of more than $900 billion. Lead investors per the report — Greenoaks, Sequoia, Altimeter, and Dragoneer — with each writing $2 billion or more. The Financial Times confirmed the figures the same day. The round is expected to close by end of month; no term sheet is signed yet. The prior Series G — also $30 billion, led by Coatue and Singapore's GIC — closed three months ago at a lower valuation.

The structural fact is the cadence. Two consecutive $30-billion rounds inside one quarter put Anthropic at the unprecedented end of private financing — the same company holding the second-largest and the third-largest private-tech rounds on record. The numerical question is what the $900 billion is pricing. Claude Code revenue is the first input. The SpaceX Colossus 1 deal — 300 megawatts, 220,000 GPUs — is the second. The Blackstone joint venture from week-three is the third. The financial-services agent inventory shipped week-four is the fourth. The valuation prices a company that has, in 90 days, bought its way out of a Pentagon supply-chain-risk exclusion, named the orbital phase, built a finance channel, and shipped ten production agents into Citadel, BNY, Carlyle, and Mizuho.

The implication is that the channels arc this issue has been tracking — Pentagon out, Wall Street in, compute owned — is the model the late-stage market is now underwriting. The frontier was a model trade in 2024 and a compute trade in early 2026; it is becoming a distribution trade. Whoever's API runs the financial-services agents, the cyber-defender cohort, the enterprise-deployment subsidiary, and the orbital-data-centre prototype wins. Anthropic just raised $60 billion in 90 days to underwrite that bet. The next print is whether Greenoaks's wire hits before the SpaceX rack does.

BloombergFinancial TimesTechFundingNews
63FIELD REPORT

Cerebras Doubled Day One.

Priced at $185. Closed 100% up. G42 was 85%. MBZUAI is 62%. OpenAI's $20 billion is on the books.

Cerebras IPO first-day trading coverage
IMAGEFortune

On May 14th, Cerebras Systems priced its IPO at $185 per share, sold 30 million shares (with a 4.5-million-share underwriter option) and closed up more than 100% on day one — $5.55 billion raised. The print is the largest first-day pop in the AI-chip sector since NVIDIA's blowout 2024 calendar. CEO Andrew Feldman on the demand picture — *"We're not in a situation like Field of Dreams, where if you build it, they will come."* The line is calibrated against the speculative-AI-chip-glut narrative. The IPO's customer disclosures back it.

The structural fact is the customer mix. In 2024, G42 — the Abu Dhabi government-backed group — accounted for 85% of Cerebras revenue. In 2025, G42 dropped to 24% as Mohamed bin Zayed University of Artificial Intelligence took 62%. In January 2026, Cerebras announced a multi-year contract with OpenAI valued at more than $20 billion — the line that turned a single-customer story into a three-customer story. The wafer-scale WSE-3 chip is the architectural bet — a single piece of silicon the size of a dinner plate carrying what would otherwise be a 90-GPU cluster. The IPO prices that bet against NVIDIA's $130-billion data-centre revenue line and a two-year Blackwell sold-out book.

The implication is two-track. Track one — the chip-economy now has a second pure-play public-market AI-native vendor at a roughly one-tenth NVIDIA data-centre-revenue multiple, which prices the wafer-scale alternative at a discount that reflects the smaller installed base and the longer software-stack lead time but not the underlying technology bet. Track two — the customer mix flip from 2024 to 2025 to 2026 (G42 to MBZUAI to OpenAI) is the disclosure that turned a sovereign-dependent revenue line into a frontier-lab revenue line. Whether the next quarter's prints confirm the OpenAI ramp is the next question; the day-one double is the market's preliminary answer.

Fortune
V.

BACK TO MATTER

Hello Robot shipped Stretch 4 — $29,950, open-source, wheeled mobile manipulator with a Jetson Orin NX and eight-hour runtime. IEEE Spectrum framed it as the rebuttal to the humanoid-hype trade. Unitree shipped GD01 at $537,000 in production — a rideable transformer in two modes. China's supply chain pivots to humanoid as the next growth curve after phones. Wheels and legs. Two prices. Two countries. One week.

64FIELD REPORTMATTER

Hello Robot Ditched The Humanoid.

Wheels, not legs. $29,950. Open-source. Eight hours runtime, Jetson Orin NX, ambidextrous wrist.

Hello Robot Stretch 4 launch coverage
IMAGEIEEE Spectrum

On May 12th, Hello Robot shipped Stretch 4 at $29,950 — an open-source mobile manipulator on a wheeled base, framed by IEEE Spectrum as the rebuttal to the humanoid-hype trade. The arm, lift, and omnidirectional base run at twice the speed of Stretch 3, with reach extended by 10%. Eight redundant degrees of freedom plus an ambidextrous wrist with an integrated depth camera — configurable for left- or right-handed operation. Sensor stack — two hemispherical 3D lidars, three high-resolution cameras (one trained on the gripper workspace), six laser line sensors. 20-centimetre wheels handle carpet, rugs, and thresholds. An NVIDIA Jetson Orin NX runs Physical AI models on-board. Eight-hour runtime with a self-charging dock.

The structural choice is the form factor. The humanoid-robotics trade through 2025 was Figure, 1X, Tesla's Optimus, Apptronik, Sanctuary, Unitree's bipedal line, all betting that the legged form factor is the right shape for the unmodified human environment. Hello Robot took the other bet — wheels handle most of an indoor environment, the manipulator does the work, the form factor stays out of the way. The price point is the proof. Stretch 4 ships at less than a tenth of the cost of a Figure 02 or an Apptronik Apollo. The trade-off is honest — it cannot climb stairs, it cannot navigate a half-built construction site, it cannot do the spectacle reel. It can move a load of dishes from a sink to a dishwasher in a finished home or a research lab and do it inside an eight-hour shift.

The implication is the partition of the embodiment market the matter beat has been tracking. The humanoid trade is venture-funded and spectacle-shaped; the wheeled-manipulator trade is research-lab-funded and utility-shaped. Stretch 4 is the first piece of hardware in the assistive-robotics class that is both field-deployable in unmodified environments and priced inside a single research-grant cycle. The Jetson Orin NX on-board is the second proof — the company is shipping a robot expected to run a foundation model, not a teleoperation cable. The next two years of physical-AI research will be done on Stretch 4 the way the prior decade was done on Boston Dynamics's Spot.

IEEE SpectrumThe Robot ReportRobotics Tomorrow
65FIELD REPORTMATTER

Unitree Built A Rideable Bot.

$537,000. Production. Transforms between humanoid and four-wheeled vehicle. China's next growth curve after phones.

Unitree GD01 rideable transformer robot coverage
IMAGEgagadget

On May 12th, Unitree confirmed the GD01 is in production at 3.99 million yuan — roughly $537,000 — a rideable transformer robot that morphs between a bipedal humanoid and a four-wheeled vehicle that a human can sit on and drive. The same week, the South China Morning Post reported that the Chinese electronics supply chain — Foxconn, BYD-electronic, Luxshare, Goertek — is repositioning humanoid robotics as the next growth curve after the saturated smartphone market. The GD01 sits at the spectacle end of that pivot. The phone-supply-chain end is the production volume. Two stories. Same supply chain.

The structural detail is the dual form. The transformation is the marketing — a robot that walks and a robot that drives in one chassis is the headline image. The $537,000 price tag is the honest disclosure that this is a showcase unit, not a logistics product. The interesting structural fact is in the SCMP piece. The same suppliers that fabricated the iPhone's haptic engines, structural enclosures, and precision motors are now lining up tooling for humanoid skeletons, actuators, and gripper-mechanism assemblies. The China supply chain is doing what it always does — finding the next category-defining hardware that needs millions of identical parts at falling cost.

The implication paired with Stretch 4 (this issue, prior story) is the editorial choice for the matter beat. The American open-source wheeled manipulator at $29,950 and the Chinese production transformer at $537,000 are the two visible poles of the same market. The American bet is utility and price; the Chinese bet is form, prestige, and supply-chain volume. The two countries are not building the same robot for the same customer. They are building two different products that will both compete for shelf space in the next five years of physical AI. Which one wins is the bet; whether both ship at scale is no longer in doubt.

GagadgetSouth China Morning Post
VI.

THE FRONTIER DRIFTS

Closing arguments in Musk v. Altman concluded May 14. Sam Altman testified for four hours; Elon Musk's attorney apologised for his client's mid-trial trip to China. The jury deliberates next week and the verdict is advisory — Judge Yvonne Gonzalez Rogers makes the call. The Wall Street Journal reported Google and SpaceX are in talks for orbital data centres. The same week Anthropic took 220,000 GPUs on the ground and named orbital as the next phase.

66FIELD REPORT

The Trial Closed.

Musk's attorney apologised for the China trip. Altman testified four hours. The jury deliberates next week.

Musk v Altman OpenAI trial closing arguments coverage
IMAGECNBC

On May 14th, closing arguments concluded in *Musk v. Altman* in federal court in Oakland, week three of trial. Two days earlier, Sam Altman testified for four hours. The day after that, Elon Musk's attorney apologised to the court for his client's trip to China mid-trial. Altman's claim — Musk wanted 90% of OpenAI in 2017 and walked away when refused, leaving the nonprofit *"left for dead."* Musk's claim — Altman converted a public-benefit charity into a for-profit empire and lied to investors about it. The nine-person jury is advisory only; Judge Yvonne Gonzalez Rogers makes the final liability call. Jury deliberates next week.

The structural detail is the prose. The Ringer's headline is *"Do You Always Tell the Truth?"* — a question put to Altman on the stand and a question the closing arguments turned into the trial's thesis. Ars Technica ran *Altman forced to confront claims at OpenAI trial that he's a prolific liar.* MIT Technology Review summarised the third week — *"Musk and Altman traded blows over each other's credibility. Now the jury will pick a side."* What is on trial is not contract law. It is whether the founder-mode personae of the two most consequential AI executives in the world are compatible with the public-benefit framing each one signed up to. The jury is a focus group for that question; the judge is the one who decides what to do with the answer.

The implication is structural for OpenAI and reputational for everyone else. If Gonzalez Rogers rules for Musk, the for-profit conversion that funded the SoftBank-led capital base and the DeployCo capitalisation (this issue, beat I) becomes vulnerable — every enterprise contract priced against the for-profit cap table sits under that vulnerability. If she rules for Altman, the founder-mode template — incorporate as a nonprofit, build the model, restructure for capital — gets a federal-court imprimatur. Either way, the line being drawn is between *what an AI lab is for* and *what it does in court when a billionaire says so.* The verdict is the receipt of record.

CNBC (closing)NPR (Altman testimony)MIT Technology ReviewThe RingerArs Technica
67FIELD REPORT

Google Joined The Orbital Talks.

WSJ reports Google and SpaceX in talks. The second hyperscaler now lining up the same rocket.

Google SpaceX orbital data center talks coverage
IMAGETechCrunch

On May 12th, TechCrunch reported — citing a Wall Street Journal source story — that Google and SpaceX are in talks to launch orbital data centres ahead of SpaceX's planned 2026 IPO at a $1.75-trillion valuation. Google has been running Project Suncatcher since late 2025, with prototype satellites scheduled for 2027 and partnerships under exploration with multiple launch providers. Google's $900-million 2015 investment in SpaceX gives it an existing equity-and-strategic stake. Neither company offered public comment at time of report. No capacity figures, no specific timeline.

The structural fact is the second hyperscaler. The week-04 anthropic-spacex story named *"multiple gigawatts of orbital AI compute capacity"* as the next phase — Anthropic's letter of intent with SpaceX in conjunction with the Colossus 1 deal. One frontier lab plus one launch provider is a partnership. Two frontier customers plus one launch provider is the start of a market. Google's existing equity position in SpaceX plus an active Project Suncatcher programme plus reported talks with multiple rocket vendors is the operational picture of a second buyer — and the implicit signal that orbital compute is being underwritten as a strategic capacity question, not a research demo.

The implication is the orbital wager. TechCrunch notes ground compute remains significantly cheaper today, factoring launch and construction. The bet is on what the curve does over the next five to ten years — solar power per square metre, thermal management without atmosphere, latency to ground customers, regulatory frameworks for sovereign-territory data residency in low Earth orbit. None of those numbers have ground-truth answers yet. What the talks indicate is that the two largest non-NVIDIA frontier-AI buyers have decided the orbital question is worth a meeting. The frontier this week drifted upward — half-a-kilometre, then five-hundred kilometres, then back down to a Bloomberg headline on a private round.

TechCrunch