diff --git a/slides/why_llms_dont_make_choices/index.md b/slides/why_llms_dont_make_choices/index.md new file mode 100644 index 0000000..878f53d --- /dev/null +++ b/slides/why_llms_dont_make_choices/index.md @@ -0,0 +1,162 @@ +--- +title: Why LLMs Don't Make Decisions +theme: default +layout: center +class: text-center +fonts: + sans: "CaskaydiaCove Nerd Font Mono" +--- + +# Why LLMs don't make decisions + +--- +layout: center +--- + +# The Narrative vs. The Reality + +
+ "If I set up a long row of dominos... and the last domino falls and hits a bell..." +
+Of course not.
+Rigging the machine so it pays out the exact token we need 99% of the time.
+Engineering the context so the "next token" is useful JSON, not hallucinated poetry.
+Reduce the search space so the "right" token is the only probable one.
+Format prompts so the pattern that needs to be completed leads to your output.
+It didn't "choose" based on belief. It made a statistical guess. Always validate.
+