<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: mhher</title><link>https://news.ycombinator.com/user?id=mhher</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Thu, 27 Aug 2026 10:47:43 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=mhher" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by mhher in "OpenClaw passes React in amount of stars on GitHub"]]></title><description><![CDATA[
<p>OpenClaw has a faithful base of Chinese agents behind it. The Chinese web is flooded with posts about OpenClaw users becoming millionaires in order to entice more and more people to install it due to its incredibly sloppy and easily exploitable nature.<p>Peter and Sam are a masterclass in deception (or incompetence).</p>
]]></description><pubDate>Mon, 02 Mar 2026 13:49:17 +0000</pubDate><link>https://news.ycombinator.com/item?id=47217926</link><dc:creator>mhher</dc:creator><comments>https://news.ycombinator.com/item?id=47217926</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47217926</guid></item><item><title><![CDATA[New comment by mhher in "Pentagon head to military officers: You cannot study in these 22 universities"]]></title><description><![CDATA[
<p>It's good to see that these universities seem to take their oath of education serious rather than bowing down to ideological agents. If you attempt to restrict or influence education you lost before it even started.</p>
]]></description><pubDate>Mon, 02 Mar 2026 13:45:11 +0000</pubDate><link>https://news.ycombinator.com/item?id=47217882</link><dc:creator>mhher</dc:creator><comments>https://news.ycombinator.com/item?id=47217882</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47217882</guid></item><item><title><![CDATA[New comment by mhher in "Firefox 148 Launches with AI Kill Switch Feature and More Enhancements"]]></title><description><![CDATA[
<p>Am I the only one who absolutely adores the local based translation feature? I use it regularly and its so good.</p>
]]></description><pubDate>Tue, 24 Feb 2026 12:51:47 +0000</pubDate><link>https://news.ycombinator.com/item?id=47136475</link><dc:creator>mhher</dc:creator><comments>https://news.ycombinator.com/item?id=47136475</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47136475</guid></item><item><title><![CDATA[New comment by mhher in "You are not supposed to install OpenClaw on your personal computer"]]></title><description><![CDATA[
<p>> You are not supposed to install OpenClaw<p>Sentence could have ended there</p>
]]></description><pubDate>Tue, 24 Feb 2026 05:36:57 +0000</pubDate><link>https://news.ycombinator.com/item?id=47133253</link><dc:creator>mhher</dc:creator><comments>https://news.ycombinator.com/item?id=47133253</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47133253</guid></item><item><title><![CDATA[New comment by mhher in "0 A.D. Release 28: Boiorix"]]></title><description><![CDATA[
<p>I once randomly stumbled upon this in GNOME Software (alphabetical sorting). Was very happy to find such a quality title there.</p>
]]></description><pubDate>Mon, 23 Feb 2026 10:27:12 +0000</pubDate><link>https://news.ycombinator.com/item?id=47120418</link><dc:creator>mhher</dc:creator><comments>https://news.ycombinator.com/item?id=47120418</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47120418</guid></item><item><title><![CDATA[New comment by mhher in "Altman on AI energy: it also takes 20 years of eating food to train a human"]]></title><description><![CDATA[
<p>To me the whole OpenClaw situation is proof enough how desperate OpenAI must be for fresh (real, non-circular) cash.<p>In that light Altman saying things things like that is not really surprising. Contrary it only reinforces their desperation to me.</p>
]]></description><pubDate>Sun, 22 Feb 2026 19:33:52 +0000</pubDate><link>https://news.ycombinator.com/item?id=47113896</link><dc:creator>mhher</dc:creator><comments>https://news.ycombinator.com/item?id=47113896</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47113896</guid></item><item><title><![CDATA[New comment by mhher in "Show HN: Late – A subagent orchestrator TUI for local LLMs (Go/Linux)"]]></title><description><![CDATA[
<p>Most AI coding assistants are fundamentally broken. Tools like Claude Code and OpenCode eagerly load 10k+ tokens of monolithic system prompts into a single context window before you even type. This guarantees context amnesia and destroys local inference speeds.<p>I built late to fix this. It’s a single-binary Go/BubbleTea TUI built around a subagent orchestrator pattern. The main prompt is strictly ~100 lines. The orchestrator routes tasks to transient subagents with isolated context windows, explicitly preventing the "Debugging Decay" (<a href="https://arxiv.org/abs/2506.18403" rel="nofollow">https://arxiv.org/abs/2506.18403</a>) and context pollution seen in monolithic agents.<p>Architectural notes:<p>* Linux Native: Strictly respects XDG base directories. No Windows support. No padded Electron GUI.<p>* Execution Load: The rapid context switching breaks the mainline llama.cpp scheduler. You must compile the specific PR linked in the README (or just point it at any standard API via localhost:8080).<p>* Licensing: BSL 1.1 to keep the core orchestrator logic out of VC-backed wrappers.<p>I also open-sourced pure-go-sgd (AGPLv3) today for those interested in bare-metal Go infrastructure: <a href="https://github.com/mlhher/pure-go-sgd" rel="nofollow">https://github.com/mlhher/pure-go-sgd</a></p>
]]></description><pubDate>Sat, 21 Feb 2026 16:41:14 +0000</pubDate><link>https://news.ycombinator.com/item?id=47102334</link><dc:creator>mhher</dc:creator><comments>https://news.ycombinator.com/item?id=47102334</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47102334</guid></item><item><title><![CDATA[Show HN: Late – A subagent orchestrator TUI for local LLMs (Go/Linux)]]></title><description><![CDATA[
<p>Article URL: <a href="https://github.com/mlhher/late">https://github.com/mlhher/late</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=47102333">https://news.ycombinator.com/item?id=47102333</a></p>
<p>Points: 1</p>
<p># Comments: 1</p>
]]></description><pubDate>Sat, 21 Feb 2026 16:41:01 +0000</pubDate><link>https://github.com/mlhher/late</link><dc:creator>mhher</dc:creator><comments>https://news.ycombinator.com/item?id=47102333</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47102333</guid></item><item><title><![CDATA[New comment by mhher in "Keep Android Open"]]></title><description><![CDATA[
<p>I need to check if Aurora Store still exists/works.</p>
]]></description><pubDate>Sat, 21 Feb 2026 13:10:27 +0000</pubDate><link>https://news.ycombinator.com/item?id=47100509</link><dc:creator>mhher</dc:creator><comments>https://news.ycombinator.com/item?id=47100509</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47100509</guid></item><item><title><![CDATA[New comment by mhher in "Claws are now a new layer on top of LLM agents"]]></title><description><![CDATA[
<p>While I understand the premise I think this is a highly flawed way to operate these tools. I wouldn't want to have someone with my personal data (whichever part) that might give it to anyone who just asks nicely because the context window has reached a tipoff point for the models intelligence. The major issue is a prompt attack may have taken place and you will likely never find out.</p>
]]></description><pubDate>Sat, 21 Feb 2026 12:05:50 +0000</pubDate><link>https://news.ycombinator.com/item?id=47100009</link><dc:creator>mhher</dc:creator><comments>https://news.ycombinator.com/item?id=47100009</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47100009</guid></item><item><title><![CDATA[New comment by mhher in "Claws are now a new layer on top of LLM agents"]]></title><description><![CDATA[
<p><a href="https://arxiv.org/abs/2512.13914" rel="nofollow">https://arxiv.org/abs/2512.13914</a><p>Among many more of them with similar results. This one gives a 39% drop in performance.<p><a href="https://arxiv.org/abs/2506.18403" rel="nofollow">https://arxiv.org/abs/2506.18403</a><p>This one gives 60-80% after multiple turns.</p>
]]></description><pubDate>Sat, 21 Feb 2026 11:54:04 +0000</pubDate><link>https://news.ycombinator.com/item?id=47099930</link><dc:creator>mhher</dc:creator><comments>https://news.ycombinator.com/item?id=47099930</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47099930</guid></item><item><title><![CDATA[New comment by mhher in "Ggml.ai joins Hugging Face to ensure the long-term progress of Local AI"]]></title><description><![CDATA[
<p>It's great to see the ggml team getting proper backing. Keeping inference in bare-metal C/C++ without the Python bloat is the only way local AI is going to scale efficiently. Well deserved for Georgi, Johannes, Piotr, and the rest of the team.</p>
]]></description><pubDate>Sat, 21 Feb 2026 11:48:32 +0000</pubDate><link>https://news.ycombinator.com/item?id=47099906</link><dc:creator>mhher</dc:creator><comments>https://news.ycombinator.com/item?id=47099906</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47099906</guid></item><item><title><![CDATA[New comment by mhher in "Claws are now a new layer on top of LLM agents"]]></title><description><![CDATA[
<p>The current hype around agentic workflows completely glosses over the fundamental security flaw in their architecture: unconstrained execution boundaries. Tools that eagerly load context and grant monolithic LLMs unrestricted shell access are trivial to compromise via indirect prompt injection.<p>If an agent is curling untrusted data while holding access to sensitive data or already has sensitive data loaded into its context window, arbitrary code execution isn't a theoretical risk; it's an inevitability.<p>As recent research on context pollution has shown, stuffing the context window with monolithic system prompts and tool schemas actively degrades the model's baseline reasoning capabilities, making it exponentially more vulnerable to these exact exploits.</p>
]]></description><pubDate>Sat, 21 Feb 2026 11:42:26 +0000</pubDate><link>https://news.ycombinator.com/item?id=47099867</link><dc:creator>mhher</dc:creator><comments>https://news.ycombinator.com/item?id=47099867</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47099867</guid></item></channel></rss>