Not surprised

    • chisel@piefed.social
      link
      fedilink
      English
      arrow-up
      1
      ·
      8 days ago

      That’s the beauty of it! The stupid overreaching big-government law says real doctors need to review appeals and review notes and consider circumstances. But that’s fuxkings stupud when a single line of code can deny claims and appeals at 1000x the speed and send EVEN MORE money to daddy’s dragon den which will then trickle down directly into MY POCKETS.

      I took the liberty of writing my own hyper-advance AI to handle the task. It should only need 10 racks of GPUs to run.

      public static void reviewClaim(Claim wasteOfMoney) {
        if (wasteOfMoney.isNotCovered()) {
          wasteOfMoney.deny();
        } else {
          wasteOfMoney.deny();
        }
      }