Live data from Hacker News

Viewing profile — thebeas

thebeas

HN member
Joined
Fri, Mar 13, 2026, 8:15 PM UTC
HN karma
2
Public activity
11 items

About thebeas

No profile information was provided.

Recent public activity

  1. comment
  2. comment
  3. comment
  4. comment
  5. comment
  6. comment
  7. comment
    Comment #47369658

    The "infinite context soon" concern comes up a lot — but even at 1M+ tokens, agents still hit limits on long enough tasks, and cost scales linearly with context size. The compressi…

  8. comment
    Comment #47369560

    We provide the model with a tool, we call expand() that allows the model to get access to more context if needed by using it. We state this directly appended into the outputs so th…

  9. comment
  10. comment
    Comment #47369338

    We do both: We compress tool outputs at each step, so the cache isn't broken during the run. Once we hit the 85% context-window limit, we preemptively trigger a summarization step …

  11. comment
    Comment #47369294

    That's why give the chance to the model to call expand() in case if it needs more context. We know it's counterintuitive, so we will add the benchmarks to the repo soon. Given our …