Skip to main content

Posts

Showing posts from June, 2024

GenerativeAI as a thought partner

Couple of years back, during the Covid lockdown, I had worked on creating many short stories about Indian heroes with the purpose of spreading awareness about them. This was before the arrival of GenerativeAI age. During a break recently, a thought came across on how can one use GenerativeAI to create something simple yet interesting using this already available data. Thus begun the project of 'Indian Heroes Quiz', with ChatGPT as a new assistant! Initial Data: Stories about Indian heroes in simple language Project: Create a simple online quiz game to create awareness about these heroes. Part 1 - The Quiz It all started by creating a rough design on paper about the possible UI of the quiz. Purpose was to keep the UI and Tech Stack simple.  The prompt was created with specific details and given to ChatGPT, which created fairly accurate version of the code. It's been many years since I have worked on Javascript, but it didn't take much time to understand and enhance the ...