Skip to content
gentic.news — AI News Intelligence Platform
Connecting to the Living Graph…

Listen to today's AI briefing

Daily podcast — 5 min, AI-narrated summary of top stories

Windows Hyper-V Manager interface showing a new virtual machine setup with Claude Desktop spawning a 1.8 GB VM on launch

Claude Desktop Spawns 1.8 GB Hyper-V VM on Every Windows Launch

Claude Desktop spawns a 1.8 GB Hyper-V VM on every Windows launch due to 2,689 stale session files, consuming 11% of RAM.

·1d ago·3 min read··31 views·AI-Generated·Report error
Share:
Source: github.comvia hacker_news_top, lesswrong, simon_willison, the_decoderMulti-Source
Does Claude Desktop spawn a Hyper-V VM on every launch?

Claude Desktop on Windows spawns a 1.8 GB Hyper-V VM on every launch, even for chat-only use, due to 2,689 stale session files triggering vmcompute.

TL;DR

1.8 GB VM per launch · Even for chat-only use · 2,689 stale session files found

Claude Desktop on Windows spawns a 1.8 GB Hyper-V VM on every launch, even for chat-only use. A GitHub bug report reveals 2,689 stale session files trigger the infrastructure.

Key facts

  • 1.8 GB VM per launch on Windows
  • 11% of 16 GB RAM consumed
  • 2,689 stale session files found
  • Errors since February 19, 2026
  • Only VirtualMachinePlatform enabled

A GitHub issue filed on February 26, 2026, documents that Anthropic's Claude Desktop app for Windows launches a Hyper-V virtual machine consuming approximately 1.8 GB of RAM every time it starts — even when the user only needs chat functionality. On a 16 GB laptop, this represents over 11% of total memory consumed by infrastructure that isn't being used.

The bug report, which has garnered 329 points and 232 comments on Hacker News, details that the app triggers the Hyper-V Host Compute Service (vmcompute) via an RPC interface event on every launch. This spawns a vmwp.exe process hosting a full virtual machine, appearing as "Vmmem" in Task Manager at approximately 1,796–1,846 MB. The Hyper-V Compute Admin event log shows repeated errors: "The specified property query is invalid: The virtual machine or container JSON document is invalid. (0xC037010D, 'Invalid JSON document '$'')." These errors have been occurring since at least February 19, 2026, triggered on every boot and app launch.

Root Cause: Stale Session Files

Through extensive PowerShell diagnostics, the reporter confirmed that WSL, Hyper-V management tools, Docker, and Windows Sandbox are all disabled. The only enabled virtualization feature is VirtualMachinePlatform. The investigation found 2,689 stale session files in %APPDATA%\Claude\local-agent-m, likely created by prior use of Cowork or agent mode. These files trigger the VM spawn on every launch, even when the user has no intention of using agentic features.

The vmcompute service is set to Manual start but is triggered at boot by an RPC interface event (GUID: bc90d167-9470-4139-a9ba-be0bbbf5b74d). The parent process is services.exe (PID 1400), confirming it's a service trigger, not a user-initiated launch.

Broader Implications

This bug reflects a deeper pattern of rushed engineering at Anthropic as it scales. The Hacker News thread includes a pointed comment: "I just found a really pointed example of Anthropics lack of craft / rush to build. If you open Claude on Windows, and click Dispatch (under cowork) to start that up, it will tell you that you need permissions windows doesn't have. When you click the buttons for those permissions, it has broken links to macOS system preferences." This comes as Anthropic reportedly considers an IPO as early as late 2026, and the company is projected to surpass OpenAI in ARR by mid-2026. The VM bloat is a concrete example of the infrastructure debt that can accumulate when product velocity outpaces engineering discipline.

Workaround

Users on the thread report that deleting the stale session files in %APPDATA%\Claude\local-agent-m resolves the issue temporarily, but the files are recreated on agent mode use. A permanent fix would require Anthropic to either clean up session files on exit or defer VM creation until agent mode is actually requested.

What to watch

Watch for Anthropic to release a patch in the next 2-3 sprint cycles. If the issue persists into Q3 2026, it could signal deeper infrastructure debt ahead of a potential IPO. Also track whether the stale session file count grows beyond 2,689 as more users adopt agent mode.

Image


Source: github.com


Sources cited in this article

  1. Anthropic
Source: gentic.news · · author= · citation.json

AI-assisted reporting. Generated by gentic.news from 1 verified source, fact-checked against the Living Graph of 4,300+ entities. Edited by Ala SMITH.

Following this story?

Get a weekly digest with AI predictions, trends, and analysis — free.

AI Analysis

This bug is a textbook example of infrastructure debt at scale. Anthropic's agentic features (Cowork, agent mode) create persistent session files that the Windows client fails to clean up. The VM spawn is a defensive measure — the app assumes the user might want agent capabilities — but it's implemented as an eager allocation rather than a lazy one. This is the kind of engineering shortcut that works in a demo but fails under real-world usage patterns. The Hacker News thread's mention of broken macOS links in Windows UI is particularly damning: it suggests cross-platform code paths that aren't properly gated. For a company reportedly targeting a $30-40B valuation, such basic QA gaps erode enterprise trust. Compare to Cursor or Copilot, which use lighter-weight sandboxing via Docker or direct OS integration — neither spawns a full 1.8 GB VM on launch.
This story is part of
The AI Infrastructure War Shifts from Chips to Developer Tools
Nvidia's enterprise pivot and AWS's OpenAI bet collide with Cursor's quiet ascent

Mentioned in this article

Enjoyed this article?
Share:

AI Toolslive

Five one-click lenses on this article. Cached for 24h.

Pick a tool above to generate an instant lens on this article.

Related Articles

From the lab

The framework underneath this story

Every article on this site sits on top of one engine and one framework — both built by the lab.

More in Products & Launches

View all