Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save kitasuke/192237a6e2a290c70b484f57e5268cf1 to your computer and use it in GitHub Desktop.

Select an option

Save kitasuke/192237a6e2a290c70b484f57e5268cf1 to your computer and use it in GitHub Desktop.

Comparing the Two Approaches

Pure Inference Rules-Augmented Inference
Time-to-first-output Fast Slow at first
Output variance High — every run produces a different design Low — designs converge to the rules
Team-wide reproducibility & scalability None — best prompter wins; results don't generalize Yes — sharpen the rules, lift everyone's output
Review burden Heavy — review at the design level Light — just check rule conformance
Stability across model switches Fragile — re-tune prompts Stable — rules outlive models
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment