A new law went into effect in New York City on Wednesday that requires any business using A.I. in its hiring to submit that software to an audit to prove that it does not result in racist or sexist…

  • AI is more than just machine learning. A hand-crafted AI can be shown to be free of illegal biases, for example. The border between traditional AI and nested if statements is pretty vague in that sense.

    For automatically trained AI, things are harder to prove. For neural networks like ChatGPT, the technology to train AI is decades ahead of the technology to reason about the state of the trained AI.

    This law doesn’t ban all AI, but it does ban most of the implementations out there, and for good reason.

    • admiralteal@kbin.social
      link
      fedilink
      arrow-up
      1
      ·
      1 year ago

      Really just getting to the actual thing for more people to understand: none of these “AIs” are intelligent at all, and calling them artificial “intelligence” is completely misleading and causes people to make very dumb assumptions about how they work.

      “Traditional” AI is just writing models to quantify things and then weighting decision-making based on those metrics. It’s just playing Guess Who? with outcomes. “Oh, we can get rid of all the candidates we don’t want by asking if they have a mustache and filtering out the ones who don’t.” Decisions like that, over and over. As you said, nested if statements.

      Neural Networks are just doing the same thing, but without the authors actually making decisions about those intermediate questions. You feed dependent variables in along with lists of covariates and let an algorithm randomly stumble and guess around with them until it comes up with the relative quantification itself. This means you don’t KNOW if it is including discrimination in its process.

      Which is why laws like this are necessary. If you don’t know how the “AI” model is arriving at its outcomes, you don’t know if it is discriminating. You have to be able to audit it. Because my “traditional” AI example, you can see it’s likely discriminating against women, but with all the hidden layers and complex relationships in the NN you won’t know it did the same until decades later.