Earlier quoted context omitted.
> Privacy has long since been dead, but at least for myself opsec for personal work is too. Hacker News in 2026.
Paranoia is justified if it actually serves some purpose. Staying paralyzed and not doing anything because Someone Is Reading Your Data is not serving much of anything. Hint: those Someones have better things to do. LLM vendors really don't care about your bank statements, and if they were ever in a position to look, they'd prefer not to have them, as it just creates legal and reputational risks for them.
Cowork: Claude Code for the rest of your work
521–530 of 593 posts
Re: Cowork: Claude Code for the rest of your work
#522Re: Cowork: Claude Code for the rest of your work
#523I 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-…
Worth calling out that execution runs in a full virtual machine with only user-selected folders mounted in. CC itself runs, if the user set network rules, with https://github.com/anthropic-experimental/sandbox-runtime . There is much more to do - and our docs reflect how early this is - but we're investing in making progress towards something that's "safe".
Re: Cowork: Claude Code for the rest of your work
#524Can humans do nothing now? Is it harder to organise your desktop? I thought Apple already organises them into stacks. (edit: Apple already does this) Is it that hard to check your calendar? Also feels insincere to have a meeting of say 30 mins to show a claude made deck that you did it in 4 seconds.
Re: Cowork: Claude Code for the rest of your work
#525It'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:…
Frequency vs. convenience will determine how big of a deal this is in practice. Cars have plenty of horror stories associated with them, but convenience keeps most people happily driving everyday without a second thought. Google can quarantine your life with an account ban, but plenty of people still use gmail for everything despite the stories. So even if Claude cowork can go off the rails and turn your digital life…
Re: Cowork: Claude Code for the rest of your work
#526Hi, 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.)
This has been one of the biggest bottlenecks for our company: not the capability of the agents themselves -- the tools needed to roll them out responsibly.
Re: Cowork: Claude Code for the rest of your work
#527Earlier quoted context omitted.
This made me think: Would it be unreasonable to ask for an LLM to raise a flag and require human confirmation anytime it hit an instruction directing it to ignore previous instructions? Or is that just circumventable by "ignore previous instructions about alerting if you're being asked to ignore previous instructions"? It's kinda nuts that the prime directives for various bots have to be given as preambles to each us…
Prime directives don't have to be given in a prompt in plain English. That's just the by far easiest and cheapest method. You can also do a stage of reinforcement learning where you give rewards for following the directive, punish for violating it, and update weights accordingly. The issue is that after you spend lots of effort and money training your model not to tell anyone how to make meth, not even if telling the…
Re: Cowork: Claude Code for the rest of your work
#528Earlier quoted context omitted.
I mean, maybe? I'm not sure there are really "insights" I'm missing here that I need a probabilistic take about
Posts like the one above you just show me how clueless people are who deal with production of software everyday but have little to no idea about the jobs of others outside of their realm. Comical stuff.
Re: Cowork: Claude Code for the rest of your work
#529Earlier quoted context omitted.
ofc this shit happens when its my turn to be an adult. what’s like even the point anymore?
Fight for rigorous antitrust enforcement. Adopt open source models and platforms. We have a chance, but it's threading the needle and I'm not sure we'll make it.
Re: Cowork: Claude Code for the rest of your work
#530Earlier quoted context omitted.
Thanks - would you have a source for this confirmation?
It’s how the LLM works. Anything accessed by the agent in the folder becomes input to the model. That’s what it means for the agent to access something. Those inputs are already “Input” in the ToS sense.