<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: motakuk</title><link>https://news.ycombinator.com/user?id=motakuk</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Fri, 24 Apr 2026 11:55:20 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=motakuk" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by motakuk in "GitHub's fake star economy"]]></title><description><![CDATA[
<p>At the end it's a company choice: do you buy BS metrics or you don't.<p>We've recently decided to complicate life of AI bots in our repo <a href="https://archestra.ai/blog/only-responsible-ai" rel="nofollow">https://archestra.ai/blog/only-responsible-ai</a>, hoping they will just choose those AI startups who are easier to engage with.</p>
]]></description><pubDate>Mon, 20 Apr 2026 11:25:25 +0000</pubDate><link>https://news.ycombinator.com/item?id=47832766</link><dc:creator>motakuk</dc:creator><comments>https://news.ycombinator.com/item?id=47832766</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47832766</guid></item><item><title><![CDATA[Let's talk about AI slop in open source]]></title><description><![CDATA[
<p>Article URL: <a href="https://archestra.ai/blog/only-responsible-ai">https://archestra.ai/blog/only-responsible-ai</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=47804668">https://news.ycombinator.com/item?id=47804668</a></p>
<p>Points: 5</p>
<p># Comments: 2</p>
]]></description><pubDate>Fri, 17 Apr 2026 11:17:42 +0000</pubDate><link>https://archestra.ai/blog/only-responsible-ai</link><dc:creator>motakuk</dc:creator><comments>https://news.ycombinator.com/item?id=47804668</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47804668</guid></item><item><title><![CDATA[Enterprise-Managed Authorization for MCP]]></title><description><![CDATA[
<p>Article URL: <a href="https://archestra.ai/blog/enterprise-managed-authorization-mcp">https://archestra.ai/blog/enterprise-managed-authorization-mcp</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=47686275">https://news.ycombinator.com/item?id=47686275</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Wed, 08 Apr 2026 06:49:42 +0000</pubDate><link>https://archestra.ai/blog/enterprise-managed-authorization-mcp</link><dc:creator>motakuk</dc:creator><comments>https://news.ycombinator.com/item?id=47686275</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47686275</guid></item><item><title><![CDATA[New comment by motakuk in "Ask HN: How are you doing RAG locally?"]]></title><description><![CDATA[
<p>LightRAG, Archestra as a UI with LightRAG mcp</p>
]]></description><pubDate>Wed, 14 Jan 2026 16:42:48 +0000</pubDate><link>https://news.ycombinator.com/item?id=46618327</link><dc:creator>motakuk</dc:creator><comments>https://news.ycombinator.com/item?id=46618327</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46618327</guid></item><item><title><![CDATA[MCP for a Coffee Machine... Worked!]]></title><description><![CDATA[
<p>Article URL: <a href="https://archestra.ai/blog/brew-by-ai">https://archestra.ai/blog/brew-by-ai</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=46496639">https://news.ycombinator.com/item?id=46496639</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Mon, 05 Jan 2026 08:54:56 +0000</pubDate><link>https://archestra.ai/blog/brew-by-ai</link><dc:creator>motakuk</dc:creator><comments>https://news.ycombinator.com/item?id=46496639</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46496639</guid></item><item><title><![CDATA[Brew by Weight? Brew by AI]]></title><description><![CDATA[
<p>Article URL: <a href="https://archestra.ai/blog/brew-by-ai">https://archestra.ai/blog/brew-by-ai</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=46418917">https://news.ycombinator.com/item?id=46418917</a></p>
<p>Points: 5</p>
<p># Comments: 0</p>
]]></description><pubDate>Mon, 29 Dec 2025 09:29:31 +0000</pubDate><link>https://archestra.ai/blog/brew-by-ai</link><dc:creator>motakuk</dc:creator><comments>https://news.ycombinator.com/item?id=46418917</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46418917</guid></item><item><title><![CDATA[Show HN: Open-Source Gateway to Stop Tool-Abusing Prompt Injections]]></title><description><![CDATA[
<p>Hi HN, Matvey, Ildar, Joey, and Dominik here.<p>If you're building LLM agents that use tools, you're probably worried about prompt injection attacks that can hijack those tools. We were too, and found that solutions like prompt-based filtering or secondary "guard" LLMs can be unreliable.<p>Our thesis is that agent security should be handled at the network level between the agent and the LLM, just like a traditional web application firewall.<p>So we built Archestra Platform: an open-source gateway that acts as a secure proxy for your AI agents. It's designed to be a deterministic firewall against common attacks. The two core features right now are:<p>1) Dynamic Tool Engine: This is the key idea. Archestra restricts which tools an agent can even see or call based on the context source. If the context comes from an untrusted tool, the agent won't have access to high-privilege tools like execute_code or send_email.
2) Dual LLM Sanitization: An isolated LLM acts as a "sanitizer" for incoming data, stripping potentially malicious instructions before they're passed to the primary agent.<p>It’s framework-agnostic (works with LangChain, N8N, etc.), self-hostable (Kubernetes). We're just getting started and have more security features planned.<p>We'd love for you to take a look at the repo, try it out, and give us your feedback.<p>GitHub: <a href="https://github.com/archestra-ai/archestra" rel="nofollow">https://github.com/archestra-ai/archestra</a><p>Docs: <a href="https://www.archestra.ai/docs/platform-dynamic-tools" rel="nofollow">https://www.archestra.ai/docs/platform-dynamic-tools</a></p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=45568635">https://news.ycombinator.com/item?id=45568635</a></p>
<p>Points: 9</p>
<p># Comments: 1</p>
]]></description><pubDate>Mon, 13 Oct 2025 14:22:35 +0000</pubDate><link>https://www.archestra.ai/</link><dc:creator>motakuk</dc:creator><comments>https://news.ycombinator.com/item?id=45568635</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45568635</guid></item><item><title><![CDATA[New comment by motakuk in "Archestra – open-source MCP orchestrator for everyone"]]></title><description><![CDATA[
<p>To some extent, but not 100%. We're working on several ideas in this direction, which we plan to include in the upcoming release. This includes the dual-LLM pattern and providing manual reviews for pinned versions of the open-source MCP servers.<p>For now, Archestra is categorizing tools and preventing the execution of tools that could leak data to the outside world without consent. Asking for permission for all tool calls may lead to fatigue; not asking for consent will expose the agent to the attack, so we're trying to strike a balance.</p>
]]></description><pubDate>Wed, 24 Sep 2025 15:30:25 +0000</pubDate><link>https://news.ycombinator.com/item?id=45361763</link><dc:creator>motakuk</dc:creator><comments>https://news.ycombinator.com/item?id=45361763</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45361763</guid></item><item><title><![CDATA[New comment by motakuk in "Archestra – open-source MCP orchestrator for everyone"]]></title><description><![CDATA[
<p>Hi Hacker News! Matvey, Ildar, Joey, and Dominik here.
Anthropic introduced the Model Context Protocol (MCP) almost a year ago, and the community has built thousands of open-source MCP servers, but there are a few issues.<p>Local MCP servers are executables, and running straight from GitHub is quite dangerous. Also, to start the local MCP server and connect it to, for example, Gmail, one needs to register a Google Cloud account, issue a file with OAuth tokens, place it in a specific directory, and set the environment variable.<p>We built Archestra, a simple desktop orchestrator for open source MCP servers, enabling you to install and use self-hosted & remote MCP servers with just a few clicks. It's running local MCP servers in a Podman sandbox to prevent access to the host, dynamically adjusts the set of enabled tools, and maintains permanent memory. Most importantly, it handles authentication through the UI via OAuth or by retrieving API keys from the browser and launches MCP servers accordingly.<p>Archestra is open source and MIT: <a href="https://github.com/archestra-ai/archestra" rel="nofollow">https://github.com/archestra-ai/archestra</a><p>A short demo, using GitHub, Gmail and Slack MCPs: <a href="https://www.loom.com/share/84ea6a684f014ebba5e39dd0dd0242a2" rel="nofollow">https://www.loom.com/share/84ea6a684f014ebba5e39dd0dd0242a2</a><p>You can try it yourself by downloading the app and using it with local models, OpenAI, or some of our free tokens: <a href="https://archestra.ai" rel="nofollow">https://archestra.ai</a>.</p>
]]></description><pubDate>Wed, 24 Sep 2025 14:57:35 +0000</pubDate><link>https://news.ycombinator.com/item?id=45361319</link><dc:creator>motakuk</dc:creator><comments>https://news.ycombinator.com/item?id=45361319</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45361319</guid></item><item><title><![CDATA[Elastic and Keep join forces to help users manage alerts and automate workflows]]></title><description><![CDATA[
<p>Article URL: <a href="https://www.elastic.co/blog/elastic-and-keep-join-forces">https://www.elastic.co/blog/elastic-and-keep-join-forces</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=43920127">https://news.ycombinator.com/item?id=43920127</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Wed, 07 May 2025 20:11:56 +0000</pubDate><link>https://www.elastic.co/blog/elastic-and-keep-join-forces</link><dc:creator>motakuk</dc:creator><comments>https://news.ycombinator.com/item?id=43920127</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43920127</guid></item><item><title><![CDATA[New comment by motakuk in "Put an incident in front of 9 of 10 SREs, none of them would turn to ChatGPT"]]></title><description><![CDATA[
<p>OSS <3</p>
]]></description><pubDate>Tue, 25 Feb 2025 17:12:27 +0000</pubDate><link>https://news.ycombinator.com/item?id=43174588</link><dc:creator>motakuk</dc:creator><comments>https://news.ycombinator.com/item?id=43174588</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43174588</guid></item><item><title><![CDATA[New comment by motakuk in "Launch HN: Keep (YC W23) – AIOps and alert management"]]></title><description><![CDATA[
<p>Regarding the "1% of cyanide" comment, I’d like to share another perspective :)<p>Almost every tech company has private code—typically stored in private repositories. When working on Keep, we faced a decision: should we place certain code in the EE folder under a different license or keep it in a private repo, only sharing it with a small group of enterprise customers who explicitly requested it?<p>We chose to put that code on GitHub.<p>Ironically, putting more code in the GitHub repo made it appear "less open source," even though we could have simply hidden it, making the repo look like "clean OSS" as multiple companies do. For example, those who put their products without Web UI to the open source, build UI privately and serve the "full" version in the cloud.</p>
]]></description><pubDate>Thu, 28 Nov 2024 10:29:44 +0000</pubDate><link>https://news.ycombinator.com/item?id=42264144</link><dc:creator>motakuk</dc:creator><comments>https://news.ycombinator.com/item?id=42264144</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42264144</guid></item><item><title><![CDATA[New comment by motakuk in "Launch HN: Keep (YC W23) – AIOps and alert management"]]></title><description><![CDATA[
<p>Companies adopt different strategies when building Open Core products. Some aim to keep the Open Source portion minimal, reserving the most valuable features for their paid versions. At Keep, we chose the opposite path—moving nearly everything into Open Source. Our philosophy is that most users should be able to fully benefit from the Open Source version.<p>While I understand (and share) the caution around licenses, I don’t think this concern applies to Keep. With 99% of our codebase under the MIT license, it’s a far cry from just having "parts of the code with an open source license."<p>I recommend running Keep locally and comparing the Open Source version to the playground where full version is running. You might find it challenging to spot the differences.<p>I also reccomend comparing Keep Open Source to BigPanda and Moogsoft. It may be surprising how much of it Keep OSS, real MIT-licensed Keep has.</p>
]]></description><pubDate>Wed, 27 Nov 2024 19:43:49 +0000</pubDate><link>https://news.ycombinator.com/item?id=42259054</link><dc:creator>motakuk</dc:creator><comments>https://news.ycombinator.com/item?id=42259054</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42259054</guid></item><item><title><![CDATA[New comment by motakuk in "Launch HN: Keep (YC W23) – Open-source AIOps and alert management"]]></title><description><![CDATA[
<p>Deployment with Nomad should be pretty straightforward following <a href="https://github.com/keephq/keep/blob/main/docker-compose.yml">https://github.com/keephq/keep/blob/main/docker-compose.yml</a> or <a href="https://github.com/keephq/helm-charts">https://github.com/keephq/helm-charts</a></p>
]]></description><pubDate>Wed, 27 Nov 2024 19:00:14 +0000</pubDate><link>https://news.ycombinator.com/item?id=42258692</link><dc:creator>motakuk</dc:creator><comments>https://news.ycombinator.com/item?id=42258692</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42258692</guid></item><item><title><![CDATA[New comment by motakuk in "FireChat was a tool for revolution, then disappeared"]]></title><description><![CDATA[
<p>It's gone because it was barely usable.</p>
]]></description><pubDate>Mon, 29 Apr 2024 22:32:27 +0000</pubDate><link>https://news.ycombinator.com/item?id=40204919</link><dc:creator>motakuk</dc:creator><comments>https://news.ycombinator.com/item?id=40204919</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40204919</guid></item><item><title><![CDATA[New comment by motakuk in "Show HN: I was frustrated with pricing of PagerDuty et al., so made one myself"]]></title><description><![CDATA[
<p>It also works with other alert sources like DataDog or Zabbix.</p>
]]></description><pubDate>Thu, 04 May 2023 08:16:21 +0000</pubDate><link>https://news.ycombinator.com/item?id=35812631</link><dc:creator>motakuk</dc:creator><comments>https://news.ycombinator.com/item?id=35812631</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=35812631</guid></item><item><title><![CDATA[New comment by motakuk in "Grafana releases OnCall open source project"]]></title><description><![CDATA[
<p>Check this ;) <a href="https://github.com/grafana/oncall/tree/dev/tools/pagerduty-migrator" rel="nofollow">https://github.com/grafana/oncall/tree/dev/tools/pagerduty-m...</a></p>
]]></description><pubDate>Tue, 14 Jun 2022 17:50:36 +0000</pubDate><link>https://news.ycombinator.com/item?id=31743215</link><dc:creator>motakuk</dc:creator><comments>https://news.ycombinator.com/item?id=31743215</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=31743215</guid></item><item><title><![CDATA[New comment by motakuk in "Grafana releases OnCall open source project"]]></title><description><![CDATA[
<p>I agree that multi-component architecture is harder to deploy. We did our best and prepared tooling to make deployment an easy thing.<p>Helm (<a href="https://github.com/grafana/oncall/tree/dev/helm/oncall" rel="nofollow">https://github.com/grafana/oncall/tree/dev/helm/oncall</a>), docker-composes for hobby and dev environments.<p>Besides deployment, there are two main priorities for OnCall architecture:
1) It should be as "default" as possible. No fancy tech, no hacking around
2) It should deliver notifications no matter what.<p>We chose the most "boring" (no offense Django community, that's a great quality for a framework) stack we know well: Django, Rabbit, Celery, MySQL, Redis. It's mature, reliable, and allows us to build a message bus-based pipeline with reliable and predictable migrations.<p>It's important for such a tool to be based on message bus because it should have no single point of failure. If worker will die, the other will pick up the task and deliver alert. If Slack will go down, you won't loose your data. It will continue delivering to other destinations and will deliver to Slack once it's up.<p>The architecture you see in the repo was live for 3+ years now. We were able to perform a few hundreds of data migrations without downtimes, had no major downtimes or data loss. So I'm pretty happy with this choice.</p>
]]></description><pubDate>Tue, 14 Jun 2022 17:39:18 +0000</pubDate><link>https://news.ycombinator.com/item?id=31743047</link><dc:creator>motakuk</dc:creator><comments>https://news.ycombinator.com/item?id=31743047</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=31743047</guid></item><item><title><![CDATA[New comment by motakuk in "Grafana releases OnCall open source project"]]></title><description><![CDATA[
<p>Fixed: <a href="https://grafana.com/docs/grafana-cloud/oncall/" rel="nofollow">https://grafana.com/docs/grafana-cloud/oncall/</a></p>
]]></description><pubDate>Tue, 14 Jun 2022 16:46:07 +0000</pubDate><link>https://news.ycombinator.com/item?id=31742116</link><dc:creator>motakuk</dc:creator><comments>https://news.ycombinator.com/item?id=31742116</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=31742116</guid></item><item><title><![CDATA[New comment by motakuk in "Grafana releases OnCall open source project"]]></title><description><![CDATA[
<p>We're fixing that, thank you ;)</p>
]]></description><pubDate>Tue, 14 Jun 2022 16:23:28 +0000</pubDate><link>https://news.ycombinator.com/item?id=31741702</link><dc:creator>motakuk</dc:creator><comments>https://news.ycombinator.com/item?id=31741702</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=31741702</guid></item></channel></rss>