Live data from Hacker News

I love LLMs, I hate hype

geohot.github.io

291–300 of 340 posts

Re: I love LLMs, I hate hype

#293

Earlier quoted context omitted.

It's a fair point about the 'ceilings' but I'm not quite making that assumption. I think a few things are going to happen: 1) The Open Weights never really fully catch up, because there's too much Engineering and integration going now. It's way more than 'weights' 2) The Commodity Chinese models never quite catch up for the same reason every other product they make does not catch up - while they will shine in some ar…

> Can you name a product category that has truly hit a ceiling I think basically every product category has hit ceilings by now, honestly. Do you think vacuum cleaners are significantly better at vacuuming than 10 years ago? Not really. But they pivoted to doing autonomous vacuums instead. The actual vacuum tech doesn't seem like it's getting much better though? Same with a lot of appliances. Fridges aren't really be…

> Fridges aren't really better at keeping food cold than they were 30 years ago, are they?

Fridges have made huge leaps in energy efficiency, they’re easily 3-4 times better at cooling your food.

Re: I love LLMs, I hate hype

#294

Earlier quoted context omitted.

Best comparison is Anthropic/OpenAI are AOL/Prodigy. Massive market capture, no moat. Little by little, the convenience and weight will be scraped off, but they (probably) won't roll over and die for quite a while. By the same measure, NVDA is Cisco, providing the backbone and capturing a ton of the early benefits, but soon becomes furniture while the excitement moves further up the chain.

I think a contemporary comparison is OpenAI's DALL-E. Predating but foreshadowing LLMs they went closed source and tried to monetize it, but within a few years the entire concept just fell apart. Now you can download free open source software, that works better than DALL-E and runs fine on a plain old video card, and for orders of magnitude lower cost. I think we can start to see the outlines of this happening with L…

This will also create a regulatory issue

The US government thinks they can dictate who can access "Mythos-level" (whatever that is) LLMs. But what will happen when this can be run on consumer hardware?

I guess this will be yet another vector too attack open computing and the idea that people can a) own computers, and b) choose what software they run on their own computers

Re: I love LLMs, I hate hype

#295

Earlier quoted context omitted.

Maybe? I ran across an old pre-LLM project of mine recently, and past me was an asshole and didn't leave a readme for future me. Meanwhile post-LLM projects at least have a readme that the LLM generated for me or my agent to read and pick up context on. Being able to ask an agent what is this repo, what's going on here? Hey just make it do this, instead of toilsomely digging in and doing it tmmyself, seems to say tha…

Sometime a wrong and misleading README done more harm than good. It is not that rare to see LLM waste hours on a wrong path because a misleading line in README. Even worse, they can't learn. Spawn a subagent and it repeat the same error again

Someone on my team started using an LLM to write all his readme files (he used to not write them at all).

So far, 100% of them have been wrong. I read them, my spidey senses think that what it says doesn’t match his style. I look at the code to find the variables the readme mentions doesn’t exist anywhere in the codebase. I then reach out to him about it, where it says it was written by AI and he will go back and write it for real.

He says it’s better than nothing, but agree with you that it does more harm than good. I wasted my time reading slop. I wasted more time validating the slop. I wasted even more time with a conversation about it. Now he’s spending time re-writing something that he could have written faster and better when he was actually writing the code and it was fresh in his mind. Meanwhile, I’m either blocked waiting for him, or I need to spend my time trying to understand the minutiae of his code so I can integrate it into mine.

Re: I love LLMs, I hate hype

#296
post #73

Earlier quoted context omitted.

Geohot is one of the (attempted) merchants, but maybe that is not going so well and he is changing his tune.

Not sure why you had to add the (attempted) qualifier. He started a company and is selling a box. That makes him a merchant. How successful that venture is, is a different question, but he absolutely is a merchant in this arena.

A slight defense of any qualifiers, mine or others. I am a sole developer, who formed a "box" as you put it, to house my assets. I'm the sole director of it. That doesn't mean my box is at war with users. To be clear, a merchant is a middleman and some merchants have taken the goods produced by the builder and built a middleman moat. Cloudflare, Anthropic, and the list goes on. Geohot doesn't do this. He builds and sells what he builds. That makes him more a craftsman, not a merchant. Merchants market other's work and profit. Craftsman, or builders, build and grow their customer base organically.

Re: I love LLMs, I hate hype

#297

Earlier quoted context omitted.

This doesn't make sense, I enjoy making bread at home but it costs 10x and tastes like dog shit I dont want to spend my time perfecting the craft of making bread for my daily needs (maybe once in a while its a soothing activity), I want someone smarter than me to spend his entire life coming up and perfecting a solution and exerting more time and effort than I can afford and I am very happy to support him so I can st…

> This doesn't make sense Makes perfect sense to anyone good at using these models. What doesn't make sense is that analogy. Typing prompts isn't even close to as difficult to baking bread.

Typing prompts isn't the equivalent of baking bread.

Typing prompts would be like measuring ingredients.

Re: I love LLMs, I hate hype

#298

Earlier quoted context omitted.

Weights are not created equal: while interpretability is a young field the prevailing view at the moment is that MLP (hence experts) in a mixture model are substantially where dense encoding of factual information resides, attention is even less easily interpreted but it should be uncontroversial that temporal/sequential modeling occurs here. So it's more consistent with available empirics to say that an architecture…

>the prevailing view at the moment is that MLP (hence experts) in a mixture model are substantially where dense encoding of factual information resides Yes, because that's where all the parameters are. For reference in GLM 5.2 98% of the weights are for the experts. >The "Mixture of Parrots" work is a good jumping off point The paper shows increased performance on knowledge dependent task while having similar reasoni…

