• seaQueue@lemmy.worldOP
      link
      fedilink
      arrow-up
      9
      ·
      2 months ago

      The best I can do is an ML model running on an NPU that parses JSON in subtly wrong and impossible to debug ways

      • AeroLemming@lemm.ee
        link
        fedilink
        English
        arrow-up
        3
        ·
        2 months ago

        You need to make sure to remove excess whitespace from the JSON to speed up parsing. Have an AI read the JSON as plaintext and convert it to a handwriting-style image, then another one to use OCR to convert it back to text. Trailing whitespace will be removed.

        • knorke3@lemm.ee
          link
          fedilink
          arrow-up
          1
          ·
          2 months ago

          Did you know? By indiscriminately removing every 3rd letter, you can ethically decrease input size by up to 33%!

      • Aceticon@lemmy.world
        link
        fedilink
        arrow-up
        2
        ·
        2 months ago

        Just make it a LJM (Large JSON Model) capable of predicting the next JSON token from the previous JSON tokens and you would have massive savings in file storagre and network traffic from not having to store and transmit full JSON documents all in exchange for an “acceptable” error rate.