Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
robrenaud
searching PlanetScale…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
3 ms
·
1.
▲
by
robrenaud
7d ago
In the Jev use case, LLMs are horribly uncalibrated. In general, they will not produce good probability estimates. Their generality also comes with a latency/computation costs.
2.
▲
by
robrenaud
7d ago
> That's an interesting choice. One question I had when looking at the jev copy on their blog is if one "line" in their output looks / attends to other lines. I think not, since they say it's parallel and not aut
3.
▲
by
robrenaud
7d ago
> “Predicting sales conversion probability from conversations using pure Reinforcement Learning”. Can you understand what that means? I can understand it, and it wouldn't excite me at all. Jev has a beautiful API and is advertised
4.
▲
by
robrenaud
10d ago
> Using briefer abstractions in place of nested loops is almost always preferable. Indeed, this is why everyone knows the J programming language.
5.
▲
by
robrenaud
14d ago
Neal Nanda's walkthrough of it is pretty good. https://youtu.be/KV5gbOmHbjU?is=GSiv0rSHBocNdU8l Also long, but it's detailed and complicated, so there is no escaping that.
6.
▲
by
robrenaud
16d ago
The part where he chooses his inputs to hit worst case behavior in Python's hash function.
7.
▲
by
robrenaud
17d ago
Experts vary per token in MoE, there is maximum flexibility. Good for driving down loss, bad for locality/gpu memory/bandwidth. If expert selection were more constrained, inference systems could take advantage of it. Keeping expe
8.
▲
by
robrenaud
17d ago
Should LLMs be designed to be modular, so that instead of needing access to the whole model, for a given prompt, only a small subset of the model would be used? If knolwedge was sufficiently modularized, most of it could be ignored. Maybe
9.
▲
by
robrenaud
19d ago
It's cool that it proves that a bunch of vectorized outputs from an unknown embedder on an unknown dataset is in no way private, because of this ability to reverse engineer the embedder. I talked to the author at his poster session at
10.
▲
by
robrenaud
19d ago
I think a less stringent, but still workable assumption is that for very similair objects, their distances will be small. This is much easier to accomplish than agreement across all pairs.
11.
▲
by
robrenaud
23d ago
The number of steps between token outputs is increasing. I don't actually think this is a problem, but it is a further step towards inscrutability.
12.
▲
by
robrenaud
1mo ago
If black and white had different permutations of the back row, you could find more balanced starting positions. Adopt more flexible starting conditions in the computer chess age.
13.
▲
by
robrenaud
2mo ago
Does the model quality become degraded in other ways?
14.
▲
by
robrenaud
2mo ago
Do consider the incentives of those developing the model that made those predictions. Afaict, it was not selected for purpose other than testimony.
15.
▲
by
robrenaud
3mo ago
How do you get personalization without surveillance?
16.
▲
by
robrenaud
3mo ago
I suspect idiomatic TypeScript or idiomatic F# are both way better solutions in the real world than abstruse Typescript emulating idiomatic F#.
17.
▲
by
robrenaud
3mo ago
If a good SWE is $150/hour, does the model cost actually matter? Surely you'd be willing to spend $10/hour to make that SWE 20% more productive? The model cost is still much less than the salary.
18.
▲
by
robrenaud
4mo ago
They use a lightweight adapter to silently degrade the performance. Usually these adaptors are made to improve the performance for a given domain/task.
19.
▲
by
robrenaud
4mo ago
3 blue 1 brown has a great visual introduction to transformers, the heart of LLMs. It's chapter 5. Start at chapter 1 if you want more background on neural nets and backprop. https://youtu.be/wjZofJX0v4M?si=HFXbrB-5cAr
20.
▲
by
robrenaud
4mo ago
"The reasoning is the weights." The reasoning is in a process that uses the weights. Sorting algorithms are just bytes. Those bytes don't sort by themselves. They do instruct a computer on how to sort though.
21.
▲
by
robrenaud
5mo ago
There is some recent work on modularizing knowledge in LLMs. https://arxiv.org/html/2605.06663v1 It might be possible to train a big generalist that is a composition of modules, some of which can be dropped dynamically
22.
▲
by
robrenaud
5mo ago
Is every American tax payer morally compromised?
23.
▲
by
robrenaud
5mo ago
My big gripe with unions is the unwavering protection of their worst performing members. Eg, that they necessitated so called "rubber rooms" like these in the NYC public schools, where teachers got paid to do nothing while waiting
24.
▲
by
robrenaud
5mo ago
The flat earthers are why I hate astronomy. Afaict, the grand parent poster is just very wrong. You do want to cause acute stresses to your heart (cardiovascular exercise) to get it work better.
25.
▲
by
robrenaud
5mo ago
Yeah, it's different. Anthropic profits when it delivers tokens. Hosting providers pay when Anthropic scrapes them.
26.
▲
by
robrenaud
6mo ago
Yeah, my big problem with the paper is it just might be an artifact of qwen's training process.
27.
▲
by
robrenaud
7mo ago
Was Alphago's move 37 original? In the last step of training LLMs, reinforcement learning from verified rewards, LLMs are trained to maximize the probability of solving problems using their own output, depending on a reward signal akin
28.
▲
by
robrenaud
7mo ago
Recursive self improvement. It's when AI speeds up the development of the next AI.
29.
▲
by
robrenaud
7mo ago
Location: SF (current). NYC/Philly general area acceptable. Remote okay. email: rrenaud@gmail.com Resume: 16 year SWE -> MLE @ Google, MS from NYU with focus on ML. Retired. Now I hack on data analysis for video game projects f
30.
▲
by
robrenaud
7mo ago
What do y'all think about the latency/quality tradeoff with LLMs? Human voices don't take 30 seconds to think, retrieve, research, and summarize a high quality answer. Humans are calibrated in their knowledge, they know what
More ›