Live data from Hacker News

Generating one token at a time is a blessing in disguise

kachkach.com

1–2 of 2 posts

Re: Generating one token at a time is a blessing in disguise

#2
LLMs generate their output one token at a time. The first thought when you learn this is that this is a huge performance bottleneck, as we are used to highly parallelized systems.

However, a large part of what makes LLMs feel so magical comes from this bottleneck.