Live data from Hacker News

Show HN: Traces: A new way to share and discover agent traces

traces.com

1–8 of 8 posts

Show HN: Traces: A new way to share and discover agent traces

#1
Traces is a new way to share and discover agent traces. You can setup a personal or team account, and share publicly or privately (in a team).

We use Traces internally to capture and share our agent conversations. Every PR has a Traces link attached to it. We even have skills that can automate that for you (run 'traces setup' after install).

You might ask:

1) Why would I share traces? Well, we have found ourselves wanting to learn from each other on how to prompt different models and agents. We built Traces as a tool for teams to learn that together, and for us to learn that as an open community.

2) What about Privacy? You can share publicly, privately, or via direct link. We strip data at source to make sure anything that looks sensitive never leaves your machines. Orgs have more privacy settings as well. But honestly, me saying this is one thing, earning your continued trust is the goal of every release.

If you're interested, just get started at traces.com. You can hop into our Discord, find us on X at x.com/tarunsachdeva / x.com/tracesdotcom.

Thank you!

Show HN: Traces: A new way to share and discover agent traces
traces.com

Re: Show HN: Traces: A new way to share and discover agent traces

#3
Just tried it, its pretty cool. I love the UX overall. The product seems free so far. How are you planning on supporting it over time?

Are there plans for monetization by selling the agent trace data? In that case, I would recommend providing a paid subscription for people who don't want their data used for training.

Re: Show HN: Traces: A new way to share and discover agent traces

#6
This is pretty amazing. In multi-agent systems traces become part of the working state of the system itself. If earlier agents produce a structured trace of their reasoning, tool calls, and intermediate results, downstream agents don’t need to rediscover the problem from scratch. A shared reasoning ledger between agents.