• w3dd1e@lemmy.zip
    link
    fedilink
    arrow-up
    57
    ·
    15 hours ago

    Isn’t it cheaper and quieter to just type out your prompts?

    This is akin to people who have conversations on speakerphone in public places.

    • VinegarChunks@lemmus.org
      link
      fedilink
      English
      arrow-up
      3
      ·
      5 hours ago

      Older people such as myself tend to hate voice-to-text I think because it was so awful in the past. And if you screwed up with it in the past it was a less understandable excuse that “I was using voice-to-text.” And because we were all forced in some way to learn to type well.

      Voice to text works a little bit better now. And I think younger people know everyone else uses it and to forgive when it screws up.

    • axus@lemmy.ca
      link
      fedilink
      arrow-up
      11
      ·
      11 hours ago

      AI needs to measure the level of confidence in your voice, to calibrate its bullshit accordingly

      • chatokun@lemmy.dbzer0.com
        link
        fedilink
        arrow-up
        29
        ·
        14 hours ago

        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.

        • qaz@lemmy.world
          link
          fedilink
          English
          arrow-up
          7
          ·
          edit-2
          13 hours ago

          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.

          We present DeepSeek-OCR as an initial investigation into the feasibility of compressing long contexts via optical 2D mapping.

          Experiments show that when the number of text tokens is within 10 times that of vision tokens (i.e., a compression ratio < 10×), the model can achieve decoding (OCR) precision of 97%. Even at a compression ratio of 20×, the OCR accuracy still remains at about 60%. This shows considerable promise for research areas such as historical long-context compression and memory forgetting mechanisms in LLMs.

          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).

        • db_null@lemmy.dbzer0.com
          link
          fedilink
          arrow-up
          5
          ·
          12 hours ago

          LLMs don’t need accuracy. This just boils down to speaking being faster than typing, especially if your thought isn’t fully formulated.

      • VibeSurgeon@piefed.social
        link
        fedilink
        English
        arrow-up
        6
        ·
        12 hours ago

        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.