<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: vijaym2k6</title><link>https://news.ycombinator.com/user?id=vijaym2k6</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Wed, 15 Apr 2026 09:42:08 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=vijaym2k6" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by vijaym2k6 in "Show HN: SteerPlane – Runtime guardrails for AI agents (cost limits, loops)"]]></title><description><![CDATA[
<p>I changed the repo now!</p>
]]></description><pubDate>Sat, 14 Mar 2026 09:01:18 +0000</pubDate><link>https://news.ycombinator.com/item?id=47374730</link><dc:creator>vijaym2k6</dc:creator><comments>https://news.ycombinator.com/item?id=47374730</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47374730</guid></item><item><title><![CDATA[Show IH: I built a runtime control plane to stop AI agents from burning money]]></title><description><![CDATA[
<p>Article URL: <a href="https://github.com/vijaym2k6/SteerPlane">https://github.com/vijaym2k6/SteerPlane</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=47333268">https://news.ycombinator.com/item?id=47333268</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Wed, 11 Mar 2026 09:06:34 +0000</pubDate><link>https://github.com/vijaym2k6/SteerPlane</link><dc:creator>vijaym2k6</dc:creator><comments>https://news.ycombinator.com/item?id=47333268</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47333268</guid></item><item><title><![CDATA[New comment by vijaym2k6 in "Ask HN: What Are You Working On? (March 2026)"]]></title><description><![CDATA[
<p>Damn, that looks nice!</p>
]]></description><pubDate>Tue, 10 Mar 2026 16:13:18 +0000</pubDate><link>https://news.ycombinator.com/item?id=47325215</link><dc:creator>vijaym2k6</dc:creator><comments>https://news.ycombinator.com/item?id=47325215</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47325215</guid></item><item><title><![CDATA[New comment by vijaym2k6 in "Ask HN: What Are You Working On? (March 2026)"]]></title><description><![CDATA[
<p>I built SteerPlane — an open-source runtime guardrail system for AI agents.<p>The problem: AI agents run autonomously, calling LLMs and tools in loops. Without runtime controls, a single agent can burn $50+ in minutes, get stuck in infinite loops, or call dangerous actions without oversight.<p>What it does:
- Cost ceilings — auto-kills when spending exceeds $X
- Step limits — prevents runaway execution
- Loop detection — catches repeated action patterns
- Full telemetry — every step logged with tokens, cost, latency
- Dashboard — real-time visibility into all agent runs<p>One decorator. That's it:
    @guard(max_cost_usd=10, max_steps=50)
    def run_agent():
        agent.run()<p>Stack: Python SDK, TypeScript SDK, FastAPI backend, Next.js dashboard<p>Links:
- GitHub: <a href="https://github.com/vijaym2k6/SteerPlane" rel="nofollow">https://github.com/vijaym2k6/SteerPlane</a>
- PyPI: pip install steerplane
- npm: npm install steerplane<p>Currently building: policy engine (allow/deny actions), remote kill switch, and framework integrations.<p>Would love feedback from anyone running AI agents in production! What controls do you wish you had?</p>
]]></description><pubDate>Tue, 10 Mar 2026 16:12:33 +0000</pubDate><link>https://news.ycombinator.com/item?id=47325207</link><dc:creator>vijaym2k6</dc:creator><comments>https://news.ycombinator.com/item?id=47325207</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47325207</guid></item><item><title><![CDATA[New comment by vijaym2k6 in "Show HN: DenchClaw – Local CRM on Top of OpenClaw"]]></title><description><![CDATA[
<p>This is a good approach!</p>
]]></description><pubDate>Tue, 10 Mar 2026 16:10:53 +0000</pubDate><link>https://news.ycombinator.com/item?id=47325185</link><dc:creator>vijaym2k6</dc:creator><comments>https://news.ycombinator.com/item?id=47325185</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47325185</guid></item><item><title><![CDATA[Show HN: SteerPlane – Runtime guardrails for AI agents (cost limits, loops)]]></title><description><![CDATA[
<p>Article URL: <a href="https://github.com/vijaym2k6/SteerPlane">https://github.com/vijaym2k6/SteerPlane</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=47297274">https://news.ycombinator.com/item?id=47297274</a></p>
<p>Points: 1</p>
<p># Comments: 2</p>
]]></description><pubDate>Sun, 08 Mar 2026 13:45:42 +0000</pubDate><link>https://github.com/vijaym2k6/SteerPlane</link><dc:creator>vijaym2k6</dc:creator><comments>https://news.ycombinator.com/item?id=47297274</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47297274</guid></item></channel></rss>