Add vibe-vs-structured demo with 3 scenarios#163
Draft
Conversation
Adds docs/demo/ with complete presenter materials for a live demo comparing plain 'vibe' prompts against PromptKit-assembled structured prompts on the same task. Three scenarios with pre-built code samples and scorecards: 1. Code review — C echo server with 5 planted bugs (demo_server.c) 2. Requirements authoring — rate limiter from 3-sentence description 3. Bug investigation — TOCTOU race condition with red herring (demo_queue.c) Includes README, full presenter script with timing notes, talking points, and appendix with planted bug reference. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Strip all planted-bug comments, hints, and annotations from demo_server.c and demo_queue.c so the LLM cannot see the answers when the code is provided as context during the demo. All answer details (bug descriptions, interleavings, red herrings, and the implicit-requirements checklist) are now in answer-key.md, which the presenter references but never includes in LLM context. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds
docs/demo/with complete presenter materials for a live demo comparing plain "vibe" prompts against PromptKit-assembled structured prompts on the same task.Scenarios
demo_server.c(5 planted bugs)rate_limiter_description.mddemo_queue.c(TOCTOU race + red herring)What's Included
demo-script.md) with per-scenario timing, talking points, and scorecardsDemo Format
Each scenario follows the same structure:
review-cpp-codetemplate)Designed for a 15-20 min demo (2 scenarios) or 25-30 min (all 3).