mindly
HomeDownloadPricingWhat's New
Sign UpDownload
HomeDownloadPricingWhat's New
Sign UpDownload

mindly

Your second brain powered by AI. Organize thoughts, connect ideas, and unlock your mind's potential.

Product

  • Home
  • Download
  • Pricing
  • Integrations
  • Methods
  • What's New
  • Contact
  • Account

For Your Needs

  • For Students
  • For Researchers
  • For PhD Students
  • For Writers
  • For Product Managers
  • For Knowledge Workers
  • For Designers
  • For Consultants
  • For Founders

Comparisons

  • All comparisons
  • Mindly vs Notion
  • Obsidian Alternative: Mindly vs Obsidian
  • Logseq Alternative: Mindly vs Logseq
  • Apple Notes Alternative: Mindly vs Apple Notes
  • Evernote Alternative: Mindly vs Evernote

Legal

  • Privacy Policy
  • Terms of Use
  • Manage subscription

Connect

Product Hunt

Features

  • All Features
  • Capture
  • Chat With Your Documents
  • Auto-organize
  • Search
  • Explore
  • Suggestions
  • Voice

Popular Use Cases

  • All Use Cases
  • Second Brain
  • AI Second Brain
  • PDF Organizer
  • Meeting Notes
  • Bookmark Manager
  • Note Taking App for Mac
  • Research Notes App
  • Screenshot Organizer

Methods

  • All Methods
  • PARA Method
  • Zettelkasten Method
  • CODE Method
  • Progressive Summarization
  • Evergreen Notes
  • The Digital Garden
  • Atomic Notes
  • Interstitial Journaling

Guides

  • All Guides
  • PKM Glossary
  • Switch to Mindly
  • Free Tools
  • ENEX Converter (free)
  • Notion Export Cleaner (free)
  • Second Brain Template
  • Statistics
  • About
  • Press Kit
  • Build a Second Brain
  • Personal Search Engine
  • Why Your Second Brain Fails
  • Second Brain for Work
  • Declutter Your Digital Life
  • AI Note-Taking Apps

© 2026 mindly. All rights reserved.

  1. Home
  2. /
  3. Blog
  4. Analysis

Analysis

A Million Tokens of Context Is Still Not a Second Brain

A million-token context window sounds like the end of note organization: paste in everything and ask. The arithmetic, the measured accuracy curves, and the billing model all say otherwise, and they say it in the same direction.

September 17, 2026·13 min read·By Ada Winter

In this article

  1. What a Million Tokens Actually Holds
  2. Context Rot: The Part the Benchmarks Buried
  3. Three Properties a Context Window Does Not Have
  4. Working Memory, Not Long-Term Memory
  5. The Division of Labor That Actually Works
  6. What to Do With a Very Large Window
  7. The Honest Version

On September 3, 2026, OpenAI released GPT-6 Astra with a million-token context window, and within a day the familiar conclusion was everywhere: stop curating, stop organizing, just put your whole life in the prompt. It is a reasonable instinct. Every previous jump in context length did retire some workaround, and a million tokens is genuinely enormous compared to the eight thousand we were rationing three years ago. But the conclusion does not survive contact with three fairly boring facts: how much text a million tokens actually is, what happens to retrieval accuracy as you approach that limit, and what it costs to re-send a library on every request. None of these are arguments that long context is unimpressive. They are arguments that a context window is a different organ from a knowledge base, and that confusing the two produces a system which feels effortless right up until the moment you need it to be correct.

What a Million Tokens Actually Holds

The number is large enough to feel unlimited and small enough to run out. It helps to convert it into objects you already have a sense of.

A token averages roughly three-quarters of an English word, so a million tokens is somewhere near 750,000 words. That is about ten full-length nonfiction books, or a couple of thousand pages. Stated that way it sounds like plenty, and for a single deep task it is: an entire codebase, a long legal matter, a year of one project's documents. The trouble starts when you compare it not to a task but to a life. A person who has taken notes seriously for five years, clipped articles, saved PDFs, kept meeting records, and exported their chat transcripts is well past 750,000 words, often by an order of magnitude. Personal knowledge bases are not book-sized. They are library-sized, and they grow monotonically while the context window stays fixed until the next model.

