Tag: #context-window
Writing on GPUs, LLMs, MLOps, Kubernetes — and mindset · 5 posts
Inside vLLM (6) — Context Window vs max_model_len vs max_tokens, Fully Explained
If the difference between context window and maxtokens has been confusing, this single post sorts it out. Covers what each of the following actually limits, with a comparison table and real error messages: the context wi
2026-08-12 · 12 min read #vllm#context-window#max-model-len#max-tokens#llm1 Million Token Context Windows: Is RAG Becoming Obsolete?
With Gemini 1.5 Pro's 1M token context and Claude's 200K, many developers ask: why bother with RAG? We compare real costs, latency, and quality to give you an honest answer.
2026-03-18 · 6 min read #context-window#rag#llm#long-context#ai-developmentLLM Utilization Strategies in the 1M Context Window Era: A Practical Guide to Large-Scale Context Processing
In March 2026, Anthropic announced GA of the 1M token context window for Claude Opus 4.6/Sonnet 4.6. Covers the paradigm shift from 128K-200K to 1M context, 5 practical patterns, RAG trade-offs, and cost optimization str
2026-03-15 · 41 min read #ai-platform#llm#context-window#long-context#claudeMulti-Turn Conversation Management and Context Optimization: LLM Chatbot Memory Patterns, Conversation Summarization, and Sliding Window Strategies
Covers effective memory patterns for managing multi-turn conversations in LLM chatbots. Explores Buffer, Summary, and Vector Store memory, Sliding Window strategies, conversation summarization techniques, token cost opti
2026-03-12 · 19 min read #chatbot#multi-turn#conversation-management#memory-pattern#context-windowComplete Guide to LLM Context Window Extension: From RoPE, ALiBi, and YaRN to Ring Attention
An in-depth analysis of techniques for extending LLM context windows from 512 to 2M tokens. Covers the mathematical principles of RoPE through NTK-aware scaling, YaRN, and Ring Attention with practical code examples.
2026-03-03 · 9 min read #llm#context-window#rope#yarn#positional-encoding