logoalt Hacker News

lackoftacticsyesterday at 9:40 PM1 replyview on HN

What is your approach for reducing token usage and is it different than rtk?


Replies

tontintonyesterday at 9:55 PM

The 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).

show 1 reply