frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

I'm Peter Roberts, immigration attorney who does work for YC and startups. AMA

155•proberts•22h ago•255 comments

Ask HN: Any active COBOL devs here? What are you working on?

233•_false•23h ago•175 comments

Ask HN: What Pocket alternatives did you move to?

114•ahmedfromtunis•1d ago•130 comments

Ask HN: Will AI models over time converge into the same system?

6•ThinkBeat•11h ago•8 comments

Ask HN: Does anyone have OpenBSD projects looking for unpaid/paid help?

7•nhgiang•1d ago•1 comments

Ask HN: OpenAI zero'd balance (actual money, not free credits) after inactivity

6•footempbar•17h ago•4 comments

Ask HN: What's Your Useful Local LLM Stack?

78•Olshansky•3d ago•48 comments

Ask HN: How did Soham Parekh get so many jobs?

319•jshchnz•2w ago•419 comments

Tell HN: Notion Desktop is monitoring your audio and network

414•HoyaSaxa•1d ago•168 comments

Ask HN: Is it time to fork HN into AI/LLM and "Everything else/other?"

510•bookofjoe•3d ago•367 comments

Ask HN: GCP Outage?

86•grilledchickenw•21h ago•41 comments

Ask HN: Changing Developer Career Specialty

8•Rick76•1d ago•3 comments

Ask HN: Where do you guys find audiobooks?

25•niksmac•21h ago•57 comments

Gmail's backup codes are useless to access account

106•Andrew_nenakhov•20h ago•96 comments

Ask HN: Cursor is using 269,738 tokens to edit 1200 token file

5•sarpdag•1d ago•4 comments

Ask HN: What is the state of support for mutable torrents?

5•absurdistan•1d ago•1 comments

Ask HN: How do you find free academic/scientific material?

5•codeful•1d ago•3 comments

Ask HN: How are you tracking dev productivity without feeling micromanaging?

12•kimzhang•2d ago•10 comments

Ask HN: How do you stay on top of AI tech?

16•kleiba•3d ago•18 comments

Ask HN: Is OpenAI Acquiring Cursor?

9•schappim•2d ago•6 comments

Google raising Nest Aware Plus pricing by 25%

10•corywatilo•2d ago•7 comments

Ask HN: What is the best way to learn 3D modeling for 3D printing?

21•wand3r•3d ago•21 comments

Ask HN: What should we do about state ID legislation?

9•VerdisQuo5678•1d ago•9 comments

I just got banned by Immunefi for reporting a real replay attack on LayerZero V2

5•tangou•20h ago•1 comments

How big is carpooling market?

4•rutvik2601•1d ago•6 comments

Ask HN: Developer-as-a-Service?

3•gerardojbaez•1d ago•13 comments
Open in hackernews

Ask HN: Will AI models over time converge into the same system?

6•ThinkBeat•11h ago
I probably am not using the correct terms here so sorry about that.

If all general LLM are eventually exposed to the same data, and a lot of the same use cases will they over time converge in responses?

Even if they are of different arcitecture? or are the current architecture companies use for their big LLM close enough to each other?

Comments

allears•10h ago
Not an expert, but I believe it's just the opposite. Even with the same LLM and the same training data, responses diverge. And that can be a problem.
drooby•10h ago
Id think yes.

Intelligence is a model of reality and the future. They'll converge into the same system as a reflection of the laws of physics and human psychology.

And then when they are used as weapons they'll perhaps try to diverge and it will become an arms race to create models of the adversaries models.

_

Another way to look at it is our own history. Intelligent apes all "converged" into our one homo sapien.

Buttons840•10h ago
I wonder how much of the AI depends on its initial weights? If in coming decades we understand better how neural networks work, it would be funny to look back and realize that Google beat OpenAI because they got lucky with their initial weights or something.
joules77•10h ago
At a basic level it generates a probability distribution of what the next token should be.

There are a zillion questions that can be asked where you can get a prob dist where multiple tokens have the same probability (flat probability distributions). Then it has to randomly pick one and you can get large variation.

l33tbro•9h ago
I'd guess no. While they have similar training data, there is plenty of novelty and unique data entering each model due to how each user is using it. This is why ideas like model collapse are fun in theory, but don't really play out due to the irregular ways LLMs are used in the real world.

I could be wrong, but I have not heard a convincing argument for what you propose.

ijk•9h ago
In aggregate? Signs point to yes. For the general purpose SFT base models. We see some evidence even with RNNs vs Transformers. You're essentially finding a function that models language. Use the same optimization function, get a similar result.

However, the RL and especially the RLHF does a lot to reshape the responses, and that's potentially a lot more varied. For the training that wasn't just cribbed from ChatGPT, anyway.

Lastly, it's unlikely that you'll get the _exact same_ responses; there's too many variables at inference time alone. And as for training, we can fingerprint models by their vocabulary to a certain extent. So in practical terms there's probably always going to be some differences.

This assumes our current training approaches don't change too drastically, of course.

UltraSane•6h ago
This is called the The Platonic Representation Hypothesis

https://arxiv.org/abs/2405.07987

We argue that representations in AI models, particularly deep networks, are converging. First, we survey many examples of convergence in the literature: over time and across multiple domains, the ways by which different neural networks represent data are becoming more aligned. Next, we demonstrate convergence across data modalities: as vision models and language models get larger, they measure distance between datapoints in a more and more alike way. We hypothesize that this convergence is driving toward a shared statistical model of reality, akin to Plato's concept of an ideal reality. We term such a representation the platonic representation and discuss several possible selective pressures toward it. Finally, we discuss the implications of these trends, their limitations, and counterexamples to our analysis.

moomoo11•4h ago
There are like maybe <100 people who actually contribute actively to LLMs.

Just treat it like a commodity (like cloud infrastructure) and build cool shit using it.

If the provider can roll that feature into their offerings then you’re not actually adding any value to the world.