@rohanpaul_ai: LLMs may not need human-style language. i.e. future AI systems might save context space by using dense model-readable m…

X AI KOLs Following Papers

Summary

This paper introduces BabelTele, a compressed writing style that uses abbreviations, symbols, and mixed-language fragments to reduce text length by 72.1% while preserving 99.5% semantic fidelity for LLMs, arguing that human readability and machine recoverability are separable.

LLMs may not need human-style language. i.e. future AI systems might save context space by using dense model-readable messages instead of long normal prose. The authors propose BabelTele, a compressed writing style that can mix abbreviations, symbols, fragments from different languages, and unusual structure. To a capable language model, it can still carry enough structure to answer questions, preserve memory, and pass information between agents. The point is that human readability, natural-language fluency, and machine recoverability are separable properties. Human prose carries redundancy because humans need rhythm, grammar, context, and reassurance. Models trained on huge symbolic mixtures may not need all of that scaffolding every time. In the paper’s strongest result, BabelTele keeps about 99.5% semantic fidelity while shrinking text to 27.9% of its original length. ---- Link – arxiv. org/abs/2606.19857 Title: "LLMs Do Not Always Need Readable Language"
Original Article
View Cached Full Text

Cached at: 06/26/26, 10:10 AM

LLMs may not need human-style language.

i.e. future AI systems might save context space by using dense model-readable messages instead of long normal prose.

The authors propose BabelTele, a compressed writing style that can mix abbreviations, symbols, fragments from different languages, and unusual structure.

To a capable language model, it can still carry enough structure to answer questions, preserve memory, and pass information between agents.

The point is that human readability, natural-language fluency, and machine recoverability are separable properties.

Human prose carries redundancy because humans need rhythm, grammar, context, and reassurance.

Models trained on huge symbolic mixtures may not need all of that scaffolding every time.

In the paper’s strongest result, BabelTele keeps about 99.5% semantic fidelity while shrinking text to 27.9% of its original length.


Link – arxiv. org/abs/2606.19857

Title: “LLMs Do Not Always Need Readable Language”

Similar Articles

Humanising LLM Outputs Is Dumb

Hacker News Top

An opinion piece arguing that humanising LLM outputs via prompt instructions is the wrong abstraction—agents should exchange high-fidelity data and only compress into human-friendly prose at the final boundary.

Novels generated by language models show compressed formal variation

arXiv cs.CL

This paper analyzes whether LLM-generated novels exhibit compressed formal variation compared to human-written novels, finding that AI outputs are more uniform in sentence structure, readability, and punctuation despite individual novels resembling human style.

What would optimal use of LLMs even look like?

Reddit r/singularity

Explores the speculative idea of optimizing human interaction with LLMs by conforming to their native communication patterns, such as using neuralese, rather than forcing them to adapt to human language.

Small Is Enough: Per-User Style Rewriting of AI-Edited Text via LoRA Adapters

arXiv cs.CL

This paper introduces InMyStyle, a privacy-first system that uses LoRA adapters on small language models (0.5B–7B) to rewrite AI-edited text toward an individual user's writing style without explicit prompts. Evaluations show quality plateaus across model sizes, suggesting compact models suffice for this task.