logoalt Hacker News

orpheatoday at 11:58 AM1 replyview on HN

It looks like it's just for logging, why does it need to block?


Replies

jflynn2today at 12:16 PM

Better question - why would you call an LLM (expensive in compute terms) for something that a regex can do (cheap in compute terms)

Regex is going to be something like 10,000 times quicker than the quickest LLM call, multiply that by billions of prompts

show 1 reply