|
|
|
|
|
by berkes
460 days ago
|
|
In order to make the point that > energy usage for parsing isn't why You'll need to provide actual figures and benchmark these against an actual parser. I've written parsers for larger-scale server stuff. And while I too don't have these benchmarks available, I'll dare to wager quite a lot that a dedicated parser for almost anything will outperform an LLM magnitudes. I won't be suprised if a parser written in rust uses upwards of 10k times less energy than the most efficient LLM setup today. Hell, even a sed/awk/bash monstrosity probably outperforms such an LLM hundreds of times, energy wise. |
|