Skip to content

Topic index / 11 entries

GenAI

Field notes, architecture decisions, and practical guides filed under this recurring subject.

← All topics

AI

07 August 2026 · 7 MIN READ

Validate the Issue, Not the Structure: a Self-Correcting Pipeline for LLM-Generated Games

My pipeline generates a playable HTML5 game every day with Bedrock. An audit found 6 of 7 published games broken — while every one of them passed structural validation. Here is how I rebuilt the quality gate around real usage: hit-tested playtests, a progress-signal check, prompt contracts, and a fail-closed publish loop that rejected three broken versions before shipping a good one.

Read →
All topics Full journal