DealForge autonomously sources, scores, and writes investment memos on venture deals. Stop manually hunting.
1,180+ deals tracked · 22 AI investment memos · Updated daily
Show HN: Signals – finding the most informative agent traces without LLM judges
Hey HN<p>Salman, Shuguang and Adil here from Katanemo Labs (a DigitalOcean company).<p>Wanted to introduce our latest research on agentic systems called Signals. If you've been building agents, you've probably noticed that there are far too many agent traces/trajectories to review one by one, and using humans or extra LLM calls to inspect all of them gets expensive really fast. The paper proposes a lightweight way to compute structured “signals” from live agent interactions so you can surface the trajectories most worth looking at, without changing the agent’s online behavior. Computing Signals doesn't require a GPU.<p>Signals are grouped into a simple taxonomy across interaction, execution, and environment patterns, including things like misalignment, stagnation, disengagement, failure, looping, and exhaustion. In an annotation study on τ-bench, signal-based sampling reached an 82% informativeness rate versus 54% for random sampling, which translated to a 1.52x efficiency gain per informative trajectory.<p>Paper: arXiv 2604.00356. Project where Signals are already implemented: <a href="https://github.com/katanemo/plano" rel="nofollow">https://github.com/katanemo/plano</a><p>Happy to answer questions on the taxonomy, implementation details, or where this breaks down.
Signals addresses a critical bottleneck in the scaling of agentic AI by providing a cost-effective, non-LLM-based observability layer for trace filtering. While currently a research project within DigitalOcean/Katanemo, the team's proven background in developer infrastructure and the clear 1.52x efficiency gain suggest strong potential for a standalone AgentOps platform.