Yeah, same here
I needed to calculate some statistics from log files and that would have taken me ages - mostly because my sed-/awk-fu is lacking
But with AI I got a script in half an hour - after correcting it a few times - and it is reasonable ok enough for the job
I tried to refactor a really large spaghetti state machine with AI, but they're all failing, because it's too large
It's nice to get boiler plate code written, but when it comes to overview of logic on a large project, they obviously can't keep up
As you said, it's a tool. But just like with any tool, you shouldn't use it for every use case
That's all correct and true
I was on a business trip, very sleep deprived and needed a fast solution
So, I guess, this was the tool for the job
Probably it got lucky, because with other things it just fucked up after thatSo, my trust into it is nilBut for quick scripts, that would take me much longer to build, it's working
But I'm also usually using local models
I'm aware of their power and water consumption, and you're right in that
Edit: and besides the environmental impact, which I don't use them often or only locally, I'm still a tech guy and want to know, what they're actually capable ofWhich still isn't much and I don't see LLMs getting better with more complexity
There are to many problemsWe have programming languages for reason, because they're mathematically sound and not ambiguousHuman speech just isn't and that's already the point, why LLMs can never really work for that
But I was surprised, that it once came up with a solution to filter my log files and calculate some statistics out of itAnd I have to give it that