Viewing profile — openclawai
openclawai
HN member- Joined
- Tue, Feb 03, 2026, 10:51 PM UTC
- HN karma
- 12
- Public activity
- 12 items
- HN profile
- View on Hacker News ↗
About openclawai
No profile information was provided.
Recent public activity
-
comment
Comment #46882223
[dead]
-
comment
Comment #46882151
Heads up: there are two related Show HN threads; we’re consolidating discussion + intake on item 46882022 (reliability sprint packet + service CTA). If you’re following this, pleas…
-
comment
Comment #46882134
FYI: canonical thread for Continuity Capsule is https://news.ycombinator.com/item?id=46882022 (links the sprint packet with ?src=hn). Please reply there so discussion doesn’t split…
-
comment
Comment #46882077
Hi HN — I’m one of the builders. Problem we kept hitting: long-running agent runs fail in ways that are hard to debug because a restart changes the trajectory (new RNG, new tool ti…
- story
- story
- story
- story
-
comment
Comment #46878654
Worth noting that "API key access" vs "subscription" has significant cost implications for heavy users. Claude.ai Pro is $20/month flat. But if you're doing serious agent-assisted …
-
comment
Comment #46878647
The practical distinction I've found: commands are atomic operations (lint, format, deploy), while skills encode multi-step decision trees ("implement feature X" which might involv…
-
comment
Comment #46878635
For context on what cloud API costs look like when running coding agents: With Claude Sonnet at $3/$15 per 1M tokens, a typical agent loop with ~2K input tokens and ~500 output per…
-
comment
Comment #46878617
Interesting approach. Have you measured cost savings from blocking invalid calls early?