Add blog post announcing the Agent LLM Traces dataset (10K agent runs, 6 domains) - #22
Open
elronbandel wants to merge 5 commits into
Open
Add blog post announcing the Agent LLM Traces dataset (10K agent runs, 6 domains)#22elronbandel wants to merge 5 commits into
elronbandel wants to merge 5 commits into
Conversation
Announces the Exgentic Agent LLM Traces dataset release (10K real agent runs across six domains, one standard format). Adds the blog source and the blog card on the home page.
- Add "A closer look" section with three tables: benchmark complexity, per-model token cost, and per-agent prefix retention - Add "Inference benchmarking: an ongoing example" section covering inference-perf (kubernetes-sigs/inference-perf) and its OTel trace replay - Add load-testing bullet to "What you can do with it" - Fix "sessions" → "runs" throughout - Add inference-perf source link Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds a new blog post announcing the Exgentic Agent LLM Traces dataset release.
What's in it
blogs/agent-llm-traces-v2/blog.md(slugagent-llm-traces-v2, dated 2026-07-01, ~8 min read).index.html).The post
An understated launch in the house research-blog voice. Spine: agents are moving into real work, and this is the first large, uniform, public record of what they actually do — 10K real runs across five leading models and six domains (software engineering, deep research, personal-task automation, customer service, technical support), every model call preserved in one open format (OpenTelemetry GenAI conventions).
Includes a composition table, an honest "what it doesn't cover" section, and links to the dataset, the full corpus, and the methodology.
Notes
blog/output is gitignored and produced by CI, so only the source and theindex.htmlcard are committed.