Skip to content
Search

20 results for “context window”

Related topicscontext window1m context window


The wire · 1

Jul 26

Moonshot open-sources Kimi K3, a 2.8T model with a million-token window

Ten days after the API launch, Moonshot released the open weights for Kimi K3 — 2.8T parameters (about 50B active), a 1M-token context, and a new hybrid-linear-attention architecture (KDA) shipped natively in 4-bit MXFP4. It resets what the open-weight frontier means: the interesting axis is no longer raw knowledge but how cheaply a model stays coherent across a million tokens.

The paper library · 1

Jun 18

FlashAttention: How a Memory Trick Unlocked Today's Giant AI Models

The attention mechanism in AI models was once limited by a memory bottleneck that scaled quadratically with input length. We explain FlashAttention, the IO-aware algorithm that solved this by reorganizing the calculation, enabling the massive context windows now common in large language models.

Model reviews · 6

Feb 24

Claude's 1M Tokens & 90% Recall: What It Solves, What It Doesn't

Anthropic's Claude Opus 4.6 offers a 1M token context window, but its real value lies in its claimed 90% recall. This article explores when this massive context replaces RAG and when it's an expensive distraction.

Mar 19

Gemini 3.1 Pro: Is a 1M Token Window Worth a Blind Upgrade?

Google's Gemini 3.1 Pro was released in February 2026 with a 1M token context window but few performance details. This article provides a production-focused framework for deciding whether to upgrade your AI stack to a new model when vendor benchmarks are missing.

Dec 09

Opus 4.5 vs Gemini 3 Pro: Which Model for Which Workload

Released six days apart in November 2025, Google's Gemini 3 Pro and Anthropic's Claude Opus 4.5 are good at different things. A comparison on the axes that actually decide a stack: coding and agentic work, context handling, cost per unit of work, and provider concentration risk.

Jul 29

2.8 Trillion Parameters, Free to Download: Inside Moonshot AI's Kimi K3

Kimi K3 packs 2.8 trillion parameters but activates only 104 billion per token — and Moonshot AI put the full weights on Hugging Face eleven days after announcing it.

Jan 13

Codex-Max and the $100+ Mistake 24 Hours In

GPT-5.1-Codex-Max can code autonomously for over 24 hours, but this power introduces new risks. This article explores the economics of long-horizon tasks and how to architect systems that prevent costly, deep-rooted errors.

Jun 04

Qualifying Claude Opus 4.8: From Shadowing to Go/No-Go Decision

Anthropic's Claude Opus 4.8 is out, but with no official benchmarks or release notes, upgrading is a gamble. This article provides a complete framework for safely qualifying the new model using shadow traffic, custom evaluation metrics, and a data-driven go/no-go decision.

The blog · 12

Nov 07

The 1M Token Budget: Why 1 in 10 Queries Fail at Scale

Large context windows are not a free upgrade; they are a budget with steep costs in money, latency, and accuracy. This article explains the three hidden costs of long context and provides a framework for deciding when to use it.

Aug 25

Debate and Decompose: When a Second Agent Is Worth the Cost

Multi-agent systems add cost and complexity, but are justified for specific use cases like independent verification (debate) or breaking down tasks that exceed a single model's context window (decomposition). This article provides a framework for deciding when to add a second agent.

Aug 10

LLM System Design Architecture: The End-to-End Guide to Building Production AI

A comprehensive guide to end-to-end LLM system design architecture, covering the core patterns like RAG, vector databases, and agentic workflows required to ship production-grade AI applications.

Apr 30

The Trillion-Parameter Tipping Point: Open-Weight AI Is Now a C-Suite Decision

As of April 2026, open-weight models with over a trillion parameters rival proprietary APIs in capability, forcing a new strategic decision for enterprises. This article breaks down the choice across four critical axes: data control, capability, cost, and the upgrade cycle.

Jul 28

Kimi K3: a 2.8-trillion-parameter open model that bets on linear attention

Moonshot's new open-weight flagship isn't chasing a leaderboard — it's a bet that a cheap million-token context changes what we build. What actually changed under the hood, how to run it, and where it sits against the open-weight frontier.

Jun 11

Stop Fine-Tuning Your LLM: Why Retrieval Is Cheaper, Faster & More Reliable

Developers often try to add knowledge to a large language model by fine-tuning it, a costly and often ineffective approach. A better strategy follows a clear hierarchy: start with the prompt, then use Retrieval-Augmented Generation (RAG) for facts, and only use fine-tuning to change the model's core behavior.

Feb 03

How to Log Your LLM: Unlock 99% Automation With Better Data

Traditional logging can't tell you if your LLM is getting worse. This article details the essential fields to log—from costs to verdicts—to debug silent failures, track quality, and automate up to 99% of your AI-driven workflows.

Aug 10

The $8,000 Misunderstanding: How to Cut Your LLM Bill by 80%

Facing a surprise LLM bill? Learn how enterprise teams are cutting AI inference costs by 50-80% using a practical framework of model routing, prompt caching, and efficient architecture, without sacrificing quality.

Mar 06

Failover Amnesia: Why Your LLM Chatbot Forgets During an Outage

Your application successfully fails over to a backup LLM provider during an outage, but your user's conversation is lost. This article explains why stateless failover breaks the user experience and details the stateful abstraction layer required to preserve conversational context, making your AI resilient in a way that users actually notice.

Apr 23

Most Enterprise RAGs Have No Access Control: How to Fix Yours

Vendor research shows most enterprise RAG deployments lack basic access controls, creating major data leak risks. This article details how to fix it by implementing pre-retrieval filtering in your vector database to enforce permissions before data reaches the LLM.

Aug 07

GitLost: How a GitHub AI Agent Leaked Private Repos from One Public Issue

Security researchers discovered "GitLost," a vulnerability where a GitHub AI agent was tricked by a malicious prompt in a public issue into leaking data from private repositories, highlighting a fundamental security flaw in agentic AI systems.

Aug 10

Code Churn Doubles: Why Retyping LLM Code Is a 2x, Not 10x, Win

A developer workflow of manually retyping LLM-generated code is gaining traction as a way to combat cognitive debt. This method offers a 2x productivity boost, not the promised 10x, but forces comprehension and helps mitigate the doubling of code churn seen in the AI era.