Viewing profile — thebeas
thebeas
HN member- Joined
- Fri, Mar 13, 2026, 8:15 PM UTC
- HN karma
- 2
- Public activity
- 11 items
- HN profile
- View on Hacker News ↗
About thebeas
No profile information was provided.
Recent public activity
-
comment
Comment #47370246
[dead]
-
comment
Comment #47369833
[dead]
-
comment
Comment #47369811
[dead]
-
comment
Comment #47369742
[dead]
-
comment
Comment #47369712
[dead]
-
comment
Comment #47369668
[dead]
-
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…
-
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…
-
comment
Comment #47369525
[dead]
-
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 …
-
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 …