A. H. Zakai
@kripken.com
1.9K followers 530 following 820 posts
Software engineer. Loves fantasy novels and Agatha Christie. he/they Tech: WebAssembly, Emscripten, Binaryen. All opinions here are my own, not my employer's (Google). More links in: http://kripken.github.io/blog/about/
Posts Media Videos Starter Packs
kripken.com
oh cool, thanks for the info!

and thanks to the vAmigaWeb people for filing bugs. retro computing ftw
kripken.com
There is a lot to worry about here, yes.

But every savings they make on power saves them money, which they care about.

And the data shows they are doing it: a 33x (not 33%, but 33 *times*) improvement over 12 months, as mentioned in one of the previous links.
kripken.com
And, while at the lowest level the math is simple, we know little (not nothing, but little) about how either human brains or AI models work at a higher level.

This isn't a surprise about AI models, this is a prediction from the field of neural networks.
kripken.com
And that is the entire point of the field of neural networks: The human brain seems to be built out of very simple elements, doing simple math, and we can do similar math in computers, so let's try to build intelligence that way.

It is shocking and disturbing how well this ended up working.
kripken.com
It's true that these models are only doing simple math at the lowest level.

But from a neuroscientist's point of view, neural networks in human brains are also only doing simple math. At least, we haven't found anything else, at the lowest level (despite speculation about quantum etc. theories).
kripken.com
AI has many huge problems, but power usage is at least something these companies are self-motivated to fix, and so far they are finding technical ways to do it.

With that said, there can be very bad local problems if a data center is built without sufficient power or water nearby.
kripken.com
Inference used to be expensive, but in recent months the estimates are just 0.24-0.34 watt-hours per typical query:

cloud.google.com/blog/product...

blog.samaltman.com/the-gentle-s...

This is small compared to e.g. videoconferencing or pc/console gaming.
kripken.com
I think in this case it's the opposite: sci-fi shows the debate because it naturally comes up.

The Turing Test is from 1950 - probably before most sci-fi on this topic.

And the philosophical debate around things like the Chinese Room Argument show honest, deep philosophical disagreements here.
kripken.com
I get how you can interpret his words that way, & maybe you're right.

Maybe "no more stupid rules" means "all the rules are stupid; no more of them."

But that's an interpretation, & might be (hopefully is) wrong.

I checked and e.g. CNN was careful to fully quote him there, avoiding guesses:
Hegseth orders military culture overhaul: ‘if you don’t agree, resign’ | CNN Politics
Before a captive audience of hundreds of senior military officers on Tuesday morning, Defense Secretary Pete Hegseth asserted his vision for how the US military will physically look and act, and offer...
www.cnn.com
kripken.com
Not to defend this jerk, but "The military is for killing people and breaking things" is a fair paraphrase of his words, while "No more rules of engagement" is not.
kripken.com
Ok, I believe I found the two places you mean:

41:18 "We also don't fight with stupid rules of engagement."

41:29 "No more politically correct and overbearing rules of engagement."

I guess you can interpret it as "no more rules at all", but also "no more of the bad ones."
kripken.com
Where does he say "No more rules of engagement" - ?

It's not in the linked clip, at least. Was it in another part of his speech?
kripken.com
don't spend that $1 all in one place (you literally can't)
Reposted by A. H. Zakai
allsees.online
everyone should checkout Messenger by Abeto. it's a free browser game where ur just a little delivery kid on a little planet!
messenger.abeto.co
kripken.com
If you want endian-safe JS for wasm, it's enough to do what Emscripten does: wasm is always little-endian (as LLVM emits), & it rewrites the JS from TypedArray ops (using system endianness) to DataView ops w/ little-endian (matching the wasm).

Here is that JS transform:

github.com/emscripten-c...
github.com
kripken.com
This whole show could have been a Black Mirror episode
kripken.com
The ending took all the bad parts of the show and put them together

And it did almost nothing with the good parts
kripken.com
Bluesky doesn't have an algorithm, but sometimes serendipity makes it seem like it does
Screenshot of a bluesky timeline with two posts in sequence, the first a Lord of the Rings meme about "The age of Mclachlan is over", the second a sewer district post near-quoting the Lord of the Rings "not all who meander are lost"
kripken.com
It's amazing how the same arxiv paper led to two news articles, one pessimistic ("AI hallucinations are mathematically inevitable") and this one which is optimistic.