This folder stores prompts and prompt templates that are useful for quality gates, reproducibility, and research orchestration.
The current tracked prompt files are MiniMax raw canaries and long-context quality smokes. They are intentionally simple and brittle: exact answers catch runtime corruption that aggregate throughput cannot reveal.
Examples:
minimax-arithmetic-canary-raw.txtminimax-json-canary-raw.txtminimax-sort-canary-raw.txtminimax-long-context-quality-smoke.txtThe reusable agent prompts are documented in ../docs/research-workflow-playbook.md.
The Gemma 4 26B A4B lane uses chat-mode canaries first because the target model
is instruction tuned and the promoted deployment path is OpenAI-compatible
/v1/chat/completions. The current harness embeds four brittle checks:
answer and unit fields.blue, green, orange, red.Before claiming 32K, MTP, q8 KV, or a risky SYCL flag, add at least one Gemma-specific long-context needle prompt and run repeat canaries in the same persistent server process. Earlier MiniMax and Qwen work found request-state drift only after repeated calls.