<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: hestefisk</title><link>https://news.ycombinator.com/user?id=hestefisk</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Sun, 28 Jun 2026 16:50:31 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=hestefisk" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[Maturana: Hardware-isolated, zero-trust agent harness]]></title><description><![CDATA[
<p>Article URL: <a href="https://github.com/ajensenwaud/maturana">https://github.com/ajensenwaud/maturana</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=48666280">https://news.ycombinator.com/item?id=48666280</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Wed, 24 Jun 2026 22:17:45 +0000</pubDate><link>https://github.com/ajensenwaud/maturana</link><dc:creator>hestefisk</dc:creator><comments>https://news.ycombinator.com/item?id=48666280</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48666280</guid></item><item><title><![CDATA[HN: Maturana – Secure-by-design, zero-trust personal agent framework]]></title><description><![CDATA[
<p>Article URL: <a href="https://www.maturana.sh/">https://www.maturana.sh/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=48570688">https://news.ycombinator.com/item?id=48570688</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Wed, 17 Jun 2026 14:00:44 +0000</pubDate><link>https://www.maturana.sh/</link><dc:creator>hestefisk</dc:creator><comments>https://news.ycombinator.com/item?id=48570688</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48570688</guid></item><item><title><![CDATA[Recursant, the open source AI control plane, now supports OpenClaw]]></title><description><![CDATA[
<p>Article URL: <a href="https://clawhub.ai/plugins/openclaw-recursant">https://clawhub.ai/plugins/openclaw-recursant</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=48148866">https://news.ycombinator.com/item?id=48148866</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Fri, 15 May 2026 14:13:20 +0000</pubDate><link>https://clawhub.ai/plugins/openclaw-recursant</link><dc:creator>hestefisk</dc:creator><comments>https://news.ycombinator.com/item?id=48148866</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48148866</guid></item><item><title><![CDATA[Show HN: Recursant, a mesh-based control plane for AI agents]]></title><description><![CDATA[
<p>I have submitted before, but it didn’t end up in the Show HN list for some reason.<p>I have built Recursant, an AI agent governance platform that governs agents across stacks and clouds to maintain compliance. In many large enterprises this is a real compliance issue with different teams using different frameworks and runtime environments, which creates control risk.<p>I hope to get some feedback on it. It is a viable alternative to the large vendor controlled stacks. Architecturally it is quite unique given its use of the Istio / sidecar pattern. This enables agent isolation at the network layer.<p>Thanks
Anders</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=48118988">https://news.ycombinator.com/item?id=48118988</a></p>
<p>Points: 3</p>
<p># Comments: 0</p>
]]></description><pubDate>Wed, 13 May 2026 07:46:08 +0000</pubDate><link>https://github.com/ajensenwaud/recursant</link><dc:creator>hestefisk</dc:creator><comments>https://news.ycombinator.com/item?id=48118988</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48118988</guid></item><item><title><![CDATA[Show HN: Recursant, "Istio for agents", is now open source]]></title><description><![CDATA[
<p>Article URL: <a href="https://github.com/ajensenwaud/recursant">https://github.com/ajensenwaud/recursant</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=48040450">https://news.ycombinator.com/item?id=48040450</a></p>
<p>Points: 4</p>
<p># Comments: 0</p>
]]></description><pubDate>Wed, 06 May 2026 19:19:57 +0000</pubDate><link>https://github.com/ajensenwaud/recursant</link><dc:creator>hestefisk</dc:creator><comments>https://news.ycombinator.com/item?id=48040450</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48040450</guid></item><item><title><![CDATA[Show HN: Recursant – service mesh for governing AI agents]]></title><description><![CDATA[
<p>Hello,<p>I have just released Recursant to the public. I have been working on it for a while. It is a control plane for governing AI agents across stacks. It provides full observability, guardrails, and control on the network level by routing all traffic through a side car.<p>Problem statement: many large, regulated enterprises (think banks, telcos) have one engineering team on LangGraph, another on CrewAI, marketing on AgentForce, and data teams on Databricks Agent Bricks. They need their agents to talk to each other with consistent policy enforcement, one audit trail, and a single set of guardrails, yet allowing different functions to run on their own stacks. Recursant solves that problem using the service mesh pattern<p>Recursant has two components: a registry and the mesh . The registry contains all live agents. The mesh uses sidecars to route traffic and enforce on the network layer.<p>Aim is for Recursant to provide a real-time EU AI Act Annex IV compliance, so it is not generated from static documents. This saves time and effort for large enterprises subject to the requirement.<p>Linmitations:<p>- Recursant currently plugs in to CrewAI, Langgraph, and n8n . The aim is to support proprietary platforms such as ServiceNow and AgentForce as much as psosible.
- The Recursant SDK still needs work to support as many agents as possible
- I would also like to provide support for some of the 'personal agent' platforms such as OpenClaw, NanoClaw, and Hermes
- Only tested on k8s, not public cloud
- Documentation is sparse and needs to be developed.<p>I hope this project is useful to some of you.</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=48036330">https://news.ycombinator.com/item?id=48036330</a></p>
<p>Points: 2</p>
<p># Comments: 1</p>
]]></description><pubDate>Wed, 06 May 2026 13:57:24 +0000</pubDate><link>https://www.recursant.ai/</link><dc:creator>hestefisk</dc:creator><comments>https://news.ycombinator.com/item?id=48036330</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48036330</guid></item><item><title><![CDATA[Telegram Launches Managed Bots]]></title><description><![CDATA[
<p>Article URL: <a href="https://twitter.com/telegram/status/2048098691391852966">https://twitter.com/telegram/status/2048098691391852966</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=47909020">https://news.ycombinator.com/item?id=47909020</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Sun, 26 Apr 2026 10:09:29 +0000</pubDate><link>https://twitter.com/telegram/status/2048098691391852966</link><dc:creator>hestefisk</dc:creator><comments>https://news.ycombinator.com/item?id=47909020</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47909020</guid></item><item><title><![CDATA[New comment by hestefisk in "ClawLock: The Control Plane for OpenClaw"]]></title><description><![CDATA[
<p>I love OpenClaw and what it can do. I have long been wanting OpenClaw to take care of my shopping and purchases online. However, with the current threat of prompt injections, I do not trust it with my credit card details as it stands.<p>To reduce the chance of breaches, I built ClawLock, a supervisor (sidecar with process isolation) for OpenClaw that injects controls around tool use. The user defines a passport for what the tools can and cannot do and ClawLock governs it. For high-risk transactions like in-browser purchases or shell command, a deterministic policy engine and an LLM-as-judge are used to detect any potential threats prior to execution.<p>ClawLock is currently in its infancy. It is primarily tested on Linux. I would appreciate any feedback on your experience using it on MacOS and WSL.</p>
]]></description><pubDate>Wed, 01 Apr 2026 09:52:03 +0000</pubDate><link>https://news.ycombinator.com/item?id=47598822</link><dc:creator>hestefisk</dc:creator><comments>https://news.ycombinator.com/item?id=47598822</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47598822</guid></item><item><title><![CDATA[ClawLock: The Control Plane for OpenClaw]]></title><description><![CDATA[
<p>Article URL: <a href="https://clawlock.io/">https://clawlock.io/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=47598821">https://news.ycombinator.com/item?id=47598821</a></p>
<p>Points: 2</p>
<p># Comments: 1</p>
]]></description><pubDate>Wed, 01 Apr 2026 09:52:03 +0000</pubDate><link>https://clawlock.io/</link><dc:creator>hestefisk</dc:creator><comments>https://news.ycombinator.com/item?id=47598821</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47598821</guid></item><item><title><![CDATA[New comment by hestefisk in "AI adoption and Solow's productivity paradox"]]></title><description><![CDATA[
<p>I am in strategy consulting and I can tell you the productivity gains are real in terms of research, model building, and summarising work. The result is price pressure from our clients.</p>
]]></description><pubDate>Wed, 18 Feb 2026 08:35:49 +0000</pubDate><link>https://news.ycombinator.com/item?id=47058712</link><dc:creator>hestefisk</dc:creator><comments>https://news.ycombinator.com/item?id=47058712</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47058712</guid></item><item><title><![CDATA[New comment by hestefisk in "Clawdbot - open source personal AI assistant"]]></title><description><![CDATA[
<p>This is really cool, nicely done. Q: How did you get the WhatsApp integration working? I thought that was completely closed off unless you are in Europe.</p>
]]></description><pubDate>Mon, 26 Jan 2026 11:01:50 +0000</pubDate><link>https://news.ycombinator.com/item?id=46764185</link><dc:creator>hestefisk</dc:creator><comments>https://news.ycombinator.com/item?id=46764185</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46764185</guid></item><item><title><![CDATA[New comment by hestefisk in "Kagi releases alpha version of Orion for Linux"]]></title><description><![CDATA[
<p>Also Ladybird is quite an interesting alternative. Anyone here using it day to day?</p>
]]></description><pubDate>Sat, 10 Jan 2026 11:35:55 +0000</pubDate><link>https://news.ycombinator.com/item?id=46564842</link><dc:creator>hestefisk</dc:creator><comments>https://news.ycombinator.com/item?id=46564842</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46564842</guid></item><item><title><![CDATA[New comment by hestefisk in "Show HN: I built a tool to create AI agents that live in iMessage"]]></title><description><![CDATA[
<p>[flagged]</p>
]]></description><pubDate>Fri, 09 Jan 2026 09:42:44 +0000</pubDate><link>https://news.ycombinator.com/item?id=46551907</link><dc:creator>hestefisk</dc:creator><comments>https://news.ycombinator.com/item?id=46551907</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46551907</guid></item><item><title><![CDATA[New comment by hestefisk in "Trump says Venezuela’s Maduro captured after strikes"]]></title><description><![CDATA[
<p>Not respecting international law?</p>
]]></description><pubDate>Sun, 04 Jan 2026 08:44:42 +0000</pubDate><link>https://news.ycombinator.com/item?id=46486177</link><dc:creator>hestefisk</dc:creator><comments>https://news.ycombinator.com/item?id=46486177</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46486177</guid></item><item><title><![CDATA[Towards a Science of Scaling Agent System]]></title><description><![CDATA[
<p>Article URL: <a href="https://arxiv.org/abs/2512.08296">https://arxiv.org/abs/2512.08296</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=46351355">https://news.ycombinator.com/item?id=46351355</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Mon, 22 Dec 2025 04:40:00 +0000</pubDate><link>https://arxiv.org/abs/2512.08296</link><dc:creator>hestefisk</dc:creator><comments>https://news.ycombinator.com/item?id=46351355</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46351355</guid></item><item><title><![CDATA[New comment by hestefisk in "I failed to recreate the 1996 Space Jam website with Claude"]]></title><description><![CDATA[
<p>Would be interesting to see whether Gemini could crack this problem.</p>
]]></description><pubDate>Sun, 07 Dec 2025 19:31:09 +0000</pubDate><link>https://news.ycombinator.com/item?id=46184340</link><dc:creator>hestefisk</dc:creator><comments>https://news.ycombinator.com/item?id=46184340</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46184340</guid></item><item><title><![CDATA[New comment by hestefisk in "Slack's 57MB 404 page"]]></title><description><![CDATA[
<p>No. Everyone is on Teams.</p>
]]></description><pubDate>Fri, 11 Jul 2025 09:14:54 +0000</pubDate><link>https://news.ycombinator.com/item?id=44529989</link><dc:creator>hestefisk</dc:creator><comments>https://news.ycombinator.com/item?id=44529989</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44529989</guid></item><item><title><![CDATA[New comment by hestefisk in "David Lynch has died"]]></title><description><![CDATA[
<p><a href="https://www.theguardian.com/film/2025/jan/16/david-lynch-twin-peaks-and-muholland-drive-director-dies-aged-78" rel="nofollow">https://www.theguardian.com/film/2025/jan/16/david-lynch-twi...</a></p>
]]></description><pubDate>Thu, 16 Jan 2025 19:17:38 +0000</pubDate><link>https://news.ycombinator.com/item?id=42729621</link><dc:creator>hestefisk</dc:creator><comments>https://news.ycombinator.com/item?id=42729621</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42729621</guid></item><item><title><![CDATA[Java Server Faces]]></title><description><![CDATA[
<p>Article URL: <a href="https://en.wikipedia.org/wiki/Jakarta_Faces">https://en.wikipedia.org/wiki/Jakarta_Faces</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=42032048">https://news.ycombinator.com/item?id=42032048</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Sun, 03 Nov 2024 09:29:13 +0000</pubDate><link>https://en.wikipedia.org/wiki/Jakarta_Faces</link><dc:creator>hestefisk</dc:creator><comments>https://news.ycombinator.com/item?id=42032048</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42032048</guid></item><item><title><![CDATA[New comment by hestefisk in "Stonebraker Seeks to Invert the Computing Paradigm with DBOS"]]></title><description><![CDATA[
<p>And the network is the computer :)</p>
]]></description><pubDate>Sat, 31 Aug 2024 09:35:49 +0000</pubDate><link>https://news.ycombinator.com/item?id=41407602</link><dc:creator>hestefisk</dc:creator><comments>https://news.ycombinator.com/item?id=41407602</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41407602</guid></item></channel></rss>