The Ground Truth Weekly - Effective Context Length and Block Diffusion
No breaking news or top stories. I will be sharing the less known new developments or tools that are really interesting or noteworthy. I will also add my personal thoughts or experience with it where possible. Context window (context length) has become a widely known concept among AI adopters. It means how much text LLMs can see and process, before it starts forgetting the earliest part of the text. With a 64k context window, you can fit 10 pages of pdf files (500 words *10 pages * 0.75 = 3750 tokens) into the LLM without any issue. But to fit Shakespeare’s complete works (884,647 words), you need 884647 * 0.75 = about 660k context window. Newer models generally offer larger context window (Claude 3.5 Sonnet at 200K), and some models offer much larger context window (Gemini 2.0 Flash at 1M). However, you should not dump everything into the context window just because the model supports it. A recent study has shown that LLMs suffer “performance degrades significantly as context length i
Welcome to the first issue of The Ground Truth Weekly. There are already a lot of AI news in the world, so I am going in a different direction. No breaking news or top stories. I will be sharing the less known new developments or tools that are really interesting or noteworthy. I will also add my personal thoughts or experience with it where possible. Context window (context length) has become a widely known concept among AI adopters. It means how much text LLMs can see and process, before it starts forgetting the earliest part of the text. With a 64k context window, you can fit 10 pages…
related reading
- What is a context window? | IBMibm.com
- How Long Contexts Faildbreunig.com
- Recursive Language Models | Alex L. Zhangalexzhang13.github.io
- Recursive Language Models ("RLMs")whynowtech.substack.com
- Extending Context is Hard | kaiokendevkaiokendev.github.io
- Effective context engineering for AI agents \ Anthropicanthropic.com
- Latency Scaling Differences for GPT and Claude Modelsepoch.ai
- Context Rot: How Increasing Input Tokens Impacts LLM Performance | Chromaresearch.trychroma.com
- StreamingLLM gives language models unlimited contextbdtechtalks.com
- Generalizing an LLM from 8k to 1M Context using Qwen-Agent | Qwenqwenlm.github.io
- LLMs can invent their own compression - Rajan Agarwalrajan.sh
- GLM-5.2: Built for Long-Horizon Tasksz.ai