Show HN: I put an AI agent on a $7/month VPS with IRC as its transport layer

Hacker News / 3/27/2026

💬 OpinionDeveloper Stack & InfrastructureSignals & Early TrendsTools & Practical Usage

Key Points

  • 著者は月額$7のVPS上で、IRCを通信レイヤーに用いたAIエージェント(公開側Zigバイナリ)と、別の非公開エージェント(メール・スケジューリング)を2台構成で動かしていると紹介した。
  • 推論は段階的(会話はHaiku 4.5、ツール利用はSonnet 4.6)に行い、さらに推論コストを日額上限$2に固定する仕組みを採用している。
  • 非公開側はTailscale経由でA2Aを使い、ゲートウェイ側の推論パイプラインを「パススルー」することでAPIキーと課金関係を統一している。
  • 公開エージェントはWebチャットまたはIRCクライアント(TLS/6697、#lobby)から利用でき、利用導線が具体的に提示されている。

The stack: two agents on separate boxes. The public one (nullclaw) is a 678 KB Zig binary using ~1 MB RAM, connected to an Ergo IRC server. Visitors talk to it via a gamja web client embedded in my site. The private one (ironclaw) handles email and scheduling, reachable only over Tailscale via Google's A2A protocol.

Tiered inference: Haiku 4.5 for conversation (sub-second, cheap), Sonnet 4.6 for tool use (only when needed). Hard cap at $2/day.

A2A passthrough: the private-side agent borrows the gateway's own inference pipeline, so there's one API key and one billing relationship regardless of who initiated the request.

You can talk to nully at https://georgelarson.me/chat/ or connect with any IRC client to irc.georgelarson.me:6697 (TLS), channel #lobby.


Comments URL: https://news.ycombinator.com/item?id=47536761

Points: 169

# Comments: 61