Slashdot Mirror


Programmed Sentencing in China

An anonymous reader writes to mention a unique combination of coding and social justice. A court in China has been using software to mete out sentences in criminal cases. The program has been in use for almost two years, and has passed judgement in some 1,500 cases. From the article: "'The software can avoid abuse of discretionary power of judges as a result of corruption or insufficient training,' the paper quoted Zichuan District Court chief judge, Wang Hongmei, as saying. But some Chinese newspapers criticized the move as a farce that highlighted the 'laziness of the court' and that would not curb judicial corruption as touted."

7 of 172 comments (clear)

  1. Forever Loop? by Average_Joe_Sixpack · · Score: 5, Funny

    Would that be the same as a life sentence?

    1. Re:Forever Loop? by Anonymous Coward · · Score: 5, Funny

      In communist China, the computer hangs you!

  2. Moo by Chacham · · Score: 5, Funny

    while (thereAreCases()) {
      defendant = defendant.getNext();
      defendant.innocent = (defendant.powerful || defendant.powerful);
      if (!defendant.innocent) firingSquad.add(defendant);
      else firingSquad.add(prosecutor);
    }

  3. No Whammies!!!! by dave562 · · Score: 5, Funny

    I just had this visual of this poor Chinese guy surrounded by a bunch of blinking screens, his hand hovering over a big red button, praying, "No whammies, no whammies!!"

  4. now thats what I call by ptr2004 · · Score: 5, Funny

    a KILLER APP

  5. The MS version by apillowofclouds · · Score: 5, Funny

    "It looks like you're trying to sentence someone. Would you like some help?"

  6. Not perfect, but a step in the right direction by MalleusEBHC · · Score: 5, Interesting

    It would be good to come up with (and make public) an algorithm for determining a sentence. It shouldn't automatically be entered as the official sentence, but then a judge would have a good baseline to go off of. If the judge wanted to make a significant increase or decrease to the sentence, they would need to demonstrate the extenuating circumstances. An added bonus is that there would be a quantitative metric for determining how judges are performing.

    Of course, the toughest part is creating a fair algorithm. But hey, in theory it has got potential.