2 min readfrom Machine Learning

Signals: finding the most informative agent traces without LLM judges [R]

Our take

Introducing "Signals," a groundbreaking research initiative from Katanemo Labs, part of DigitalOcean. Designed for those building agentic systems, Signals offers a lightweight method to compute structured signals from live agent interactions. This approach allows users to identify the most informative trajectories without overwhelming manual review or costly LLM calls. Our study reveals that signal-based sampling achieves an impressive 82% informativeness rate, significantly enhancing efficiency.
Signals: finding the most informative agent traces without LLM judges [R]

In today’s fast-evolving landscape of AI-native spreadsheet systems, the sheer volume of agent traces and trajectories can quickly overwhelm even the most seasoned users. What makes Signals stand out is its smart approach to distilling only the most meaningful interactions without disrupting the agent’s workflow. By categorizing signals into clear patterns—such as misalignment, stagnation, or exhaustion—this framework empowers teams to focus their attention on the trajectories that truly matter. The study’s findings highlight a significant advantage: signal-based sampling can boost information gain by nearly 1.5 times compared to random methods, making it a practical choice for anyone looking to streamline their analysis.

For developers and practitioners, the value of Signals lies in its ability to transform a potentially exhaustive task into a manageable process. Rather than manually sifting through every interaction, users can now leverage a structured taxonomy that highlights the most relevant moments in real time. This not only saves time but also enhances productivity, allowing teams to prioritize insights that drive real impact. The research underscores a critical shift toward efficiency, proving that simpler tools can deliver deeper value without sacrificing performance.

What’s particularly compelling is how this solution bridges the gap between complexity and clarity. By focusing on patterns rather than raw data, Signals offers a pragmatic path forward for organizations that want to harness AI without losing sight of their core goals. As we move toward more agentic systems, this work reminds us that the right tools don’t just simplify— they strategically empower. The takeaway? Embracing Signal-based insights could be the key differentiator in optimizing your data journey today.

Signals: finding the most informative agent traces without LLM judges [R]

Hello Peeps Salman, Shuguang and Adil here from Katanemo Labs (a DigitalOcean company).

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.

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.

Paper: arXiv 2604.00356. https://arxiv.org/abs/2604.00356
Project where Signals are already implemented: https://github.com/katanemo/plano

Happy to answer questions on the taxonomy, implementation details, or where this breaks down.

submitted by /u/AdditionalWeb107
[link] [comments]

Read on the original site

Open the publisher's page for the full experience

View original article