mewse-hn
3 days ago
Funny to see this after I spent the morning troubleshooting and fixing my crowdsec install on my debian 13 vps. Apparently they stopped supplying a community blocklist to my machine because I'm running the old debian packaged version instead of directly from them (http 500). I had a LLM build a blocklist from publicly available sources rather than tie myself more tightly to their SaaS platform.
getcrunk
3 days ago
Wait … that’s lame. If it’s in Debian repos I expect it to work with full functionality (up to the version number)
I can understand the myriad reasons for why a company would be inconvenienced by that.
But on the other hand, it seems like a reason for me to never use the vendor
idiotsecant
3 days ago
I feel like a massive blocklist is simultaneously exactly the kind of thing an LLM is likely to hallucinate and exactly the kind of thing you don't want to rely on an LLM for.
zamadatix
3 days ago
If they had it build it from public sources then I assume it was combined via tool usage rather than direct generation. Beyond the hallucination risk, the latter would just be a waste of tokens & time.
antonvs
3 days ago
Modern agent harnesses rely heavily on tools, as well as writing code, to avoid hallucinations affecting deterministic values.
shakna
3 days ago
Which means it'd be a lot cheaper, to use tools, and public sources, and just automate it the traditional way...
KetoManx64
2 days ago
I'd rather spend the $0.50 in API credits than waste a couple hours of my time. How much is your time worth?
shakna
2 days ago
Well, it'd cost me about 10 minutes, and it wouldn't delete half my data. So... How much is your infrastructure worth?
zamadatix
2 days ago
Maybe you value the few cents (the .50c above seems more like a phrase than an actual value, that much actual cost would be the same as nearly a full days worth of a ChatGPT Plus subscription to combine some lists) over the 10 minutes but I'm not sure I follow why you'd give it access or control of half your data to pull data from public sources on the internet and give you a combined blocklist out of it?
shakna
2 days ago
Our current models and harnesses have not been doing a fantastic job, of keeping things confined... The harness defaults to approving random commands, meaning if the model goes for the data, it tends to find the data. And a delete all before replacing it is fine, right?
zamadatix
5 hours ago
The sources are public lists on the internet and the result is a combined file you click to download, none of this requires the agent even run on your PC if you don't trust your sandboxes - you can hope the agent deletes OpenAI's cloud instead (even though that's never happened with a billion weekly users).
KetoManx64
2 days ago
My infrastructure is build from a git ansible repo that I tear down and rebuild regularly, so $0.
shakna
2 days ago
Did you take that time into your account of costs as well?
You're already using automation tools. Seems like you just don't... Want to learn... The tool that would save you hours of frustration, tomorrow or the day after.
KetoManx64
2 days ago
It won't. And there is no reason to learn the intricacies of every little script that is written because there is not enough time in the day for that. If the script fails you feed claude the logs and tell it to fix it while working on the things that I actually enjoy working on and matter in the long run.
shakna
2 days ago
Well, as it wouldn't be a script, congrats on already losing the skills you would need, to assess whether or not what you set out to do is actually accomplished.
And as we're discussing a security tool... Love to see how you judge it as something that doesn't matter in your stack. Incidentally, mind offering me your IP range?
antonvs
2 days ago
I take it you’ve never used a modern agent.
tecleandor
3 days ago
Ah, I have to check that, thanks!
tacomagick
3 days ago
Ah, I just learned this, thanks for the heads up.