- Positional neglect. Evidence is ignored for where it sits, not whether it’s there.
- Synthesis collapse. The model can’t connect facts scattered across the context, even when every one is present.
Maximize signal, minimize noise
According to Anthropic, the fix is better context engineering, where the goal is finding the smallest possible set of high-signal tokens that maximize the likelihood of some desired outcome. Every design choice Gildea has made serves that goal:- Curated at the source. The cost of generating text has fallen to zero, and the open web is filling with AI slop. Gildea ingests only high-signal sources, so your agent never builds on confidently wrong source material.
- Decomposed to atoms. Each source is broken into individual units: a thesis sentence, an argument line, an atomic claim. Your agent pulls the three facts it needs, not the document they were buried in.
- Spine, not transcript. We keep only the strategically relevant segment of a source and discard the rest. A two-hour podcast becomes the five minutes worth keeping.
- Verified before it ships. Every unit cleared verification against its source, so the agent can reason over the context instead of adjudicating it.
- Queryable, so the agent scopes itself. Search with entity and theme filters lets an agent retrieve only the units that bear on its question, instead of loading a corpus and hoping.
See how a source becomes units
Follow a source through decomposition into the verified atoms your agent queries.