I am not a proper developer and only use AI for faster research of topics so please forgive my ignorance. Could one not save a lot of money on tokens by using the 80/20 or 90/10 rule in that 90% of AI usage is on local models and save that last 10% or less for the frontier models where the local model did not meet the needs? Did they cover this and I misunderstood?
I burned all my tokens researching how to save tokens
121–130 of 237 posts
Re: I burned all my tokens researching how to save tokens
#122Been through this exact loop building an LLM product. The counterintuitive lesson for me: most "token saving" ideas are cache killers — anything that makes the prompt prefix dynamic (rotating retrieval, appending context per turn) can cost more than the tokens it saves, because you lose the cached-prefix discount. Freezing the retrieval selection early in a conversation and paying a slightly larger fixed prefix beat…
Re: I burned all my tokens researching how to save tokens
#123echo "$OUT" | claude-mem-save so, does agents are ultra aware their output is used in a bash line or did bash now have some magic quote super power? I'd bet this only really work 2% of the time in real world.
Re: I burned all my tokens researching how to save tokens
#124Earlier quoted context omitted.
Happier engineering teams? Happier end users of the data? What does useful mean to you?
So far you've only explained that AI made your coworkers happier. That's fine, but weren't we talking about productivity? Doing more with less?
Re: I burned all my tokens researching how to save tokens
#125You should consider testing our RemembrallMCP (note I'm the author). It substantially cuts token usage and you get better results in codebases. https://github.com/roboticforce/remembrallmcp
Re: I burned all my tokens researching how to save tokens
#126Earlier quoted context omitted.
Cache sharing is not possible. The numbers in the cache are completely specific to the model.
Currently. I'm sure that you could make a system where the cache values are a superset C of e.g. models A and B where C is probably bigger than max(A,B) but smaller than A+B
Re: I burned all my tokens researching how to save tokens
#127Earlier quoted context omitted.
So far you've only explained that AI made your coworkers happier. That's fine, but weren't we talking about productivity? Doing more with less?
Correct. We were chronically understaffed and now we are able to actually breathe and can argue that we are finally right sized.
Re: I burned all my tokens researching how to save tokens
#128Earlier quoted context omitted.
this is definitely slop. It's not slop because it supports 4-player split screen? That's your excuse? I think if I posted this same project to you and you'd never heard of it, you would come to the same conclusion.
Did you actually try to read what I wrote, or are you just stopping at the very first thing you can parse? I'm engaging in good faith with you here, it would be nice if you even remotely attempted to do the same. You can literally walk around in a world, pick up an in-world device, turn it on, and watch/hear the device play an actual ROM. Furthermore, you could edit that ROM while you're playing it. Recursion and det…
Re: I burned all my tokens researching how to save tokens
#129Re: I burned all my tokens researching how to save tokens
#130Earlier quoted context omitted.
You're welcome! LLMs definitely help with the migrations, there were definitely a few iterations because the surface area was massive, but overall it took the project from "will never be prioritised" to "I can work on it on and off when in boring meetings", which was a massive win. I haven't found that LLMs help with CAD at all, but YMMV. As for sharing here, the last time I shared something with "here's something I…
Oh I definitely don't expect them to help with CAD and nor would I want them to — I really enjoy knowing FreeCAD. It's more the microcontroller choice, broad components, all that. The main areas I find LLMs struggle with research, I struggle with research too. I am a pretty solid researcher and I find it validating, in fact, to find that a more brute-force-trained thing is not better than me. I see your point about t…