37 comments

  • felixrieseberg3 hours ago
    Hi, Felix from Anthropic here. I work on Claude Cowork and Claude Code.<p>Claude Cowork uses the Claude Code agent harness running inside a Linux VM (with additional sandboxing, network controls, and filesystem mounts). We run that through Apple&#x27;s virtualization framework or Microsoft&#x27;s Host Compute System. This buys us three things we like a lot:<p>(1) A computer for Claude to write software in, because so many user problems can be solved really well by first writing custom-tailored scripts against whatever task you throw at it. We&#x27;d like that computer to not be _your_ computer so that Claude is free to configure it in the moment.<p>(2) Hard guarantees at the boundary: Other sandboxing solutions exist, but for a few reasons, none of them satisfy as much and allow us to make similarly sound guarantees about what Claude will be able to do and not to.<p>(3) As a product of 1+2, more safety for non-technical users. If you&#x27;re reading this, you&#x27;re probably equipped to evaluate whether or not a particular script or command is safe to run - but most humans aren&#x27;t, and even the ones who are so often experience &quot;approval fatigue&quot;. Not having to ask for approval is valuable.<p>It&#x27;s a real trade-off though and I&#x27;m thankful for any feedback, including this one. We&#x27;re reading all the comments and have some ideas on how to maybe make this better - for people who don&#x27;t want to use Cowork at all, who don&#x27;t want it inside a VM, or who just want a little bit more control. Thank you!
    • baconner3 hours ago
      FWIW I think many of us would actually very much love to have an official (or semi official) Claude sandboxing container image base &#x2F; vm base. I wonder if you all have considered making something like the cowork vm available for that?
      • hedgehog2 hours ago
        There is this:<p><a href="https:&#x2F;&#x2F;code.claude.com&#x2F;docs&#x2F;en&#x2F;devcontainer" rel="nofollow">https:&#x2F;&#x2F;code.claude.com&#x2F;docs&#x2F;en&#x2F;devcontainer</a><p>It does work but I found pretty quickly that I wanted to base my robot sandbox on an image tailored for the project and not the other way around.
      • beklein3 hours ago
        Perhaps useful, I discovered: <a href="https:&#x2F;&#x2F;github.com&#x2F;agent-infra&#x2F;sandbox" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;agent-infra&#x2F;sandbox</a><p>&gt; All-in-One Sandbox for AI Agents that combines Browser, Shell, File, MCP and VSCode Server in a single Docker container.
      • parliament322 hours ago
        This? <a href="https:&#x2F;&#x2F;code.claude.com&#x2F;docs&#x2F;en&#x2F;devcontainer" rel="nofollow">https:&#x2F;&#x2F;code.claude.com&#x2F;docs&#x2F;en&#x2F;devcontainer</a>
      • swyx3 hours ago
        what would you use it for?
        • skoocda2 hours ago
          Not OP, but having the exact VM spec your agent runs on is useful for testing. I want to make sure my code works perfectly on any ephemeral environments an agent uses for tasks, because otherwise the agent might invent some sort of degenerate build and then review against that. Seen it happen many times on Codex web.
    • aberoham55 minutes ago
      Claude Cowork grabs local DNS resolution on macOS which conflicts with secure web gateway aka ZTNA aka SASE products such as Cloudflare Warp which do similar. The work-around is to close Cowork, let Warp grab mDNSResponder&#x27;s attention first, then restart Claude Desktop, or some similar special ordering sequence. It&#x27;s annoying, but you could say that about everything having to do with MITM middleboxes.
    • beej713 hours ago
      I think these are are excellent points, but the complaint talks about significant performance and power issues.
      • wutwutwat2 hours ago
        That&#x27;s every virtual machine that&#x27;s ever existed. They are slower than metal and you&#x27;re running two OS stacks so you&#x27;ll draw more power.
        • binsquare1 hour ago
          Not every virtual machine, try microVMs.<p>I am building one now that works locally. But back in the day, I saw how extremely efficient VMs can be at AWS. microVMs power lambda btw
    • exabrial2 hours ago
      Felix, is there any way you guys could fix this simple, but absolutely terribly annoying bug?<p>Claude mangles XML files with &lt;name&gt; as an XML Tag to &lt;n&gt;<p><a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=47113548">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=47113548</a>
    • blcknight37 minutes ago
      I would look at how podman for Mac manages this; it is more transparent about what&#x27;s happening and why it needs a VM. It also lets you control more about how the VM is executed.
    • radicality3 hours ago
      I tried to use it right after launch from within Claude Desktop, on a Mac VM running within UTM, and got cryptoc messages about Apple virtualization framework.<p>That made me realize it wants to also run a Apple virtualization VM but can’t since it’s inside one already - imo the error messaging here could be better, or considering that it already is in a VM, it could perhaps bypass the vm altogether. Because right now I still never got to try cowork because of this error.
      • lxgr2 hours ago
        Does UTM&#x2F;Apple&#x27;s framework not allow nested virtualization? If I remember correctly from x86(_64) times, this is a thing that sometimes needs to be manually enabled.
        • thomascountz2 hours ago
          I&#x27;ve come across two different answers regarding Apple&#x27;s Virtualization.Framework support for nested virtualization:<p>1. Yes, but only Linux guests 2. Yes, but only M3+<p><a href="https:&#x2F;&#x2F;github.com&#x2F;apple&#x2F;container&#x2F;issues&#x2F;191" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;apple&#x2F;container&#x2F;issues&#x2F;191</a>
    • quinncom2 hours ago
      I accidentally clicked the Claude Cowork button inside the Claude desktop app. I never used it. I didn&#x27;t notice anything at the time, but a week later I discovered the huge VM file on my disk.<p>It would be really nice to ask the user, “Are you sure you want to use Cowork, it will download and install a huge VM on your disk.”
      • divan22 minutes ago
        Same. I work on M3 Pro with 512GB disk, and most of the time I have aroung 50GB free that goes down to 1GB often quite quick (I work with video editing and photos and caches are agressive there). I use apps like Pretty Clean and some own scripts (for brew clean, deleting Flutter builds, etc). So every 10GB used is a big deal for me.<p>Also discovered that VM image eating 10GB for no reason. I have Claude Desktop installed, but almost never use it (mostly Claude Code).
      • ephou71 hour ago
        Jesus Christ what kind of potatos are you using when 10 GB of disk space are even noticable for you?
    • ukuina3 hours ago
      Can you allow placing the VM on an external disk?<p>Also, please allow Cowork to work on directories outside the homedir!
      • lxgr2 hours ago
        I suppose you could just symlink the directory it&#x27;s in?
    • consumer4512 hours ago
      Any chance you guys could get the Claude Desktop installer fixed on Windows? It currently requires users to turn on &quot;developer mode.&quot;<p>Sorry for the ask here, but unaware of other avenues of support as the tickets on the Claude Code repo keep getting closed, as it is not a CC issue.<p><a href="https:&#x2F;&#x2F;github.com&#x2F;anthropics&#x2F;claude-code&#x2F;issues&#x2F;26457https:&#x2F;&#x2F;github.com&#x2F;anthropics&#x2F;claude-code&#x2F;issues&#x2F;26457" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;anthropics&#x2F;claude-code&#x2F;issues&#x2F;26457https:...</a>
    • bachittle3 hours ago
      Do you think it would be possible in the future to maybe add developer settings to enable or disable certain features, or to switch to other sandboxing methods that are more lightweight like Apple seatbelt for example?
    • tyfon2 hours ago
      It would be really nice to have an option to not do this since a ton of companies deny VMs in their group policies.
      • Terretta1 hour ago
        To a firm with such policies, to allow Cowork <i>outside</i> the VM should be strictly worse.<p>Ironically, VMs are typically blocked because the infosec team isn&#x27;t sure how to look inside them and watch you, unlike containers where whatever&#x27;s running is right there in the `ps` list.<p>They don&#x27;t look inside the JVM or .exes either, but they don&#x27;t think about that the same way. If they treat an app like an exe like a VM, <i>and the VM is as bounded as an app or an exe, with what&#x27;s inside staying inside</i>, they can get over concerns. (If not, build them a VM with their sensors inside it as well, and move on.)<p>This conversation can take a while, and several packs of whiteboard markers.
      • lrakster1 hour ago
        Agreed. Need to make this a choice for us.
    • flatline3 hours ago
      There&#x27;s a lot that&#x27;s not being said in (2). That warrants more extensive justification, especially with the issues presented in the parent post.
      • Someone12343 hours ago
        They&#x27;re using the harnesses provided by the respective underlying Operating Systems to do virtualization.<p>I&#x27;d like to explore that topic more too, but I feel like the context of &quot;we deferred to MacOS&#x2F;Windows&quot; is highly relevant context here. I&#x27;d even argue that should be the default position and that &quot;extensive justification&quot; is required to NOT do that.
    • Terretta1 hour ago
      &gt; <i>real trade-off … thankful for any feedback</i><p>Speaking as a tiny but regulated SMB that&#x27;s dabbling in skill plugins with Cowork: we strongly appreciate and support this stance. We hope you don&#x27;t relax your standards, and need you not to. We strongly agree with (1), (2), and (3).<p>If working outside the sandbox becomes available, Cowork becomes a more interesting exfil vector. A vbox should also be able to be made <i>non</i>-optional — even if MDM allows users to elevate privileges.<p>We&#x27;ve noticed you&#x27;re making other interesting infosec tradeoffs too. Your M365 connector aggressively avoids enumeration, which we figured was intentional as a seatbelt for keeping looky-loos in their lane.* Caring about foot-guns goes a long way in giving a sense of you being responsible. Makes it feel less irresponsible to wade in.<p>In the &#x27;thankful for feedback&#x27; spirit, here&#x27;s a concrete UX gap: we agree approval fatigue matters, and we appreciate your team working to minimize prompts.<p>But the converse is, when a user rejects a prompt — or it ends up behind a window — there&#x27;s no clear way to re-trigger. Claude app can silently fail or run forever when it can&#x27;t spin up the workspace, wasn&#x27;t allowed to install Python, or was told it can&#x27;t read M365 data.<p>Employees who&#x27;ve paid attention to their cyber training (reasonably!) click &quot;No&quot; and then they&#x27;re stuck without diagnostics or breadcrumbs.<p>For a CLI example of this done well, see `m365-cli`&#x27;s `auth` and `doctor` commands. The tool supports both interactive and script modes through config (backed by a setup wizard):<p><a href="https:&#x2F;&#x2F;pnp.github.io&#x2F;cli-microsoft365&#x2F;cmd&#x2F;cli&#x2F;cli-doctor&#x2F;" rel="nofollow">https:&#x2F;&#x2F;pnp.github.io&#x2F;cli-microsoft365&#x2F;cmd&#x2F;cli&#x2F;cli-doctor&#x2F;</a><p>Similarly, first party MCPs may run but be invisible to Cowork. Show it its own logs and it says &quot;OK, yes, that works but I still can&#x27;t see it, maybe just copy and paste your context for now.&quot; A doctor tool could send the user to a help page or tell them how to reinstall.<p>Minimal diagnostics for managed machines — running without local admin but able to be elevated if needed — would go a long way for the SMBs that <i>want</i> to deploy this responsibly.<p>Maybe a resync perms button or Settings or Help Menu item that calls cowork&#x27;s own doctor cli when invoked?<p>---<p>* When given IDs, the connector can read anything the user can anyway. We&#x27;re able to do everything we need, just had to ship ID signposts in our skill plugin that taps your connector. Preferred that hack over a third party MCP or CLI, thanks to the responsibility you look to be iteratively improving.
    • rvz2 hours ago
      &gt; (2) Hard guarantees at the boundary: Other sandboxing solutions exist, but for a few reasons, none of them satisfy as much and allow us to make similarly sound guarantees about what Claude will be able to do and not to.<p>This is the most interesting requirement.<p>So <i>all</i> the sandbox solutions that were recently developed all over GitHub, fell short of your expectations?<p>This is half surprising since many people were using AI to solve the sandboxing issue have claimed to have done so over several months and the best we have is Apple containers.<p>What were the few reasons? Surely there has to be some strict requirement for that everyone else is missing.<p>But still having a 10 GB claude.vmbundle doesn&#x27;t make any sense.
    • xvector3 hours ago
      Cowork has been an insane productivity boost, it is actually amazing. Thank you!
    • jccx703 hours ago
      [dead]
  • MarleTangible5 hours ago
    It&#x27;s incredible how many applications abuse disk access.<p>In a similar fashion, Apple Podcasts app decided to download 120GB of podcasts for random reason and never deleted them. It even showed up as &quot;System Data&quot; and made me look for external drive solutions.
    • kace914 hours ago
      The system data issue on macOS is awful.<p>I use my MacBook for a mix of dev work and music production and between docker, music libraries, update caches and the like it’s not weird for me to have to go for a fresh install once every year or two.<p>Once that gets filled up, it’s pretty much impossible to understand where the giant block of memory is.
      • prmph4 hours ago
        Yep, it <i>is</i> an awful situation. I&#x27;m increasingly becoming frustrated with how Apple keeps disrespecting users.<p>I downloaded several MacOS installers, not for the MacBook I use, but intending to use them to create a partitioned USB installer (they were for macOS versions that I could clearly not even use for my current MacBook). Then, after creating the USB, since I was short of space, I deleted the installers, including from the trash.<p>Weirdly, I did not reclaim any space; I wondered why. After scratching my head for a while, I asked an LLM, which directed me to check the system snapshots. I had previously disabled time machine backup and snapshots, and yet I saw these huge system snapshots containing the files I had deleted, and kicker was, there was no way to delete them!<p>Again I scratched my head for a while for a solution other than wiping the MacBook and re-installing MacOS, and then I had the idea to just restart. Lo and behold, the snapshots were gone after restarting. I was relieved, but also pretty pissed off at Apple.
        • ryandrake2 hours ago
          It&#x27;s just as bas on Windows. Operating Systems and Applications have been using the user&#x27;s hard drive as a trash dumping ground for decades. Temporary files, logs, caches, caches of caches, settings files, metadata files (desktop.ini, .fseventsd, .Trashes, .Spotlight-V100, .DS_Store). Developers just dump their shit all over your disk as if it belongs to them. I really think apps should have to ask permission before they can write to files, outside of direct user-initiated command.
        • intrasight2 hours ago
          I can&#x27;t help but think back to a conversation with my girlfriend in 1984. She had just bought a PC and I had bought a Mac.<p>She said &quot;Oh, you bought a toy computer. How cute!&quot;<p>I&#x27;ve owned every architecture of Mac since then, and I still think of it is my toy computer.
        • jmalicki3 hours ago
          Disk utility lets you delete them.
          • prmph59 minutes ago
            Nope, I tried that, was blocked by SIP.
      • vachina4 hours ago
        Because Apple differentiates their products by their storage sizes, they also sell iCloud subscription. There is zero (in fact negative) incentive to respect your storage space.
        • threetonesun3 hours ago
          Been a while since I needed to use it there but it always amazed me that the Windows implementation of iCloud was more flexible in terms of location and ability to decide what files got synced.
          • anonymars2 hours ago
            Ho ho, except for where it puts the photos. Those go into a subfolder of the system photos folder, and there&#x27;s no configuration (yet you can configure the &quot;shared photos&quot; location)<p>And then, should you try to set up OneDrive (despite Microsoft&#x27;s shenanigans, it does simplify taking care of non-tech-savvy relatives), it will refuse to sync the photos folder because &#x27;it contains another cloud storage&#x27; and you&#x27;ll genuinely wonder how or why anyone uses computers anymore
      • dotxlem4 hours ago
        I had the same problem and had some luck cleaning things up by enabling &quot;calculate all sizes&quot; in Finder, which will show you the total directory size, and makes it a bit easier to look for where the big stuff is hiding. You&#x27;ll also want to make sure to look through hidden directories like ~&#x2F;Library; I found a bunch of Docker-related stuff in there which turned out to be where a lot of my disk space went.<p>You can enable &quot;calculate all sizes&quot; in Finder with Cmd+J. I think it only works in list view however.
        • robin_reala4 hours ago
          I’d recommend GrandPerspective:[1] it’s really good at displaying this sort of thing, has been around for over two decades, and the developer has managed to keep it to &lt;5MB which is perfect when you’re running very low on space.<p>[1] <a href="https:&#x2F;&#x2F;grandperspectiv.sourceforge.net&#x2F;" rel="nofollow">https:&#x2F;&#x2F;grandperspectiv.sourceforge.net&#x2F;</a>
          • braingravy3 hours ago
            I use GP, would recommend as well; it generates great color codes tree maps of your storage. Once you get used to navigating it that way, you won’t go back.
        • dewey4 hours ago
          Something like <a href="https:&#x2F;&#x2F;dev.yorhel.nl&#x2F;ncdu" rel="nofollow">https:&#x2F;&#x2F;dev.yorhel.nl&#x2F;ncdu</a> with (&quot;brew install ncdu&quot;) is great if you are okay with the command line. It&#x27;s very annoying to drill down in the Finder especially if it&#x27;s hidden directories.
          • mrbombastic3 hours ago
            in a similar vein if you are looking for a nice GUI, daisydisk is great: <a href="https:&#x2F;&#x2F;daisydiskapp.com" rel="nofollow">https:&#x2F;&#x2F;daisydiskapp.com</a> one time $10 payment
        • vintagedave3 hours ago
          Also DaisyDisk! Beautiful app. Perfect for discovering this kind of thing.
        • prmph4 hours ago
          A ton of thanks. This &quot;hack&quot; allowed to finally see some stuff that was eating up a lot of my space and was showing up as &quot;System Data&quot;. It turned out the Podman virtual machine on my MacBook had eaten up more 100GB!
        • 1e1a4 hours ago
          You can also just use du -hs, eg. to show the size of all subdirectories under ~&#x2F;Library&#x2F;Caches&#x2F; do:<p><pre><code> du -hs ~&#x2F;Library&#x2F;Caches&#x2F;*</code></pre>
      • zarzavat4 hours ago
        The trick is to reboot into recovery partition, disable SIP, then run OmniDiskSweeper <i>as root</i> (as in `sudo &#x2F;Applications&#x2F;OmniDiskSweeper.app&#x2F;Contents&#x2F;MacOS&#x2F;OmniDiskSweeper`). Then you can find all kinds of caches that are otherwise hidden by SIP.
        • prmph1 hour ago
          It shouldn&#x27;t be this hard to clear unwanted data from my own computer
      • piyh4 hours ago
        Even worse on ipad. My wife is an artist and 100gigs of &quot;system data&quot; is completely inscrutable and there&#x27;s zero ways to fix it besides a full wipe.
      • John238324 hours ago
        Seconding.<p>I should not have to hack through &#x2F;Libary files to regain data on a TB drive because Osx wanted to put 200gbs of crap there in an opaque manner and not give the user ANY direct way to regain their space.
      • millerm3 hours ago
        I simply run GrandPerspective (GUI app, <a href="https:&#x2F;&#x2F;grandperspectiv.sourceforge.net&#x2F;" rel="nofollow">https:&#x2F;&#x2F;grandperspectiv.sourceforge.net&#x2F;</a>), or dust (terminal app, <a href="https:&#x2F;&#x2F;github.com&#x2F;bootandy&#x2F;dust" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;bootandy&#x2F;dust</a>), to give me an idea of what is going on with disk usage.
        • rickmatt2 hours ago
          Thank you for this! I just downloaded it and identified over 50G of junk. It&#x27;s just what I have been looking for to help manage my drive utilization.
      • pdntspa4 hours ago
        Equally egregious are applications that insist on using the primary disk to cache model data&#x2F;sample data&#x2F;whatever
        • zbentley4 hours ago
          What should they do instead?<p>Like, assuming they need the data and it&#x27;s inconveniently large to fit into RAM, where&#x2F;how should they store and access it if not the primary disk?
          • mock-possum3 hours ago
            They should ask. Let users specify a scratch &#x2F; cache location - preferably fast storage that’s not The OS drive
      • drumttocs83 hours ago
        My 256gb Mac Mini currently has 65gb of &quot;System Data&quot; and 40gb of &quot;MacOS&quot;
      • mbowcut23 hours ago
        Gotta hit that docker system prune -a
      • mschuster913 hours ago
        &gt; Once that gets filled up, it’s pretty much impossible to understand where the giant block of memory is.<p>Your friend is called ncdu and can be used as follows:<p><pre><code> sudo ncdu -x -e --exclude Volumes &#x2F;System&#x2F;Volumes&#x2F;Data&#x2F; </code></pre> The exclude for Volumes is necessary because otherwise ncdu ends up in an infinite loop - &quot;&#x2F;Volumes&#x2F;Macintosh\ HD&#x2F;Volumes&#x2F;&quot; can be repeated ad nauseam and ncdu&#x27;s -x flag doesn&#x27;t catch that for whatever reason.
    • dewey4 hours ago
      Don&#x27;t run &quot;du -h ~&#x2F;Library&#x2F;Messages&quot; then, I&#x27;ve mentioned that many times before and it&#x27;s crazy to me to think that Apple is just using up 100GB on my machine, just because I enable iMessage syncing and don&#x27;t want to delete old conversations.<p>One would think that&#x27;s a extremely common use case and it will only grow the more years iMessage exists. Just offload them to the cloud, charge me for it if you want but every other free message service that exists has no problem doing that.
      • epistasis2 hours ago
        <p><pre><code> sudo du -sh ~&#x2F;Library&#x2F;Messages Password: du: &#x2F;Users&#x2F;cvaske&#x2F;Library&#x2F;Messages: Operation not permitted </code></pre> Wow, SIP is a bit more insidious than I remember. Maybe I should try it in Terminal.app rather than a third party app... I wonder if there will ever be a way to tell the OS &quot;this action really was initiated by the user, not malware, let them try to do what they say they want to do&quot;<p>Edit: investigating a bit more, apparently the lack of a sudo-equivalent, an &quot;elevate this one process temporarily&quot; command is intentional in the design, so that malicious scripts can&#x27;t take advantage of that &quot;this is really the user&quot; approval path. I can&#x27;t say I agree with that design decision, but at least it&#x27;s an ethos.
      • bee_rider4 hours ago
        Offloading to the cloud and charging the user seems like a bigger breach of expectations than the hard drive space.
        • dewey3 hours ago
          If you have a choice there&#x27;s nothing wrong with it. It&#x27;s the same way that iCloud Photos already work. You can either disable iCloud and have everything locally in your Photos app or let it dynamically offload to iCloud (If you have enough cloud space).<p>I&#x27;d rather pay for cloud space that I&#x27;m already using anyway than having it take up my limited space on my laptop that I can&#x27;t extend.
      • dawnerd3 hours ago
        Same with photos. You can enable the option to offload but there’s no way to control how much is used locally. I don’t know why messages does that either. Also no easy way to remove the hundreds of thousands of photos in messages across all chats.
        • mh-2 hours ago
          And for people like me who are content to pay for the iCloud storage in order to <i>not</i> delete them - there&#x27;s no way to say &quot;keep everything. but not locally, because <i>that&#x27;s silly.</i>&quot;
      • bensyverson4 hours ago
        Agreed, it should work like the iCloud Photos library; cache locally, but pull from the cloud when necessary.
        • mh-2 hours ago
          Even with the way Photos work - which is desirable, I agree - I should be able to specify a limit on how much local disk it uses.<p>I don&#x27;t know what the formula it uses is, but it&#x27;s insufficient.
          • bensyverson1 hour ago
            There is a workaround… You can create an APFS partition on your main drive, set it to a fixed size (e.g. 10GB), and then move the location of your Photos library to that drive.<p><i>Note that if your Photos library is already larger than you want it to be, you may need to make sure it&#x27;s synced, delete it, and create a new library on the drive. It will then sync with iCloud. But that&#x27;s a hassle, and I would back up the library before you do this.</i>
      • latexr3 hours ago
        System Settings &gt; General &gt; Storage. Click the ⓘ next to Messages. Sort by size and delete large attachments.
        • dewey2 hours ago
          Appreciate the suggestion but that&#x27;s similar to fixes like &quot;Have you tried re-installing your OS, maybe that fixes the issue?&quot;.<p>I don&#x27;t want to babysit my attachments or delete old conversations just because Apple doesn&#x27;t put effort into that app. Probably my fault for still using it, but Telegram, WhatApp and Signal all manage to do it better.
    • AndroTux4 hours ago
      This one drives me nuts. Not just on Mac, also on iPhone&#x2F;iPad. It&#x27;s 2026, and 5G is the killer feature advertised everywhere. There&#x27;s no reason to default to downloading gigabytes of audio files if they could be streamed with no issue whatsoever.
      • jlokier3 hours ago
        I&#x27;m on 5G right now and it just struggled to load the HN front page due to local network congestion. At times of day when it&#x27;s not congested it reaches 60-90Mbyte&#x2F;s in the same physical location<p>Spotify just gave up while trying to show me my podcasts. I can&#x27;t listen to anything not already downloaded right now.<p>Yet at 3am I&#x27;ll be able to download a 100GB LLM without difficulty onto the same device that can&#x27;t stream a podcast right now.<p>Unfortunately I don&#x27;t think 5G is the streaming panacea you have in mind. Maybe one day...
      • melonpan73 hours ago
        Only reason I still download from Apple Music to device is for lossless and hi-res lossless, which would otherwise use a lot of cellular data.
      • frereubu3 hours ago
        On 5G, it depends. There are still plenty of people around the world who don&#x27;t have unlimited data plans.
    • geooff_1 hour ago
      I had the same problem but with a bad time machine backup. ~300GB of my 512GB disk, just labeled the generic &quot;System Data&quot;. I lost a day of work over it because I couldn&#x27;t do Xcode builds and had to do a deep dive into what was going on.
    • coldtrait4 hours ago
      This seems to be a recent popular tool to handle this - <a href="https:&#x2F;&#x2F;github.com&#x2F;tw93&#x2F;Mole" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;tw93&#x2F;Mole</a><p>I also prompt warp&#x2F;gemini cli to identify unnecessary cache and similar data and delete them
    • jacquesm3 hours ago
      &gt; Apple Podcasts app decided to download 120GB<p>That&#x27;s one way to drive sales for higher priced SSDs in Apple products. I&#x27;m pretty sure that that sort of move shows up as a real blip on Apple&#x27;s books.
    • jvidalv3 hours ago
      Suprisingly Claude is amazing at cleaning up your macbook. Tried, works like a charm.
    • chuckadams5 hours ago
      Someone actually still uses the built-in podcasts app?
      • hidelooktropic4 hours ago
        Not sure what you have against it. Works great for me. No subscription required. And if I do want to pay for ad free shows and support creators it&#x27;s easy to do so.<p>Use whatever you like but I don&#x27;t think Podcast app users are rare by any stretch of the imagination.
      • Angostura5 hours ago
        It&#x27;s absolutely fine, from what I can tell
      • mister_mort4 hours ago
        AFAIK the native Podcast app for iPhone is the only way to make PC-phone podcast file syncing work. This stops you downloading the same podcast file twice, once on your PC and once on your phone.
      • dewey4 hours ago
        It probably has more active users than all third party podcast apps on all mobile platforms combined. The power of defaults.
      • rafram4 hours ago
        It&#x27;s generally a good app. People in the tech community like Overcast, but I&#x27;ve always found its UI completely illogical. Apple Podcasts is organized like I&#x27;d expect a podcast app to be.
    • delaminator4 hours ago
      My WinSxS folder is 17Gb
  • zhyder3 hours ago
    I guess it could warn about it but the VM sandbox is the best part of Cowork. The sandbox itself is necessary to balance the power you get with generating code (that&#x27;s hidden-to-user) with the security you need for non-technical users. I&#x27;d go even further and make user grant host filesystem access only to specific folders, and warn about anything with write access: can think of lots of easy-to-use UIs for this.
  • blitzar5 hours ago
    The vibe coding giveth and the the vibe coding taketh away, blessed be the vibe coding
  • Terretta4 hours ago
    Arguably, even without LLM, you too should be dev-ing inside a VM...<p><a href="https:&#x2F;&#x2F;developer.hashicorp.com&#x2F;vagrant" rel="nofollow">https:&#x2F;&#x2F;developer.hashicorp.com&#x2F;vagrant</a> is still a thing.<p>The market for Cowork is normals, getting to tap into a executive assistant who can code. Pros are running their consumer &quot;claws&quot; on a separate Mac Mini. Normals aren&#x27;t going to do that, and offices aren&#x27;t going to provision two machines to everyone.<p>The VM is an obvious answer for this early stage of scaled-up research into collaborative computing.
    • messh4 hours ago
      Yeah, very easy to do today. May VPS providers help with this, checkout:<p><a href="https:&#x2F;&#x2F;exe.dev" rel="nofollow">https:&#x2F;&#x2F;exe.dev</a><p><a href="https:&#x2F;&#x2F;sprites.dev" rel="nofollow">https:&#x2F;&#x2F;sprites.dev</a><p><a href="https:&#x2F;&#x2F;shellbox.dev" rel="nofollow">https:&#x2F;&#x2F;shellbox.dev</a>
      • Terretta1 hour ago
        Yes! Whether VPS or local VM, this is a thing for good reasons.<p>Some reasons aren&#x27;t even optional. Small but regulated entities exist, and most &quot;Team&quot; sized businesses aren&#x27;t in Google apps or &quot;the cloud&quot; as they think about it, but <i>are</i> in M365, and do pay for cyber insurance.<p>Cowork with skills plugins that leverage Python or bash is a remarkably enabling framework given how straightforward it is. A skill engineer can sit with an individual contributor domain expert, conversationally decompose the expert&#x27;s toil into skills and subcommands, iterate a few times, and like magic the IC gets hours back a day.<p><i>Cowork is Agents-On-Rails™ for LLM apps, like Rails was to PHP for web apps.</i><p>The VM makes that anti-fragile.<p>For any SaaS builders reading this: by far most white collar small business work is in Microsoft Office. The scarce &quot;Continue with Microsoft&quot; OIDC reaches more potential SMB desks than the ubiquitous &quot;Continue with Google&quot; and you don&#x27;t have to learn the legacy SAML dance.<p>Anthropic seems to understand this. It&#x27;s refreshing when a firm discovers how to cater to the 25–150 seat market. There&#x27;s an uncanny valley between early adopters and enterprise contracts, but the world runs on SMBs.<p>Sign them <i>all</i> up!
    • mihaelm3 hours ago
      I prefer devcontainers for more involved project setups as they keep it lighter than introducing a VM. It’s also pretty easy to work with Docker (on your host) with the docker-outside-of-docker feature.<p>However, I’m also curious about using NixOS for dev environments. I think there’s untapped potential there.
      • Terretta2 hours ago
        we love nix for dev environments, and highly recommend it. many other problems go away. don&#x27;t see that as what&#x27;s being solved here, though.<p>containers contain stuff the way an open bookcase contains books, they&#x27;re just namespaces and cgroups on a file system overlay, more or less, held together by willpower not boundaries:<p><a href="https:&#x2F;&#x2F;jvns.ca&#x2F;blog&#x2F;2016&#x2F;10&#x2F;10&#x2F;what-even-is-a-container&#x2F;" rel="nofollow">https:&#x2F;&#x2F;jvns.ca&#x2F;blog&#x2F;2016&#x2F;10&#x2F;10&#x2F;what-even-is-a-container&#x2F;</a><p><a href="https:&#x2F;&#x2F;github.com&#x2F;p8952&#x2F;bocker" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;p8952&#x2F;bocker</a><p>as a firm required to care about infosec, we appreciate the stance in their (2). and MacOS VMs are so fast now, they might as well be containers except, you know, they work. (if not fast, that should be fixed.)<p>that said, yes, running local minikube and the like remain incredibly useful for mocking container envs where the whole environment is inside a machine(s) boundary. containers are _almost_ as awesome as bookcases…
        • mihaelm2 hours ago
          I just went on a tangent related to dev environments i.e. inside what to develop. In case of Cowork, a VM is definitely the right choice - no doubt.
    • hirvi742 hours ago
      I concur. I don&#x27;t want to install libraries on my host machine that I won&#x27;t use for anything other than development, e.g., Node.js.<p>On macOS, Lima has been a godsend. I have Claude Code in an image, and I just mount the directory I want the VM to have access to. It works flawlessly and has been a replacement for Vagrant for me for some time. Though, I owe a lot to Vagrant. It was a lifesaver for me back in the day.
  • informal0074 hours ago
    I believe that employees in Anthropocs use CC to develop CC now.<p>AI really give much user ability to develop a completed product, but the quality is decreasing. Professional developers will be in demand when the products&#x2F;features become popular.<p>First batch of users of new products need to take more responsibility to test the product like a rats in lab
    • rvz3 hours ago
      &gt; AI really give much user ability to develop a completed product, but the quality is decreasing. Professional developers will be in demand when the products&#x2F;features become popular.<p>Looking at the amount of issues, outages and rookie mistakes the employees are making leads me to believe that most of them are below junior level.<p>If anyone were to re-interview everyone at Anthropic for their own roles with their own interview questions, I would guess that &gt;75% of them would not pass their own interviews.<p>The only team the would pass them are the Bun team and some other of the recently acquired startups.
      • linkregister3 hours ago
        Claude consistently tops the leaderboard in software engineering benchmarks.
        • rvz2 hours ago
          You realise that excuse is completely irrelevant? For the outages and the rest of the issues above and even when it goes down you still need to know what exactly is wrong.<p>Using &#x27;software engineering benchmarks&#x27; and &#x27;leaderboards&#x27; to mask for those issues in scenarios that require rapid response or urgency doesn&#x27;t make any sense and even going with that, I would expect less outages but it is in fact the opposite, especially when what we are seeing is that one outage occurrs, another one appears right afterwards almost the next day.
  • atonse4 hours ago
    I literally spent the last 30 mins with DaisyDisk cleaning up stuff in my laptop, I feel HN is reading my mind :)<p>I also noticed this 10GB VM from CoWork. And was also surprised at just how much space various things seem to use for no particular reason. There doesn&#x27;t seem to be any sort of cleanup process in most apps that actually slims down their storage, judging by all the cruft.<p>Even Xcode. The command line tools installs and keeps around SDKs for a bunch of different OS&#x27;s, even though I haven&#x27;t launched Xcode in months. Or it keeps a copy of the iOS simulator even though I haven&#x27;t launched one in over a year.
    • cmckn4 hours ago
      &gt; Xcode…keeps around SDKs for a bunch of different OS&#x27;s<p>Not a new problem, unfortunately. DevCleaner is commonly used to keep it under control: <a href="https:&#x2F;&#x2F;github.com&#x2F;vashpan&#x2F;xcode-dev-cleaner" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;vashpan&#x2F;xcode-dev-cleaner</a>
    • hulitu4 hours ago
      Is there no crond and find on MacOSX ?
  • bachittle5 hours ago
    Yup it uses Apple Virtualization framework for virtualization. It makes it so I can&#x27;t use the Claude Cowork within my VMs and that&#x27;s when I found out it was running a VM, because it caused a nested VM error. All it does is limit functionality, add extra space and cause lag. A better sandbox environment would be Apple seatbelt, which is what OpenAI uses, but even that isn&#x27;t perfect: <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=44283454">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=44283454</a>
    • ctmnt2 hours ago
      I don’t have an opinion on how they should handle the nested VMs probably, but I very much disagree that Seatbelt is better. Claude Code (aka `claude`) uses it, and it’s barely good for anything.<p>Out of curiosity, why are you running Cowork inside a VM in the first place? What does that get you that letting Cowork use its own VM wouldn’t?
    • j16sdiz4 hours ago
      seatbelt is largely undocumented.
      • bachittle3 hours ago
        OpenAI Codex CLI was able to use it effectively, so at least AI knows how to use it. Still, its deprecated and not maintained, Apple needs to make something new soon.
      • pluc4 hours ago
        just ask AI to document it
        • ramoz4 hours ago
          Not sure why you&#x27;re getting down voted. This is totally reasonable.
  • creatonez3 hours ago
    As much as an inconvenience this may be, this is exactly what &quot;agents&quot; should be doing. If your tool doesn&#x27;t have a builtin sandbox that is intended to be used at all times, you&#x27;re using something downright hazardous and WILL end up suffering data loss.
  • pncnmnp2 hours ago
    On a similar tangent, but on the opposite end of the spectrum, check out this month-old discussion on HN: <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=46772003">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=46772003</a><p>ChatGPT&#x27;s code execution container contains 56 vCPUs!! Back then, simonw mentioned:<p>&gt; It appears to have 4GB of RAM and 56 (!?) CPU cores <a href="https:&#x2F;&#x2F;chatgpt.com&#x2F;share&#x2F;6977e1f8-0f94-8006-9973-e9fab6d24418" rel="nofollow">https:&#x2F;&#x2F;chatgpt.com&#x2F;share&#x2F;6977e1f8-0f94-8006-9973-e9fab6d244...</a><p>I&#x27;m seeing something similar on a free account too: <a href="https:&#x2F;&#x2F;chatgpt.com&#x2F;share&#x2F;69a5bbc8-7110-8005-8622-682d5943dcd9" rel="nofollow">https:&#x2F;&#x2F;chatgpt.com&#x2F;share&#x2F;69a5bbc8-7110-8005-8622-682d5943dc...</a><p>On my paid account, I was able to verify this. I was also able to get a CPU-bound workload running on all cores. Interestingly, it was not able to fully saturate them, though - despite trying for 20-odd minutes. I asked it to test with stress-ng, but it looks like it had no outbound connectivity to install the tool: <a href="https:&#x2F;&#x2F;chatgpt.com&#x2F;share&#x2F;69a5c698-28bc-8005-96b6-9c089b0cc561" rel="nofollow">https:&#x2F;&#x2F;chatgpt.com&#x2F;share&#x2F;69a5c698-28bc-8005-96b6-9c089b0cc5...</a><p>Anyways, that&#x27;s a lot of compute. Not quite sure why its necessary for a plus account. Would love to get some thoughts on this?
  • quanwinn5 hours ago
    I imagined someone at Anthropic prompted &quot;improve app performance&quot;, and this was the result.
  • _orcaman_55 minutes ago
    A better UX would be to prompt the user, asking &quot;Would you like to use the app in a sandbox for enhanced safety?&quot; and only then download the Ubuntu linux image used in the VM
  • sometimez34 minutes ago
    Same thing on Windows. The VM bundle is at %AppData%\Claude\vm_bundles
  • cogman103 hours ago
    Ok, so a lot of this boils down to the fact that this sort of software really wants to be running on linux. For both windows and mac, the only way to (really) do that is creating a VM.<p>It seems to me that the main issue here is painful disconnects between the VM and the host system. The kernel in the VM wants to manage memory and disk usage and that management ultimately means the host needs to grant the guest OS large blocks of disk and memory.<p>Is anyone thinking about or working on narrowing that requirement? Like, I may want the 99% of what a VM does, but I really want my host system to ultimately manage both memory and disk. I&#x27;d love it if in the linux VM I had a bridge for file IO which interacted directly with the host file system and a bridge in the memory management system which ultimately called the host system&#x27;s memory allocation API directly and disabled the kernels memory management system.<p>containers and cgroups are basically how linux does this. But that&#x27;s a pretty big surface area that I doubt any non-linux system could adopt.
    • lxgr3 hours ago
      Given that Claude Code runs without issues on macOS, I&#x27;d guess that it&#x27;s more about sandboxing shell sessions (i.e. not macOS applications or single processes, for which solutions exist).<p>Unfortunately, unlike Linux, macOS doesn&#x27;t have a great out-of-the-box story there; even Apple&#x27;s first-party OCI runtime is based on per-container Linux VMs.
      • cogman103 hours ago
        I think only BSD really has a good sandboxing solution beside linux (jails).<p>And after looking into Jails, it looks like BSD also supports linux cgroups... that&#x27;s actually really impressive. [1]<p>[1] <a href="https:&#x2F;&#x2F;docs.freebsd.org&#x2F;en&#x2F;books&#x2F;handbook&#x2F;linuxemu&#x2F;#linuxemu" rel="nofollow">https:&#x2F;&#x2F;docs.freebsd.org&#x2F;en&#x2F;books&#x2F;handbook&#x2F;linuxemu&#x2F;#linuxem...</a>
      • jjfoooo42 hours ago
        The upgrade to the native installer gave me some issues, I had Claude fail to return any responses and continuously eat memory until my computer crashed! The only fix I could figure out is nuking my entire .claude dir, losing all my history etc with it
    • kccqzy3 hours ago
      It’s a solved problem in the VM world too. Memory ballooning is a technique where a driver inside the VM kernel cooperates with the hypervisor to return memory back to the host by appearing to consume the memory from the VM. And disk access is even easier; just present a network filesystem to the VM.
      • cogman102 hours ago
        The network file system to host is usually pretty slow no? That was my impression.<p>As for memory ballooning, the main issue with it is that it (generally) only gets triggered when the host runs out of memory.<p>For a host which is only running VMs, this is fine. But for the typical consumer host it becomes cumbersome as you still need to give the VM a giant memory block and hope that your VM of choice is good enough to free on time. It&#x27;s also uncoordinated. When swapping needs to happen, if the VM was using the host for allocation the host could much more efficiently decide what needs to go into swap.<p>And if the host was in charge of both the memory and file system, then things like a system cache could be done more efficiently on top of all that.
  • tbrownaw5 hours ago
    Sure it uses a few GB just like everything else these days, but some of the comments also mention it being slow?
    • Aurornis5 hours ago
      The GitHub issue is AI generated. In my experience triaging these in other projects, you can’t really trust anything in them without verifying. The users will make claims and then the AI will embellish to make them sound more important and accurate.
      • dylan6045 hours ago
        &gt; AI will embellish to make them sound more important and accurate.<p>Did you mean <i>than</i> accurate rather than <i>and</i> accurate? Having a more accurate issue description only sounds like a good thing to me
        • monsieurbanana4 hours ago
          Making them look more accurate is not the same as being more accurate, and llms are pretty good at the former.<p>Imagine a user had a vague idea or something that is broken, then the LLM will choose to interpret his comment for what it thinks is the most likely actual underneath problem, without actually checking anything.
        • kace914 hours ago
          “Seem important and accurate” is correct. It doesn’t imply actual accuracy, the llm will just use figures that resemble an actual calculation, hiding they are wild guesses.<p>I’ve run into the issue trying to use Claude to instrument and analyze some code for performance. It would make claims like “around 500mb ram are being used in this allocation” without evidence.
        • seanhunter4 hours ago
          I read that as &quot;make them sound more important and accurate than they actually are&quot;.
        • Filligree4 hours ago
          To make them <i>sound</i> more accurate.
  • exabrial3 hours ago
    I see this as a feature. The cost of isolation
  • puppymaster4 hours ago
    macbook pro m4 bought last year. worked on so many codes and projects. never hot after closing lid. installed electron claude. closed lid and went to sleep and woke up to macbook that has been hot all night. uninstall claude. problem went away.<p>i kept telling myself this BUT NEVER ELECTRON AGAIN.
    • lxgr2 hours ago
      To be fair, ChatGPT seems to be a native app and still somehow managed to continuously burn some 30-40% of CPU on my mac that ended up being attributable to some shimmer animation for two never-loading icons.
    • bigyabai2 hours ago
      I don&#x27;t know if Electron is the issue here, my Wintel machine has Claude Code running 24&#x2F;7 and doesn&#x27;t ever heat up.<p>Might be virtualization woes or something adjacent.
    • DauntingPear74 hours ago
      It’s not electron
      • woadwarrior012 hours ago
        The macOS Claude app is absolutely an electron app, which is what the github issue in this post is about.<p>If you&#x27;d like to verify for yourself: On your mac, right click on the Claude app icon and click on &quot;Show Package Contents&quot; and then navigate to Contents &gt; Frameworks &gt; Electron Framework.framework.
      • rvz3 hours ago
        Yes it certainly is.
    • hulitu4 hours ago
      &gt; woke up to macbook that has been hot all night<p>this is usual reason for divorce &#x2F;s
  • brunooliv3 hours ago
    I really love Anthropic&#x27;s models, but, every single product&#x2F;feature I&#x27;ve used other than the Claude Code CLI has been terrible... The CLI just &quot;sticked&quot; for me and I&#x27;ve never needed (or arguably looked in depth) any other features. This for my professional dayjob.<p>For personal use, where I have a Pro subscription and adventure into exploring all the other features&#x2F;products they have... I mean, the experience outside of Claude Code and the terminal has been... bad.
    • msp263 hours ago
      &gt; every single product&#x2F;feature I&#x27;ve used other than the Claude Code CLI has been terrible<p>yeah they&#x27;re shipping too fast and everything is buggy as shit<p>- fork conversation button doesn&#x27;t even work anymore in vscode extension<p>- sometimes when I reconnect to my remote SSH in VSCode, previously loaded chats become inaccessible. The chats are still there in the .jsonl files but for some reason the CC extension becomes incapable of reading them.
    • yuppiepuppie3 hours ago
      I tend to agree here. Today, I tried to get the claude chat to give me a list of Jira tickets from one board (link provided) and then upload it to notion with some additional context. It glitched out after trying the prompt over again 4x. I eventually gave up and went back to the terminal.
    • perbu3 hours ago
      Yes. This is my experience as well. The software quality is generally horrible. It surely has improved a lot over the last couple of months, but it is still pretty horrible.<p>It is quite normal for me to have to force-close Claude Desktop.
  • pama3 hours ago
    Aren&#x27;t most these people recommending random tools in the github chat for this entry just attempting to exploit naive users? Why would anyone in this day and age follow advice of new users to download new repos or click at random websites when they already attempt to use claude code or cowork?
    • nhubbard3 hours ago
      While I generally agree with your sentiment, these tools aren&#x27;t bad ones:<p>- Santa is a very common tool used by macOS admins to lock down binary and file access privileges for apps, usually on managed machines<p>- Disk Inventory X and GrandPerspective are well-known disk space usage tools for macOS (I personally use DaisyDisk but that requires a license)<p>- WizTree and WinDirStat are very common tools from Windows admin toolkits<p>The only one here I can say is potentially suspect is ClearDisk. I haven&#x27;t used it before, but it does appear to be useful for specifically tracking down developer caches that eat up disk space.
  • andresquez4 hours ago
    Way slower, but way better than chat mode. Nothing beats Claude Code CLI imo.
  • game_the0ry4 hours ago
    Yeah, that&#x27;s why I do not install these tools on my personal devices anymore and instead play with them on a VPS.<p>Try this if you have claude code -- ls -a your home dir and see all the garbage claude creates.
  • anotheryou3 hours ago
    Mac Problems...<p>so crazy on a windows desktop I at most complain if it is hardcoded to the system drive (looking at you ollama)
  • Aurornis5 hours ago
    This GitHub issue itself is clearly AI slop. If you’ve been dealing with GitHub issues in the past months it will be obvious, but it’s confirmed at the end:<p>&gt; Filed via Claude Code<p>I assume part of it is true, but determining which part is true is the hard part. I’ve lost a lot of time chasing AI-written bug reports that were actually something else wrong with the user’s computer. I’m assuming the claims of “75% faster” and other numbers are just AI junk, but at least someone could verify if the 10GB VM exists.
    • 16bitvoid3 hours ago
      If your codebase is entirely vibe coded, I feel it only appropriate to permit issues being vibed as well. It&#x27;s hypocritical otherwise.
      • rzzzt1 hour ago
        Use an agent to summarize and generate reproducers for each report, another to select issues to be fixed in the next iteration, a third one to implement changes, a fourth for code review...
    • chuckadams5 hours ago
      I wouldn&#x27;t think it&#x27;s inappropriate for an AI agent to file an issue against another AI agent, which itself is largely written by AI.
  • Robdel123 hours ago
    Hey, they did admit that they vibed this in a week and released it to everyone.
  • fooker4 hours ago
    That seems somewhat reasonable.<p>Storage should be cheaper, complain about Apple making you pay a premium.
  • jFriedensreich4 hours ago
    Its just another example and just a detail in the broader story: We cannot trust any model provider with any tooling or other non model layer on our machines or our servers. No browsers, no cli, no apps no whatever. There may not be alternatives to frontier models yet, but everything else we need to own as true open source trustable layer that works in our interest. This is the battle we can win.
    • prmph4 hours ago
      Why don&#x27;t people form cooperatives, contribute to buy serious hardware and colocate them in local data centers, and run good local models like GLM on them to share?
      • jFriedensreich3 hours ago
        We are starting to! TBH it will take some time until this is feasible at larger scale but we are running a test for this model in one of my community groups.
  • fragmede5 hours ago
    What&#x27;s funny is interacting with it in claude code. Claude-desktop-cowork can&#x27;t do anything about the VM. It creates this 10 GiB VM, but the disk image starts off with something like 6-7 GiB full already, which means any of the cowork stuff you try to do has to fit into the remaining couple of gigs. It&#x27;s possible to fill it up, and then claude cowork <i>stops working</i>. Because the disk is full. Claude cowork isn&#x27;t able to fix this problem. It can&#x27;t even run basic shell commands in the VM, and Opus4.6 is able to tell the user that, but isn&#x27;t smart enough&#x2F;empowered to do anything about it.<p>So contrary to the github issue, my problem is that it&#x27;s not <i>enough</i> space. So the fix is to navigate to ~&#x2F;Library&#x2F;Application\ Support&#x2F;Claude&#x2F;vm_bundles, and then ask Claude Code to upsize the disk to a sparse 60 GiB file, giving cowork much more space to work in while not immediately taking up 60 GiB.<p>Bigger picture, what this teaches me though, is that my knowledge is still useful in guiding the AI to be able to do things, so I&#x27;m not obsolete yet!
    • pixl974 hours ago
      So it&#x27;s using it&#x27;s binary disk&#x2F;image as the cache&#x2F;work disk also?<p>Yea, that&#x27;s a receipt for problems.
  • elzbardico3 hours ago
    This is exactly the kind of issues we will see more and more frequently with vibe-coding.
  • kordlessagain4 hours ago
    The amount of bad things this companies software does is staggering. The models are amazing, the code sucks.
    • AlexeyBrin4 hours ago
      Their code is written by their amazing models (this is what they claim anyway).
  • wutwutwat2 hours ago
    Are we sure that this isn&#x27;t a sparse image? It will report as the full size in finder, but it won&#x27;t actually be consuming that much space if it&#x27;s a sparse image
  • daemonk2 hours ago
    Just write a Claude OS already.
  • mixdup4 hours ago
    All code in Claude™ is written by Claude™
  • jug4 hours ago
    Also apparently eating 2 GB RAM or so to run an entire virtual machine even if you&#x27;ve disabled Cowork. Not sure which of this is worse. Absolute garbage.
  • crumpled4 hours ago
    The software seems to get into more and more and communicate about what it&#x27;s doing less and less. That&#x27;s the crux.<p>Pondering... Noodling... Some other nonsense...
  • TheRealPomax4 hours ago
    labelled &quot;high priority&quot; a month ago. No actual activity by Anthropic despite it being their repo. I&#x27;m starting to get the feeling they&#x27;re not actually very good at this?
  • aplomb10261 hour ago
    [dead]
  • bear3r4 hours ago
    [dead]