<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: staticvar</title><link>https://news.ycombinator.com/user?id=staticvar</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Thu, 18 Jun 2026 09:44:22 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=staticvar" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by staticvar in "Statement on US government directive to suspend access to Fable 5 and Mythos 5"]]></title><description><![CDATA[
<p>Maybe revenge, but it's a common play to fire a shot across the bow to create leverage in other areas.</p>
]]></description><pubDate>Sat, 13 Jun 2026 01:58:08 +0000</pubDate><link>https://news.ycombinator.com/item?id=48511732</link><dc:creator>staticvar</dc:creator><comments>https://news.ycombinator.com/item?id=48511732</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48511732</guid></item><item><title><![CDATA[New comment by staticvar in "Don't just paste the AI at me"]]></title><description><![CDATA[
<p>Totally fair argument to make right now. But so funny how this is the opposite movement of "Let me Google that for you".</p>
]]></description><pubDate>Sat, 23 May 2026 00:43:53 +0000</pubDate><link>https://news.ycombinator.com/item?id=48243353</link><dc:creator>staticvar</dc:creator><comments>https://news.ycombinator.com/item?id=48243353</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48243353</guid></item><item><title><![CDATA[New comment by staticvar in "Cook: A simple CLI for orchestrating Claude Code"]]></title><description><![CDATA[
<p>> We told Claude Code to block npx using its own denylist. The agent found another way to run it and copied the binary to a new path using /proc/self/root to bypass the deny pattern. When Anthropic's sandbox caught that, the agent disabled the sandbox. No jailbreak, no special prompting. The agent just wanted to eagerly finish the task.<p>I wish that article went into more detail about that attack. But I believe it, the extent that the permissions are easy to get wrong in your claude setttings. For example: <a href="https://www.youtube.com/watch?v=3CSi8QAoN-s&lc=UgwFNAh5fvDGJJgfsax4AaABAg" rel="nofollow">https://www.youtube.com/watch?v=3CSi8QAoN-s&lc=UgwFNAh5fvDGJ...</a></p>
]]></description><pubDate>Sat, 21 Mar 2026 01:24:22 +0000</pubDate><link>https://news.ycombinator.com/item?id=47463100</link><dc:creator>staticvar</dc:creator><comments>https://news.ycombinator.com/item?id=47463100</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47463100</guid></item><item><title><![CDATA[New comment by staticvar in "Cook: A simple CLI for orchestrating Claude Code"]]></title><description><![CDATA[
<p>Too many cooks? >.<</p>
]]></description><pubDate>Thu, 19 Mar 2026 22:20:09 +0000</pubDate><link>https://news.ycombinator.com/item?id=47447142</link><dc:creator>staticvar</dc:creator><comments>https://news.ycombinator.com/item?id=47447142</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47447142</guid></item><item><title><![CDATA[New comment by staticvar in "Cook: A simple CLI for orchestrating Claude Code"]]></title><description><![CDATA[
<p>Also on that point about keeping humans in the loop on decisions, I've found following the Research-Plan-Implement process where we humans review at each of those stages, to be really helpful. This doc describes the skill I use with my agents so they keep me looped in: <a href="https://gist.github.com/rjcorwin/296885590dc8a4ebc64e70879dc04a0f" rel="nofollow">https://gist.github.com/rjcorwin/296885590dc8a4ebc64e70879dc...</a><p>Then I use cook to iterate and explore during the AI led parts.</p>
]]></description><pubDate>Thu, 19 Mar 2026 15:19:20 +0000</pubDate><link>https://news.ycombinator.com/item?id=47440986</link><dc:creator>staticvar</dc:creator><comments>https://news.ycombinator.com/item?id=47440986</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47440986</guid></item><item><title><![CDATA[New comment by staticvar in "Cook: A simple CLI for orchestrating Claude Code"]]></title><description><![CDATA[
<p>Yes, plz don't trust it, always review! The idea is that one prompt in Claude Code got you 80% of the way there, but with some automated review/iterate, it gets you 95% of the way there. It's not worth your time to review the 80% done version when you could be reviewing the 95% done version.</p>
]]></description><pubDate>Thu, 19 Mar 2026 15:07:07 +0000</pubDate><link>https://news.ycombinator.com/item?id=47440761</link><dc:creator>staticvar</dc:creator><comments>https://news.ycombinator.com/item?id=47440761</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47440761</guid></item><item><title><![CDATA[New comment by staticvar in "Cook: A simple CLI for orchestrating Claude Code"]]></title><description><![CDATA[
<p>Dagu.sh, using yaml files to describe the flow, looks like a nice step up in sophistication from the cook approach that's just trying to make it easy to issue directly from the command line.<p>My 2 cents on the dagu.sh website, it should lead with the demo section (<a href="https://docs.dagu.sh/overview/#demo" rel="nofollow">https://docs.dagu.sh/overview/#demo</a>). That helped me connect what it was and how I might use it.</p>
]]></description><pubDate>Thu, 19 Mar 2026 14:32:41 +0000</pubDate><link>https://news.ycombinator.com/item?id=47440219</link><dc:creator>staticvar</dc:creator><comments>https://news.ycombinator.com/item?id=47440219</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47440219</guid></item><item><title><![CDATA[New comment by staticvar in "Cook: A simple CLI for orchestrating Claude Code"]]></title><description><![CDATA[
<p>Done! @let-it-cook/cli@5.1.0 is out. This works when running loops, but even when you just run `cook "do something"` which itself is not a loop, just a call to your agent.</p>
]]></description><pubDate>Thu, 19 Mar 2026 13:20:58 +0000</pubDate><link>https://news.ycombinator.com/item?id=47438956</link><dc:creator>staticvar</dc:creator><comments>https://news.ycombinator.com/item?id=47438956</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47438956</guid></item><item><title><![CDATA[New comment by staticvar in "Cook: A simple CLI for orchestrating Claude Code"]]></title><description><![CDATA[
<p>Exactly! That's my vibe. <a href="https://rjcorwin.github.io" rel="nofollow">https://rjcorwin.github.io</a></p>
]]></description><pubDate>Thu, 19 Mar 2026 13:09:45 +0000</pubDate><link>https://news.ycombinator.com/item?id=47438781</link><dc:creator>staticvar</dc:creator><comments>https://news.ycombinator.com/item?id=47438781</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47438781</guid></item><item><title><![CDATA[New comment by staticvar in "Cook: A simple CLI for orchestrating Claude Code"]]></title><description><![CDATA[
<p>Good to hear that you're having luck with small models. Note that cook exposes a --model param, also workflow specific model params (--model-work, --model-review, etc) so you can have a smaller model implementing a plan and a larger model reviewing the implementation.</p>
]]></description><pubDate>Thu, 19 Mar 2026 13:07:54 +0000</pubDate><link>https://news.ycombinator.com/item?id=47438756</link><dc:creator>staticvar</dc:creator><comments>https://news.ycombinator.com/item?id=47438756</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47438756</guid></item><item><title><![CDATA[New comment by staticvar in "Cook: A simple CLI for orchestrating Claude Code"]]></title><description><![CDATA[
<p>I would be interested in which stories you are thinking of. Stories of Claude breaking out of the restrictions set in its sandbox or stories of people not configuring Claude's sandbox correctly?</p>
]]></description><pubDate>Thu, 19 Mar 2026 13:02:53 +0000</pubDate><link>https://news.ycombinator.com/item?id=47438680</link><dc:creator>staticvar</dc:creator><comments>https://news.ycombinator.com/item?id=47438680</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47438680</guid></item><item><title><![CDATA[New comment by staticvar in "Cook: A simple CLI for orchestrating Claude Code"]]></title><description><![CDATA[
<p>That's right. However if you use the v3 operator, you get three parallel versions being built, and then combined depending on which resolver you use (pick, merge, and compare).</p>
]]></description><pubDate>Thu, 19 Mar 2026 12:58:07 +0000</pubDate><link>https://news.ycombinator.com/item?id=47438616</link><dc:creator>staticvar</dc:creator><comments>https://news.ycombinator.com/item?id=47438616</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47438616</guid></item><item><title><![CDATA[New comment by staticvar in "Cook: A simple CLI for orchestrating Claude Code"]]></title><description><![CDATA[
<p>Hey scrappyejoe, way looks pretty cool. The goal of cook is to be unopinionated, exposing primitives for the shape of workflows as opposed to defining what happens in those workflows. Cook is something that way could use under the hood.</p>
]]></description><pubDate>Thu, 19 Mar 2026 12:50:07 +0000</pubDate><link>https://news.ycombinator.com/item?id=47438502</link><dc:creator>staticvar</dc:creator><comments>https://news.ycombinator.com/item?id=47438502</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47438502</guid></item><item><title><![CDATA[New comment by staticvar in "Show HN: Cook – A portable terminal AI agent (OSS, MIT)"]]></title><description><![CDATA[
<p>Your getcook.dev tool has a nice form factor for a coding agent, keeping users out of a TUI, instead staying on the command line. An option I'd be interested in exploring is one that wraps `claude -p`, reads the jsonl of that session and prints it out nicely like you are doing with getcook.dev.</p>
]]></description><pubDate>Thu, 19 Mar 2026 10:30:30 +0000</pubDate><link>https://news.ycombinator.com/item?id=47437175</link><dc:creator>staticvar</dc:creator><comments>https://news.ycombinator.com/item?id=47437175</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47437175</guid></item><item><title><![CDATA[New comment by staticvar in "Cook: A simple CLI for orchestrating Claude Code"]]></title><description><![CDATA[
<p>Haha, not far off. Only difference is I'm not spending my tokens at work. I use this on a side project video game that I'm developing.</p>
]]></description><pubDate>Thu, 19 Mar 2026 10:25:40 +0000</pubDate><link>https://news.ycombinator.com/item?id=47437137</link><dc:creator>staticvar</dc:creator><comments>https://news.ycombinator.com/item?id=47437137</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47437137</guid></item><item><title><![CDATA[New comment by staticvar in "Cook: A simple CLI for orchestrating Claude Code"]]></title><description><![CDATA[
<p>To a certain extent, yes it does! For my cases, I'm often running 3 parallel implementations that get 10 to 20 iterations deep, and then Claude has to sort out the pros and cons of the options and also take the best bits of each. Easy to hit the context window with Claude just running those on its own, so giving `/cook` to Claude, it can offload a bit more via cook and stay higher level.</p>
]]></description><pubDate>Thu, 19 Mar 2026 10:17:04 +0000</pubDate><link>https://news.ycombinator.com/item?id=47437093</link><dc:creator>staticvar</dc:creator><comments>https://news.ycombinator.com/item?id=47437093</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47437093</guid></item><item><title><![CDATA[New comment by staticvar in "Cook: A simple CLI for orchestrating Claude Code"]]></title><description><![CDATA[
<p>By default it's locked down to the permissions you have granted in your Claude config. If you use the docker sandbox mode, then you can really let it fly as it  can issue more commands in a safer environment.</p>
]]></description><pubDate>Thu, 19 Mar 2026 10:11:51 +0000</pubDate><link>https://news.ycombinator.com/item?id=47437070</link><dc:creator>staticvar</dc:creator><comments>https://news.ycombinator.com/item?id=47437070</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47437070</guid></item><item><title><![CDATA[New comment by staticvar in "Cook: A simple CLI for orchestrating Claude Code"]]></title><description><![CDATA[
<p>On asking for user input during implementation, it's best to use this when you have a plan sufficiently written up that you can point it to. To prep that plan, you can also use cook to iterate on the plan for you. Having Claude Code use `/cook` directly is nice because it watches what the subagents are up to and can speak for them, although Claude can't speak to the subagents running through cook.<p>On permissions, by default, when it runs instances of Claude they will inherit your Claude's permissions. So if there is no permission to `rm -rf /`, Claude will just get denied and move on. Using the docker sandbox option (see bottom of page), then it runs inside that `--dangerously-skip-permissions` and get more stuff done (my preferred option). The hard part about that is it means you need to set up the Docker sandbox with any dependencies your project needs. Run `cook init` and edit the `.cook/Dockerfile` to set those up.</p>
]]></description><pubDate>Thu, 19 Mar 2026 10:09:57 +0000</pubDate><link>https://news.ycombinator.com/item?id=47437059</link><dc:creator>staticvar</dc:creator><comments>https://news.ycombinator.com/item?id=47437059</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47437059</guid></item><item><title><![CDATA[New comment by staticvar in "Cook: A simple CLI for orchestrating Claude Code"]]></title><description><![CDATA[
<p>Ah sorry about that. I have weird tastes in design. The README.md is less detailed but covers the basics: <a href="https://github.com/rjcorwin/cook/" rel="nofollow">https://github.com/rjcorwin/cook/</a></p>
]]></description><pubDate>Thu, 19 Mar 2026 10:02:50 +0000</pubDate><link>https://news.ycombinator.com/item?id=47437017</link><dc:creator>staticvar</dc:creator><comments>https://news.ycombinator.com/item?id=47437017</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47437017</guid></item><item><title><![CDATA[New comment by staticvar in "Cook: A simple CLI for orchestrating Claude Code"]]></title><description><![CDATA[
<p>Oh ya, lots of tools out there orchestrating these days, and just writing a script is a valid option. On the control bit, note that if you `cook init` in your project, it generates a COOK.md that lets you template the meta prompt. Claude could probably take a look at how you've been doing it and port it over to COOK.md so it's similar to the prompts you've been using.</p>
]]></description><pubDate>Thu, 19 Mar 2026 09:58:40 +0000</pubDate><link>https://news.ycombinator.com/item?id=47436997</link><dc:creator>staticvar</dc:creator><comments>https://news.ycombinator.com/item?id=47436997</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47436997</guid></item></channel></rss>