Why Anthropic Thinks AI Should Have Its Own Computer — Felix Rieseberg of Claude Cowork & Claude Code Desktop
Most important take away
Anthropic deliberately chose to give Claude its own local virtual machine rather than running everything in the cloud, because the local computer unlocks access to all the same tools the user has without requiring complex permission chains. This architectural bet — that Silicon Valley is undervaluing local computing — is what makes Claude Cowork dramatically more capable than chat-based AI for real knowledge work tasks, from automating YouTube uploads to managing personal finances and taxes.
Chapter Summaries
Introduction & What is Claude Cowork Felix Rieseberg, member of technical staff at Anthropic, explains that Claude Cowork is a user-friendly superset of Claude Code. It runs Claude Code inside a virtual machine with a GUI, targeting both non-technical knowledge workers and power users who want tighter integrations (like Chrome). Despite being built in 10 days, it leveraged extensive prior internal prototyping.
The Value of Local Computing & Platform Primitives Felix argues Silicon Valley undervalues local computers. Giving AI its own computer (rather than cloud-only) avoids permission headaches, cookie/authentication issues, and data intimacy concerns. The value of having an existing platform to build on is increasing, not decreasing, even as code generation gets cheaper.
Skills: From MCP to Markdown Skills evolved from the discovery that giving Claude a markdown file describing an API endpoint worked better than building custom MCP tools. Skills are just text files, making them extremely portable and easy to create. The team is exploring skill portability across agents and the tension between personal vs. universal skill components.
Live Demo: Swyx’s Cowork Usage Swyx demonstrates using Cowork to download Zoom recordings, upload to YouTube, auto-title videos using frame screenshots, manage Discord, do design-to-code from Figma files, and organize messy desktop folders. He shows how he iteratively expanded automation scope and had Cowork create and split its own skills.
Evals & Scaffolding vs. Model Capability Cowork is evaluated against knowledge work tasks (finance, legal, personal management) rather than coding benchmarks. Felix increasingly believes the right strategy is to give the model more capabilities and tools rather than over-investing in scaffolding corrections that may become irrelevant as models improve.
Impact on the Labor Market Felix candidly states Anthropic is “deeply worried” about AI’s impact on junior employees, since the tasks being automated are often entry-level work. He suggests a University of Waterloo-style model where AI could compress years of career experience into accelerated simulations, but acknowledges society is not having this conversation enough.
VM Architecture & Security Cowork uses Apple’s virtualization framework on macOS and Windows Host Compute System (same as WSL2) on Windows. The VM approach solves the approval exhaustion problem — instead of approving every command, sandboxing provides a middle ground where Claude can install Python, Node.js, and run scripts freely without risking the host machine.
Electron, Chromium & Native Apps Felix (creator of the Windows 95 Electron project, early Slack app engineer) explains why Electron ships its own Chromium: OS webviews are unreliable, non-upgradeable without OS updates, and Chromium is an engineering marvel with extensive hardware workaround support. He notes current AI models can replicate Electron apps in Swift but cannot yet match the hyper-optimization of experienced native developers.
Future of Cowork & Multiplayer Upcoming priorities include remote Cowork, expanding what “your computer” means (local vs. VM vs. cloud), and enabling longer autonomous task execution. Felix is intrigued by multiplayer scenarios where Cowork agents communicate via existing tools like Slack rather than custom protocols, and by Bluetooth LE-based proximity skill sharing between devices.
Summary
-
Actionable insight: Start small and expand scope. The recommended approach to Cowork is to begin with a single manual knowledge work task, automate it, then keep going up the stack. Have Cowork create skills from repetitive tasks, then split and compose those skills. This “Factorio for your life” pattern compounds productivity over time.
-
Actionable insight: Use markdown skills over MCP connectors. Rather than configuring 25 MCP connectors, write a plain markdown file describing the API endpoint and let Claude figure it out. This is more portable, easier to maintain, and often more effective than formal tool integrations.
-
Actionable insight: Let Claude handle tool setup. Felix and Swyx both report having Claude set up MCP integrations, Google Cloud accounts, and API configurations rather than reading docs themselves. Claude is better at reading documentation and navigating complex setup flows than most users are willing to be.
-
Actionable insight: Use Cowork for finance and tax season. Cloud Cowork is specifically evaluated and optimized for finance, legal, and data-heavy knowledge work. Felix uses it for mortgage management and family planning; Swyx reports using it for taxes and business analysis.
-
Career advice: Junior engineers should pursue dense, accelerated experience. Felix highlights the University of Waterloo co-op model as ideal — cycling through many companies and collecting real-world experience rather than spending years in purely theoretical education. AI may soon enable simulated project experience that compresses years of learning into months.
-
Career advice: Invest in platform-layer skills. Felix says the infrastructure/platform layer (where Electron lives) is the most valuable place to invest as an engineer because the tools are not that good yet but the leverage for the future is enormous. Building generalizable primitives rather than hyper-specialized vertical products is a safer long-term bet.
-
Investment/market observation: Hyper-specialized AI startups face model risk. Felix warns that companies building very specialized AI wrappers for specific use cases may lose their moat as models improve at generalization. The startups most at risk are those whose value proposition is scaffolding that compensates for current model limitations rather than providing unique data or distribution.
-
Investment/market observation: Enterprise search companies (e.g., Glean) face pressure. The search component itself is becoming a small part of the value proposition as Cowork handles more of the end-to-end workflow. The real value is in task execution, not information retrieval.
-
No specific stocks or ticker symbols were mentioned in this episode.