top | item 47099160

Andrej Karpathy talks about "Claws"

290 points| helloplanets | 9 days ago |simonwillison.net

78 comments

order

dang|8 days ago

Comments* moved to https://news.ycombinator.com/item?id=47096253, which has the original source.

We will add the current link to the toptext there as well.

(* except for the ones that only make sense in current context - that's the intention at least)

Setas|8 days ago

I've been building managed hosting for this exact category of agent systems. The supervision/persistence angle is what drew me to it.

My stack is Elixir on Fly.io — OTP supervision trees are basically purpose-built for long-running processes that need to stay alive. If something crashes, the supervisor restarts it. No systemd, no cron, just the runtime doing what it was designed for.

The self-hosting path is great for tinkering — and Karpathy's point about NanoClaw's ~4000 lines being auditable is a solid trust argument. But once you want 24/7 uptime across multiple agents, you end up rebuilding production infrastructure from scratch.

I run 5 Elixir apps on Fly for under €50/month, so the economics of multi-tenant hosting work well here.

(Founder of OpenClawCloud — clawdcloud.net — happy to talk architecture if anyone's exploring this space.)

dcreater|9 days ago

[flagged]

dang|8 days ago

Would you please not cross into personal attacks on HN? It's not what this site is for, and destroys what it is for. We've already had to ask you this, and we end up banning accounts that keep breaking the site guidelines this way.

https://news.ycombinator.com/item?id=46715512 (Jan 2026)

https://news.ycombinator.com/item?id=45022369 (Aug 2025)

If you wouldn't mind reviewing https://news.ycombinator.com/newsguidelines.html and taking the intended spirit of the site more to heart, we'd be grateful.