Skip to content

Commit a6daf75

Browse files
committed
Update latex statement to fit on mobile
1 parent 0df9024 commit a6daf75

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

_posts/2026-03-30-a-optimized-language.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Building on ["Map-Reducing Myself"](/blog/map-reduce-myself/) * if we compressed
1616

1717
There is a spectrum from natural language to formal notation, and human-AI communication is carving out a new point on it.
1818

19-
$$\text{Communication efficiency} = f(\text{token count}, \text{ambiguity}, \text{vocabulary size}, \text{decoding cost})$$
19+
$$E_{\text{comm}} = f(N_{\text{tok}}, \text{ambiguity}, |V|, C_{\text{decode}})$$
2020

2121
Every example in this article is a tradeoff between these four variables. The key constraint: density scales with shared context. Compression only works because both sides share the same context.
2222

0 commit comments

Comments
 (0)