Recent Posts

LLM can accumulate cognitive debt

2 minute read

I read “Your Brain on ChatGPT: Accumulation of Cognitive Debt When Using an AI Assistant for Essay Writing Task.” 1 It’s useful for deciding when to use LLMs...

Latency values for programmers in 2024

1 minute read

Latency matters in software. As hardware evolves, the assumptions we make about computer systems must evolve with it. Programs often spend time waiting—on di...

WebAssembly vs. JVM: An Informal Peek

3 minute read

Recently, WebAssembly (WASM) has gained traction as a reference runtime, providing a way to run programs written in different programming languages. However,...