Live data from Hacker News

Proving a human wrote something

gjtorikian.online

61–70 of 88 posts

Re: Proving a human wrote something

#61
> One could work around Semoi by, for example, typing out a bunch of gibberish, leaving their editor open, and then pasting in an LLM generated texting and minting the proof. To which I would respond: why? That’s really pathetic.

I don’t think security through shame is practical.

Re: Proving a human wrote something

#63

I had a similar idea for take-home tests for software interviews. Run a bash script to commit all changes in a repo every 5 seconds. The candidate then submits a tarball of the git repo. #!/usr/bin/env bash while true; do git add -A if ! git diff --cached --quiet; then git commit -m "$(date --iso-8601=seconds)" fi sleep 5 done

Just use jujitsu with the filesystem watcher snapshot enabled

Re: Proving a human wrote something

#64
sounds a bit like Grammarly Authorship https://www.grammarly.com/authorship

"Authorship creates an originality report you can share with your professor, boss, or editor. It also lets you replay your document’s creation from the first word to the last punctuation mark so you can double-check your process."

Re: Proving a human wrote something

#65
post #43

I think we are reaching a point where some kind of solid attestation that things are not AI generated would be very valuable, for all kinds of different media (printed word, photo, video, etc). I'm not sure how you would actually do any of that attestation, if it's even possible. Text seems especially difficult. Maybe photo/video could be achieved with specialized hardware and cryptographic signing though I don't kno…

In the photo space, they’ve already worked out and deployed a chain of crypto attestation from the camera hardware, the image editing suite, and the social media hosting site.

Re: Proving a human wrote something

#66
The slope of attestation: any idea of verifying the identity behind the content (in the name of age verification, child protection, IP protection, slop prevention, and on and on) will lead to hardware attestation.

I know it's inevitable, but I just hope we can collectively delay the end a bit longer.

Re: Proving a human wrote something

#67

I have a slightly different approach on my blog https://ezeugo.dev where my entire thought process (edits, original ideas, rewrites are a part of the actual essay). By making the event stream part of the product, it shows the process and output as one.

This is great, how do you do that?

Re: Proving a human wrote something

#68
At first, I tried to prove that I was the one writing the posts, but I've decided not to focus on that anymore. In the early days of GPT, there were apps that claimed to detect whether a text was written by AI, but the pattern detection was too easy to bypass.

Also, I noticed that taking a neutral stance in a discussion almost always got flagged as AI. To avoid being labeled AI, you had to have a strongly opinionated tone. But that naturally exposes weaknesses in the writing.

I think if the author is trustworthy, even AI-assisted editing can still be valuable.

Re: Proving a human wrote something

#69

I have a slightly different approach on my blog https://ezeugo.dev where my entire thought process (edits, original ideas, rewrites are a part of the actual essay). By making the event stream part of the product, it shows the process and output as one.

This is amazing. Beautiful site as well.
Post reply on HN