Here is another great way ChatGPT can solve a task. Imagine you have 2 sets of data that are similar, but with slight differences.
For example on this screenshot is a list of zipcodes. List A has a few more zipcodes than List B.
You can have ChatGPT investigate the data and return the differences between the dataset. This is a variation of pattern recognition which is very important in computing - and I recall when working with product support it was very common to compare either data or pieces of code to spot small differences, but which could have a big impact in how the software executed.
Asking ChatGTP this is simple, but actually programming a script which does it is no small task. You need to read in the data, compare the 2 datasets and then return the differences in a pretty output.
It might seem like a small thing, but it is actually very impressive that ChatGTP can answer a question like this so quickly.