From 2ad9dfe2d1dcf051965b22e8d65fec4784af76d1 Mon Sep 17 00:00:00 2001 From: Llewellyn Falco Date: Fri, 24 May 2024 12:29:43 -0600 Subject: [PATCH] Update TddWithChatGpt.md --- TddWithChatGpt.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/TddWithChatGpt.md b/TddWithChatGpt.md index 3828ad0..8100246 100644 --- a/TddWithChatGpt.md +++ b/TddWithChatGpt.md @@ -24,3 +24,12 @@ I'm a Technical Agile Coach. You can [hire me](http://llewellynfalco.blogspot.com/p/hire-me.html) + + +## Description +"In my talk, 'TDD with ChatGPT,' I do a live coding demo where I write the tests and ChatGPT writes the code. We’ll see how to break problems into bite-sized pieces, prompt with tests, and iterate based on real feedback. This session aims to show a practical, middle-ground approach to working with AI, avoiding the extremes of 'AI is useless' or 'AI is magical'." + +### Learning Objectives: +* Practical TDD +* Effective Prompting +* Iterative Feedback