this post was submitted on 13 May 2025
444 points (100.0% liked)
TechTakes
1858 readers
654 users here now
Big brain tech dude got yet another clueless take over at HackerNews etc? Here's the place to vent. Orange site, VC foolishness, all welcome.
This is not debate club. Unless it’s amusing debate.
For actually-good tech, you want our NotAwfulTech community
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
No the fuck it's not
I'm a pretty big proponent of FOSS AI, but none of the models I've ever used are good enough to work without a human treating it like a tool to automate small tasks. In my workflow there is no difference between LLMs and fucking
grep
for me.People who think AI codes well are shit at their job
Well grep doesn't hallucinate things that are not actually in the logs I'm grepping so I think I'll stick to grep.
(Or ripgrep rather)
With grep it’s me who hallucinates that I can right good regex :,)
(I don't mean to take aim at you with this despite how irked it'll sound)
I really fucking hate how many computer types go "ugh I can't" at regex. the full spectrum of it, sure, gets hairy. but so many people could be well served by decently learning grouping/backrefs/greedy match/char-classes (which is a lot of what most people seem to reach for[0])
that said, pomsky is an interesting thing that might in fact help a lot of people go from "I want $x" as a human expression of intent, to "I have $y" as a regex expression
[0] - yeah okay sometimes you also actually need a parser. that's a whole other conversation. I'm talking about "quickly hacking shit up in a text editor buffer in 30s" type cases here
The funny thing is, I’m just going with the joke, I’m actually pretty good with regex lol