* bias compounds
* variance diffuses
* configs store parameters
* BF16 + RNE (6 bytes) plateaus
* errors repeat
* six bytes match ten
This sort of thing reads really well and conveys the idea in very few words. It's good writing! But in my experience humans don't generally "let nouns verb" as much as LLMs do, maybe we're just not as clever with words.
What's wrong with "configs store parameters"? I guess "parameters are stored in configs" could be more correct, but IMO it means exactly the same thing and sounds just as natural. "Six bytes match ten" is shorthand for "the performance of the algorithm that uses six bytes of storage matches the performance of the algorithm that uses ten bytes of storage". But here we have "performance matches", which is an inanimate concept doing something, so is this an LLM smell too?
Yes everyone says the sun shines and the wind blows, those are specific idioms. Noone says bias compounds or variance diffuses or six bytes beat ten.
I'm not saying they shouldn't! They probably should! It's just that LLMs say it much more than humans do.
> "Six bytes match ten" is shorthand for "the performance of the algorithm that uses six bytes of storage matches the performance of the algorithm that uses ten bytes of storage".
Yes, I understand this and support it. I am emphatically not saying it is bad writing. It's an unbelievably brilliant piece of terse writing that most human writers would not stumble upon in the course of writing the post.
What I mean is that each sentence looks well made and from a highly skilled writer. But reading a few parameters I'm lost quite fast. Like if there was no coherence or progression. Just some ideas sometimes even repeated in random order even if in the end there is point/explanation to be made.
Like when Claude or another llm drops you a 5 pages block of text or MD spec that is totally unreadable even if it is supposed to make sense.
I think that it is unusual for human generated speech because usually if you have good with words and to do great sentences, you will also to do it in logical and coherent way at the multiple paragraphs level too. Or at the opposite, if you don't know how to redact proper paragraphs, you will. It not be able to do great sentences anyway.
From a technical writing perspective, this is a terrible blog post.
Here is a better blog: https://cloud.google.com/blog/topics/developers-practitioner...
>housing appreciating
>stocks appreciating
Are you an LLM?
But I don't think the examples you chose are very good. It's not "stocks appreciating", it's "$1m in stocks appreciating at 9%". The stocks are not an actor in that sentence. "$1m in stocks" is a thing that is having appreciation done to it.
If I had written a self-contained clause saying "stocks appreciate", that would have been a good example. But that's not what I wrote.
This makes me wonder whether you could apply different dithering approaches to numeric computations. You cannot use diffusion or similar mehods, because you don't have information about neighboring pixels/computations. Using low-discrepancy sequences might work to reduce stochastic noise, but it could also reintroduce bias for some computations.
The title is misleading, but I guess "bias–variance tradeoff" was taken :/
This was quite interesting though. Surprised to see it work so well on a real example.