Earlier quoted context omitted.
"Move fast and break things" I could spend an extra 5 minutes doing it "right" or I can get what I need done and have a 0.001% chance of there ever being a problem (since there are other security measure in place, like firewalls, api key rotation, etc.) Even when security gaps are exploited, the fallout tends to be minimal. Companies that had their entire database of very sensitive information leaked are still growin…
> Companies that had their entire database of very sensitive information leaked are still growing users and at worst paid a tiny fine. Or end up bankrupt with criminal charges for CEO: https://yle.fi/a/74-20027665
Cowork: Claude Code for the rest of your work
531–540 of 593 posts
Re: Cowork: Claude Code for the rest of your work
#532It’s kind of funny that apparently most of work that’s left after you automated software development is summarizing meetings and building slide decks.
Now they can start saying 90% of the meetings will be done by Claude agents by 2027 (And we will all get free puppies)
Re: Cowork: Claude Code for the rest of your work
#533Particularly in a work environment, one misfire could destroy months or years of important information.
Re: Cowork: Claude Code for the rest of your work
#534Yeah, unless there's some automatic backup/snapshot implemented before any actions are taken, hard pass on this. Or at least I won't be using it on anything I'm not willing to 100% lose. Maybe give it read-only access and have it put results in a designated output folder? Particularly in a work environment, one misfire could destroy months or years of important information.
We can still do this via containers, though. But it does have some friction.
Re: Cowork: Claude Code for the rest of your work
#535I 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
#536Earlier quoted context omitted.
LLMs by their very nature subsume software products (and services). LLM vendors are actually quite restrained - the models are close to being able to destroy the entire software industry (and I believe they will, eventually). However, at the moment, it's much more convenient to let the status quo continue, and just milk the entire industry via paid APIs and subscriptions, rather than compete with it across the board.…
> the models are close to being able to destroy the entire software industry Are you saying this based on some insider knowledge of models being dramatically more capable internally, yet deliberately nerfed in their commercialized versions? Because I use the publicly available paid SOTA models every day and I certainly do not get the sense that their impact on the software industry is being restrained by deliberate c…
Re: Cowork: Claude Code for the rest of your work
#537Re: Cowork: Claude Code for the rest of your work
#538Unsure what the future looks like unless Frontier Labs start financing everything that is open source.
Re: Cowork: Claude Code for the rest of your work
#539Earlier quoted context omitted.
I keep seeing “Claude image understanding is poor” being repeated, but I’ve experienced the opposite. I was running some sentiment analysis experiments; describe the subject and the subjects emotional state kind of thing. It picked up on a lot of little detail; the brand name of my guitar amplifier in the background, what my t shirt said and that I must enjoy craft beer and or running (it was a craft beer 5k kind of…
I regularly show Claude Code a screenshot of a completely broken UI--lots of cut off text, overlapping elements all over the place, the works--and Claude will reply something like "Perfect! The screenshot shows that XYZ is working." I can describe what is wrong with the screenshot to make Claude fix the problem, but it's not entirely clear to what extent it's using the screenshot versus my description. Any human with…