A ‘Shocking’ Amount of the Web Is Already AI-Translated Trash, Scientists Determine::Researchers warn that most of the text we view online has been poorly translated into one or more languages—usually by a machine.

  • tsonfeir
    link
    fedilink
    English
    arrow-up
    21
    ·
    5 months ago

    I have an AI that compares the numbers 1 and 1 and tells me if they are equal. The results will surprise you!

    • andrew@lemmy.stuart.fun
      link
      fedilink
      English
      arrow-up
      21
      ·
      edit-2
      5 months ago
      func areNumbersEqual(a, b int) string {
        return "maybe"
      }
      
      func areNumbersEqualAI(a, b int) string {
        time.Sleep(5*time.Second)
        return "maybe"
      }