|
|
|
|
|
by nickpsecurity
688 days ago
|
|
Regex’s require you to understand what the obscure-looking patterns do character by character in a pile of text. Then, across different piles of text. Then, juggling different regex’s. For a LLM, you can just tune it to produce the right output using examples. Your brain doesn’t have to understand the tedious things it’s doing. This also replaces a boring, tedious job with one (LLM’s) that’s more interesting. Programmers enjoy those opportunities. |
|