b70-optimization-lab

Prompts And Canary Inputs

This folder stores prompts and prompt templates that are useful for quality gates, reproducibility, and research orchestration.

Existing Prompt Files

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:

Prompt Patterns That Worked

The reusable agent prompts are documented in ../docs/research-workflow-playbook.md.

Gemma 4 Prompt Notes

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:

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.