← BACK TO HOME — Simon Willison — 入门
行业观点 · ANALYSIS · IMPACT 7/10

There are no lossless transformations of natural-language text

AI text rewriting always loses the author's original intent, and engineers must take full responsibility for every AI-assisted sentence rather than blaming the tool.

KEY POINTS
  • There is no lossless transformation of natural language; every rewrite changes the original meaning
  • AI lacks the author's detailed mental model, so rewriting inevitably loses information
  • Engineers must take responsibility for every idea and sentence in their documents
  • Blaming AI for content is unacceptable; you must ensure everything represents your genuine thoughts
ANALYSIS

Natural language has no lossless compression. Recently, Sophie Alpert shared an internal policy on AI-assisted writing for engineers, and one line resonated widely: You must stand behind every idea and every sentence in your documents. Behind this simple rule lies a technical reality many overlook: there is no such thing as a lossless transformation of natural language.

Why does rewriting always lose information? You might think AI is just polishing your words, swapping phrases while keeping the meaning intact. But every rewrite subtly shifts the original intent. More importantly, AI does not have access to your mental map. It does not know your context, your implicit assumptions, your target audience, or the trade-offs you made while drafting. It operates on surface-level patterns and statistical likelihoods, which guarantees some information will be lost. Imagine asking a translator who has never been to your company or heard your internal jargon to optimize your technical documentation. The output might read more smoothly, but it will inevitably erase the nuances only your team understands.

The policy highlights a very real workplace scenario: when a colleague asks what a sentence actually means, replying with Oh, AI wrote that, just ignore it is unacceptable. It confuses readers, wastes their time, and erodes the trust that documentation relies on. Documents are not code; there is no compiler to catch logical gaps. They are communication protocols between human minds. If the sender does not verify the content, how can the receiver decode it accurately?

This reveals a deeper trend. As AI writing tools become ubiquitous, we face a growing risk of responsibility dilution. The more capable the tool, the easier it is for humans to step back and let assistance replace ownership. But writing is not word rearrangement; it is the externalization of thought. AI can draft, expand, and correct, but the intellectual anchor must remain with the author.

For developers, this means treating AI as a draft generator, not a final publisher. After every AI rewrite, ask yourself: Does this still represent my original intent? Establish clear team guidelines that prohibit blame-shifting delivery. For critical documents like architecture decisions, API specs, and design records, insist on line-by-line human review.

You might think you are using AI to boost productivity, but in reality, you may be quietly diluting your own depth of thought. True efficiency is not about writing faster; it is about thinking more clearly.

Analysis by BitByAI · Read original

Originally from Simon Willison · Analyzed by BitByAI