From 606335c7c16f7000aa6f572d84b4229cc93eaf1c Mon Sep 17 00:00:00 2001 From: Stevan Freeborn <65925598+StevanFreeborn@users.noreply.github.com> Date: Mon, 9 Feb 2026 13:51:03 -0600 Subject: [PATCH] talk: finish pres and yt script --- slides/why_llms_dont_make_choices/index.md | 162 ++++++++++++++++++++ slides/why_llms_dont_make_choices/script.md | 101 ++++++++++++ 2 files changed, 263 insertions(+) create mode 100644 slides/why_llms_dont_make_choices/index.md create mode 100644 slides/why_llms_dont_make_choices/script.md 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.
+