Earlier quoted context omitted.
Then.. why would you link to the readme if you know it's slop? What's the point of a slop README?
'Cause I don't have any quality user-facing documentation yet; that README is for bots. None of the interfaces have had a chance to settle, so any time spent accurately and humanely documenting what the project is capable of right now is an investment I cannot afford. I figured most people would just give it over to their favorite LLM with whatever instructions they prefer for translation because that's what I would'…
I burned all my tokens researching how to save tokens
81–90 of 237 posts
Re: I burned all my tokens researching how to save tokens
#82Earlier quoted context omitted.
And the comment text is what they typed into the text box. So just show us the same - the prompt.
A null transform is a transform. Engage seriously with the project and OP will deliver.
The project isn't serious, why should I be?
Re: I burned all my tokens researching how to save tokens
#83Earlier quoted context omitted.
a massive number of data engineering agents. We are able to stand up, test, audit, deploy data pipelines much more efficiently with the foundational models.
Examples of them being useful?
What does useful mean to you?
Re: I burned all my tokens researching how to save tokens
#84 echo "$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
#85Earlier quoted context omitted.
Trust me there are plenty of us using cloud AI to actually ship stuff. We just aren't writing blog posts about it.
what did you ship?
Re: I burned all my tokens researching how to save tokens
#86Earlier quoted context omitted.
Yes, but you could have an uncached dynamic tail, this would not kill the cache though. And you could still periodically kill the cache, still keeping the same prefix every N requests. But it's questionable what all this extra complexity delivers. I found that now that the models are better, at least Codex compaction with GPT 5.5+ xhigh is almost unnoticible. So the answer is: just let the context fill up, don't prun…
That's what I have been doing with Cursor with auto mode. Let the model manage the cache through compaction but staying focused on the topic. It has been quite efficient cost wise and quality wise too. It found issuesbat cheaper cost that Sonnet 4.6 medium effort had missed while costing more. I would like to repeat this test with higher tier Anthropic models like Opus effort medium to see the results.
Re: I burned all my tokens researching how to save tokens
#87Earlier quoted context omitted.
Thank you for the details! These are precisely the kind of things I want to hear about because they are self-contained and I can judge against the kind of stuff I do. I am quite interested in experimenting with it for migrations, because for example I have a set of sites written in older Nuxt and Vue and Buefy that need refreshing (and the frontend ported to that UI-agnostic Buefy replacement whose name escapes me at…
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…
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 the snarky reply; I must admit I have probably in the more distant past been somewhat snarky but I stopped commenting like that whenever I spot myself doing it because I know it is dispiriting.
(The other reply, re: early and late stages, is the kind of substantive question that lingers in my mind).
Anyway I just want to reiterate my thanks: I am sort of cynical about this, in that I believe the technologies may have their uses, but I have no time for the cult and the hype train, so it is nice to see anyone talking about actual things.
Re: I burned all my tokens researching how to save tokens
#88Earlier quoted context omitted.
Examples of them being useful?
Happier engineering teams? Happier end users of the data? What does useful mean to you?
Re: I burned all my tokens researching how to save tokens
#89Earlier quoted context omitted.
Then.. why would you link to the readme if you know it's slop? What's the point of a slop README?
'Cause I don't have any quality user-facing documentation yet; that README is for bots. None of the interfaces have had a chance to settle, so any time spent accurately and humanely documenting what the project is capable of right now is an investment I cannot afford. I figured most people would just give it over to their favorite LLM with whatever instructions they prefer for translation because that's what I would'…
I get that it’s an early prototype and not all the design choices are made yet, but I struggle with “I can’t afford human-readable documentation yet”. Isn’t human readable documentation important for efficiently planning and deciding what you want to build? I feel like I can’t afford not to have human readable docs and plans while the project is taking shape
Related, if a user can prompt an agent to translate to a human-readable summary, wouldn’t it be better to just do this in place? Sure, models can deal with noisy LLM outputs but shouldn’t a document that’s easier for humans also be easier for bots?
Re: I burned all my tokens researching how to save tokens
#90Earlier quoted context omitted.
'Cause I don't have any quality user-facing documentation yet; that README is for bots. None of the interfaces have had a chance to settle, so any time spent accurately and humanely documenting what the project is capable of right now is an investment I cannot afford. I figured most people would just give it over to their favorite LLM with whatever instructions they prefer for translation because that's what I would'…
What does "that README is for bots" mean? Are you implying it is some kind of special language written by and correctly understood by bots/LLMs, but otherwise semantically coherent?