Add show/hide for answers to reduce unnecessary compute cost for ChatGPT and me

Please add a simple show/hide or collapse option for each assistant answer in a conversation.

The main reason is cost reduction.

In long ChatGPT conversations, assistant answers can be very long. After a conversation has many questions and answers, it becomes difficult for users to quickly scan the thread and find an earlier question they already asked. When users cannot easily find the previous answer, they often ask the same question again.

That means ChatGPT has to generate a new answer for something it may have already answered in the same conversation. This creates unnecessary inference cost, increases token usage, and wastes compute resources.

A simple collapse feature could reduce this:

  • Keep user questions visible by default.

  • Allow each assistant answer to be collapsed or expanded.

  • When collapsed, show only a short preview or first line of the answer.

  • Let users quickly scan their previous questions and reopen the answer only when needed.

This would make long conversations easier to navigate, but more importantly, it could reduce repeated prompts and repeated answer generation. If users can find prior answers faster, they are less likely to ask the same question again.

This seems like a relatively small UI improvement that could reduce unnecessary usage costs while also improving the user experience.

Hey @DFerraro303, welcome to the community! This sounds like a practical suggestion. Long answers can make a thread harder to navigate, so a simple collapse/expand option could make it much easier to get back to the parts that matter.

Good callout on repeated questions too. I can’t share a timeline right now, but I’ll make sure this gets shared internally.

- Sunny