Writing
Notes from the demos.
Short write-ups on what each demo is actually doing under the hood — the Genkit shape, the schema decisions, and where the models surprise us.
- Haiku
Why the Haiku demo is mostly a schema
How a single Zod tuple carries the entire contract between the haiku flow and the frontend, and what it deliberately does not enforce.
- Generative UI
Streaming a typed page spec through Genkit
The json-render demo emits a flat, typed element tree of ids and props that the client renders against a fixed component catalog, instead of asking the model to write JSX.