Making MCP context cost visible before the agent sees it feels like a useful debugging tool, not just an optimization.
kk3838368397373 4 hours ago||
sorry, is Headroom still a thing? What happened to it? Is anyone still using it? so many things , which one is actually working :/ idk this ai world
dthedavid 5 hours ago||
How does it work? Im building a video editor and right now it has access to nearly 100 tools. Would be good to learn the techniques you used to make tool discovery more efficient.
arjie 5 hours ago|
The readme has some examples for what it does. It doesn’t list the entire schema (noisy). Instead it uses shorthand. Perhaps a sufficiently smart agent can do this.
notpushkin 4 hours ago||
Cool! Can we get a human-efficient MCP CLI while at it? I want to be able to use MCP just as well as the LLMs can.
bobkinartem 4 hours ago||
I thought Codex and Claude Code agents are already token-efficient so writing agents that saves tokens is pointless.
Are they though? Will they always be? Is it in their interest to be efficient?
bythreads 5 hours ago||
Sorry, isnt this just compression? Lookups burn tokens just on the other end?
hnlmorg 4 hours ago|
I really think we’ve missed a trick using JSON instead of SExpressions as the default marshaller for AI tool use.
vasco 5 hours ago||
I really doubt that null and \n make any sense to replace with non ascii symbols. They are both most likely already a token only and for other purposes at least \n becomes larger as a symbol.