Live data from Hacker News

Oya – Keep tool outputs away from the LLM to cut tokens and stop injection

github.com

1–4 of 4 posts

Re: Oya – Keep tool outputs away from the LLM to cut tokens and stop injection

#3
The whole point of agentic tool calling is for there to be runtime decisions made by the agent based on the outcome of a tool call. Anything that can be serialized like this could effectively be rewritten as a single tool call which this seems (via the example) to just be a tautology of for the most part. Otherwise you would have combinatorial explosion of all the paths if there is actual logic branching.

Re: Oya – Keep tool outputs away from the LLM to cut tokens and stop injection

#4
post #3

The whole point of agentic tool calling is for there to be runtime decisions made by the agent based on the outcome of a tool call. Anything that can be serialized like this could effectively be rewritten as a single tool call which this seems (via the example) to just be a tautology of for the most part. Otherwise you would have combinatorial explosion of all the paths if there is actual logic branching.

[flagged]