Executive summary
The public Hiro journal was audited after ChatGPT Voice could not retrieve a dated update that remained accessible in a normal browser and regular ChatGPT. Direct production HTTP tests showed that the existing HTML and JSON URLs already returned clean 200 responses, correct content types, no cookies, and identical bodies for browser, curl, generic-bot, GPTBot, and ChatGPT-style user agents.
OpenAI's retrieval tool nevertheless rejected the dotted dated URL before issuing a normal page request, while search discovery returned no result because the journal is intentionally noindex. The site now offers hyphenated date aliases, stable latest-update endpoints, an llms.txt discovery document, explicit robots access, and a public diagnostics report so AI systems do not need to depend on dotted paths or search indexing.
A new automated validator exercises the deployed HTML, JSON, discovery, robots, and diagnostics endpoints across representative user agents. It checks status codes, redirects, cookies, MIME types, response equality, body completeness, and the full versioned JSON schema after successful deployments.
After direct ChatGPT Voice retrieval remained inconsistent, the journal indexing policy was changed from unlisted/noindex to public and indexable so Voice can use web search as a redundant retrieval path.
A Gemma 4 12B reliability review compared the local configuration with the official Google QAT model card, current llama.cpp server controls, current upstream issue reports, and observed GPU state. The model should fit a 12 GB RTX 5070 at the 4K context; the leading risks are competing VRAM allocation, an unpinned runtime executable, and missing explicit flash-attention, KV-cache, memory-fit, and observability settings.