We tried to generate a haiku generator using GPTChat generated code. While GPTChat is able to detect if a poem is a haiku, it wasn't able to generate an algorithm to detect a haiku. This is because identifying the syllables in a haiku isn't possible to be done accurately by an algorithm, given that the syllables are phonetic.
What we tried to do was using GPTChat to generate functions that call dictionary APIs and solve it. The biggest problem is that GPTChat wasn't able to solve this problem, but it pretended it was, and made simplified versions of the solution! This is something to be aware: GPTChat won't help you in warning you about complexity that you yourself is not aware of! And it will create generic solutions!