Tutorials are drafted in Claude Code sessions by the author (Battam1111) using:
Each tutorial is then personally reviewed line-by-line by the author, who compiles every code sample in the relevant toolchain before publishing.
Before any tutorial reaches the live site, it must pass an automated AI-tell linter that scans for visible LLM conversational patterns:
The linter is open source, see
bounty-agent/src/bounty/content_pipeline/ai_tell_linter.py
in the private engine repo. The same patterns are blocked at publish time;
they cannot reach this cookbook even if a draft slips past review.
Earlier on the 22nd, an automated Frontier API pipeline drafted and published 17 tutorials in three days. Three of those tutorials contained visible LLM conversational tails (“If you want, I can turn this into a research-note version…”). This was a quality-control failure: the pipeline ran without an automated lint and the human reviewer was bulk-processing rather than line-reviewing.
The infrastructure has been corrected as of 2026-05-23:
BOUNTY_AI_GENERATION_ENABLED=false).The three problem tutorials had their conversational tails stripped on 2026-05-23; the underlying technical content remains. If you spot any remaining accuracy issue in any tutorial, please open an issue against this repo, corrections are taken seriously.
Internal-only scoring within bounty-agent:
These outputs never become public prose, so hallucination risk is bounded.