Skip to content

Instantly share code, notes, and snippets.

@squarism
Last active November 21, 2024 18:57
Show Gist options
  • Save squarism/6ed09eb0150936fdda12d4b563d8c2a8 to your computer and use it in GitHub Desktop.
Save squarism/6ed09eb0150936fdda12d4b563d8c2a8 to your computer and use it in GitHub Desktop.
How fast does an LLM type?

Using Claude 3.5 Sonnet Pro, I asked it to generate prose paragraphs.

Using a stopwatch, I started timing when I started seeing characters appear and stopped when the LLM stopped sending text. I figure that the latency is the same both ways so I do not need to compensate for that.

Run 1 - 6.4 sec - 252 words (2362 WPM)
Run 2 - 6.6 sec - 239 words (2172 WPM)
Run 3 - 7.5 sec - 273 words (2184 WPM)

So this gives us an average of 2240 WPM.

The current rough World Record is 305 WPM and stenographers will get about 212 WPM.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment