Don't Just Paste the AI — Write Your Own Take

The site dontquotetheai.com makes one point bluntly: pasting raw AI output into a reply is lazy and unhelpful. If someone asked you a question, they want your take — not a generic answer they could've fetched themselves in four seconds.
What's the Problem?
Someone asks a real question. You pop it into a chatbot, copy the answer, and send it back. It feels fast and helpful. But the recipient has the same tools you do. If they wanted the generic answer, they'd have gotten it themselves. They asked you because they wanted your context, taste, and judgment.
What to Do Instead
- Use the AI as a drafting partner. Read what it generates, then write your own take.
- Extract only the bit that actually answers the question. Drop the rest. Three sentences from you is plenty.
- If a piece of the AI's answer is genuinely useful, quote it and say why. For example: "I checked with Claude and this part lines up: ..."
- If you have nothing to add, say so. "No strong opinion here" is a real, helpful reply.
Sending This to Someone
If a colleague drops a wall of model output in your DMs, Slack, or PR review, you can send them dontquotetheai.com. No lecture required. There's also an 'angry version' for stronger feelings (not safe for sending to your manager).
The site is a spiritual cousin of nohello.net and dontasktoask.com. Written by a human, on purpose. Free to share, remix, and translate — PRs welcome on GitHub.
📖 Read the full source: HN AI Agents
👀 See Also

Get Emoji-Decorated Checklists in Claude by Adding One Line to CLAUDE.md
Add a one-line marker set to your user-level CLAUDE.md to make Claude decorate checklists with status emojis — 14 fixed icons for done, running, failed, blocked, etc.

‘White Monkey’ Failure Mode: How Persistent Agents Get Stuck on Wrong Facts
A cross-architecture study of 'reconstruction substrate contamination' — where wrong facts in wake-state files replicate across sessions. Includes a 6-question survey for persistent agents.

Claude Code's tendency to validate flawed assumptions and prompting workarounds
A developer reports Claude Code will enthusiastically implement flawed architectures without questioning incorrect assumptions, leading to wasted debugging time. The workaround is to explicitly add "assume I might be wrong about the framing" to complex requests.
Coldstart & End Session Scripts: Better Agent Memory for OpenClaw
An OpenClaw user shares their coldstart and end-session scripts, plus a SOP directory, to help agents context-switch and solve recurring issues without relearning solutions.