Archive for the 'AI' Category

Starting in the Analog domain

May 28th, 2026

I find myself writing more orchestral music, it’s tough, requires more concentration than programing (skill issue?) and is sooo time consuming. I also write code (duh!). And I also write books (not so much recently but still) One thing in common I notice lately is that the sooner you start to “commit” things in the […]

 

AI’s “streaming text” UIs: a how-to

Nov 27th, 2024

You’ve seen some of these UIs as of recent AI tools that stream text, right? Like this: I peeked under the hood of ChatGPT and meta.ai to figure how they work. Server-sent events Server-sent events (SSE) seem like the right tool for the job. A server-side script flushes out content whenever it’s ready. The browser […]