3 ms·
What is your approach for reducing token usage and is it different than rtk?
by lackoftactics 3mo ago
What is your approach for reducing token usage and is it different than rtk?
- tontinton 3mo agoThe biggest ones are: using tree-sitter to index code files as a tool, code_execution tool running a workflow of tools inside a python interpreter (monty), and not being a harness developed by the company profiting from selling you the shovels (and introducing "dynamic workflows" aka spawning 50 agents).
- lackoftactics 3mo agoTbh I could buy into what you are proposing more than rtk. It feels sane in comparison