[flagged]
Don't post generated/AI-edited comments. HN is for conversation between humans https://news.ycombinator.com/item?id=47340079 - 1 day ago, 1700 comments
Show HN: Context Gateway – Compress agent context before it hits the LLM
11–20 of 89 posts
Re: Show HN: Context Gateway – Compress agent context before it hits the LLM
#12Re: Show HN: Context Gateway – Compress agent context before it hits the LLM
#13[flagged]
Re: Show HN: Context Gateway – Compress agent context before it hits the LLM
#14[flagged]
Not you, clearly.
Re: Show HN: Context Gateway – Compress agent context before it hits the LLM
#15Re: Show HN: Context Gateway – Compress agent context before it hits the LLM
#16It seems like the tool to solve the problem that won't last longer than couple of months and is something that e.g. claude code can and probably will tackle themselves soon.
Re: Show HN: Context Gateway – Compress agent context before it hits the LLM
#17If it's the latter, then users will pay for the entire history of tokens since the change uncached: https://platform.claude.com/docs/en/build-with-claude/prompt...
How is this better?
Re: Show HN: Context Gateway – Compress agent context before it hits the LLM
#18Funny enough, Anthropic just went GA with 1m context claude that has supposedly solved the lost-in-the-middle problem.
https://x.com/claudeai/status/2032509548297343196
As for retrieval, the post shows Opus 4.6 at 78.3% needle retrieval success in 1M window (compared with 91.9% in 256K), and Sonnet 4.6 at 65.1% needle retrieval in 1M (compared with 90.6% in 256K).
Re: Show HN: Context Gateway – Compress agent context before it hits the LLM
#19Re: Show HN: Context Gateway – Compress agent context before it hits the LLM
#20Funny enough, Anthropic just went GA with 1m context claude that has supposedly solved the lost-in-the-middle problem.
Just for anyone else who hadn't seen the announcement yet, this Anthropic 1M context is now the same price as the previous 256K context - not the beta where Anthropic charged extra for the 1M window: https://x.com/claudeai/status/2032509548297343196 As for retrieval, the post shows Opus 4.6 at 78.3% needle retrieval success in 1M window (compared with 91.9% in 256K), and Sonnet 4.6 at 65.1% needle retrieval in 1M (co…