30 comments

  • felixrieseberg 49 minutes ago
    Hi, Felix from Anthropic here. I work on Claude Cowork and Claude Code.

    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's virtualization framework or Microsoft's Host Compute System. This buys us three things we like a lot:

    (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'd like that computer to not be _your_ computer so that Claude is free to configure it in the moment.

    (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.

    (3) As a product of 1+2, more safety for non-technical users. If you're reading this, you're probably equipped to evaluate whether or not a particular script or command is safe to run - but most humans aren't, and even the ones who are so often experience "approval fatigue". Not having to ask for approval is valuable.

    It's a real trade-off though and I'm thankful for any feedback, including this one. We're reading all the comments and have some ideas on how to maybe make this better - for people who don't want to use Cowork at all, who don't want it inside a VM, or who just want a little bit more control. Thank you!

    • radicality 9 minutes 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.

      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.

    • baconner 25 minutes ago
      FWIW I think many of us would actually very much love to have an official (or semi official) Claude sandboxing container image base / vm base. I wonder if you all have considered making something like the cowork vm available for that?
      • beklein 9 minutes ago
        Perhaps useful, I discovered: https://github.com/agent-infra/sandbox

        > All-in-One Sandbox for AI Agents that combines Browser, Shell, File, MCP and VSCode Server in a single Docker container.

      • swyx 18 minutes ago
        what would you use it for?
    • beej71 38 minutes ago
      I think these are are excellent points, but the complaint talks about significant performance and power issues.
    • bachittle 14 minutes 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?
    • flatline 17 minutes ago
      There's a lot that's not being said in (2). That warrants more extensive justification, especially with the issues presented in the parent post.
    • ukuina 18 minutes ago
      Can you allow placing the VM on an external disk?

      Also, please allow Cowork to work on directories outside the homedir!

    • xvector 44 minutes ago
      Cowork has been an insane productivity boost, it is actually amazing. Thank you!
    • jccx70 35 minutes ago
      [dead]
  • MarleTangible 2 hours ago
    It's incredible how many applications abuse disk access.

    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 "System Data" and made me look for external drive solutions.

    • kace91 1 hour ago
      The system data issue on macOS is awful.

      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.

      Once that gets filled up, it’s pretty much impossible to understand where the giant block of memory is.

      • millerm 0 minutes ago
        I simply run GrandPerspective (GUI app, https://grandperspectiv.sourceforge.net/), or dust (terminal app, https://github.com/bootandy/dust), to give me an idea of what is going on with disk usage.
      • prmph 1 hour ago
        Yep, it is an awful situation. I'm increasingly becoming frustrated with how Apple keeps disrespecting users.

        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.

        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!

        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.

        • jmalicki 22 minutes ago
          Disk utility lets you delete them.
      • vachina 1 hour 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.
        • threetonesun 27 minutes 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.
      • dotxlem 1 hour ago
        I had the same problem and had some luck cleaning things up by enabling "calculate all sizes" 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'll also want to make sure to look through hidden directories like ~/Library; I found a bunch of Docker-related stuff in there which turned out to be where a lot of my disk space went.

        You can enable "calculate all sizes" in Finder with Cmd+J. I think it only works in list view however.

        • robin_reala 1 hour 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 <5MB which is perfect when you’re running very low on space.

          [1] https://grandperspectiv.sourceforge.net/

          • braingravy 55 minutes 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.
        • dewey 1 hour ago
          Something like https://dev.yorhel.nl/ncdu with ("brew install ncdu") is great if you are okay with the command line. It's very annoying to drill down in the Finder especially if it's hidden directories.
        • prmph 1 hour ago
          A ton of thanks. This "hack" allowed to finally see some stuff that was eating up a lot of my space and was showing up as "System Data". It turned out the Podman virtual machine on my MacBook had eaten up more 100GB!
        • vintagedave 38 minutes ago
          Also DaisyDisk! Beautiful app. Perfect for discovering this kind of thing.
        • 1e1a 1 hour ago
          You can also just use du -hs, eg. to show the size of all subdirectories under ~/Library/Caches/ do:

            du -hs ~/Library/Caches/*
      • zarzavat 1 hour ago
        The trick is to reboot into recovery partition, disable SIP, then run OmniDiskSweeper as root (as in `sudo /Applications/OmniDiskSweeper.app/Contents/MacOS/OmniDiskSweeper`). Then you can find all kinds of caches that are otherwise hidden by SIP.
      • piyh 1 hour ago
        Even worse on ipad. My wife is an artist and 100gigs of "system data" is completely inscrutable and there's zero ways to fix it besides a full wipe.
      • pdntspa 1 hour ago
        Equally egregious are applications that insist on using the primary disk to cache model data/sample data/whatever
        • zbentley 1 hour ago
          What should they do instead?

          Like, assuming they need the data and it's inconveniently large to fit into RAM, where/how should they store and access it if not the primary disk?

          • mock-possum 40 minutes ago
            They should ask. Let users specify a scratch / cache location - preferably fast storage that’s not The OS drive
      • John23832 1 hour ago
        Seconding.

        I should not have to hack through /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.

      • mbowcut2 51 minutes ago
        Gotta hit that docker system prune -a
      • drumttocs8 52 minutes ago
        My 256gb Mac Mini currently has 65gb of "System Data" and 40gb of "MacOS"
      • mschuster91 56 minutes ago
        > Once that gets filled up, it’s pretty much impossible to understand where the giant block of memory is.

        Your friend is called ncdu and can be used as follows:

            sudo ncdu -x -e --exclude Volumes /System/Volumes/Data/
        
        The exclude for Volumes is necessary because otherwise ncdu ends up in an infinite loop - "/Volumes/Macintosh\ HD/Volumes/" can be repeated ad nauseam and ncdu's -x flag doesn't catch that for whatever reason.
    • dewey 1 hour ago
      Don't run "du -h ~/Library/Messages" then, I've mentioned that many times before and it's crazy to me to think that Apple is just using up 100GB on my machine, just because I enable iMessage syncing and don't want to delete old conversations.

      One would think that'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.

      • latexr 7 minutes ago
        System Settings > General > Storage. Click the ⓘ next to Messages. Sort by size and delete large attachments.
      • bee_rider 57 minutes ago
        Offloading to the cloud and charging the user seems like a bigger breach of expectations than the hard drive space.
        • dewey 53 minutes ago
          If you have a choice there's nothing wrong with it. It'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).

          I'd rather pay for cloud space that I'm already using anyway than having it take up my limited space on my laptop that I can't extend.

      • dawnerd 56 minutes 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.
      • bensyverson 1 hour ago
        Agreed, it should work like the iCloud Photos library; cache locally, but pull from the cloud when necessary.
    • jvidalv 15 minutes ago
      Suprisingly Claude is amazing at cleaning up your macbook. Tried, works like a charm.
    • AndroTux 1 hour ago
      This one drives me nuts. Not just on Mac, also on iPhone/iPad. It's 2026, and 5G is the killer feature advertised everywhere. There's no reason to default to downloading gigabytes of audio files if they could be streamed with no issue whatsoever.
      • melonpan7 3 minutes 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.
      • jlokier 15 minutes ago
        I'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's not congested it reaches 60-90Mbyte/s in the same physical location

        Spotify just gave up while trying to show me my podcasts. I can't listen to anything not already downloaded right now.

        Yet at 3am I'll be able to download a 100GB LLM without difficulty onto the same device that can't stream a podcast right now.

        Unfortunately I don't think 5G is the streaming panacea you have in mind. Maybe one day...

      • frereubu 47 minutes ago
        On 5G, it depends. There are still plenty of people around the world who don't have unlimited data plans.
    • jacquesm 50 minutes ago
      > Apple Podcasts app decided to download 120GB

      That's one way to drive sales for higher priced SSDs in Apple products. I'm pretty sure that that sort of move shows up as a real blip on Apple's books.

    • coldtrait 1 hour ago
      This seems to be a recent popular tool to handle this - https://github.com/tw93/Mole

      I also prompt warp/gemini cli to identify unnecessary cache and similar data and delete them

    • chuckadams 2 hours ago
      Someone actually still uses the built-in podcasts app?
      • hidelooktropic 1 hour 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's easy to do so.

        Use whatever you like but I don't think Podcast app users are rare by any stretch of the imagination.

      • Angostura 2 hours ago
        It's absolutely fine, from what I can tell
      • mister_mort 1 hour 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.
      • dewey 1 hour ago
        It probably has more active users than all third party podcast apps on all mobile platforms combined. The power of defaults.
      • rafram 1 hour ago
        It's generally a good app. People in the tech community like Overcast, but I've always found its UI completely illogical. Apple Podcasts is organized like I'd expect a podcast app to be.
    • delaminator 1 hour ago
      My WinSxS folder is 17Gb
  • zhyder 42 minutes 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's hidden-to-user) with the security you need for non-technical users. I'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.
  • Terretta 1 hour ago
    Arguably, even without LLM, you too should be dev-ing inside a VM...

    https://developer.hashicorp.com/vagrant is still a thing.

    The market for Cowork is normals, getting to tap into a executive assistant who can code. Pros are running their consumer "claws" on a separate Mac Mini. Normals aren't going to do that, and offices aren't going to provision two machines to everyone.

    The VM is an obvious answer for this early stage of scaled-up research into collaborative computing.

    • mihaelm 14 minutes 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.

      However, I’m also curious about using NixOS for dev environments. I think there’s untapped potential there.

    • messh 1 hour ago
      Yeah, very easy to do today. May VPS providers help with this, checkout:

      https://exe.dev

      https://sprites.dev

      https://shellbox.dev

  • blitzar 2 hours ago
    The vibe coding giveth and the the vibe coding taketh away, blessed be the vibe coding
  • creatonez 9 minutes ago
    As much as an inconvenience this may be, this is exactly what "agents" should be doing. If your tool doesn't have a builtin sandbox that is intended to be used at all times, you're using something downright hazardous and WILL end up suffering data loss.
  • informal007 1 hour ago
    I believe that employees in Anthropocs use CC to develop CC now.

    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/features become popular.

    First batch of users of new products need to take more responsibility to test the product like a rats in lab

    • rvz 39 minutes ago
      > 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/features become popular.

      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.

      If anyone were to re-interview everyone at Anthropic for their own roles with their own interview questions, I would guess that >75% of them would not pass their own interviews.

      The only team the would pass them are the Bun team and some other of the recently acquired startups.

      • linkregister 27 minutes ago
        Claude consistently tops the leaderboard in software engineering benchmarks.
  • bachittle 2 hours ago
    Yup it uses Apple Virtualization framework for virtualization. It makes it so I can't use the Claude Cowork within my VMs and that'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't perfect: https://news.ycombinator.com/item?id=44283454
    • j16sdiz 1 hour ago
      seatbelt is largely undocumented.
      • bachittle 53 minutes 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.
      • pluc 1 hour ago
        just ask AI to document it
        • ramoz 1 hour ago
          Not sure why you're getting down voted. This is totally reasonable.
  • atonse 1 hour ago
    I literally spent the last 30 mins with DaisyDisk cleaning up stuff in my laptop, I feel HN is reading my mind :)

    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't seem to be any sort of cleanup process in most apps that actually slims down their storage, judging by all the cruft.

    Even Xcode. The command line tools installs and keeps around SDKs for a bunch of different OS's, even though I haven't launched Xcode in months. Or it keeps a copy of the iOS simulator even though I haven't launched one in over a year.

  • cogman10 44 minutes 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.

    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.

    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'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's memory allocation API directly and disabled the kernels memory management system.

    containers and cgroups are basically how linux does this. But that's a pretty big surface area that I doubt any non-linux system could adopt.

    • kccqzy 3 minutes 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.
    • lxgr 41 minutes ago
      Given that Claude Code runs without issues on macOS, I'd guess that it's more about sandboxing shell sessions (i.e. not macOS applications or single processes, for which solutions exist).

      Unfortunately, unlike Linux, macOS doesn't have a great out-of-the-box story there; even Apple's first-party OCI runtime is based on per-container Linux VMs.

  • anotheryou 11 minutes ago
    Mac Problems...

    so crazy on a windows desktop I at most complain if it is hardcoded to the system drive (looking at you ollama)

  • brunooliv 41 minutes ago
    I really love Anthropic's models, but, every single product/feature I've used other than the Claude Code CLI has been terrible... The CLI just "sticked" for me and I've never needed (or arguably looked in depth) any other features. This for my professional dayjob.

    For personal use, where I have a Pro subscription and adventure into exploring all the other features/products they have... I mean, the experience outside of Claude Code and the terminal has been... bad.

    • msp26 25 minutes ago
      > every single product/feature I've used other than the Claude Code CLI has been terrible

      yeah they're shipping too fast and everything is buggy as shit

      - fork conversation button doesn't even work anymore in vscode extension

      - 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.

    • yuppiepuppie 38 minutes 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.
    • perbu 35 minutes 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.

      It is quite normal for me to have to force-close Claude Desktop.

  • exabrial 16 minutes ago
    I see this as a feature. The cost of isolation
  • quanwinn 2 hours ago
    I imagined someone at Anthropic prompted "improve app performance", and this was the result.
  • elzbardico 8 minutes ago
    This is exactly the kind of issues we will see more and more frequently with vibe-coding.
  • pama 56 minutes ago
    Aren'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?
    • nhubbard 17 minutes ago
      While I generally agree with your sentiment, these tools aren't bad ones:

      - Santa is a very common tool used by macOS admins to lock down binary and file access privileges for apps, usually on managed machines

      - Disk Inventory X and GrandPerspective are well-known disk space usage tools for macOS (I personally use DaisyDisk but that requires a license)

      - WizTree and WinDirStat are very common tools from Windows admin toolkits

      The only one here I can say is potentially suspect is ClearDisk. I haven't used it before, but it does appear to be useful for specifically tracking down developer caches that eat up disk space.

  • tbrownaw 2 hours ago
    Sure it uses a few GB just like everything else these days, but some of the comments also mention it being slow?
    • Aurornis 2 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.
      • dylan604 2 hours ago
        > AI will embellish to make them sound more important and accurate.

        Did you mean than accurate rather than and accurate? Having a more accurate issue description only sounds like a good thing to me

        • monsieurbanana 1 hour ago
          Making them look more accurate is not the same as being more accurate, and llms are pretty good at the former.

          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.

        • kace91 1 hour 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.

          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.

        • seanhunter 1 hour ago
          I read that as "make them sound more important and accurate than they actually are".
        • Filligree 1 hour ago
          To make them sound more accurate.
  • puppymaster 1 hour 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.

    i kept telling myself this BUT NEVER ELECTRON AGAIN.

    • DauntingPear7 1 hour ago
      It’s not electron
      • rvz 12 minutes ago
        Yes it certainly is.
    • hulitu 1 hour ago
      > woke up to macbook that has been hot all night

      this is usual reason for divorce /s

  • jFriedensreich 1 hour 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.
    • prmph 1 hour ago
      Why don'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?
      • jFriedensreich 30 minutes 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.
  • fooker 58 minutes ago
    That seems somewhat reasonable.

    Storage should be cheaper, complain about Apple making you pay a premium.

  • game_the0ry 1 hour ago
    Yeah, that's why I do not install these tools on my personal devices anymore and instead play with them on a VPS.

    Try this if you have claude code -- ls -a your home dir and see all the garbage claude creates.

  • andresquez 1 hour ago
    Way slower, but way better than chat mode. Nothing beats Claude Code CLI imo.
  • Aurornis 2 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:

    > Filed via Claude Code

    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.

    • 16bitvoid 36 minutes ago
      If your codebase is entirely vibe coded, I feel it only appropriate to permit issues being vibed as well. It's hypocritical otherwise.
    • chuckadams 2 hours ago
      I wouldn't think it's inappropriate for an AI agent to file an issue against another AI agent, which itself is largely written by AI.
  • mixdup 1 hour ago
    All code in Claude™ is written by Claude™
  • kordlessagain 1 hour ago
    The amount of bad things this companies software does is staggering. The models are amazing, the code sucks.
    • AlexeyBrin 1 hour ago
      Their code is written by their amazing models (this is what they claim anyway).
  • TheRealPomax 1 hour ago
    labelled "high priority" a month ago. No actual activity by Anthropic despite it being their repo. I'm starting to get the feeling they're not actually very good at this?
  • fragmede 2 hours ago
    What's funny is interacting with it in claude code. Claude-desktop-cowork can'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's possible to fill it up, and then claude cowork stops working. Because the disk is full. Claude cowork isn't able to fix this problem. It can't even run basic shell commands in the VM, and Opus4.6 is able to tell the user that, but isn't smart enough/empowered to do anything about it.

    So contrary to the github issue, my problem is that it's not enough space. So the fix is to navigate to ~/Library/Application\ Support/Claude/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.

    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'm not obsolete yet!

    • pixl97 1 hour ago
      So it's using it's binary disk/image as the cache/work disk also?

      Yea, that's a receipt for problems.

  • jug 1 hour ago
    Also apparently eating 2 GB RAM or so to run an entire virtual machine even if you've disabled Cowork. Not sure which of this is worse. Absolute garbage.
  • crumpled 1 hour ago
    The software seems to get into more and more and communicate about what it's doing less and less. That's the crux.

    Pondering... Noodling... Some other nonsense...

  • bear3r 1 hour ago
    [dead]