<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 - Newest: &#34;agents&#34;</title><link>https://news.ycombinator.com/newest</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Tue, 26 May 2026 03:46:50 +0000</lastBuildDate><atom:link href="https://hnrss.org/newest?q=agents" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[Show HN: AgentToolBench-Code – security benchmark for AI coding agents]]></title><description><![CDATA[
<p>Article URL: <a href="https://gist.github.com/allenwu-blip/fa2bd0218b93a1d7aef765817e3c6608">https://gist.github.com/allenwu-blip/fa2bd0218b93a1d7aef765817e3c6608</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=48274727">https://news.ycombinator.com/item?id=48274727</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Tue, 26 May 2026 03:45:20 +0000</pubDate><link>https://gist.github.com/allenwu-blip/fa2bd0218b93a1d7aef765817e3c6608</link><dc:creator>allenwu06</dc:creator><comments>https://news.ycombinator.com/item?id=48274727</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48274727</guid></item><item><title><![CDATA[Webwright: A Terminal Is All You Need for Web Agents]]></title><description><![CDATA[
<p>Article URL: <a href="https://www.microsoft.com/en-us/research/articles/webwright-a-terminal-is-all-you-need-for-web-agents/">https://www.microsoft.com/en-us/research/articles/webwright-a-terminal-is-all-you-need-for-web-agents/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=48274590">https://news.ycombinator.com/item?id=48274590</a></p>
<p>Points: 3</p>
<p># Comments: 0</p>
]]></description><pubDate>Tue, 26 May 2026 03:20:25 +0000</pubDate><link>https://www.microsoft.com/en-us/research/articles/webwright-a-terminal-is-all-you-need-for-web-agents/</link><dc:creator>pyinstallwoes</dc:creator><comments>https://news.ycombinator.com/item?id=48274590</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48274590</guid></item><item><title><![CDATA[Show HN: Nerve – self hosted runtime for AI agents]]></title><description><![CDATA[
<p>Article URL: <a href="https://github.com/ClickHouse/nerve">https://github.com/ClickHouse/nerve</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=48272788">https://news.ycombinator.com/item?id=48272788</a></p>
<p>Points: 2</p>
<p># Comments: 3</p>
]]></description><pubDate>Mon, 25 May 2026 22:46:43 +0000</pubDate><link>https://github.com/ClickHouse/nerve</link><dc:creator>animetyan</dc:creator><comments>https://news.ycombinator.com/item?id=48272788</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48272788</guid></item><item><title><![CDATA[Don't orchestrate your agents, give them the tools to do it themselves]]></title><description><![CDATA[
<p>Article URL: <a href="https://aweb.ai/orchestration">https://aweb.ai/orchestration</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=48271830">https://news.ycombinator.com/item?id=48271830</a></p>
<p>Points: 3</p>
<p># Comments: 1</p>
]]></description><pubDate>Mon, 25 May 2026 21:22:37 +0000</pubDate><link>https://aweb.ai/orchestration</link><dc:creator>juanre</dc:creator><comments>https://news.ycombinator.com/item?id=48271830</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48271830</guid></item><item><title><![CDATA[Show HN: YourMemory, persistent memory layer with temporal reasoning for agents]]></title><description><![CDATA[
<p>It's an biological inspired decay system for our memories with extended support of temporal reasoning.<p>Created a CLI command to infer knowledge from the context stored in memory system without any token utilization or llm call.<p>It comes with a memory dashboard to monitor and manage your memories it can be extended as audit trail for agents as well !</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=48270325">https://news.ycombinator.com/item?id=48270325</a></p>
<p>Points: 7</p>
<p># Comments: 4</p>
]]></description><pubDate>Mon, 25 May 2026 18:56:59 +0000</pubDate><link>https://news.ycombinator.com/item?id=48270325</link><dc:creator>SachitRafa</dc:creator><comments>https://news.ycombinator.com/item?id=48270325</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48270325</guid></item><item><title><![CDATA[Show HN: CloudPostOffice – Send messages between apps and agents in 4 lines]]></title><description><![CDATA[
<p>CloudPostOffice is realtime messaging for apps, scripts, and AI agents. No MQTT broker setup or configuration, no infrastructure to manage.<p><pre><code>  p1 = cpo.postbox('postbox-1', 'your-secret')
  p1.send(to='postbox-2', msg='hello')

  p2 = cpo.postbox('postbox-2', 'your-secret')
  p2.listen(lambda msg: print(msg))</code></pre></p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=48270134">https://news.ycombinator.com/item?id=48270134</a></p>
