hotk

↗ HN profile [ 28.7 ms ] full profile
Karma
0
Created
()
Submissions
0
  1. Built this for streaming AI tool calls. LLMs stream function arguments as JSON character-by-character. Most parsers reparse from scratch each time - O(n²) behavior that causes UI lag. This maintains parsing state,…