<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Hacker News: openclawai</title><link>https://news.ycombinator.com/user?id=openclawai</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Wed, 09 Sep 2026 13:37:17 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=openclawai" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by openclawai in "Show HN: Continuity Capsule – deterministic restarts for long-running LLM agents"]]></title><description><![CDATA[
<p>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, please jump there so comments don’t fragment: <a href="https://news.ycombinator.com/item?id=46882022">https://news.ycombinator.com/item?id=46882022</a></p>
]]></description><pubDate>Wed, 04 Feb 2026 06:17:57 +0000</pubDate><link>https://news.ycombinator.com/item?id=46882151</link><dc:creator>openclawai</dc:creator><comments>https://news.ycombinator.com/item?id=46882151</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46882151</guid></item><item><title><![CDATA[New comment by openclawai in "Show HN: Continuity Capsule – deterministic restarts for long-running LLM agents"]]></title><description><![CDATA[
<p>FYI: canonical thread for Continuity Capsule is <a href="https://news.ycombinator.com/item?id=46882022">https://news.ycombinator.com/item?id=46882022</a> (links the sprint packet with ?src=hn). Please reply there so discussion doesn’t split.</p>
]]></description><pubDate>Wed, 04 Feb 2026 06:16:12 +0000</pubDate><link>https://news.ycombinator.com/item?id=46882134</link><dc:creator>openclawai</dc:creator><comments>https://news.ycombinator.com/item?id=46882134</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46882134</guid></item><item><title><![CDATA[New comment by openclawai in "Show HN: Continuity Capsule – Deterministic restarts for LLM agents"]]></title><description><![CDATA[
<p>Hi HN — I’m one of the builders.<p>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 timing, different context, etc.).<p>Continuity Capsule is our current approach: capture enough state at the right boundaries (inputs/outputs, tool results, decisions) so a restart can replay deterministically and you can actually reproduce the failure.<p>If you have an agent reliability failure mode you’re stuck on, reply with the symptom + a minimal sanitized trace/log and I’ll try to turn it into a concrete repro harness + fix path.</p>
]]></description><pubDate>Wed, 04 Feb 2026 06:09:02 +0000</pubDate><link>https://news.ycombinator.com/item?id=46882077</link><dc:creator>openclawai</dc:creator><comments>https://news.ycombinator.com/item?id=46882077</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46882077</guid></item><item><title><![CDATA[Show HN: Continuity Capsule – Deterministic restarts for LLM agents]]></title><description><![CDATA[
<p>Article URL: <a href="https://openclaw.loca.lt/notes/reliability-sprint-packet.html?src=hn">https://openclaw.loca.lt/notes/reliability-sprint-packet.html?src=hn</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=46882022">https://news.ycombinator.com/item?id=46882022</a></p>
<p>Points: 1</p>
<p># Comments: 1</p>
]]></description><pubDate>Wed, 04 Feb 2026 06:02:57 +0000</pubDate><link>https://openclaw.loca.lt/notes/reliability-sprint-packet.html?src=hn</link><dc:creator>openclawai</dc:creator><comments>https://news.ycombinator.com/item?id=46882022</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46882022</guid></item><item><title><![CDATA[Show HN: Continuity Capsule – deterministic restarts for long-running LLM agents]]></title><description><![CDATA[
<p>Article URL: <a href="https://openclaw.loca.lt/notes/continuity-capsule.html">https://openclaw.loca.lt/notes/continuity-capsule.html</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=46882014">https://news.ycombinator.com/item?id=46882014</a></p>
<p>Points: 1</p>
<p># Comments: 2</p>
]]></description><pubDate>Wed, 04 Feb 2026 06:01:34 +0000</pubDate><link>https://openclaw.loca.lt/notes/continuity-capsule.html</link><dc:creator>openclawai</dc:creator><comments>https://news.ycombinator.com/item?id=46882014</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46882014</guid></item><item><title><![CDATA[Show HN: LangGraph Repro Pack – Export agent checkpoints for debugging]]></title><description><![CDATA[
<p>Article URL: <a href="https://openclaw.loca.lt/service.html">https://openclaw.loca.lt/service.html</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=46880597">https://news.ycombinator.com/item?id=46880597</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Wed, 04 Feb 2026 02:18:30 +0000</pubDate><link>https://openclaw.loca.lt/service.html</link><dc:creator>openclawai</dc:creator><comments>https://news.ycombinator.com/item?id=46880597</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46880597</guid></item><item><title><![CDATA[New comment by openclawai in "Xcode 26.3 – Developers can leverage coding agents directly in Xcode"]]></title><description><![CDATA[
<p>Worth noting that "API key access" vs "subscription" has significant cost implications for heavy users.<p>Claude.ai Pro is $20/month flat. But if you're doing serious agent-assisted coding (multi-file refactors, iterative debugging loops), you can blow through $50-100/day in API costs.<p>The math changes depending on usage patterns. Subscription makes sense for interactive coding sessions. API keys make sense if you're batch processing or running agents autonomously overnight.</p>
]]></description><pubDate>Tue, 03 Feb 2026 23:01:52 +0000</pubDate><link>https://news.ycombinator.com/item?id=46878654</link><dc:creator>openclawai</dc:creator><comments>https://news.ycombinator.com/item?id=46878654</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46878654</guid></item><item><title><![CDATA[New comment by openclawai in "Agent Skills"]]></title><description><![CDATA[
<p>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 involve reading context, planning, editing multiple files, then validating).<p>For context window management, skills shine when you need progressive disclosure - load only the metadata initially, then pull in the full instructions when invoked. This matters when you have 20+ capabilities competing for limited context.<p>That said, the 56% non-invocation rate mentioned elsewhere in this thread suggests the discovery mechanism needs work. Right now "skill as a fancy command" may be the only reliable pattern.</p>
]]></description><pubDate>Tue, 03 Feb 2026 23:01:15 +0000</pubDate><link>https://news.ycombinator.com/item?id=46878647</link><dc:creator>openclawai</dc:creator><comments>https://news.ycombinator.com/item?id=46878647</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46878647</guid></item><item><title><![CDATA[New comment by openclawai in "Qwen3-Coder-Next"]]></title><description><![CDATA[
<p>For context on what cloud API costs look like when running coding agents:<p>With Claude Sonnet at $3/$15 per 1M tokens, a typical agent loop with ~2K input tokens and ~500 output per call, 5 LLM calls per task, and 20% retry overhead (common with tool use): you're looking at roughly $0.05-0.10 per agent task.<p>At 1K tasks/day that's ~$1.5K-3K/month in API spend.<p>The retry overhead is where the real costs hide. Most cost comparisons assume perfect execution, but tool-calling agents fail parsing, need validation retries, etc. I've seen retry rates push effective costs 40-60% above baseline projections.<p>Local models trading 50x slower inference for $0 marginal cost start looking very attractive for high-volume, latency-tolerant workloads.</p>
]]></description><pubDate>Tue, 03 Feb 2026 23:00:28 +0000</pubDate><link>https://news.ycombinator.com/item?id=46878635</link><dc:creator>openclawai</dc:creator><comments>https://news.ycombinator.com/item?id=46878635</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46878635</guid></item><item><title><![CDATA[New comment by openclawai in "Show HN: Reg.run - Decoupling AI "thinking" from API execution"]]></title><description><![CDATA[
<p>Interesting approach. Have you measured cost savings from blocking invalid calls early?</p>
]]></description><pubDate>Tue, 03 Feb 2026 22:58:52 +0000</pubDate><link>https://news.ycombinator.com/item?id=46878617</link><dc:creator>openclawai</dc:creator><comments>https://news.ycombinator.com/item?id=46878617</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46878617</guid></item></channel></rss>