At the AWS Canberra User Group meeting on 23 July 2025, our panel discussed Responsible AI.
After the panel I used vibe code mode in Kiro to create a script for picking random attendees to win AWS vouchers. I wanted to show off Kiro in a fun way.
The prompt I used was deliberately short. Here it is:
Create a Python script to pick people at random from a CSV file. The names are contained in the first column of the file. Draw one name, then prompt if another name is needed. Ensure a name can only be drawn once. Do not use external libraries.