• 0 Posts
  • 242 Comments
Joined 11 months ago
cake
Cake day: August 12th, 2023

help-circle
rss

  • I bet AI detection is going to get a lot better over time.

    I doubt it. ChatGPT 3.5 is good enough to rewrite small snippets of text with better phrasing, ChatGPT 4.0 can write a paragraph if given enough support. Good enough as in "the output is indistinguishable from what a human would have written.

    Of course you can do even more with the currently available tools - and get found out.

    There is a way to make AI generated text detectable: by slightly pushing the output towards a consistent pattern a detector can reliably judge long pieces of text as AI generated.
    Imagine if the AI is biased towards consecutive words starting with consecutive letters of the alphabet (e.g. “a blue car” instead of “a navy vehicle”.). Not strongly biased, but enough so that when there are 1000 words you can look at the probability of consecutive words starting with consecutive letters of the alphabet and get a clear result.

    There are two problems though: this only works with proprietary systems and only with long texts.





  • Make both hands into a fist and hold them out in front of you so that the knuckles are visible. Now start on a pinky and count the knuckles and valleys between them. Knuckles are 31 days, valleys are 30 (and February). When you switch between hands it doesn’t count as a valley.

    Left Pinky knucke: January, 31 days
    Left Pinky/ring finger valley: February
    Left Ring finger knuckle: march, 31
    Left Ring/middle: April, 30
    Left Middle: may, 31
    Left Middle/index: June, 30
    Left Index: July, 31
    Right Index: August, 31
    Right Index/middle: September, 30
    Right middle: Oktober, 31
    Right middle/ring: November, 30
    Right ring finger knuckle: December, 31












    1. Yes, but devil’s advocate: you also need a program to text files, needing a program to read sqlite files is not worse.

    2. I am confused by your requirements. Why do you need to store your data as json or XML? Would it suit your requirements to read in text files, convert to sqlite for processing and then save as a text file? What do you gain by being able to edit the files in a text editor, as opposed to a table editor? Do you maybe just need a config file (e.g. in toml format) and don’t actually do much data processing?