ELSEIF
Your brief EB
303 stories from 73 feeds 78 clusters Refreshed 10 minutes ago next pull 20:35

DEV TOOLS Signal 482

I'm Scared a Stranger Will Call My Novel AI, So I Built GitHub for Words

The author built VellumProof, a word-based version-control system inspired by GitHub, to give writers a verifiable record of their creative process amid fears of AI authorship accusations.

WHY IT MATTERS

Engineers can see how core version-control ideas apply to non-code artifacts, providing a concrete audit trail for prose work. The tool also underscores the growing need for provenance mechanisms as AI-generated content becomes harder to distinguish from human writing.

Written by elseif from the cluster below · every claim links back to a source

The three things worth knowing

01

VellumProof treats each manuscript upload as a commit, recording exact word-level additions and deletions between versions.

02

A daily word-count graph offers a simple visual cue to spot implausible output bursts that may suggest AI-generated text.

03

The approach depends on honest tagging of initial imports and cannot stop determined users from injecting AI text gradually to mimic a human curve.

THE READ

What elseif makes of it.

ORIGINAL ANALYSIS

The primary change is the introduction of a version-control workflow tailored to writers, borrowing Git’s commit history, diff view, and contribution graph but measuring changes in words instead of lines. This shifts the provenance problem from trusting a vague vibe to presenting an objective, time-stamped edit trail. By treating each day's manuscript as a snapshot, the tool creates a reversible history that protects against accidental loss.

Adopting VellumProof requires writers to integrate a regular upload step into their routine, manage file selection for tracking, and learn to tag initial imports to avoid misleading spikes in the word-count graph. There is also a storage overhead for retaining every version, though this is comparable to any source-control system. The learning curve is deliberately kept low by avoiding command-line complexity, but users must still adapt to a new habit of committing their work.

The system’s effectiveness stops where a determined actor can subtly inject AI-generated text over many small uploads to stay beneath the word-count heuristic, or where the work includes non-textual elements that the tool does not track. It also cannot prevent someone from copying another writer’s text and re-uploading it as their own, because the diff would show no new words. Thus, while it deters casual AI-passing, it does not provide cryptographic proof of authorship.

Only one feed (Hacker News) carried this story, so there is no independent corroboration of the author’s claims about usage, adoption rates, or the tool’s real-world impact. Without additional sources, assertions about the graph’s ceiling of 6,000 words or the specific NaNoWriMo 2014 example remain unverified within the given material.

Written by elseif from the cluster below · checked for specifics the sources never contained

THE CLUSTER

Same story, 1 feed.

ORDERED BY FIRST SEEN
Hacker News I'm Scared a Stranger Will Call My Novel AI, So I Built GitHub for Words Open ↗