This is the first structural point, and it does not go away with the next release. Context windows grow in steps, on a vendor's schedule. Your archive grows continuously, on yours. Any architecture that depends on the first outpacing the second is borrowing against a trend line you do not control. Even if a future model holds ten million tokens, the same question returns one archive-decade later, and in the meantime you have built your habits around pasting rather than keeping.

The arithmetic

A million tokens is about ten books

Roughly 750,000 words. Large for one task, small for one person's accumulated record. The window is fixed between releases; your archive is not.

Context Rot: The Part the Benchmarks Buried

The more interesting objection is not capacity but accuracy, and it is well documented. The effect first got a memorable name in the 2023 "Lost in the Middle" work, which found that multi-document question answering follows a U-shaped curve: models are most accurate when the relevant passage sits near the beginning or the end of the context, and measurably worse when it sits in the middle. The finding replicated across model families rather than being a quirk of one vendor.

The follow-on research generalized it into what practitioners now call context rot: output quality declines as input length grows, and it begins declining long before the window is full. Chroma's July 2025 report, "Context Rot: How Increasing Input Tokens Impacts LLM Performance," evaluated eighteen production models, including GPT-4.1, Claude 4, Gemini 2.5, and Qwen3, while deliberately holding task difficulty constant and varying only input length. Its finding is that models do not process context uniformly: performance grows increasingly unreliable as input grows, and it does so even on tasks as undemanding as retrieving or repeating text that is sitting right there. If accuracy slips on the easy cases, the harder ones are not going to hold.

There are architectural reasons rather than mysterious ones. Attention is pairwise, so a hundred thousand tokens implies on the order of ten billion token-pair relationships competing for weight, and any individual passage's share of that attention shrinks as the pile grows. Positional encoding schemes in wide use have a long-term decay property that systematically reduces the computed similarity between distant tokens. And large contexts are full of distractors: passages that are semantically close to your question but not the answer, which is exactly the material an unfiltered personal archive is made of. Ten near-miss versions of the same meeting note do not help a model find the decision you actually made.

Two honest caveats. First, this is an active area and the curves are improving; some recent models handle simple needle-in-a-haystack factoid retrieval at long range with very little position sensitivity. Second, simple retrieval is the easy case. The degradation shows up hardest on multi-hop reasoning, where the answer requires combining facts from several places, which is precisely what you want from a second brain. "Find the sentence containing this phrase" is a search problem that long context handles well. "What did I conclude about this across the last two years, and what changed my mind" is not.

Three Properties a Context Window Does Not Have

Set capacity and accuracy aside. The context window is missing three things that a knowledge base has by definition, and none of them are fixed by making it bigger.

It does not persist

A context window is per-conversation scratch space. When the conversation ends the contents are gone, and the next conversation starts empty. Vendors have layered memory features on top precisely because the window itself does not remember, but those features are summaries and extracted facts, not your documents, and they are a separate system with separate limits. Nothing accumulates in a context window. A library is defined by accumulation.

It is not inspectable or correctable

If a model draws the wrong conclusion from a pile of pasted material, you have very little purchase on why. You cannot open the note that misled it, see that it was a draft you abandoned, and delete it. You re-paste and hope. A knowledge base gives you the thing itself: a file, with a date, that you can read, correct, or throw away. The difference matters most in exactly the situations where being right matters most.

You pay for it every single time

Input tokens are billed per request. Astra's published API pricing starts at ten dollars per million input tokens, so the naive pattern of pasting your entire library into every conversation costs roughly ten dollars per question, before the model writes a word of output. Prompt caching softens this for repeated identical prefixes and is genuinely useful, but the shape holds: re-sending everything is a per-query cost, while selecting the right ten thousand tokens is close to free. The economics point the same direction as the accuracy curves, which is usually a sign the underlying reason is structural rather than incidental.

