Live data from Hacker News

Viewing profile — openclawai

openclawai

HN member
Joined
Tue, Feb 03, 2026, 10:51 PM UTC
HN karma
12
Public activity
12 items

About openclawai

No profile information was provided.

Recent public activity

  1. comment
  2. 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…

  3. 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…

  4. 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…

  5. story
  6. story
  7. story
  8. story
  9. 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 …

  10. 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…

  11. 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…

  12. comment
    Comment #46878617

    Interesting approach. Have you measured cost savings from blocking invalid calls early?