Attention Bottlenecks Were Optimized Long Ago
BlackHC · x · 2026-07-16
The author refutes the claim that "the attention mechanism is terrible," pointing out:
- The quadratic complexity of vanilla attention scales with context length, not user count
- In an 8k token chat scenario, attention accounts for only about 14% of a 70B model's FLOPs
- FlashAttention optimized memory complexity to linear back in 2022
- This is already the default in almost every serving stack
The point is that these engineering challenges were solved long ago, and it's inaccurate to treat outdated assumptions as current reality.
Related event: BlackHC Rebuts the “AI Is the Worst Technology” Thesis(5 posts)→
More from Infra
- 12 KV Cache Reduction Techniques Every AI Engineer Should Understand, Explained — blaizedsouza · 2026-09-11
- The shadow GPU capacity market is formalizing, with Meta selling excess compute to outside buyers — DavidLinthicum · 2026-09-11
- Engram's random reads don't suit SSDs; CPU-memory over NVLink could serve all 72 GPUs — bookwormengr · 2026-09-11
- 80% of the DIY LLM inference hype posters have already quit — it's brutally hard systems work — abhijithneil · 2026-09-11
- Hugging Face's Ultra Scale Playbook: a free book on training LLMs on GPU clusters — mdancho84 · 2026-09-11
- Is inference latency becoming the biggest bottleneck for production AI agents? — Euphoric_Sea632 · 2026-09-11