• Uriel-238@lemmy.fmhy.ml
    link
    fedilink
    arrow-up
    14
    ·
    1 year ago

    This probably is along the same lines as the predictive criminality models used in some US counties to justify giving some people higher bails and longer sentences.

    The programs themselves don’t actually use any valid formulas and are based on prior regional and racial arrest histories, so the software generally would perpetuate the biases of the precincts and DAs of the area.

    We’ve long established we can’t trust law enforcement with the forensic tools they have let alone give them new ones.

    • Viking_Hippie@lemmy.worldOP
      link
      fedilink
      arrow-up
      5
      ·
      1 year ago

      Probably because I crossposted it from another community and either that functionality is still kinda janky in Lemmy or I did it wrong 🤷

      Either way, thanks for the assist 🙂

  • taladar@sh.itjust.works
    link
    fedilink
    English
    arrow-up
    5
    ·
    1 year ago

    I imagine a close approximation of this AI would look something like this

    fn drives_like_a_criminal(driver: &Driver) -> bool {
        driver.vehicle == Vehicles::Car || driver.vehicle == Vehicles::Truck || driver.vehicle == Vehicles::Motorcycle
    }