HN user

highfrequency

2,627 karma
Posts114
Comments327
View on HN
www.pnas.org 17d ago

Disclosing information about the self is intrinsically rewarding

highfrequency
4pts0
worrydream.com 18d ago

Up and Down the Ladder of Abstraction

highfrequency
4pts0
journals.sagepub.com 20d ago

Transcending Temptation Through Abstraction

highfrequency
1pts0
karpathy.github.io 1mo ago

What I learned competing against a convnet (Karpathy 2014)

highfrequency
3pts0
www.nokia.com 1mo ago

The Evolution of Unix

highfrequency
3pts0
www.broadinstitute.org 1mo ago

New gene delivery vehicle shows promise for human brain gene therapy

highfrequency
6pts0
apnews.com 1mo ago

Enlicitide lowers LDL by 60% with little side effect

highfrequency
16pts0
sourcebooks.web.fordham.edu 2mo ago

Ambrose to Theodosius I 390

highfrequency
2pts0
sites.ualberta.ca 2mo ago

Keats, Letters

highfrequency
2pts0
stevepavlina.com 2mo ago

Main quests, subquests, side quests and minigames

highfrequency
1pts0
www.thespl.it 3mo ago

Lessons from Building Mercury

highfrequency
1pts0
www.tesble.com 3mo ago

The Dynamics of Competition in Search Engines (2001)

highfrequency
1pts0
colossus.com 3mo ago

Project Mario: the inside story of DeepMind

highfrequency
17pts1
en.wikipedia.org 3mo ago

Stackelberg Competition

highfrequency
3pts0
twitter.com 3mo ago

I Created Rosie's mRNA Vaccine

highfrequency
4pts1
www.generalist.com 3mo ago

Hummingbird: Venture Firm You've Never Heard Of

highfrequency
2pts0
breakingthemarket.com 5mo ago

The Arithmetic Return Doesn't Exist

highfrequency
1pts0
www.eecs.harvard.edu 6mo ago

Generative models for power law vs. lognormal distributions [pdf]

highfrequency
2pts0
bits.logic.inc 6mo ago

Engineering Is Becoming Beekeeping

highfrequency
8pts0
mason.gmu.edu 7mo ago

The Great Filter

highfrequency
2pts0
arxiv.org 7mo ago

ArXiv Monthly Submissions Chart

highfrequency
1pts0
www.cs.toronto.edu 7mo ago

Distributed Representations (Geoff Hinton) [pdf]

highfrequency
2pts0
hypersoren.xyz 7mo ago

The Smart Squeeze

highfrequency
1pts0
www.nibzard.com 8mo ago

Agent Labs Are Eating the Software World

highfrequency
1pts1
karpathy.github.io 9mo ago

Deep Learning 33 Years Ago (Karpathy) (2022)

highfrequency
3pts0
ajcr.net 10mo ago

Basic Guide to Einsum

highfrequency
4pts1
fs.blog 11mo ago

Sol Price (Farnam Street)

highfrequency
1pts0
hms.harvard.edu 11mo ago

Lithium compound can reverse Alzheimer’s in mice: study

highfrequency
159pts102
news.ycombinator.com 11mo ago

Why do LLMs still not run code before giving it to you?

highfrequency
1pts3
www.bbc.co.uk 1y ago

Why was electricity slow to change manufacturing?

highfrequency
3pts0
Half-Baked Product 18 days ago

This is very insightful. I would be interested in reading an elaboration of your thoughts on this, particularly the role of BigCos and startups and the core nature of the problem in striking out on your own.

Seems natural enough. There will always be complexity and nuance that is missed by an AI model or person - the world is just super detailed. The more expertise you have the more you will be aware of that nuance. That doesn't mean the model or person is not useful as a starting point.

Thanks, I appreciate the discussion. The paper you sent is interesting. I agree it looks like for moderate values of K (on the order of 100-1000), RL models actually look a little worse at pass@k than their base models.

So perhaps the right framing of your/Sutton's claim is: RL can upweight low-probability (p) but correct outputs, but there is a limit to how small p can be, and it is on the order of 1 in a 100 or 1 in a 1000. Implicitly there must be some crossover point where you would call this discovery/creativity if it works for sufficiently small p right? Eg if RL can upweight a correct but 1 in a trillion output to 1 in 5, that's got to count as discovery given that all possible sequences are technically "in the distribution"?

In practice, it does seem like that kind of progress is happening. For example with the recent Erdos solution [0], I would wager that GPT 4's hit rate on this would have been functionally 0 (certainly less than 1 in a thousand). Curious to hear whether you'd still say this is mode-seeking within a base distribution, or if not then what is the right explanation if not iterative RL.

I'd also highlight that the paper you linked with the pass@k equivalence doesn't technically address the question of how small p can be before RL upweighting breaks down - all of the example problems were easy enough that the base model had decent hit rate with 128 tries.

[0] https://openai.com/index/model-disproves-discrete-geometry-c...

