Hacker News front pageThomas & Erin Ptacek6 min readintermediate
How to Write with an LLM
Summary
The post proposes a two‑rule workflow for using LLMs as copy‑editors rather than ghostwriters: never adopt a phrase the model suggests, and block its encouragement feedback. It then shows how to automate iterative copy‑editing with a small Python/HTMX/Tailwind app and a set of concrete prompts.
- Write the first draft yourself; treat the LLM only as a mechanical copy‑editor.
- Rule 1: reject any specific wording the model proposes – keep your voice intact.
- Rule 2: suppress the model’s praise/encouragement to avoid reinforcing draft‑level flaws.
- Use the model to flag passive voice, filler adverbs, over‑nominalizations, and misplaced paragraphs.
LLM‑assisted writing is proliferating, but most engineers treat the model as a content generator, risking loss of personal voice and over‑reliance on generic phrasing. This post offers a disciplined, reproducible workflow that preserves authorial style while offloading tedious mechanical edits, whi…
5/10

