Javascript is not enabled. This site can still works but it'll be more interactive when javascript is enabled.
loading...
Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
esperent
1 day ago
|
on: MCP server that reduces Claude Code context consumption by 98%
Is it because of caching? If the context changes arbitrarily every turn then you would have to throw away the cache.
reply
FuckButtons
20 hours ago
|
parent
So use a block based cache and tune the block size to maximize the hit rate? This isn’t rocket science.
reply
wonnage
17 hours ago
|
root
|
parent
This seems misguided, you have to cache a prefix due to attention.
reply