I wish it were ok for companies to bluntly say: “we made these decisions for competitive reasons, but the public backlash outweighed that so we are reversing course.”

I think it’s normal and morally fine for companies to want to protect their leadership position. I find the process of creating narratives that justify these decisions as something chosen for the good of others is a little tedious.

Sure, but I'd say that moving desirable trajectories from very low probability to high probability is characteristic of genuine human learning and discovery. Technically, quantum gravity, a bestselling novel, or a yet undiscovered proof of the Riemann Hypothesis is "in my distribution", but when we are talking about a long chain of unlikely token completions (with multiplicative probabilities), whether that trajectory lives in the tail of the distribution vs. in the mode makes all the difference.

Would you agree that it is a matter of degrees rather than a qualitative distinction? There seems to be a broad misconception in Sutton and others that output quality cannot exceed that of the base internet distribution; my point is that RL allows you to easily produce an output distribution that is better than whatever data you trained on according to some evaluation criteria. There are no clear theoretical limits on how much better it can get, rather there are many people asserting guesses that there is an upper bound and it lives below "human creativity." I just haven't seen any solid theoretical argument, and the empirical evidence has so far shown continual improvement.

Also, I would be keen to look at any sources you have of pass@k not improving much during GRPO.

The model’s distribution will certainly change from the base model’s output distribution during reinforcement learning, shifting toward outputs that score well on an external evaluation. This is very different from mode-seeking. Am I missing something?

RLVR still does not expand beyond the base distribution though, it only mode-seeks within it.

Seems clearly false. Pretraining finds the mean/mode of the data distribution. RL can easily generate many samples around that mode, evaluate them on an external source of truth (eg compile the code and run it) and then selectively train on the good samples. This clearly can go beyond the initial data distribution.

Unless I'm missing something, this argument seems to apply only to the original pretraining era (eg GPT 1-4). The post-training and reinforcement learning paradigms are clearly doing variation, evaluation and selective retention no?

now they’ve thrown down the gauntlet directly challenging frontier labs by training their own model (“much larger” than Kimi 2.5’s 1T parameters) from scratch.

To clarify, the model Composer 2.5 announced in this post is not that; it uses Kimi 2.5 as a strong starting point. This is not to discount Cursor's work or future ambitions, but one of the most striking things about the last 6 months is that multiple open-source models/labs are now within striking distance of the frontier closed-sourced labs.

See eg Kimi 2.6 benchmarks: https://www.kimi.com/blog/kimi-k2-6

LLMs have got to the point where if a problem has an easy argument that for one reason or another human mathematicians have missed (that reason sometimes, but not always, being that the problem has not received all that much attention), then there is a good chance that the LLMs will spot it.

I believe that's why 90% of the focus in these firms is on coding. There is a natural difficulty ramp-up that doesn't end anytime soon: you could imagine LLMs creating a line of code, a function, a file, a library, a codebase. The problem gets harder and harder and is still economically relevant very high into the difficulty ladder. Unlike basic natural language queries which saturate difficulty early.

This is also why I don't see the models getting commoditized anytime soon - the dimensionality of LLM output that is economically relevant keeps growing linearly for coding (therefore the possibility space of LLM outputs grows exponentially) which keeps the frontier nontrivial and thus not commoditized.

In contrast, there is not much demand for 100 page articles written by LLMs in response to basic conversational questions, therefore the models are basically commoditized at answering conversational questions because they have already saturated the difficulty/usefulness curve.

Interestingly, non-coding improvements seem less clear. In the Virology uplift trial, Mythos does about as well as Opus 4.5, and Opus 4.6 is notably much worse than Opus 4.5 (p. 27).

"The window described above is not a metaphor. It is an arithmetic deadline...The window is not a metaphor for someone at your coordinates. It is a number."

9 to 1 bet that this is written by AI (perhaps proving the writer's point that he is being displaced).

I think AI is great, but I wish people would just post the prompt they gave instead of the full length decompressed essay. Much more efficient information transfer!

I’ll tell the LLM my main goal (which will be a very specific feature or bugfix e.g. “I want to add retries with exponential backoff to Stavrobot so that it can retry if the LLM provider is down”), and talk to it until I’m sure it understands what I want. This step takes the most time, sometimes even up to half an hour of back-and-forth until we finalize all the goals, limitations, and tradeoffs of the approach, and agree on what the end architecture should look like.

This sounds sensible, but also makes me wonder how much time is actually being saved if implementing a "very specific feature or bugfix" still takes an hour of back and forth with an LLM.

Can't help but think that this is still just an awkward intermediate phase of development with adolescent LLMs where we need to think about implementation choices at all.

GPT-5.4 5 months ago

Can you be more specific about which math results you are talking about? Looks like significant improvement on FrontierMath esp for the Pro model (most inference time compute).

Fix your tools 5 months ago

Engineering is a continual lesson in axe-sharpening (if you have 6 hours to chop down a tree, spend the first 4 sharpening your axe).

My favorite framing, from Kent Beck: “first make the change easy, then make the easy change.”