There are no lossless transformations of natural-language text
speckx
24 points
8 comments
July 20, 2026
Related Discussions
Found 5 related stories in 654.5ms across 14,369 title embeddings via pgvector HNSW
- Natural Language Autoencoders: Turning Claude's Thoughts into Text instagraham · 246 pts · May 07, 2026 · 47% similar
- The Language of Thought Is Not Natural Language Anon84 · 12 pts · July 16, 2026 · 47% similar
- Transformers are inherently succinct brandonb · 110 pts · June 05, 2026 · 43% similar
- Transformers Are Inherently Succinct (2025) bearseascape · 45 pts · May 04, 2026 · 43% similar
- Top AI models underperform in languages other than English Brajeshwar · 19 pts · March 19, 2026 · 42% similar
Discussion Highlights (4 comments)
watso
“If you generate a document from a short prompt then ask your readers to go through the longer output, you are disrespecting their time. They can always talk to ChatGPT themselves if they want to.” bars!!
owentbrown
I use AI to write documentation frequently. An AI agent, 600k tokens into a feature that it just authored, understands the feature as well or better than I do. It can document, compactly, what the code actually does, as well as the intent. These docs add value above having no docs and letting another AI, with zero context, read your bare code. In the context in which I work, the quality of these docs is sufficient. Unless your docs are being read by thousands of people, in 2026, in most contexts, handwriting docs adds less value than writing high quality instructions to your agent. There are exceptions. For example, when kicking off a project, short crisp prose in a product brief aligns a team, removes uncertainty, and clarifies decisions. These are worth hand writing.
tobinfricke
> There are no lossless transformations of natural-language text Of course there are. The article simply defines "transformation" such that it excludes the lossless ones. :-)
tanseydavid
IMHO lossy/lossless feels like the wrong term to use for natural-language text. Every time natural-language passes from one human to another whether verbally or in the written word, there is a greater than zero percent chance that the meaning will be received/understood in a way that is "lossy" compared to the communicating party's intent. The so-called "telephone game" is a very good example of this. It seems true that the lossy problem arises even without any LLMs or any intentional transformations. Lossless in other domains basically means perfect-fidelity carried across copies. Natural language seems almost incapable of this ideal.