Portfolio logo
PortfolioBlog
All PostsCategories
ImKKingshuk
Copyright © 2026Designed & Developed with by @ImKKingshukAll rights reserved.

Technical Writing & Research

Deep dives into AI and LLM internals, cryptography, reverse engineering, and systems programming.

AI
11 min read
Multi-Million-Token Context LLMs: How Long Context and Large Parameter Models Work
May 24, 2026

A practical explanation of context windows, model parameters, attention, KV cache memory, and why a million-token prompt is useful but not the same as perfect memory.

Highlights
  • • Tokenization and embeddings
  • • Self-attention, KV cache, positional encoding, and context caching
  • • Dense versus mixture-of-experts parameter usage
  • • Long-context limits and retrieval trade-offs
#LLM#Transformers#Long Context#AI Systems
Read Full Article