I was testing GPT3.5. The task was to create a regular expression that will match floating point numbers or integers.
It's first stab at it was ok but when I pointed out some errors it made changes that fixed the errors but broke new things, and so we ended up in an endless loop stalemate.
Co-Pilot was able to give the the correct regex from the start.