Viewing profile — gskm
gskm
HN member- Joined
- Sat, Feb 28, 2026, 3:36 PM UTC
- HN karma
- 4
- Public activity
- 9 items
- HN profile
- View on Hacker News ↗
About gskm
No profile information was provided.
Recent public activity
-
comment
Comment #47423042
Thanks! Glad it's working well for you. A few practical tips: 1. Pass the user's query directly. In the benchmark, the hint is literally the question. That's the simplest and most …
-
comment
Comment #47415271
Update on the benchmark numbers: the results in the original post were computed with a looser tokenizer, making the budget less strict than it should be. We've since improved that …
-
comment
Comment #47403711
Thank you! That's exactly the goal, drop-in token savings without changing your LLM pipeline. If you give it a spin, I'd love to hear how it works on your data. We're actively tuni…
-
comment
Comment #47397722
[dead]
- story
-
comment
Comment #47374528
Loved this article. I'd add a few things I wish someone had told me when I was starting my PhD: 1) Maximize variance, but know when to stop. Karpathy's point is great. Explore earl…
-
comment
Comment #47374347
[flagged]
-
comment
Comment #47374269
I think your instinct is right. More context isn't free, even when the window supports it, and the model still has to attend to everything in there, and noise dilutes the signal. A…
-
comment
Comment #47368327
The context-overload rule resonates — we kept hitting the same problem. Diagnosis is useful but we ended up just compressing the retrieved chunks to a token budget before they hit …