Hacker News new | ask | show | jobs
by farrukh23buttt 75 days ago
This is a clever split, especially the public/private boundary and the use of IRC as a very lightweight transport. The part I found most interesting is that the transport is intentionally old and simple while the model layer is doing the real work — that seems like a nice way to keep the surface area small.

How are you deciding when to escalate from the public agent to the private one in practice — explicit tool calls, confidence thresholds, or something else?