I think we're fundamentally reading from the same sheet of music but drawing different conclusions.

Mixture models have compute advantages at training time, everyone agrees about that, that was the original rationale (popularized at the time with `mixtral-8x7B` among others). This seems to be likely to remain an economically relevant strategy for (especially) pretrain: in a training setting you have already paid for fast interconnect at scale, a dense architecture doesn't buy you anything in a big pretrain and it costs you a lot of traffic and to a lesser degree batch size under the roofline. The heavy, FLOPs intense, interconnect intense parts of training run benefit enormously from MoE: I don't dispute that though I suspect we are well into convergence on the target precision (4) and the target format (NVFP4 or similar). At some point the whole Internet is in the pretrain at the terminal generalizing precision, the pretrains of the various labs start to look a lot alike, and the sauce remains in the later parts of training along with the proprietary data sets and what not. Frankly all the labs would benefit from standardizing the Common Crawl recoverable pretrain to greater or lesser degree, it would lower everyone's costs without changing the competitive landscape much. But that's my prediction/opinion, that's why I said "suspect".

The evidence is suggestive if not fully conclusive that mixture models are strictly losing in most regimes during inference: the exemplar of Qwen3.6-27B (which outperforms Alibab's own mixture model at ~ ten times the size) is very suggestive, and it's not the only argument for this. Because most/all modern MoE requires the activations of the previous layer before routing the subsequent experts, you are pretty much paying for the HBMe3 or GDDR7 to hold the whole thing even though some small fraction of it is under your roofline on any given token or draft verification.

This is grossly wasteful under all trajectories (even parity at N parameters between dense and MoE, which we have evidence is off by 1-2 orders of magnitude): in a "local LLM" setting (from bedroom to regional office, anything other than an NVL72 or Ironwood rack) you are sharply constrained by both total available accelerator DRAM and accelerator memory bandwidth: you are probably not getting under your roofline even with pretty slow tensor units (e.g. GB10). This use case matters and looks like it's going to matter more and more over time (the GB10 in particular is going into about a gigaton of RTX Spark laptops next year). In a datacenter setting, you're paying for extreme interconnect (training class hardware setups basically) for pure forward pass that wouldn't otherwise need training optimized gear. Even multi-trillion parameter dense models can fit in 8x or 16x RTX 6000 Pro style setups (hell, there's a DGX branded one) and with all of the geometry, tiling, scheduling, and interconnect needs mapped out up front, the design space is really forgiving on all manner of tensor parallelism, pipelining, KV cache sharding, it's a very friendly constraint space up to like, 3-5T parameters. MoE at inference time works for two groups of people: people who are willing to page experts in per token/draft batch in local LLM settings (not probably ever going to be mainstream, people really dislike that level of slow), and the vendors of extreme performance interconnect i.e. vendors selling training-class equipment as necessary for inference. And you pay in so many other ways: grouped GEMM is no one's idea of a good time, the kernels are fiendishly difficult, therefore they are not abundant, it's no fun.

The path forward here is non-obvious, and I don't claim to have it all figured out. But since you seem interested enough to carry the conversation past the pleasantries, a more substantial version of my thoughts on the matter can be found at: https://cdn.s4.gl/preprints/pairwise-interlock.pdf

Re: I love LLMs, I hate hype

#299

Earlier quoted context omitted.

> No, you switched to another SOTA model. You didn't switch to 'Random Corner Store Token Seller' down the street, did you? You're assuming that SOTA never hits a hard ceiling, letting local models catch up and achieve parity It seems unlike that the frontier labs are going to be keeping ahead forever, they'll hit some kind of ceiling eventually

It's a fair point about the 'ceilings' but I'm not quite making that assumption. I think a few things are going to happen: 1) The Open Weights never really fully catch up, because there's too much Engineering and integration going now. It's way more than 'weights' 2) The Commodity Chinese models never quite catch up for the same reason every other product they make does not catch up - while they will shine in some ar…

I think it's not really much of "hitting a ceiling", but more like plateauing, with growth and improvement slowed down so much that it seems to stagnate.

It's all relative. In computing we're used to Moore's law driving most of the innovation (including this AI boom, which was at least partially due to availability of high powered GPUs), if improvements become less "exponential" and more "linear" it would feel like stagnation.

Right now in AI, we're talking about leaps of capabilities in months. When improvements come along every other decade, it's not "hitting a ceiling" but effectively it's plateauing and stagnating compared to this period of high growth.

For example, Chinese models are said to be roughly 6 months behind. If this remains constant and frontier AI models gets a break through every couple years, this isn't "hitting a ceiling" but it would erode away the competitive edge they have over the Chinese models.

Re: I love LLMs, I hate hype

#300

> where’s all this new magical software that the productivity improvements should imply? It's running, privately, in my homelab. I think we are entering what I call the "have it your way" era. If an open source project doesn't do exactly what you want it to do, fork it, or create a new version. It's too easy. This makes me a bit concerned about the future of open source. Upstreaming used to be worth it, since maintai…

Remember: code is free as in "free puppy". FOSS communities were never valuable because of the code. It was the shared written and oral traditions that make the software useful, usable, and updated.

This is clearest when we create open source communities that are not centered around a code project.

Stack overflow was an amazing open documentation community. Even if the code snippets were less amazing.

One central fault of GNU is their focus on their code and their problematic Jiu-Jitsu attempt to force reluctant companies into doing open-source.

Then again the history of Chromium is less about community - I'm not sure where that fits in my world modeling.

(reedited - clarified words)

Post reply on HN