My guess is that ChatGPT in its current incarnation probably can't do that because it just doesn't know how to weight with high confidence on its own, and time to "think" may or may not help that problem (and is probably a poor optimization of expensive resources to try.)
But if the human can direct the inputs meaningfully? It's an absurdly valuable tool if you understand and accept its limitations.
I've learned a lot more about it lately myself because I've been trying to engage it in foreign language learning exercises to see if it could serve as an interactive language learning conversation partner. Here's a thing that will further blow y'all's minds: ChatGPT doesn't just know English. It knows *every language the Internet knows*. I have had conversations with ChatGPT in French, Spanish, Russian and Chinese. My former colleagues are already using it to assist with writing code in Python and Rust.
Now that the LLM arms race is on for real, we are going to see some serious shit in the next few years. Hell, maybe even the next few months.
An extension to this, as I think more about it: the ChatGPT API is going to be extremely important going forward. The API allows the process of marshaling inputs to be handed to separate processes that are optimized for creating the proper inputs. I expect that we'll see a lot of domain-specific applications that possess deep factual knowledge, put together that factual knowledge in a way that's most consumable by ChatGPT, and then ask questions based on (those inputs) + (everything that ChatGPT can do).
i.e. "here's a list of all the facts about our product, pulled from a database. Here's an interface that allows a customer to ask anything about our products. The interface warms up ChatGPT with the relevant facts based on keyword search of the database, and then ChatGPT answers the customer questions and feeds that answer back through our interface, all using the API." I'm sure there are people working on these solutions right now.
Also, I am perfectly well aware that this is a roster building thread, and I do not care!