this post was submitted on 07 Feb 2025
248 points (99.6% liked)
Programmer Humor
20383 readers
1309 users here now
Welcome to Programmer Humor!
This is a place where you can post jokes, memes, humor, etc. related to programming!
For sharing awful code theres also Programming Horror.
Rules
- Keep content in english
- No advertisements
- Posts must be related to programming or programmer topics
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Using LLM for format conversion is like taking a picture of an electronic document, taking the card out of the camera and plugging it into a computer, printing the screenshots, taking those prints to a scanner with OCR, turning the result into an audio recording, and then dictating it too an army of 3 million monkeys with typewriters.
Sounds very appropriate for a government operation
Haha considering just how much irrelevant third-party training data you'd be looping into a format conversion, this metaphor really is spot-on.
So...my process (which you just accurately described) could be replaced by an LLM, after all? Hooray! Monkey feed isn't too expensive, but a million mouths is still a million mouths.
Im not so sure. I think this is more of a question about taking arbitrary, undefined, or highly variable unstructured data and transforming it into a close approximation for structured data.
Yes, the pipeline will include additional steps beyond "LLM do the thing", but there are plenty of tools that seek to do this with LLM assistance.