Problem
Buzz can route agents to arbitrary OpenAI-compatible endpoints, and the Harbor Buzz Orchestra benchmark can swap endpoint deployment configuration. It does not yet produce a backend qualification receipt that makes rapidly changing local inference engines comparable and upstream-debuggable.
On Apple Silicon, backend/model changes can materially improve throughput while also regressing batching isolation, streaming tool calls, reasoning controls, cancellation, prefix caches, or long-running server health. Tokens per second alone is not a sufficient promotion gate for an agent workforce.
Proposed first slice
Add a benchmark-only qualification path that:
- records exact backend, model, drafter, dependency, OS, hardware, and launch configuration provenance;
- exercises an OpenAI-compatible endpoint with focused correctness/concurrency probes before agent work;
- emits a machine-readable, append-only result receipt with raw evidence paths;
- keeps endpoint/backend selection outside Buzz product semantics;
- establishes a Qwen3.8-27B autoregressive MLX baseline before comparing MTP and other serving engines;
- can feed surviving conditions into the existing Harbor Buzz Orchestra workload harness.
Initial acceptance criteria
Non-goals
- Selecting a permanent inference engine.
- Adding MLX-specific concepts to the Buzz agent protocol.
- Publishing benchmark claims before repeated real-workload validation.
- Modifying or redistributing model weights.
Problem
Buzz can route agents to arbitrary OpenAI-compatible endpoints, and the Harbor Buzz Orchestra benchmark can swap endpoint deployment configuration. It does not yet produce a backend qualification receipt that makes rapidly changing local inference engines comparable and upstream-debuggable.
On Apple Silicon, backend/model changes can materially improve throughput while also regressing batching isolation, streaming tool calls, reasoning controls, cancellation, prefix caches, or long-running server health. Tokens per second alone is not a sufficient promotion gate for an agent workforce.
Proposed first slice
Add a benchmark-only qualification path that:
Initial acceptance criteria
mlx-vlmautoregressive baseline procedure forQwen3.8-27B-8bit.Non-goals