Famously popularized by BasketNews on instagram, I got an idea to re-create the concept as online game.
Nowadays, the chat-like applications became quite an easy task due to all the LLM wrappers available on the market. The most time consuming part was hooking up the infrastructure to host the endpoint for AI wrapper. Project was completed in a couple of evenings as proof-of-concept.
While this was my first go with ChatGPT API, I was pleasantly surprised how easy it was to integrate with it. Moreover, I love the “free” features such as localisation based on the question language. On the downside, as all LLMs do, the data is not always accurate. One of the solutions would be to prepare information for each player and pass it as a prompt.
Might revisit this idea and implement various improvements to make it more ‘wordle’ like and share with others.