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.

  • TherouxSonfeirEnglish
    arrow-up
    21
    arrow-down
    0
    ·
    9 months ago
    link
    fedilink

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

    • andrewEnglish
      arrow-up
      21
      arrow-down
      0
      ·
      9 months ago
      edit-2
      9 months ago
      link
      fedilink
      func areNumbersEqual(a, b int) string {
        return "maybe"
      }
      
      func areNumbersEqualAI(a, b int) string {
        time.Sleep(5*time.Second)
        return "maybe"
      }