Earlier quoted context omitted.
The creator has an estimated net worth of $50 million to $200 million prior to Open AI hiring him. If you listen to any interviews with him, doesn't really seem like the type of person who's driven by money and I get the impression that no matter what OpenAI is paying him, his life will remain pretty much unchanged (from a financial perspective at least). He also still talks very fondly about Claude Code and openly a…
You're telling me that a person that's greedy enough to have a net worth of several tens of millions doesn't care about money? Pull the other one, it's got bells on.
Claws are now a new layer on top of LLM agents
751–760 of 1001 posts
Re: Claws are now a new layer on top of LLM agents
#752Earlier quoted context omitted.
I’m confused can someone please explain to me why he or she is so controversial?
The personal attacks I saw were against different people, not just one. In a lot of cases it's just routine internet cynicism, which is always amplified against unusually successful or prominent people. There's also a lot of fear and anger about the AI tsunami these days, among certain user cohorts, and that's an amplifier as well. On HN, personal attacks aren't allowed regardless of who's being attacked, and comment…
Re: Claws are now a new layer on top of LLM agents
#753Earlier quoted context omitted.
The parent's model is right. You can mitigate a great deal with a basic zero trust architecture. Agents don't have direct secret access, and any agent that accesses untrusted data is itself treated as untrusted. You can define a communication protocol between agents that fails when the communicating agent has been prompt injected, as a canary. More on this technique at https://sibylline.dev/articles/2026-02-15-agenti…
>You can define a communication protocol between agents that fails when the communicating agent has been prompt injected Good luck with that.
Re: Claws are now a new layer on top of LLM agents
#754Earlier quoted context omitted.
What is there to be furious about?
Managers will be starting to ask for claws in the development flow, claws for automation, etc. Another flashy trend everyone will have to endure because an influencer is hyping the tech. It happened in 2024/2025. Every manager demanding use of "vibe coding", because they bought the lie that is what everyone is doing and is the best thing since sliced bread and whatnot. Karpathy comes up with a new shit to hype, and e…
Re: Claws are now a new layer on top of LLM agents
#755Earlier quoted context omitted.
Now we do computing like we play Sim City: sketching fuzzy plans and hoping those little creatures behave the way we thought they might. All the beauty and guarantees offered by a system obeying strict and predictable rules goes down the drain, because life's so boring, apparently.
We spent a ton of time removing subjectivity from this field… only to forcefully shove it in and punish it for giving repeatable objective responses. Wild.
Re: Claws are now a new layer on top of LLM agents
#756Earlier quoted context omitted.
>You wouldn’t give them access to your personal email or bank account. I thought it was vaguely common for secretaries (or staffers) to run the email/social media accounts of politicians and executives? Also you might not give access your secretary access to your bank account, but you'd give it to your financial adviser or accountant.
> I thought it was vaguely common for secretaries (or staffers) to run the email/social media accounts of politicians and executives? Yes, that's correct. One of the many functions of an executive assistant for a senior executive is to manage the email inbox and the calendar. But even there, there are rules, even if they aren't technically enforced by Google Workspace or MS Exchange. Each principal has a slightly dif…
When an AI agent screws up on some highly consequential manner, ¯\_(ツ)_/¯
Re: Claws are now a new layer on top of LLM agents
#757So what is a "claw" exactly? An ai that you let loose on your email etc? And we run it in a container and use a local llm for "safety" but it has access to all our data and the web?
The next hyped bullshit de jure spewing out of the ass of the AI bros, cause the hype cycle on agents is starting to die down. Can't have 30 billion dollar circular deals while setting aflame barrels of cash without the hype machine churning through the Next Thing!
Re: Claws are now a new layer on top of LLM agents
#758There's a gap in the market here - not me but somebody needs to build an e-commerce bot and call it Santa Claws
Re: Claws are now a new layer on top of LLM agents
#759Earlier quoted context omitted.
It turns into probabilistic security. For example, nothing in Bitcoin prevents someone from generating the wallet of someone else and then spending their money. People just accept the risk of that happening to them is low enough for them to trust it.
> nothing in Bitcoin prevents someone from generating the wallet of someone else Maybe nothing in Bitcoin does, but among many other things the heat death of the universe does. The probability of finding a key of a secure cryptography scheme by brute force is purely of mathematical nature. It is low enough that we can for all practical intends just state as a fact that it will never happen. Not just to me, but to abs…
There have been several cases where this happened due to poor RNG code. The heat death of the universe didn't save those people.