firehose> #llmops

Golden Templates

A curated, build-verified exemplar app an agent starts from and adapts to the prompt, rather than reconstructing app structure from a blank slate. The pitch is "adapt, don't invent": hosted no-code builders (Lovable, Replit Agent, v0) feel magical because they already "know" what a todo app or a CRM should contain — a golden-template library packages that same product knowledge locally so a coding agent inherits it instead of re-deriving screens, entities, and states each time. What separates a golden template from a generic scaffold is verification: the exemplar is proven to build (compiled/type-checked in CI), so "adapt from this" is trustworthy rather than a guess. Templates come in two tiers — runnable starters copy real, build-verified source into the user's folder, while planned packs don't copy source yet but emit a scoped implementation plan + app spec + reference list, so the long tail still builds from a real contract rather than from nothing. Curated exemplars pair with a registry of reusable micro-blocks (filterable table, detail panel, stat-card grid, entity form, empty state) that the agent composes instead of reinventing each UI unit.

Claims


Linked from