Y
Hacker News
new
|
ask
|
show
|
jobs
by
hrimfaxi
174 days ago
It seems like using a model to create regexes that match your transactions might be worthwhile.
1 comments
ManuelKiessling
174 days ago
Yeah, a pattern like „do the heavy lifting with cheap regexes, and every 100 line items, do one expensive LLM run comparing inputs, outputs, and existing regexes to fine-tune the regexes“.
link