Reading up on LLaMA
4 deep · digging since nov 24, 25
- LLMs are complicated now – Ian’s Blog
Modern LLMs have grown complex with many attention variants and mixture-of-experts, echoing the messy evolution of recommendation systems.
- 400 Bad Request
AGI capable of most cognitive work could arrive by 2028–2034, but deployment will lag capability due to verification bottlenecks, uneven automation, and institutional friction.
- How LLM Inference Works
LLM inference works by tokenizing input, computing embeddings through transformer layers, then generating tokens autoregressively with KV caching and quantization optimizations.