Live data from Hacker News

Cowork: Claude Code for the rest of your work

claude.com

101–110 of 593 posts

Re: Cowork: Claude Code for the rest of your work

#101
post #24

I was hoping for a moment that this meant they had come up with a design that was safe against lethal trifecta / prompt injection attacks, maybe by running everything in a tight sandbox and shutting down any exfiltration vectors that could be used by a malicious prompt attack to steal data. Sadly they haven't completely solved that yet. Instead their help page at https://support.claude.com/en/articles/13364135-using-…

That's why I run it inside a sandbox - https://github.com/ashishb/amazing-sandbox

Re: Cowork: Claude Code for the rest of your work

#102

Hi, Felix from the team here, this is my product - let us know what you think. We're on purpose releasing this very early, we expect to rapidly iterate on it. (We're also battling an unrelated Opus 4.5 inference incident right now, so you might not see Cowork in your client right away.)

Beachball of death on “Starting Claude’s workspace” on the Cowork tab. Force quit and relaunch, and Claude reopens on the Cowork tab, again hanging with the beachball of death on “Starting Claude’s workspace”.

Deleting vm_bundles lets me open Claude Desktop and switch tabs. Then it hangs again, I delete vm_bundles again, and open it again. This time it opens on the Chat tab and I know not to click the Cowork tab...

Re: Cowork: Claude Code for the rest of your work

#103
post #36

It's so important to remember that unlike code which can be reverted - most file system and application operations cannot. There's no sandboxing snapshot in revision history, rollbacks, or anything. I expect to see many stories from parents, non-technical colleagues, and students who irreparably ruined their computer. Edit: most comments are focused on pointing out that version control & file system snapshot exists:…

The first version is for macOS, which has snapshots [1] and file versioning [2] built-in.

[1]: https://eclecticlight.co/2024/04/08/apfs-snapshots/

[2]: https://eclecticlight.co/2021/09/04/explainer-the-macos-vers...

Re: Cowork: Claude Code for the rest of your work

#104

Hi, Felix from the team here, this is my product - let us know what you think. We're on purpose releasing this very early, we expect to rapidly iterate on it. (We're also battling an unrelated Opus 4.5 inference incident right now, so you might not see Cowork in your client right away.)

Looks cool, and I'm guilty as charged of using CC for more than just code. However, as a Max subscriber since the moment it was a thing, I find it a bit disheartening to see development resources being poured into a product that isn't available on my platform. Have you considered adding first-class support for Linux? -- Or for that matter sponsoring one of the Linux repacks of Claude Desktop on Github? I would love to use this, but not if I need to jump through a bunch of hoops to get it up and running.

Re: Cowork: Claude Code for the rest of your work

#105

Hi, Felix from the team here, this is my product - let us know what you think. We're on purpose releasing this very early, we expect to rapidly iterate on it. (We're also battling an unrelated Opus 4.5 inference incident right now, so you might not see Cowork in your client right away.)

Hi Felix, this looks like an incredible tool. I've been helping non-tech people at my org make agent flows for things like data analysis—this is exactly what they need.

However, I don't see an option for AWS Bedrock API in the sign up form, is it planned to make this available to those using Bedrock API to access Claude models?

Re: Cowork: Claude Code for the rest of your work

#108
post #87
post #77

Earlier quoted context omitted.

Trash is a shell feature. Unless a program explicitly "moves to trash", deleting is final. Same for Word documents. So, no, there is no undo in general. There could be under certain circumstances for certain things.

Everything on a ZFS/BTRFS partition with snapshots every minute/hour/day? I suppose depending on what level of access the AI has it could wipe that too but seems like there's probably a way to make this work.

The topic of the discussion is something that parents, grandmas, and non technical colleagues would realistically be able to use.

Re: Cowork: Claude Code for the rest of your work

#109
post #73
post #66

Earlier quoted context omitted.

Have you ever used any Anthropic AI product? You cannot literally do anything without big permissions, warnings, or annoying always-on popup warning you about safety.

No, of course not. Well.. apart from their API. That is a useful thing. But you're missing the point. It is doing all this stuff with user consent, yes. It's just that the user fundamentally cannot provide informed consent as they seem to be out of their minds. So yeah, technically, all those compliance checkboxes are ticked. That's just entirely irrelevant to the point I am making.

> It's just that the user fundamentally cannot provide informed consent

The user is an adult. They are capable of consenting to whatever they want, no matter how irrational it may look to you.

Re: Cowork: Claude Code for the rest of your work

#110

Earlier quoted context omitted.

Q: What would prevent them from using git style version control under the hood? User doesn’t have to understand git, Claude can use it for its own purposes.

You can’t easily snapshot the current state of an OS and restore to that state like with git.

At least on macOS, an OS snapshot is a thing [1]; I suspect Cowork will mostly run in a sandbox, which Claude Code does now.

[1]: https://www.cleverfiles.com/help/apfs-snapshots.html

Post reply on HN