Evidence
Claim registry
Every measured number this site publishes, as a permanent citable page. Values are re-derived from the raw run records in CI, so a published number cannot silently drift from its evidence. Statements are EN-canonical.
Machine-readable registry: /claims.json
doc-session-v1@2026-08-03
- Qwen3.6-35B-A3B Q4_K_M on Ryzen AI Max+ 395 (llama.cpp Vulkan) — time to first token, first question over a 32k document: 33940 ms strix.qwen36.docsession.c1.ttft-q1-32k lab_repeated
Median time to first token for the FIRST question over a 32k-token English document — the prefill every fresh document pays, prompt cache enabled.
- Qwen3.6-35B-A3B Q4_K_M on Ryzen AI Max+ 395 (llama.cpp Vulkan) — time to first token, second question with prompt cache on: 860 ms strix.qwen36.docsession.c1.ttft-q2-32k-cache lab_repeated
Median time to first token for the SECOND question over the same 32k-token document with the server prompt cache enabled.
- Qwen3.6-35B-A3B Q4_K_M on Ryzen AI Max+ 395 (llama.cpp Vulkan) — time to first token, second question with prompt cache off: 33728 ms strix.qwen36.docsession.c1.ttft-q2-32k-nocache lab_repeated
Median time to first token for the second question over the same 32k-token document with the prompt cache disabled — the full prefill is paid again.
- Qwen3.6-35B-A3B Q4_K_M on Ryzen AI Max+ 395 (llama.cpp Vulkan) — time to first token, second question over an 8k document, cache on: 660 ms strix.qwen36.docsession.c1.ttft-q2-8k-cache lab_repeated
Median time to first token for the second question over the same 8k-token document with the server prompt cache enabled.
endurance-30m-v1@2026-08-03
- Qwen3.6-35B-A3B Q4_K_M on Ryzen AI Max+ 395 (llama.cpp Vulkan) — request completion over three hours, 4 concurrent requests: 100.0 % of requests strix.qwen36.endurance.c4.completion-180m lab_single_run
Share of requests that completed with a non-empty answer over the full 3-hour sustained pass, both units pooled.
- Qwen3.6-35B-A3B Q4_K_M on Ryzen AI Max+ 395 (llama.cpp Vulkan) — decode-pace drift over three hours, 4 concurrent requests: 1.6 % strix.qwen36.endurance.c4.itl-drift-180m lab_single_run
Relative change of the median inter-token latency between the first five minutes and minutes 175-180 of a continuous 3-hour closed-loop pass, across both units.
- Qwen3.6-35B-A3B Q4_K_M on Ryzen AI Max+ 395 (llama.cpp Vulkan) — inter-token latency, 4 concurrent requests: 30.0 ms/token strix.qwen36.endurance.c4.itl-median lab_single_run
Median inter-token latency sustained over the full 3-hour pass at closed-loop concurrency 4, both units pooled.
interactive-assistant-v1@2026-08-02
- Qwen3.6-35B-A3B Q4_K_M on Ryzen AI Max+ 395 (llama.cpp Vulkan) — answerless (empty) responses at a 1k budget: 75.0 % of requests strix.qwen36.interactive.c1.answerless-1k lab_repeated
At a 1024-token budget with reasoning enabled, this share of requests returned HTTP 200 with an empty answer: the reasoning pass consumed the entire budget.
- Qwen3.6-35B-A3B Q4_K_M on Ryzen AI Max+ 395 (llama.cpp Vulkan) — time to first answer token: 220 ms strix.qwen36.interactive.c1.ttfa-nothink lab_repeated
With the reasoning block disabled, the first answer token arrives a median of this many milliseconds after the request — the answer starts immediately instead of after the reasoning pass.
- Qwen3.6-35B-A3B Q4_K_M on Ryzen AI Max+ 395 (llama.cpp Vulkan) — time to first answer token with reasoning on: 23453 ms strix.qwen36.interactive.c1.ttfa-thinking lab_repeated
With the reasoning block enabled, the first token of the actual answer arrives a median of this many milliseconds after the request — two orders of magnitude later than the conventional time-to-first-token figure.
- Qwen3.6-35B-A3B Q4_K_M on Ryzen AI Max+ 395 (llama.cpp Vulkan) — time to the first token of any output: 221 ms strix.qwen36.interactive.c1.ttft-any-token lab_repeated
On the tested Strix Halo configuration, the first streamed token of any kind arrives in a median of this many milliseconds — but on this model that first token is reasoning, not the answer.
interactive-assistant-v2@2026-08-02
- gemma-4-26B-A4B-it Q4_0 on Ryzen AI Max+ 395 (llama.cpp Vulkan) — answerless (empty) responses in default mode: 8.3 % of requests strix.gemma4.interactive2.c1.answerless-default lab_repeated
In its default operating mode at a 1024-token budget, this share of everyday requests returned HTTP 200 with an empty answer: the reasoning pass consumed the entire budget. A second model family reproduces the failure mode.
- gemma-4-26B-A4B-it Q4_0 on Ryzen AI Max+ 395 (llama.cpp Vulkan) — time to first answer token in default mode: 10768 ms strix.gemma4.interactive2.c1.ttfa-default lab_repeated
Median client-side time to the first token of the actual answer in the default operating mode (reasoning streams first).
- gemma-4-26B-A4B-it Q4_0 on Ryzen AI Max+ 395 (llama.cpp Vulkan) — time to the first token of any output: 282 ms strix.gemma4.interactive2.c1.ttft-any-token lab_repeated
Median client-side time to the first streamed token of any kind (reasoning included) in the default operating mode.
- Qwen3.6-35B-A3B Q4_K_M on Ryzen AI Max+ 395 (llama.cpp Vulkan) — answerless (empty) responses at a 1k budget: 58.3 % of requests strix.qwen36.interactive2.c1.answerless-1k lab_unit_replicated
At a 1024-token budget with reasoning enabled, this share of everyday-task requests returned HTTP 200 with an empty answer: the reasoning pass consumed the entire budget.
- Qwen3.6-35B-A3B Q4_K_M on Ryzen AI Max+ 395 (llama.cpp Vulkan) — request completion: 100.0 % of requests strix.qwen36.interactive2.c1.completion-nothink lab_unit_replicated
Share of everyday requests that completed with a non-empty answer with the reasoning block disabled.
- Qwen3.6-35B-A3B Q4_K_M on Ryzen AI Max+ 395 (llama.cpp Vulkan) — time to first answer token: 210 ms strix.qwen36.interactive2.c1.ttfa-nothink lab_unit_replicated
Median client-side time to the first token of the answer with the reasoning block disabled, human-task corpus.
- Qwen3.6-35B-A3B Q4_K_M on Ryzen AI Max+ 395 (llama.cpp Vulkan) — time to first answer token with reasoning on: 20191 ms strix.qwen36.interactive2.c1.ttfa-thinking lab_unit_replicated
Median client-side time to the first token of the actual answer with reasoning enabled at a 4096-token budget, human-task corpus.
- Qwen3.6-35B-A3B Q4_K_M on Ryzen AI Max+ 395 (llama.cpp Vulkan) — time to the first token of any output: 212 ms strix.qwen36.interactive2.c1.ttft-any-token lab_unit_replicated
Median client-side time to the first streamed token of any kind, across all three operating settings on the human-task corpus.
- Qwen3.6-35B-A3B Q4_K_M on Ryzen AI Max+ 395 (llama.cpp Vulkan) — request completion, 4 concurrent requests: 100.0 % of requests strix.qwen36.interactive2.c4.completion-nothink lab_repeated
Share of requests that completed with a non-empty answer at closed-loop concurrency 4, reasoning disabled.
- Qwen3.6-35B-A3B Q4_K_M on Ryzen AI Max+ 395 (llama.cpp Vulkan) — time to first answer token, 4 concurrent requests: 338 ms strix.qwen36.interactive2.c4.ttfa-nothink lab_repeated
Median client-side time to the first answer token with the reasoning block disabled, while 4 closed-loop streams run concurrently on the unit (each request measured from its own client).
- Qwen3.6-35B-A3B Q4_K_M on Ryzen AI Max+ 395 (llama.cpp Vulkan) — request completion, 8 concurrent requests: 100.0 % of requests strix.qwen36.interactive2.c8.completion-nothink lab_repeated
Share of requests that completed with a non-empty answer at closed-loop concurrency 8, reasoning disabled.
- Qwen3.6-35B-A3B Q4_K_M on Ryzen AI Max+ 395 (llama.cpp Vulkan) — time to first answer token, 8 concurrent requests: 865 ms strix.qwen36.interactive2.c8.ttfa-nothink lab_repeated
Median client-side time to the first answer token with the reasoning block disabled, while 8 closed-loop streams run concurrently on the unit (each request measured from its own client).
- Qwen3.6-35B-A3B Q4_K_M on Ryzen AI Max+ 395 (llama.cpp ROCm) — inter-token latency: 18.7 ms/token strix.qwen36q4.rocm.c1.itl-nothink lab_repeated
Median inter-token latency (client-side decode-speed proxy) for Q4_K_M on the ROCm backend.
- Qwen3.6-35B-A3B Q4_K_M on Ryzen AI Max+ 395 (llama.cpp ROCm) — time to first answer token: 215 ms strix.qwen36q4.rocm.c1.ttfa-nothink lab_repeated
Median client-side time to the first answer token with the reasoning block disabled, ROCm backend.
- Qwen3.6-35B-A3B Q4_K_M on Ryzen AI Max+ 395 (llama.cpp Vulkan) — inter-token latency: 15.9 ms/token strix.qwen36q4.vulkan.c1.itl-nothink lab_repeated
Median inter-token latency (client-side decode-speed proxy) for Q4_K_M on the Vulkan backend.
- Qwen3.6-35B-A3B Q8_0 on Ryzen AI Max+ 395 (llama.cpp Vulkan) — inter-token latency: 18.7 ms/token strix.qwen36q8.vulkan.c1.itl-nothink lab_repeated
Median inter-token latency (client-side decode-speed proxy) for Q8_0 on the Vulkan backend.
long-context-v1@2026-08-03
- gemma-4-26B-A4B-it Q4_0 on Ryzen AI Max+ 395 (llama.cpp Vulkan) — unanswerable-control honesty: 75.0 % of requests strix.gemma4.longctx.c1.control-success lab_repeated
Share of unanswerable-control requests answered with an explicit admission that the answer is absent. Every failed control returned an EMPTY answer — the reasoning pass consumed the token budget before any text was produced; no run fabricated a code.
- gemma-4-26B-A4B-it Q4_0 on Ryzen AI Max+ 395 (llama.cpp Vulkan) — needle retrieval success: 95.8 % of requests strix.gemma4.longctx.c1.needle-success lab_repeated
Share of requests where the model retrieved the embedded fact across a 2k-32k-token ladder, EN and RU, default operating mode.
- Qwen3.6-35B-A3B Q4_K_M on Ryzen AI Max+ 395 (llama.cpp Vulkan) — unanswerable-control honesty: 100.0 % of requests strix.qwen36.longctx.c1.control-success lab_unit_replicated
Share of unanswerable-control requests where the model admitted the answer was absent from the document instead of fabricating one, with a distractor fact present.
- Qwen3.6-35B-A3B Q4_K_M on Ryzen AI Max+ 395 (llama.cpp Vulkan) — needle retrieval success: 100.0 % of requests strix.qwen36.longctx.c1.needle-success lab_repeated
Share of requests where the model retrieved a synthetic fact embedded at mid-document, across a 2k-32k-token context ladder in EN and RU.
- Qwen3.6-35B-A3B Q4_K_M on Ryzen AI Max+ 395 (llama.cpp Vulkan) — time to first token at a 2k-token document: 1907 ms strix.qwen36.longctx.c1.ttft-2k-en lab_repeated
Median client-side time to the first token when the prompt carries a 2k-token English document.
- Qwen3.6-35B-A3B Q4_K_M on Ryzen AI Max+ 395 (llama.cpp Vulkan) — time to first token at a 32k-token document: 33965 ms strix.qwen36.longctx.c1.ttft-32k-en lab_repeated
Median client-side time to the first token when the prompt carries a 32k-token English document.
structured-agent-v1@2026-08-03
- gemma-4-26B-A4B-it Q4_0 on Ryzen AI Max+ 395 (llama.cpp Vulkan) — strict-JSON task success: 93.8 % of requests strix.gemma4.structured.c1.task-success lab_repeated
Share of strict-JSON automation requests whose output parsed and matched the ground truth per key, default operating mode.
- Qwen3.6-35B-A3B Q4_K_M on Ryzen AI Max+ 395 (llama.cpp Vulkan) — end-to-end time to a complete answer: 844 ms strix.qwen36.structured.c1.e2e-nothink lab_repeated
Median end-to-end time to a complete strict-JSON answer with reasoning disabled.
- Qwen3.6-35B-A3B Q4_K_M on Ryzen AI Max+ 395 (llama.cpp Vulkan) — end-to-end time with reasoning on: 14677 ms strix.qwen36.structured.c1.e2e-think4k lab_repeated
Median end-to-end time to a complete strict-JSON answer with reasoning enabled at a 4096-token budget.
- Qwen3.6-35B-A3B Q4_K_M on Ryzen AI Max+ 395 (llama.cpp Vulkan) — strict-JSON task success: 100.0 % of requests strix.qwen36.structured.c1.task-success-nothink lab_repeated
Share of strict-JSON automation requests whose output parsed and matched the ground truth per key, reasoning disabled.
- Qwen3.6-35B-A3B Q4_K_M on Ryzen AI Max+ 395 (llama.cpp Vulkan) — strict-JSON task success with reasoning on: 100.0 % of requests strix.qwen36.structured.c1.task-success-think4k lab_repeated
Share of strict-JSON automation requests whose output parsed and matched the ground truth per key, reasoning enabled at a 4096-token budget.
- Qwen3.6-35B-A3B Q4_K_M on Ryzen AI Max+ 395 (llama.cpp ROCm) — strict-JSON task success: 100.0 % of requests strix.qwen36q4.rocm.c1.task-success lab_repeated
Share of strict-JSON automation requests whose output parsed and matched the ground truth per key, ROCm backend.
- Qwen3.6-35B-A3B Q8_0 on Ryzen AI Max+ 395 (llama.cpp Vulkan) — strict-JSON task success: 100.0 % of requests strix.qwen36q8.vulkan.c1.task-success lab_repeated
Share of strict-JSON automation requests whose output parsed and matched the ground truth per key, Q8_0 quantization.