site banner

Small-Scale Question Sunday for September 7, 2025

Do you have a dumb question that you're kind of embarrassed to ask in the main thread? Is there something you're just not sure about?

This is your opportunity to ask questions. No question too simple or too silly.

Culture war topics are accepted, and proposals for a better intro post are appreciated.

1
Jump in the discussion.

No email address required.

Has anyone else experienced the paradox of choice with LLMs? There was a tine when ChatGPT would suggest several follow-up topics after answering my question. I would usually pick none of them. Now it offers just one suggestion, and on softer topics I just say "please go on" 80% of the time. The suggestions are still not this useful when I'm asking a technical question, though.

Use an interface that lets you fork the conversation, and explore several branches.

Why can't I explore several branches in the same conversation? The limited context window?

For most of my use, the context window is more than large enough. I use it mainly to prevent context poisoning.

If a LLM goes down an unhelpful path (it locks onto information that is either too specific and in the wrong direction, or to general, or I catch it hallucinating), I find it very important for performance to remove those tokens from the context entirely. Saying "no, that's not what I mean. Let's go more towards X" is far inferior to just purging the previous answer and directly supplying X.