HACKER Q&A
📣 sharemywin

I just saw ChatGPT working in parallel on a bulleted list?


I ask it if there's easy way to represent a graph as in easy to understand text and it said a bulleted list. Which I'm not sure if that's the best answer.

But what was interesting was each of the bullets had cursors blinking like it was working on each of them in the lists in parallel.

Has anyone heard of that before?


  👤 sharemywin Accepted Answer ✓
I guess one way you could do that is create more stop sequences like "for Example:" and then split off mini language models and to generate each segment. Although I'm not sure how you would not get duplicates.

👤 sharemywin
That makes me think this is more than just an LLM.

Like the system knows it's working on a list and some how breaks the task down.


👤 sharemywin
or you have the main model just generate a list of bullet points and/or other lists points. then it create one word for each of the list items then generate the rest of the sentence.