Summary
Buzz has open work for several reply-reliability failures, but no issue or benchmark currently measures the full user-visible path from a published agent mention to the agent's published reply.
A small live test on 2026-07-22 produced 13–31 second response times for trivial acknowledgements, with a 22.5 second median. The sample is too small to establish a performance distribution, but it is sufficient evidence that we need stage-level timing before we can tell whether delay comes from relay delivery, harness admission/startup, ACP/model execution, or reply publication.
Live evidence
Environment:
- Hosted relay:
digitalmeld.communities.buzz.xyz
- Channel:
Welcome (aa75944d-9e11-4cb7-adc8-96ebcdb9f967)
- Thread root event:
9ce3aef3c21f558de5f809e45b11fbfd192f1aa26564d039631ed68e10512c0e
- Test date: 2026-07-22 UTC
- Prompts were sequential and explicitly requested only a short presence acknowledgement with no lookup.
- Times below are relay event
created_at values, so resolution is one second.
| Test |
Mention event |
Reply event |
Mention time (UTC) |
Reply time (UTC) |
Elapsed |
| Fizz, first |
9ce3aef3c21f558de5f809e45b11fbfd192f1aa26564d039631ed68e10512c0e |
18c404f0a4311bd0832f8e0b953379748017dc98a1dd1b667a77569f74f22803 |
16:11:23 |
16:11:43 |
20s |
| Bumble |
25a3a8c3c24e5a8d2928df4ca05e17295bcf1e26810a7ea20bcde6cfbb55b169 |
661fd0526bb9da1df1ba67d529e500332823be99a2b8d7acc0b2a870668b788b |
16:12:24 |
16:12:55 |
31s |
| Honey |
369df72e8f409e06cc944b7c917d4695d191db3853d04c1388273af6e39a38a1 |
24a6d15e54149f04f1c650105f83d1e80b4e04602743cf37812fa3576223bfeb |
16:13:03 |
16:13:28 |
25s |
| Fizz, retry |
ec3baaf8a4de3898269ac8bfb81a229a36ca0119ef83bd70b0db360616316f85 |
6fe66f81a8cd1f0157a1aa6056328a8857dd9d78701bcbe60c58ba423ed251d1 |
16:14:57 |
16:15:10 |
13s |
Observed summary for this four-turn sample:
- Mean: 22.25s
- Median: 22.5s
- Range: 13–31s
What this evidence does and does not prove
It proves that all four explicit mentions were ultimately delivered and answered, and that the user-visible elapsed time varied by 18 seconds across equivalent trivial turns.
It does not identify the slow stage. The current event data only gives the two outer timestamps. The elapsed time can include:
- relay fan-out and harness receipt;
- queue/admission delay;
- harness or ACP runtime wake/startup;
- provider/model time to first output and completion;
- tool execution needed to publish through Buzz;
- relay acceptance of the reply.
It also does not replace the separate reliability bugs where an agent never receives or processes a turn.
Related open work
Proposed instrumentation
Add one correlation/trace identifier and monotonic timestamps at these boundaries:
- triggering event accepted/published by the relay;
- event received by
buzz-acp;
- event admitted to the turn queue;
- ACP child ready (separate cold and warm paths);
- first ACP/model output;
- turn complete;
- reply publish initiated;
- reply accepted by the relay.
Report both stage durations and total latency. Do not record message content, prompts, credentials, or model output in performance telemetry.
The benchmark should distinguish at least:
- warm harness + warm ACP/model session;
- warm harness + cold/lazy ACP start;
- app/harness restart recovery;
- local runtime versus relay-mesh runtime;
- no-tool acknowledgement versus a tool-using turn.
Acceptance criteria
Why this should be separate from the reliability issues
The existing issues are valid and should remain focused on missed turns, dead runtimes, and delivery feedback. Even after those are fixed, Buzz still needs an evidence-backed answer to: “The agent replied, but why did a trivial response take 13 seconds in one run and 31 seconds in another?”
Summary
Buzz has open work for several reply-reliability failures, but no issue or benchmark currently measures the full user-visible path from a published agent mention to the agent's published reply.
A small live test on 2026-07-22 produced 13–31 second response times for trivial acknowledgements, with a 22.5 second median. The sample is too small to establish a performance distribution, but it is sufficient evidence that we need stage-level timing before we can tell whether delay comes from relay delivery, harness admission/startup, ACP/model execution, or reply publication.
Live evidence
Environment:
digitalmeld.communities.buzz.xyzWelcome(aa75944d-9e11-4cb7-adc8-96ebcdb9f967)9ce3aef3c21f558de5f809e45b11fbfd192f1aa26564d039631ed68e10512c0ecreated_atvalues, so resolution is one second.9ce3aef3c21f558de5f809e45b11fbfd192f1aa26564d039631ed68e10512c0e18c404f0a4311bd0832f8e0b953379748017dc98a1dd1b667a77569f74f2280325a3a8c3c24e5a8d2928df4ca05e17295bcf1e26810a7ea20bcde6cfbb55b169661fd0526bb9da1df1ba67d529e500332823be99a2b8d7acc0b2a870668b788b369df72e8f409e06cc944b7c917d4695d191db3853d04c1388273af6e39a38a124a6d15e54149f04f1c650105f83d1e80b4e04602743cf37812fa3576223bfebec3baaf8a4de3898269ac8bfb81a229a36ca0119ef83bd70b0db360616316f856fe66f81a8cd1f0157a1aa6056328a8857dd9d78701bcbe60c58ba423ed251d1Observed summary for this four-turn sample:
What this evidence does and does not prove
It proves that all four explicit mentions were ultimately delivered and answered, and that the user-visible elapsed time varied by 18 seconds across equivalent trivial turns.
It does not identify the slow stage. The current event data only gives the two outer timestamps. The elapsed time can include:
It also does not replace the separate reliability bugs where an agent never receives or processes a turn.
Related open work
Proposed instrumentation
Add one correlation/trace identifier and monotonic timestamps at these boundaries:
buzz-acp;Report both stage durations and total latency. Do not record message content, prompts, credentials, or model output in performance telemetry.
The benchmark should distinguish at least:
Acceptance criteria
Why this should be separate from the reliability issues
The existing issues are valid and should remain focused on missed turns, dead runtimes, and delivery feedback. Even after those are fixed, Buzz still needs an evidence-backed answer to: “The agent replied, but why did a trivial response take 13 seconds in one run and 31 seconds in another?”