Build1 publisher2 min readPublished
Cognition moves the Dioxus team onto Devin's virtual machines and testing systems
Dioxus engineers already had code running inside Devin's command line, and they arrive with a cloud harness that snapshots and forks virtual machines on five operating systems. Neither side called it an acquisition.
The Engineer · Build desk

What happened
- Dioxus announced on September 9th that Jonathan Kelley is bringing his team into Cognition to work on the infrastructure around Devin, specifically its virtual machines, computer-use capabilities and testing systems.
- The two sides started talking after Dioxus discovered that Cognition had rebuilt an older Dioxus terminal renderer for Devin's command-line interface.
- Cognition said on September 8th that it had raised over $2 billion at a $48 billion valuation, in a Series E led by Andreessen Horowitz and Accel.
- Neither Cognition nor Kelley described the move as an acquisition, and no financial terms were disclosed; both sides call it the Dioxus team joining Cognition.
Compiled by The EngineerSomething wrong?How this is made
Why it matters
- capability Cognition can now change how a machine is provisioned, forked and rolled back inside the same company that writes the agent loop, so an environment bug is a fix it controls rather than an upstream request.
- contradiction RuntimeWire reported that Cognition shipped SWE-2, a lower-cost coding model, on September 10th, so the evidence shows spending at the model layer in the same week as the execution layer.
- constraint Mobile simulators, desktop applications, browser rendering, operating-system APIs and native dependencies fail in ways more text generation cannot repair, which puts a ceiling on agent scope that only harness work can raise.
- precedent Kelley's route gives other open-source founders a pattern to copy: the team moves to a funded buyer and the project keeps shipping without a commercial product forced onto its community.
After a model emits a patch, the remaining work is mechanical. Something has to provision a machine, expose the development tools, drive whatever interface the application presents, run the result, and check whether it worked. Cognition says bringing in Dioxus gives it more control over that sequence [11]. Dioxus had already begun building the same machinery, so that AI agents could write, run and test software across operating systems [20].
That machinery has a name. Kelley wrote in Dioxus' account of the deal that stronger AI-generated Rust code and growing demand for cross-platform libraries pushed the project toward a cloud coding harness called SkyVM [6]. Dioxus says SkyVM supports macOS, iOS, Android, Linux and Windows, with virtual-machine snapshotting, forking and rollback [7]. Forking is the part that matters in an agent loop. An agent that forks a warm machine per candidate change does not rebuild the environment for each attempt, and a bad attempt ends in a rollback instead of a fresh install.
Dioxus also claims new virtual machines can spawn or resume in under 50 milliseconds, a figure that has not been independently established [8]. Taken at face value, that is 20 spawns or resumes per second on one host, run back to back [18]. Whether it transfers depends entirely on what the measurement includes. If the resumed machine comes back with the toolchain loaded, the repository checked out and dependencies installed, the number is the one an agent loop actually feels; if it covers a bare boot, dependency installation still dominates the wall clock, and the announcement does not say which was measured [8].
The emphasis on execution is continuity, not a new discovery. Cognition's own SWE-bench technical report described testing and environmental feedback as central to Devin's ability to correct mistakes during longer tasks [9].
No party has said the raise paid for the team. The money and the arrival were announced a day apart, and that ordering is the entire documented link between them [4].
Kelley started Dioxus as a side project while studying at Franklin W. Olin College of Engineering, and by Y Combinator's Summer 2023 batch he was presenting himself as its solo founder [13]. Before Dioxus he worked as a systems engineer at Cloudflare on the 1.1.1.1 DNS service and the WARP networking product, according to his GOSIM speaker profile [12]. For a company staffing a virtual-machine harness, the recent line is the relevant one: Cognition says the team's work had already moved into cloud development environments, virtualization and operating-system support [15].
What to watch
- Whether Cognition or Dioxus publishes what the sub-50ms spawn and resume figure includes, and on what host it was measured.
- Whether SkyVM stays a public Dioxus project or is absorbed into Devin's closed harness.
- Whether either party later discloses terms or reclassifies the team move as an acquisition.