Working Memory, Not Long-Term Memory

The cleanest way to think about this is to stop treating the context window as storage and start treating it as attention. It is the model's working memory: the material currently under consideration, assembled fresh for one task, discarded afterwards. Human working memory is famously small and that is not a defect, because it sits on top of a much larger store and pulls from it as needed. The pairing is the design. Neither half works alone.

Under that framing the million-token window is a genuine and large improvement, and it changes what is worth doing. It means the working set can be an entire project rather than a handful of excerpts. It means you can stop aggressively chunking documents into fragments that lose their context, because whole documents fit. It means the retrieval step can afford to be generous and imprecise, pulling fifty candidate notes instead of five, since the model can hold them all and sort it out. Every one of those is a real gain. None of them is the same as not needing a library.

Context windowKnowledge base
RoleWorking memory for one taskDurable store across years
LifespanThe conversationAs long as you keep it
Grows byVendor releaseYour own additions
Accuracy at scaleDegrades as it fillsIndependent of size, if retrieval is good
Cost modelPer request, per tokenStorage, effectively fixed
Fixable when wrongRe-paste and hopeOpen the file and edit it
PortableNo, it is ephemeralYes, if the format is open
Two different organs, often confused

The Division of Labor That Actually Works

Once the two are separated the workflow is obvious, and it is the one that quietly won across 2026 rather than any of the more dramatic predictions. Keep everything in a durable store you control. Let a retrieval step choose what is relevant to the question at hand. Hand that selection, generously sized now that windows are large, to the model as context. Read the answer knowing which sources it came from, because the retrieval step can tell you.

The debate framed as "long context versus retrieval" was always a false binary. Long context made retrieval easier by raising the ceiling on how much it can pass along and lowering the penalty for imprecision. What it did not do is remove the need to have the material somewhere addressable in the first place, kept in a form you can inspect, and selected rather than dumped. The selection step is the part that stays valuable, and it is the part a bigger window makes more forgiving rather than unnecessary.

This is also why the practical advice has not changed much even as the models have changed enormously. Keep your notes where you can read them. Prefer formats that outlive applications. Let something do the organizing so the store stays usable as it grows, because an archive nobody can navigate is functionally the same as no archive. Then point whatever model you like at it. The model is the part you should expect to replace every few months; the library is the part you should expect to keep.

This is the design Mindly is built around: everything lands in one local library on your Mac, gets tagged, summarized, and connected on arrival, and stays plain and portable so the next model can read it too. How the library works →

What to Do With a Very Large Window

Practical adjustments worth making now that a million tokens is available, none of which involve abandoning your notes.

  • Stop chunking so aggressively. The old habit of splitting documents into small fragments existed to fit tight windows and it routinely severed the context a passage needed. Whole documents fit now; pass them whole.
  • Widen the retrieval net, then let the model narrow it. Pulling forty plausibly relevant notes and asking the model to identify the three that matter is now cheap and works well. Precision at the retrieval step matters less than it did.
  • Keep the working set scoped to one question anyway. Not because it will not fit, but because accuracy falls as the pile grows and distractors are the main cause. A focused hundred thousand tokens beats an unfocused eight hundred thousand.
  • Put the most important material at the beginning or the end. The U-shaped curve is a real effect with a free mitigation: position matters, so place your key sources where attention is strongest.
  • Never treat a chat as the record. Whatever you conclude in a long-context session, write the conclusion somewhere durable. The window is emptied when you close the tab.

The Honest Version

Million-token context is one of the more useful capability jumps of the last few years and it deserves the attention it got. It genuinely retires a category of engineering busywork, and anyone who spent 2024 building elaborate chunking pipelines has earned the right to delete some code. The claim that does not hold is the broader one, that organizing your knowledge was a workaround for small windows and can now be skipped.

