#llm
2 items tagged "llm".
Posts
LLM Token Context Windows and the Attention Architecture
Posted on:May 9, 2026A deep dive into how LLMs manage context through attention mechanisms, and the engineering tricks that push context windows past their quadratic limits.
llmtransformersattentionHow Does an LLM Know It's Done?
Posted on:May 6, 2026LLMs don't 'feel' done. They stop because the math tells them to. Here's how.
llm