mrkeyoor.com_
Tue 22 Sept 14:10 UTC
Tech6 min read

A 698-Point Essay Puts AI After the Human Draft

Colin Breck offers a useful boundary for technical writing: keep authorship human, then use AI to check claims, citations, diagrams, and evidence.

A blog post arguing for human-written prose needed roughly three hours to reach 698 Hacker News points and 284 comments on September 21. No other live Hacker News candidate in MrKeyoor's briefing snapshot cleared 500 points. The useful contribution in the discussion is operational: the essay draws a boundary between asking AI to produce prose and asking it to check prose against evidence. One saves the author's time at the reader's expense. The other can catch mistakes while the author remains responsible for every sentence.

Colin Breck reaches that boundary through ordinary engineering documents, rather than a theory of machine creativity. In his essay, AI-generated design documents arrive after the software already exists, pull request summaries list changes without saying why they matter, and meeting notes preserve details without the perspective needed to use them. His complaint is about misplaced work. The sender had the prompt, constraints, source files, and model exchange. The recipient gets only the expanded output.

Saved drafting time becomes reading work

A model response can feel useful to the person who requested it because that person already knows the setup. Breck says the prompter can skim, discard an irrelevant sentence, and recognize a wrong one. A colleague opening the finished document cannot see that hidden exchange. They have to treat each line as potentially meaningful while reconstructing the missing purpose. That difference explains why a detailed summary can still fail as communication in Breck's account.

His pull request example makes the cost visible. A generated summary can enumerate renamed files, split modules, merged functions, and new tests. A reviewer still needs to know what problem the change solves, how risky it is, and where judgment is required. Those questions come from the engineer's understanding of the work. A diff can supply the inventory, while the original essay argues that the inventory is a poor substitute for direction.

A June survey cited by Breck found a severe reader reaction, though its limits matter. Cynthia Dunlop collected 668 anonymous responses after sharing a survey on X, Bluesky, and LinkedIn. Among those respondents, 78% said they would stop reading material they believed was AI-assisted or AI-authored, 71% would avoid the author later, and 98% preferred an author's imperfect original prose to an AI-polished version. Dunlop says she targeted developers and technical-blog readers but could not verify respondents' demographics, so the results measure a self-selected group, not all developers.

The 284-comment Hacker News thread is also a demand signal, rather than a representative poll. Commenters compared generated prose to extra information that readers must filter, questioned whether effective AI assistance would always be detectable, and worried that punctuation such as an em dash had become grounds for a false accusation. That disagreement matters because it separates a real review burden from unreliable style policing. The thread shows unusual interest in the distinction. Its score does not prove that every AI-assisted document wastes its reader's time.

Breck kept AI in the checking loop

The strongest part of Breck's case is the academic paper he describes writing. He supplied an AI system with the journal's style guide, its LaTeX template, prior papers, source code, deployment configuration, logs, and production metrics. After drafting a paragraph himself, he asked the system to check details such as indexed database columns or the sort order of Parquet rows. That let him continue writing while a separate process tested factual claims against the material, according to his description of the workflow.

The same system completed BibTeX entries, flagged spelling and grammar errors, suggested simpler versions of unclear sentences, and produced TikZ diagrams. It also found a notation error that four reviewers had missed: one paragraph used L1 where Breck meant L2 in its description of a log-structured merge. These are the author's reported results, not a controlled comparison, but they identify tasks with outputs a human can inspect against the cited paper materials.

Reversing the workflow failed for him. When Breck asked the model to write a paragraph from source code, he found the result inaccurate and unpleasant to read. He made one exception for the paper's abstract, which he accepted unchanged after providing the completed work. His distinction is practical: verification starts with a claim that the author chose to make, while generation asks the model to decide which claims deserve the reader's attention. That distinction comes directly from Breck's reported experiment, even though another writer or model may get a different result.

For an engineering team, this suggests a reviewable sequence. The responsible engineer writes the decision, the reason for it, the remaining uncertainty, and the requested reviewer input. AI can then compare those statements with the diff, tests, issue history, or run logs and point to mismatches. That procedure is an inference from Breck's successful checks and his failed generated paragraphs. It preserves the context that his design-document and pull-request examples say is usually lost.

The research resists a blanket rule

One controlled study found that AI assistance did not automatically damage trust. Researchers ran two preregistered online experiments with 1,637 participants in incentivized, two-player trust games. People given predictive text wrote equally trust-inducing messages in less time, and disclosure of the assistance did not significantly change objective or reported trust. The authors limit their conclusion to one-shot, transactional exchanges, which are much narrower than a design proposal or a sensitive workplace message. The open-access iScience paper therefore supports AI's usefulness in a defined communication task without settling Breck's argument about technical authorship.

A 2026 study of academic research produced a different response. Its 806 participants were randomly assigned one of six statements describing how researchers had used generative AI. Trust, perceived quality, and perceived ethicality were highest when the work was described as entirely human and lowest when AI handled both theoretical and methodological tasks. Participants were more accepting of AI used for coding or other methods than for framing and hypothesis generation. The study tested reactions to disclosures, so it measures perceived responsibility rather than the factual quality of the underlying research.

Even disclosure has no universal effect. A 2026 systematic review of AI provenance cues in journalism found only five studies with an extractable disclosure effect on credibility and three with one on trust. Their results were mostly null or conditional, and none established a uniformly negative trust effect from disclosure alone. The Frontiers review concluded that wording, placement, oversight, and subject matter change how a label is read. A generic AI badge cannot tell a reader who chose the claims or who checked them.

Together, those findings make role and context more useful than a purity test. Predictive help in a short transaction, methodological help in research, and machine authorship of an engineering proposal ask different things of the recipient. Breck's workflow fits that evidence because it assigns the model bounded checks and keeps the human answerable for emphasis and meaning. That is a synthesis of his account, the trust-game experiments, and the academic-disclosure study, rather than a result any one source measured.

Make the author sign the useful part

A workable pull request summary should let a reviewer find the human judgment quickly. Put the purpose and risk first, name the area that needs scrutiny, then let generated detail sit underneath as an inventory. For a design proposal, write the disputed choice before asking a model to expand background material. These edits answer the missing questions Breck lists in his pull request example and keep the author accountable for what the reader should notice.

Teams can also require the sender to read the final document and verify every linked artifact. That gate is more concrete than banning a punctuation mark or trusting an AI detector. The Hacker News replies include both enthusiasm for detection and concern that ordinary human habits now trigger suspicion, while the journalism review found that provenance labels work differently depending on what they say about oversight. Authorship policy needs to describe responsibility, not merely the presence of a tool.

The next useful signal will come from products that separate generation from evidence checking in their interfaces. Watch whether writing tools can attach a claim to the source line, log entry, or test that supports it, and whether teams measure revision and review time alongside drafting speed. Breck says future models may write better. His current evidence still gives developers a sensible default. Write the claim, ask the machine to challenge it, and send only the version you are prepared to defend, the standard demonstrated by the 698-point essay.

We reviewed this

  1. Files — our honest review
  2. paper — our honest review

Sources

  1. I Don't Want to Read What You Didn't Write
  2. Hacker News discussion: I don't want to read what you didn't write
  3. Report: How developers react to AI-scented blog posts
  4. Writing with AI boosts trust-building efficiency
  5. When researchers use AI: public trust, ethical judgments, and the perceived value of academic research
  6. When news is written by artificial intelligence: a systematic review of provenance and disclosure cues