Organizing was never about the window. It was about being able to find what you know, check where it came from, correct it when it is wrong, and still have it in five years when the current model is a footnote. A context window does not do any of those things, at any size. It was not built to. Give it a good working set and it is remarkable. Ask it to be your memory and you will get something that is confident, expensive, and quietly unable to tell you why.

Frequently asked questions

Does a million-token context window make RAG obsolete?

No, though it changes how RAG should be built. Retrieval still does the essential job of selecting relevant material from a store that is far larger than any context window and that grows continuously. What a large window changes is the tolerance for imprecision: you can retrieve forty candidate documents instead of five, pass them whole rather than in fragments, and let the model sort out relevance. That is a meaningful simplification of retrieval engineering, not a removal of the retrieval step. The store still has to exist, and something still has to choose what goes in the prompt.

How much text is a million tokens?

Roughly 750,000 words, since an English token averages about three-quarters of a word. That is approximately ten full-length nonfiction books, or on the order of two thousand pages. It is a large amount for a single task, such as one codebase or one legal matter, and a small amount relative to a personal archive built over several years of note-taking, article clipping, and document saving.

What is context rot?

Context rot is the measured decline in a model's output quality as the amount of input grows, which begins well before the context window is full. A 2025 Chroma Research study of eighteen production models found that all of them degraded monotonically as input length increased from ten thousand to five hundred thousand tokens, with the sharpest decline above roughly a hundred thousand tokens. The contributing causes include attention dilution across a very large number of token pairs, positional encoding decay over distance, and interference from passages that resemble the answer without being it.

What is the "lost in the middle" problem?

It is the finding that language models retrieve information most reliably when it appears near the start or the end of their input, and least reliably when it sits in the middle, producing a U-shaped accuracy curve. It was documented in 2023 across several model families and has been widely replicated since. The practical mitigation is free: when you assemble a long prompt, place the most important sources at the beginning or the end rather than burying them.

Should I just paste my whole notes library into the prompt?

Generally no, for three reasons that all point the same way. Most multi-year personal archives are larger than a million tokens to begin with. Accuracy falls as the input grows, and it falls hardest on the multi-step reasoning that makes a knowledge base worth having. And input tokens are billed per request, so re-sending everything on every question is expensive in a way that selecting the relevant part is not. Pasting a focused working set for one question is an excellent use of a large window; pasting your life is not.

Is the context window the same as AI memory?

No. The context window is per-conversation working space that is discarded when the conversation ends. Memory features, which most major assistants now offer, are a separate layer that extracts and stores facts or summaries about you between conversations. Neither is a document store: memory holds distilled statements rather than your actual files, and you generally cannot browse, audit, or correct the underlying material the way you can with notes you keep yourself.

Does a bigger context window change how I should write notes?

Slightly, and in a pleasant direction. Because whole documents now fit, there is less reason to write in tiny fragments purely to survive chunking, and more reason to keep a note self-contained so it reads correctly wherever it lands in a prompt. Clear titles, explicit context rather than implied context, and one idea per note all continue to help, because they reduce the number of near-miss distractors that compete for the model's attention.

Sources

What This Article Cites

  1. Lost in the Middle: How Language Models Use Long ContextsLiu et al., Transactions of the ACL · 2023The original U-shaped accuracy finding, replicated across model families.
  2. Context Rot: How Increasing Input Tokens Impacts LLM PerformanceHong, Troynikov and Huber, Chroma Research · 2025Eighteen models evaluated with task difficulty held constant and only input length varied.

Keep reading

Related Articles

  • ChatGPT Is Not a Second Brain (And What Actually Is)→
  • The AI Memory Wars: Who Owns What Your Assistant Knows About You→
  • Your Notes Have a Second Reader Now→

Related features

Built into Mindly

  • Universal Search→
  • Chat With Your Documents→
  • AI Organization→

Your Second Brain
Is One Download Away

Free for macOS. No account required.

Download freeSee pricing