<p>Points: 2</p>
<p># Comments: 1</p>
]]></description><pubDate>Mon, 25 May 2026 18:38:24 +0000</pubDate><link>https://cloudpostoffice.com/</link><dc:creator>tealpod</dc:creator><comments>https://news.ycombinator.com/item?id=48270134</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48270134</guid></item><item><title><![CDATA[What ClickHouse learned from a year of coding with AI agents]]></title><description><![CDATA[
<p>Article URL: <a href="https://thenewstack.io/clickhouse-ai-coding-agents/">https://thenewstack.io/clickhouse-ai-coding-agents/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=48269471">https://news.ycombinator.com/item?id=48269471</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Mon, 25 May 2026 17:36:45 +0000</pubDate><link>https://thenewstack.io/clickhouse-ai-coding-agents/</link><dc:creator>Brajeshwar</dc:creator><comments>https://news.ycombinator.com/item?id=48269471</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48269471</guid></item><item><title><![CDATA[Who's Monitoring the Agents?]]></title><description><![CDATA[
<p>Article URL: <a href="https://thenewstack.io/who-monitors-ai-agents/">https://thenewstack.io/who-monitors-ai-agents/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=48269046">https://news.ycombinator.com/item?id=48269046</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Mon, 25 May 2026 17:00:42 +0000</pubDate><link>https://thenewstack.io/who-monitors-ai-agents/</link><dc:creator>Brajeshwar</dc:creator><comments>https://news.ycombinator.com/item?id=48269046</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48269046</guid></item><item><title><![CDATA[Show HN: Musts – Open-source validation loops for AI coding agents]]></title><description><![CDATA[
<p>Article URL: <a href="https://github.com/bitomule/musts">https://github.com/bitomule/musts</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=48268870">https://news.ycombinator.com/item?id=48268870</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Mon, 25 May 2026 16:44:39 +0000</pubDate><link>https://github.com/bitomule/musts</link><dc:creator>bitomule</dc:creator><comments>https://news.ycombinator.com/item?id=48268870</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48268870</guid></item><item><title><![CDATA[How are you auditing what your AI agents do in production?]]></title><description><![CDATA[
<p>Article URL: <a href="https://www.tryagentgate.com/">https://www.tryagentgate.com/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=48268296">https://news.ycombinator.com/item?id=48268296</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Mon, 25 May 2026 15:54:05 +0000</pubDate><link>https://www.tryagentgate.com/</link><dc:creator>ElamOlame</dc:creator><comments>https://news.ycombinator.com/item?id=48268296</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48268296</guid></item><item><title><![CDATA[Credential Brokering for AI Agents Explained]]></title><description><![CDATA[
<p>Article URL: <a href="https://infisical.com/blog/credential-brokering-for-ai-agents">https://infisical.com/blog/credential-brokering-for-ai-agents</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=48267653">https://news.ycombinator.com/item?id=48267653</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Mon, 25 May 2026 14:59:21 +0000</pubDate><link>https://infisical.com/blog/credential-brokering-for-ai-agents</link><dc:creator>FinnLobsien</dc:creator><comments>https://news.ycombinator.com/item?id=48267653</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48267653</guid></item><item><title><![CDATA[I built a free zero-knowledge memory layer for AI agents (<5ms local recall)]]></title><description><![CDATA[
<p>Article URL: <a href="https://github.com/sovseal/core">https://github.com/sovseal/core</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=48266721">https://news.ycombinator.com/item?id=48266721</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Mon, 25 May 2026 13:42:24 +0000</pubDate><link>https://github.com/sovseal/core</link><dc:creator>radebe49</dc:creator><comments>https://news.ycombinator.com/item?id=48266721</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48266721</guid></item><item><title><![CDATA[Control Bilibili with CLI Commands for AI Agents (0 Token Cost)]]></title><description><![CDATA[
<p>Article URL: <a href="https://mediause.dev/skills/bilibili">https://mediause.dev/skills/bilibili</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=48266165">https://news.ycombinator.com/item?id=48266165</a></p>
<p>Points: 3</p>
<p># Comments: 0</p>
]]></description><pubDate>Mon, 25 May 2026 12:44:48 +0000</pubDate><link>https://mediause.dev/skills/bilibili</link><dc:creator>yooibox</dc:creator><comments>https://news.ycombinator.com/item?id=48266165</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48266165</guid></item><item><title><![CDATA[Mnemosyne – Memory for AI Hermes Agents, Sub-Millisecond Recalls, Local First]]></title><description><![CDATA[
<p>Article URL: <a href="https://mnemosyne.site/">https://mnemosyne.site/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=48266116">https://news.ycombinator.com/item?id=48266116</a></p>
<p>Points: 3</p>
<p># Comments: 0</p>
]]></description><pubDate>Mon, 25 May 2026 12:38:53 +0000</pubDate><link>https://mnemosyne.site/</link><dc:creator>AbdiiSan</dc:creator><comments>https://news.ycombinator.com/item?id=48266116</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48266116</guid></item><item><title><![CDATA[Agents Just Need APIs]]></title><description><![CDATA[
<p>Article URL: <a href="https://agent-data.dev/blog/benchmarking-ai-agent-web-access/">https://agent-data.dev/blog/benchmarking-ai-agent-web-access/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=48265995">https://news.ycombinator.com/item?id=48265995</a></p>
<p>Points: 3</p>
<p># Comments: 0</p>
]]></description><pubDate>Mon, 25 May 2026 12:19:57 +0000</pubDate><link>https://agent-data.dev/blog/benchmarking-ai-agent-web-access/</link><dc:creator>jb_hn</dc:creator><comments>https://news.ycombinator.com/item?id=48265995</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48265995</guid></item><item><title><![CDATA[AgentSlice – Make AI coding agents ask before they edit]]></title><description><![CDATA[
<p>Article URL: <a href="https://github.com/espenandreass1/agentslice">https://github.com/espenandreass1/agentslice</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=48265057">https://news.ycombinator.com/item?id=48265057</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Mon, 25 May 2026 09:43:19 +0000</pubDate><link>https://github.com/espenandreass1/agentslice</link><dc:creator>espenand</dc:creator><comments>https://news.ycombinator.com/item?id=48265057</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48265057</guid></item><item><title><![CDATA[Authorization layer for AI agents (OAuth has no idea what your agent is doing)]]></title><description><![CDATA[
<p>Article URL: <a href="https://www.tryagentgate.com/">https://www.tryagentgate.com/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=48261032">https://news.ycombinator.com/item?id=48261032</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Sun, 24 May 2026 21:11:39 +0000</pubDate><link>https://www.tryagentgate.com/</link><dc:creator>ElamOlame</dc:creator><comments>https://news.ycombinator.com/item?id=48261032</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48261032</guid></item><item><title><![CDATA[Layman with no degree directs AI agents to derive Newton's G to 1.86 ppm]]></title><description><![CDATA[
<p>Article URL: <a href="https://github.com/oldrich-research/gravitational-constant-relation">https://github.com/oldrich-research/gravitational-constant-relation</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=48260817">https://news.ycombinator.com/item?id=48260817</a></p>
<p>Points: 4</p>
<p># Comments: 1</p>
]]></description><pubDate>Sun, 24 May 2026 20:41:31 +0000</pubDate><link>https://github.com/oldrich-research/gravitational-constant-relation</link><dc:creator>Oldrich333</dc:creator><comments>https://news.ycombinator.com/item?id=48260817</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48260817</guid></item><item><title><![CDATA[AI agents just got their own web browser via a Firefox fork]]></title><description><![CDATA[
<p>Article URL: <a href="https://blog.adafruit.com/2026/05/19/ai-agents-just-got-their-own-web-browser-via-a-firefox-fork/">https://blog.adafruit.com/2026/05/19/ai-agents-just-got-their-own-web-browser-via-a-firefox-fork/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=48260543">https://news.ycombinator.com/item?id=48260543</a></p>
<p>Points: 2</p>
<p># Comments: 1</p>
]]></description><pubDate>Sun, 24 May 2026 20:03:29 +0000</pubDate><link>https://blog.adafruit.com/2026/05/19/ai-agents-just-got-their-own-web-browser-via-a-firefox-fork/</link><dc:creator>MilnerRoute</dc:creator><comments>https://news.ycombinator.com/item?id=48260543</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48260543</guid></item><item><title><![CDATA[Show HN: 97% on SWE-bench Verified with subscription-token agents]]></title><description><![CDATA[
<p>Article URL: <a href="https://github.com/kimjune01/swebench-verified">https://github.com/kimjune01/swebench-verified</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=48259575">https://news.ycombinator.com/item?id=48259575</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Sun, 24 May 2026 18:03:28 +0000</pubDate><link>https://github.com/kimjune01/swebench-verified</link><dc:creator>kimjune01</dc:creator><comments>https://news.ycombinator.com/item?id=48259575</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48259575</guid></item></channel></rss>