<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: simple10</title><link>https://news.ycombinator.com/user?id=simple10</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Wed, 08 Apr 2026 01:39:19 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=simple10" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by simple10 in "Google open-sources experimental agent orchestration testbed Scion"]]></title><description><![CDATA[
<p>They kinda buried the code deep in their docs:<p><a href="https://github.com/GoogleCloudPlatform/scion" rel="nofollow">https://github.com/GoogleCloudPlatform/scion</a></p>
]]></description><pubDate>Tue, 07 Apr 2026 16:47:45 +0000</pubDate><link>https://news.ycombinator.com/item?id=47678103</link><dc:creator>simple10</dc:creator><comments>https://news.ycombinator.com/item?id=47678103</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47678103</guid></item><item><title><![CDATA[New comment by simple10 in "Show HN: Modo – I built an open-source alternative to Kiro, Cursor, and Windsurf"]]></title><description><![CDATA[
<p>Really cool. I've been building a mission control system (multi agent orchestration) that follows very similar patterns of spec driven development, steering, and task management. Having this baked into an IDE is a great idea.<p>For observability, would be amazing to have session replay or at least session exploration built in. Kinda like git history but tied to tasks and tool use instead of file diffs.</p>
]]></description><pubDate>Mon, 06 Apr 2026 05:26:52 +0000</pubDate><link>https://news.ycombinator.com/item?id=47657287</link><dc:creator>simple10</dc:creator><comments>https://news.ycombinator.com/item?id=47657287</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47657287</guid></item><item><title><![CDATA[New comment by simple10 in "Show HN: Real-time dashboard for Claude Code agent teams"]]></title><description><![CDATA[
<p>Yep. I finally realized what "green" accounts are for on HN. Recently created accounts.</p>
]]></description><pubDate>Wed, 01 Apr 2026 20:41:22 +0000</pubDate><link>https://news.ycombinator.com/item?id=47606278</link><dc:creator>simple10</dc:creator><comments>https://news.ycombinator.com/item?id=47606278</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47606278</guid></item><item><title><![CDATA[New comment by simple10 in "Show HN: Real-time dashboard for Claude Code agent teams"]]></title><description><![CDATA[
<p>Right on. Good luck! You might also want to play around with <a href="https://github.com/simple10/agent-super-spy" rel="nofollow">https://github.com/simple10/agent-super-spy</a> if you want to see the raw prompts claude is sending. It was really helpful for me to see the system prompts and how tool calls and message threads are handled.</p>
]]></description><pubDate>Wed, 01 Apr 2026 19:00:40 +0000</pubDate><link>https://news.ycombinator.com/item?id=47605038</link><dc:creator>simple10</dc:creator><comments>https://news.ycombinator.com/item?id=47605038</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47605038</guid></item><item><title><![CDATA[New comment by simple10 in "Show HN: Real-time dashboard for Claude Code agent teams"]]></title><description><![CDATA[
<p>Sub-agent trees are fully tracked by the dashboard. When an agent is spawned, it always has a parent agent id - claude is sending this in the hooks payload. When you mouse over an agent in the dashboard, it shows what agent spawned it. There currently isn't a tree view of agents in the UI, but it would be easy to add. The data is all there.<p>[Edit] When claude spawns sub-agents, they inherit the parent's hooks. So all sub-agents activity gets logged by default.</p>
]]></description><pubDate>Wed, 01 Apr 2026 17:59:05 +0000</pubDate><link>https://news.ycombinator.com/item?id=47604270</link><dc:creator>simple10</dc:creator><comments>https://news.ycombinator.com/item?id=47604270</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47604270</guid></item><item><title><![CDATA[New comment by simple10 in "Show HN: Real-time dashboard for Claude Code agent teams"]]></title><description><![CDATA[
<p>Sort of. It wasn't really noticeable until I did an intentional audit of performance, then noticed the speed improvements.<p>Node has a 30-50ms cold start overhead. Then there's overhead in the hook script to read local config files, make http request to server, and check for callbacks. In practice, this was about 50-60ms per hook.<p>The background hook shim reduces latency to around 3-5ms (10x improvement). It was noticeable when using agent teams with 5+ sub-agents running in parallel.<p>But the real speed up was disabling all the other plugins I had been collecting. It piles up fast and is easy for me to forget what's installed globally.<p>I've also started periodically asking claude to analyze it's prompts to look for conflicts. It's shockingly common for plugins and skills to end up with contradictory instructions. Opus works around it just fine, but it's unnecessary overhead for every turn.</p>
]]></description><pubDate>Wed, 01 Apr 2026 17:51:39 +0000</pubDate><link>https://news.ycombinator.com/item?id=47604172</link><dc:creator>simple10</dc:creator><comments>https://news.ycombinator.com/item?id=47604172</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47604172</guid></item><item><title><![CDATA[New comment by simple10 in "Show HN: Real-time dashboard for Claude Code agent teams"]]></title><description><![CDATA[
<p>I hit a lot of limits on Pro plan. Upgraded to Max $200/mo plan and haven't hit limits for awhile.<p>It's super important to check your plugins or use a proxy to inspect raw prompts. If you have a lot of skills and plugins installed, you'll burn through tokens 5-10x faster than normal.<p>Also have claude use sub-agents and agent teams. They're significantly lighter on token usage when they're spawned with fresh context windows. You can see in Agents Observe dashboard exactly what prompt and response claude is using for spawning sub-agents.</p>
]]></description><pubDate>Wed, 01 Apr 2026 17:38:25 +0000</pubDate><link>https://news.ycombinator.com/item?id=47604013</link><dc:creator>simple10</dc:creator><comments>https://news.ycombinator.com/item?id=47604013</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47604013</guid></item><item><title><![CDATA[New comment by simple10 in "Show HN: Real-time dashboard for Claude Code agent teams"]]></title><description><![CDATA[
<p>I'm not actually reading the jsonl files. Agents Observe just uses hooks and sends all hook data the server (running as a docker container by default).<p>Basic flow:<p>1. Plugin registers hooks that call a dump pipe script that sends hook events data to api server<p>2. Server parses events and stores them in sqlite by session and agent id - mostly just stores data, minimal processing<p>3. Dashboard UI uses websockets to get real-time events from the server<p>4. UI does most of the heavy lifting by parsing events, grouping by agent / sub-agent, extracting out tool calls to dynamically create filters, etc.<p>It took a lot of iterations to keep things simple and performant.<p>You can easily modify the app/client UI code to fully customize the dashboard. The API app/server is intentionally unopinionated about how events will be rendered. This was by design to add support for other agent events soon.</p>
]]></description><pubDate>Wed, 01 Apr 2026 17:31:50 +0000</pubDate><link>https://news.ycombinator.com/item?id=47603928</link><dc:creator>simple10</dc:creator><comments>https://news.ycombinator.com/item?id=47603928</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47603928</guid></item><item><title><![CDATA[New comment by simple10 in "Claude Code Unpacked : A visual guide"]]></title><description><![CDATA[
<p>This tool is useful if you want to see all the internal commands claude agents are making in real-time:<p><a href="https://github.com/simple10/agents-observe" rel="nofollow">https://github.com/simple10/agents-observe</a></p>
]]></description><pubDate>Wed, 01 Apr 2026 17:13:54 +0000</pubDate><link>https://news.ycombinator.com/item?id=47603695</link><dc:creator>simple10</dc:creator><comments>https://news.ycombinator.com/item?id=47603695</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47603695</guid></item><item><title><![CDATA[New comment by simple10 in "Show HN: Real-time dashboard for Claude Code agent teams"]]></title><description><![CDATA[
<p>Thanks! This was step one in my daily driver stack - better observability. I also bundled up a bunch of other observability services in <a href="https://github.com/simple10/agent-super-spy" rel="nofollow">https://github.com/simple10/agent-super-spy</a> so I can see the raw prompts and headers.<p>The next big layer for my personal stack is full orchestration. Something like Paperclip but much more specialized for my use cases.</p>
]]></description><pubDate>Wed, 01 Apr 2026 16:36:20 +0000</pubDate><link>https://news.ycombinator.com/item?id=47603176</link><dc:creator>simple10</dc:creator><comments>https://news.ycombinator.com/item?id=47603176</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47603176</guid></item><item><title><![CDATA[Show HN: Real-time dashboard for Claude Code agent teams]]></title><description><![CDATA[
<p>This project (Agents Observe) started as an exploration into building automation harnesses around claude code. I needed a way to see exactly what teams of agents were doing in realtime and to filter and search their output.<p>A few interesting learnings from building and using this:<p>- Claude code hooks are blocking - performance degrades rapidly if you have a lot of plugins that use hooks<p>- Hooks provide a lot more useful info than OTEL data<p>- Claude's jsonl files provide the full picture<p>- Lifecycle management of MCP processes started by plugins is a bit kludgy at best<p>The biggest takeaway is how much of a difference it made in claude performance when I switched to background (fire and forget) hooks and removed all other plugins. It's easy to forget how many claude plugins I've installed and how they effect performance.<p>The Agents Observe plugin uses docker to start the API and dashboard service. This is a pattern I'd love to see used more often for security (think Axios hack) reasons. The tricky bit was handling process management across multiple claude instances - the solution was to have the server track active connections then auto shut itself down when not in use. Then the plugin spins it back up when a new session is started.<p>This tool has been incredibly useful for my own daily workflow. Enjoy!</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=47602986">https://news.ycombinator.com/item?id=47602986</a></p>
<p>Points: 76</p>
<p># Comments: 28</p>
]]></description><pubDate>Wed, 01 Apr 2026 16:24:28 +0000</pubDate><link>https://github.com/simple10/agents-observe</link><dc:creator>simple10</dc:creator><comments>https://news.ycombinator.com/item?id=47602986</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47602986</guid></item><item><title><![CDATA[New comment by simple10 in "Anthropic takes legal action against OpenCode"]]></title><description><![CDATA[
<p>Yes, this. They need as much lock-in as possible before IPO. Most likely less about cash flow and more about IPO story telling.<p>We'll know for sure when they add full OpenClaw-like features to Claude Code like remote channels & heartbeat support. Both are partially implemented already.</p>
]]></description><pubDate>Thu, 19 Mar 2026 20:42:47 +0000</pubDate><link>https://news.ycombinator.com/item?id=47445753</link><dc:creator>simple10</dc:creator><comments>https://news.ycombinator.com/item?id=47445753</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47445753</guid></item><item><title><![CDATA[New comment by simple10 in "Nvidia NemoClaw"]]></title><description><![CDATA[
<p>It's on my claw list to write a blog post. I just keep taking down my claws to make modifications. lol<p>Here's the full (unedited) details including many of the claude code debugging sessions to dig into the logs to figure out what happened:<p><a href="https://github.com/simple10/openclaw-stack/blob/caf9de2f1c0c54a16bfe1cc4f58a9948d442c668/notes/logs/runaway-openclaw-prompt-hack.md" rel="nofollow">https://github.com/simple10/openclaw-stack/blob/caf9de2f1c0c...</a><p>And here's a summary a friend did on a fork of my project:<p><a href="https://github.com/proclawbot/openclaude/blob/caf9de2f1c0c54a16bfe1cc4f58a9948d442c668/notes/logs/runaway-openclaw-prompt-hack-blog.md" rel="nofollow">https://github.com/proclawbot/openclaude/blob/caf9de2f1c0c54...</a><p>The full version has all the build artifacts Opus created to perform the jail break.<p>It also has some thoughts on how this could (and will) be used for pwn'ing OpenClaws.<p>The key takeaway: OpenClaw default setup has little to no guardrails. It's just a huge list of tools given to LLM's (Opus) and a user request. What's particularly interesting is that the 130 tool calls never once triggered any of Opus's safety precautions. For its perspective, it was just given a task, an unlimited budget, and a bunch of tools to try to accomplish the job. It effectively runs in ralph mode.<p>So any prompt injection (e.g. from an ingested email or reddit post) can quickly lead to internal data exfiltration. If you run a claw without good guardrails & observability, you're effectively creating a massive attack surface and providing attackers all the compute and API token funding to hack yourself. This is pretty much the pain point NemoClaw is trying to address. But its a tricky tradeoff.</p>
]]></description><pubDate>Thu, 19 Mar 2026 06:10:31 +0000</pubDate><link>https://news.ycombinator.com/item?id=47435566</link><dc:creator>simple10</dc:creator><comments>https://news.ycombinator.com/item?id=47435566</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47435566</guid></item><item><title><![CDATA[New comment by simple10 in "Nvidia NemoClaw"]]></title><description><![CDATA[
<p>NemoClaw is mostly a trojan horse of sorts to get corporate OpenClaw users quickly ported over to Nvidia's inference cloud.<p>It's a neat piece of architecture - the OpenShell piece that does the security sandboxing. Gives a lot more granular control over exec and network egress calls. Docker doesn't provide this out of the box.<p>But NemoClaw is pre-configured to intercept all OpenClaw LLM requests and proxy them to Nvidia's inference cloud. That's kinda the whole point of them releasing it.<p>I can be modified to allow for other providers, but at the time of launch, there was no mention of how to do this in their docs. Kinda a brilliant marketing move on their part.</p>
]]></description><pubDate>Thu, 19 Mar 2026 04:47:11 +0000</pubDate><link>https://news.ycombinator.com/item?id=47435066</link><dc:creator>simple10</dc:creator><comments>https://news.ycombinator.com/item?id=47435066</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47435066</guid></item><item><title><![CDATA[New comment by simple10 in "Nvidia NemoClaw"]]></title><description><![CDATA[
<p>Yeah, it's wild. I spent several weeks nearly full time on a deep dive of claw architecture & security.<p>The short of it - OpenClaw sandboxes are useful for controlling what sub-agents can do, and what they have access to. But it's a security nightmare.<p>During config experiments, I got hit with a $20 Anthropic API charge from one request that ran amuck. Misconfigured security sandbox issue resulted in Opus getting crazy creative to find workarounds. 130 tool calls and several million tokens later... it was able to escape the sandbox. It used a mix of dom-to-image sending pixels through the context window, then writing scripts in various sandboxes to piece together a full jailbreak. And I wasn't even running a security test - it was just a simple chat request that ran into sandbox firewall issues.<p>Currently, I use sandboxes to control which agents (i.e. which system prompts) have access to different tools and data. It's useful, but tricky.</p>
]]></description><pubDate>Thu, 19 Mar 2026 04:42:37 +0000</pubDate><link>https://news.ycombinator.com/item?id=47435038</link><dc:creator>simple10</dc:creator><comments>https://news.ycombinator.com/item?id=47435038</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47435038</guid></item><item><title><![CDATA[Show HN: LLM Observability Stack for Local Dev – Agent Super Apy]]></title><description><![CDATA[
<p>Article URL: <a href="https://github.com/simple10/agent-super-spy">https://github.com/simple10/agent-super-spy</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=47343419">https://news.ycombinator.com/item?id=47343419</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Wed, 11 Mar 2026 22:47:31 +0000</pubDate><link>https://github.com/simple10/agent-super-spy</link><dc:creator>simple10</dc:creator><comments>https://news.ycombinator.com/item?id=47343419</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47343419</guid></item><item><title><![CDATA[New comment by simple10 in "Show HN: Klaus – OpenClaw on a VM, batteries included"]]></title><description><![CDATA[
<p>Klaus looks great! It's definitely looks like a step up from the one-click VPS deploys that are terribly insecure.<p>I spent the past month hacking on openclaw to play nice in a docker container for my own VPS use.<p>This project has a lot of useful debugging tools for running multiple claws on a single VPS:<p><a href="https://github.com/simple10/openclaw-stack" rel="nofollow">https://github.com/simple10/openclaw-stack</a><p>For average users, Klaus is a much better fit.</p>
]]></description><pubDate>Wed, 11 Mar 2026 22:41:43 +0000</pubDate><link>https://news.ycombinator.com/item?id=47343337</link><dc:creator>simple10</dc:creator><comments>https://news.ycombinator.com/item?id=47343337</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47343337</guid></item><item><title><![CDATA[New comment by simple10 in "28M Tokens for One Simple OpenClaw Prompt"]]></title><description><![CDATA[
<p>Yeah, claude seemed genuinely shocked when it analyzed the logs. lol</p>
]]></description><pubDate>Wed, 18 Feb 2026 21:37:16 +0000</pubDate><link>https://news.ycombinator.com/item?id=47066793</link><dc:creator>simple10</dc:creator><comments>https://news.ycombinator.com/item?id=47066793</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47066793</guid></item><item><title><![CDATA[New comment by simple10 in "28M Tokens for One Simple OpenClaw Prompt"]]></title><description><![CDATA[
<p>Just sharing the most surreal 3-hour claude assisted debugging session I've ever had. This was intended for my team notes but thought I'd share it. It's a treasure trove of how OpenClaw sandboxing works when things go wrong.</p>
]]></description><pubDate>Wed, 18 Feb 2026 11:30:49 +0000</pubDate><link>https://news.ycombinator.com/item?id=47059921</link><dc:creator>simple10</dc:creator><comments>https://news.ycombinator.com/item?id=47059921</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47059921</guid></item><item><title><![CDATA[28M Tokens for One Simple OpenClaw Prompt]]></title><description><![CDATA[
<p>Article URL: <a href="https://github.com/simple10/openclaude/blob/main/notes/logs/runaway-openclaw-prompt-hack.md">https://github.com/simple10/openclaude/blob/main/notes/logs/runaway-openclaw-prompt-hack.md</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=47059920">https://news.ycombinator.com/item?id=47059920</a></p>
<p>Points: 3</p>
<p># Comments: 3</p>
]]></description><pubDate>Wed, 18 Feb 2026 11:30:49 +0000</pubDate><link>https://github.com/simple10/openclaude/blob/main/notes/logs/runaway-openclaw-prompt-hack.md</link><dc:creator>simple10</dc:creator><comments>https://news.ycombinator.com/item?id=47059920</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47059920</guid></item></channel></rss>