I used ChatGPT to crank out a new blog feature: a slide deck that shows all the QSO videos from an activation. Before I get started, allow me to admit that I just found out that YouTube provides code to embed a playlist on an html page. I didn't know this when I started this project, and frankly, I'm kinda happy about that. If I found an embedded playlist, it would not have been obvious to me that there was more than one video. I would have missd all the others. An example of the resulting video deck can be seen on the field report from my latest POTA activation. I asked ChatGPT to create the CSS and HTML for a video deck presented on a statically served HTML page. It got really close on the first attempt. I only had to refince the code a bit to get exactly what I wanted. The AI even dumped out JavaScript code I hadn't remembered to ask for to control the deck. Later I realized that adding video links one at a time to my blog page was a bit tiresome. I asked the AI to w...