upvote
I ask a question to ChatGPT and i get an answer.

I ask a question to google and i spend 10-100 times longer visiting multiple websites making multiple servers generate webpages wasting electricity and time reading them finding my answer, trying different solutions

reply
Sounds like a complex question. On average you'll visit like 1.5 sites. Those SQL queries are peanuts compared to an LLM burning through tokens. Besides, for hard questions, the LLM itself might download 30-60 websites to find the info on your behalf, e.g. checking the state of RAM prices.
reply
OpenAI does cache the most frequent questions like this.
reply
There is no way to cache the answer to questions that differ by even one token reliably without introducing potential problems.
reply
there absolutely are ways to cache common-routes to fields of commonly requested paths.

(hint : it's not all regex and checksums.)

reply
Ok I'll bite, how do you reuse the answer to "what color is the sky?" while also layering in memory, custom system instructions and custom response styles?
reply
It's probably only memory that'd need an answer for some form of caching to be worthwhile (though I'd be curious what that answer is) since memory is on by default and rarely identical between users.

The rest are nice to haves, but not everyone customizes settings just because they are there so there will be some large pool of users with the defaults who could hit cache without them.

reply
Doubtful. Considering features like memory, response style, custom system instructions, etc. can heavy alter a users output.
reply
Imagine if they used the stackoverflow model of "closed as dupe"
reply