783
Behold the future of programming
(thelemmy.club)
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.
apparently audio and images are more efficient compared to text for multimodal models?
I'm going to need significant levels of convincing. Computers have always preferred specificity and accuracy, it's half the reason I'm in my current position (MSP Escalations/level 3, half of my success at fixing issues is being extremely specific in looking up exact error messages instead of paraphrasing).
This isn't a defense of AI; on the contrary, it's my doubt that AI can read intentions/inflection/emotion better than just writing out what you actually want.
Deepseek recently published a paper in which they describe that vision tokens contain more information than text tokens and that this can be used to compress context.
It reminds me of LLM caveman speak, it used to have another option to use Chinese instead of English. A language like Chinese is seemingly better at encoding information in fewer tokens and I think this is the same mechanism why OCR tokens work so well.
That said, I also doubt that voice messages are more efficient than text prompts, but it's best not to waste too much time engaging with these sorts of LinkedIn posts (and LinkedIn in general).
LLMs don't need accuracy. This just boils down to speaking being faster than typing, especially if your thought isn't fully formulated.
As far as I know, these workflows typically involve a transcription model to convert the audio to text, and then passing the text to the model.