<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: goodra7174</title><link>https://news.ycombinator.com/user?id=goodra7174</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Mon, 27 Apr 2026 11:55:37 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=goodra7174" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by goodra7174 in "Show HN: Implit – Catch fake AI-generated dependencies"]]></title><description><![CDATA[
<p>How does it know its ai generated ? How does it validate that ?</p>
]]></description><pubDate>Sun, 26 Apr 2026 12:27:08 +0000</pubDate><link>https://news.ycombinator.com/item?id=47909779</link><dc:creator>goodra7174</dc:creator><comments>https://news.ycombinator.com/item?id=47909779</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47909779</guid></item><item><title><![CDATA[New comment by goodra7174 in "Show HN: Run coding agents in microVM sandboxes instead of your host machine"]]></title><description><![CDATA[
<p>The tmpfs overlay approach is smart — writes never touch the host. We've been solving a related but different problem: running AI agent workloads (not just coding agents) in production Kubernetes clusters where the agents can't make outbound calls at all. Air-gapped environments where the LLM inference runs on-cluster via Ollama or vLLM.<p>The isolation model is different — instead of protecting the developer's machine, we're protecting the enterprise's network from the agent. NetworkPolicies + FQDN egress control per agent namespace.<p>Question: how do you handle persistent state across sessions? If the agent needs to remember what it learned from a previous run, does the tmpfs model break that?</p>
]]></description><pubDate>Sat, 25 Apr 2026 10:00:32 +0000</pubDate><link>https://news.ycombinator.com/item?id=47900155</link><dc:creator>goodra7174</dc:creator><comments>https://news.ycombinator.com/item?id=47900155</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47900155</guid></item><item><title><![CDATA[New comment by goodra7174 in "Show HN: Agent Vault – Open-source credential proxy and vault for agents"]]></title><description><![CDATA[
<p>The HTTPS_PROXY approach is clever — interface-agnostic credential brokering without modifying the agent itself.<p>We ran into the same problem from the infrastructure side. When you're running agent workloads on Kubernetes, the blast radius of a leaked credential scales with whatever the pod's ServiceAccount can reach. We ended up combining Cilium FQDN egress policies (agents can only call approved endpoints) with per-workload tool allowlists enforced at the CRD level. The network-level lockdown means even if the agent is prompt-injected, it physically cannot exfiltrate to an unauthorized domain.<p>Curious: have you tested AV with agents that make tool calls through MCP servers? The proxy would need to handle the MCP server's outbound requests too, not just the agent's direct calls.</p>
]]></description><pubDate>Sat, 25 Apr 2026 10:00:01 +0000</pubDate><link>https://news.ycombinator.com/item?id=47900150</link><dc:creator>goodra7174</dc:creator><comments>https://news.ycombinator.com/item?id=47900150</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47900150</guid></item><item><title><![CDATA[New comment by goodra7174 in "Show HN: Agent MCP Studio – build multi-agent MCP systems in a browser tab"]]></title><description><![CDATA[
<p>Great curious to try it out. Have you posted on Linkedkin as well ?</p>
]]></description><pubDate>Sat, 25 Apr 2026 09:25:37 +0000</pubDate><link>https://news.ycombinator.com/item?id=47900007</link><dc:creator>goodra7174</dc:creator><comments>https://news.ycombinator.com/item?id=47900007</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47900007</guid></item><item><title><![CDATA[New comment by goodra7174 in "Show HN: A Karpathy-style LLM wiki your agents maintain (Markdown and Git)"]]></title><description><![CDATA[
<p>I was looking for something similar to try out. Cool!</p>
]]></description><pubDate>Sat, 25 Apr 2026 09:14:34 +0000</pubDate><link>https://news.ycombinator.com/item?id=47899960</link><dc:creator>goodra7174</dc:creator><comments>https://news.ycombinator.com/item?id=47899960</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47899960</guid></item></channel></rss>