<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: ildari</title><link>https://news.ycombinator.com/user?id=ildari</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Wed, 22 Apr 2026 11:47:58 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=ildari" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by ildari in "GitHub's Fake Star Economy"]]></title><description><![CDATA[
<p>Bots are killing opensource, but they pump product metrics so nobody cares. I maintain an open source repo and we've made a decision to limit all bot activity, even if it makes us less sexy in front of VCs.<p>We figured out a workaround to limit activity to prior contributors only, and add a CI job that pushes a coauthored commit after passing captcha on our website. It cut the AI slop by 90%. Full write-up <a href="https://archestra.ai/blog/only-responsible-ai" rel="nofollow">https://archestra.ai/blog/only-responsible-ai</a></p>
]]></description><pubDate>Mon, 20 Apr 2026 11:34:46 +0000</pubDate><link>https://news.ycombinator.com/item?id=47832834</link><dc:creator>ildari</dc:creator><comments>https://news.ycombinator.com/item?id=47832834</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47832834</guid></item><item><title><![CDATA[New comment by ildari in "Let's talk about AI slop in open source"]]></title><description><![CDATA[
<p>Yeah, this is a real issue. A few weeks ago during the LiteLLM vulnerability the attacker left hundreds of bot comments under the issue to bury the conversation: <a href="https://github.com/BerriAI/litellm/issues/24512" rel="nofollow">https://github.com/BerriAI/litellm/issues/24512</a></p>
]]></description><pubDate>Fri, 17 Apr 2026 12:03:40 +0000</pubDate><link>https://news.ycombinator.com/item?id=47804980</link><dc:creator>ildari</dc:creator><comments>https://news.ycombinator.com/item?id=47804980</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47804980</guid></item><item><title><![CDATA[New comment by ildari in "Archestra's Dual LLM Pattern: Using "Guess Who?" Logic to Stop Prompt Injections"]]></title><description><![CDATA[
<p>This is a topic I haven't addressed in the article. There are two answer types: "guessable" (discussed here) and unguessable (such as unique IDs, emails, etc.). For the second case, the main LLM can request a quarantined LLM to store the result at the controller level and only return a reference to this data. This data is then exposed only at the end of the AI agent's execution to prevent influencing its actions.</p>
]]></description><pubDate>Wed, 15 Oct 2025 09:22:06 +0000</pubDate><link>https://news.ycombinator.com/item?id=45589931</link><dc:creator>ildari</dc:creator><comments>https://news.ycombinator.com/item?id=45589931</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45589931</guid></item><item><title><![CDATA[New comment by ildari in "Archestra's Dual LLM Pattern: Using "Guess Who?" Logic to Stop Prompt Injections"]]></title><description><![CDATA[
<p>The idea is that quarantined LLM has access to untrusted data, but doesn't have access to any tools or sensitive data.<p>The main LLM does have access to the tools or sensitive data, but doesn't have direct access to untrusted data (quarantine LLM is restricted at the controller level to respond only with integer digits, and only to legitimate questions from the main llm)</p>
]]></description><pubDate>Tue, 14 Oct 2025 17:58:07 +0000</pubDate><link>https://news.ycombinator.com/item?id=45582899</link><dc:creator>ildari</dc:creator><comments>https://news.ycombinator.com/item?id=45582899</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45582899</guid></item><item><title><![CDATA[New comment by ildari in "Show HN: Open-Source Gateway to Stop Tool-Abusing Prompt Injections"]]></title><description><![CDATA[
<p>It is quite simple to start it with n8n <a href="https://www.archestra.ai/docs/platform-n8n-example" rel="nofollow">https://www.archestra.ai/docs/platform-n8n-example</a> and experiment with Dual LLM protection</p>
]]></description><pubDate>Mon, 13 Oct 2025 15:45:02 +0000</pubDate><link>https://news.ycombinator.com/item?id=45569652</link><dc:creator>ildari</dc:creator><comments>https://news.ycombinator.com/item?id=45569652</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45569652</guid></item><item><title><![CDATA[New comment by ildari in "Archestra's Dual LLM Pattern: Using "Guess Who?" Logic to Stop Prompt Injections"]]></title><description><![CDATA[
<p>external data is unavoidable for the properly functioning agent, so we have to learn to cook it</p>
]]></description><pubDate>Mon, 13 Oct 2025 15:42:25 +0000</pubDate><link>https://news.ycombinator.com/item?id=45569614</link><dc:creator>ildari</dc:creator><comments>https://news.ycombinator.com/item?id=45569614</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45569614</guid></item><item><title><![CDATA[New comment by ildari in "Archestra's Dual LLM Pattern: Using "Guess Who?" Logic to Stop Prompt Injections"]]></title><description><![CDATA[
<p>Most mcp endpoints don’t run any models, the main model decides which tools the ai agent should execute, and if the agent passes results back into context, that opens the door to prompt injections.<p>It’s really a cat-and-mouse game, where for each new model version, new jailbreaks and injections are found</p>
]]></description><pubDate>Mon, 13 Oct 2025 14:28:34 +0000</pubDate><link>https://news.ycombinator.com/item?id=45568701</link><dc:creator>ildari</dc:creator><comments>https://news.ycombinator.com/item?id=45568701</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45568701</guid></item><item><title><![CDATA[New comment by ildari in "Archestra's Dual LLM Pattern: Using "Guess Who?" Logic to Stop Prompt Injections"]]></title><description><![CDATA[
<p>Hi HN, I'm Ildar from Archestra, we build an open-source LLM gateway. We've been exploring ways to protect AI agents from prompt injections during tool calls and added the approach, inspired by the game "Guess Who", where the agent can learn what it needs without ever seeing the actual result. See the details in the blog post we wrote</p>
]]></description><pubDate>Mon, 13 Oct 2025 13:51:24 +0000</pubDate><link>https://news.ycombinator.com/item?id=45568340</link><dc:creator>ildari</dc:creator><comments>https://news.ycombinator.com/item?id=45568340</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45568340</guid></item><item><title><![CDATA[Archestra's Dual LLM Pattern: Using "Guess Who?" Logic to Stop Prompt Injections]]></title><description><![CDATA[
<p>Article URL: <a href="https://www.archestra.ai/blog/dual-llm">https://www.archestra.ai/blog/dual-llm</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=45568339">https://news.ycombinator.com/item?id=45568339</a></p>
<p>Points: 6</p>
<p># Comments: 11</p>
]]></description><pubDate>Mon, 13 Oct 2025 13:51:24 +0000</pubDate><link>https://www.archestra.ai/blog/dual-llm</link><dc:creator>ildari</dc:creator><comments>https://news.ycombinator.com/item?id=45568339</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45568339</guid></item><item><title><![CDATA[New comment by ildari in "Grafana releases OnCall open source project"]]></title><description><![CDATA[
<p>Hey HN, Ildar here, one of the co-founders of Amixr and one of the software engineers behind Grafana OnCall. Finally we open-sourced the product I'm really excited about that. Please try it out and leave your feedback</p>
]]></description><pubDate>Tue, 14 Jun 2022 17:22:04 +0000</pubDate><link>https://news.ycombinator.com/item?id=31742769</link><dc:creator>ildari</dc:creator><comments>https://news.ycombinator.com/item?id=31742769</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=31742769</guid></item><item><title><![CDATA[Best PagerDuty Alternatives 2020]]></title><description><![CDATA[
<p>Article URL: <a href="https://statusgator.com/blog/2020/09/24/best-pager-duty-alternatives/">https://statusgator.com/blog/2020/09/24/best-pager-duty-alternatives/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=24939985">https://news.ycombinator.com/item?id=24939985</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Fri, 30 Oct 2020 07:41:45 +0000</pubDate><link>https://statusgator.com/blog/2020/09/24/best-pager-duty-alternatives/</link><dc:creator>ildari</dc:creator><comments>https://news.ycombinator.com/item?id=24939985</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=24939985</guid></item><item><title><![CDATA[New comment by ildari in "Microsoft Teams outage due to expired certificate"]]></title><description><![CDATA[
<p>Hi, I'm a co-founder of Amixr and we've developed curler.amixr.io, which monitors a website and delivers email notifications for free and also has an integration with our flagship product Alert Mixer</p>
]]></description><pubDate>Mon, 03 Feb 2020 23:17:29 +0000</pubDate><link>https://news.ycombinator.com/item?id=22230455</link><dc:creator>ildari</dc:creator><comments>https://news.ycombinator.com/item?id=22230455</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=22230455</guid></item><item><title><![CDATA[New comment by ildari in "Invent More, Toil Less (2016) [pdf]"]]></title><description><![CDATA[
<p>Is there any tool to count toil?</p>
]]></description><pubDate>Sat, 16 Mar 2019 20:04:15 +0000</pubDate><link>https://news.ycombinator.com/item?id=19409904</link><dc:creator>ildari</dc:creator><comments>https://news.ycombinator.com/item?id=19409904</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=19409904</guid></item><item><title><![CDATA[Toil Budget with Amixr]]></title><description><![CDATA[
<p>Article URL: <a href="https://medium.com/@iskhakov/toil-budget-with-amixr-ad299059f61f">https://medium.com/@iskhakov/toil-budget-with-amixr-ad299059f61f</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=19216760">https://news.ycombinator.com/item?id=19216760</a></p>
<p>Points: 3</p>
<p># Comments: 0</p>
]]></description><pubDate>Thu, 21 Feb 2019 13:39:28 +0000</pubDate><link>https://medium.com/@iskhakov/toil-budget-with-amixr-ad299059f61f</link><dc:creator>ildari</dc:creator><comments>https://news.ycombinator.com/item?id=19216760</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=19216760</guid></item><item><title><![CDATA[Show HN: Curler – Dead Simple Uptime Monitoring]]></title><description><![CDATA[
<p>Article URL: <a href="http://curler.amixr.io">http://curler.amixr.io</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=19104819">https://news.ycombinator.com/item?id=19104819</a></p>
<p>Points: 4</p>
<p># Comments: 0</p>
]]></description><pubDate>Thu, 07 Feb 2019 12:38:00 +0000</pubDate><link>http://curler.amixr.io</link><dc:creator>ildari</dc:creator><comments>https://news.ycombinator.com/item?id=19104819</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=19104819</guid></item></channel></rss>