CDCoding Dropletsincodingdroplets.com·1d ago · 11 min readManaging LLM Conversation History in .NET: Root Cause and Fix for Context Window OverflowThe first AI chat endpoint you ship almost always works. You append each user message and each model reply to a List<ChatMessage>, send the whole list on every turn, and the assistant remembers the co00
NVNaveenKumar VRinclaybrainer.com·2d ago · 10 min readAI - Fundamentals : Part 2 : Context Window and Attention HorizonWe are covering the fundamentals of AI so that we can build a strong foundation before moving on to more advanced AI topics. In the previous blog, we explored one of the most important concepts in AI 11U
VKVamsi Krishnainprodainotes.hashnode.dev·Jun 26 · 3 min readDay 04: Why more context can make an AI system worseMore context feels like the obvious fix when an AI answer is weak. In production, more context can also create a bigger surface for confusion. The model can only attend to what we give it, but not eve00
FIfor IT theinieee-projects.hashnode.dev·Jun 3 · 42 min readContext Engineering vs Prompt Engineering for Final Year Students: 4 IEEE Papers You Should Read (2026–2027)Introduction Prompt engineering was, until very recently, the dominant lens through which practitioners understood how to work with large language models. Write better prompts, get better outputs. Tha00
OOmnithiuminomnithium.hashnode.dev·Jun 1 · 9 min readMemory and Context Management in Long-Running AI AgentsMost AI agent tutorials focus on single-turn conversations or simple API calls. Production systems operate differently. They handle ongoing user sessions, multi-day workflows, and complex state manage00
Sssnmaheshincorelogic.hashnode.dev·May 31 · 11 min readWhat Lives Inside an LLM's Context WindowIf you've ever wondered why a chatbot remembers your name for an hour and then completely forgets it, or why pasting a document magically lets it answer questions it couldn't a second ago — you're rea00
VAVictor Alekseevinkrocodl.hashnode.dev·May 14 · 41 min readJava Patterns and Anti-Patterns for Agentic Development. Part 1: Conceptual FoundationsThe article targets Java developers working with LLM agents — primarily Claude Code — as a co-pilot or autonomous task executor. The central thesis is simple: agent-friendly code is code where an erro00
AKAnup Karanjkarinwowhow.hashnode.dev·May 8 · 9 min readSubQ: First Sub-Quadratic LLM with 12M-Token Context (2026)On May 5, 2026, a 13-person Miami startup called Subquadratic came out of stealth with $29 million in seed funding and a claim that could fundamentally change how frontier language models scale. Its model, SubQ, is described as the first fully sub-qu...00
AKAnup Karanjkarinwowhow.hashnode.dev·May 8 · 9 min readSubQ: First Sub-Quadratic LLM with 12M-Token Context (2026)On May 5, 2026, a 13-person Miami startup called Subquadratic came out of stealth with $29 million in seed funding and a claim that could fundamentally change how frontier language models scale. Its model, SubQ, is described as the first fully sub-qu...00
AKAnup Karanjkarinwowhow.hashnode.dev·May 7 · 9 min readSubQ: First Sub-Quadratic LLM with 12M-Token Context (2026)On May 5, 2026, a 13-person Miami startup called Subquadratic came out of stealth with $29 million in seed funding and a claim that could fundamentally change how frontier language models scale. Its model, SubQ, is described as the first fully sub-qu...00