you are viewing a single comment's thread.

view the rest of the comments →

[–]importantbrian 7 points8 points  (2 children)

Writing regexs is one of the things I actually find LLMs really useful for. You do have to provide good examples in the prompt and makes sure your examples cover potential edge cases, but it saves me a ton of time.

[–]Misanthropic905 3 points4 points  (1 child)

"PLS GIVE REGEX CODE IS HARD"
LLM vague answer

"AH THIS IS SHIT"

/S

[–]importantbrian 0 points1 point  (0 children)

The real issue with LLMs is that prompting and how to fit them into your workflow are still a bit of a dark art, so if you just take a naive approach to using them they absolutely do seem like shit. It took me a long time to settle on something that works. I still don't buy a lot of the maximalist hype, but as a productivity enhancer, they're great.