Viewing profile — robrenaud
robrenaud
HN member- Joined
- Fri, Mar 19, 2010, 2:32 AM UTC
- HN karma
- 2,458
- Public activity
- 604 items
- HN profile
- View on Hacker News ↗
About robrenaud
No profile information was provided.
Recent public activity
-
comment
Comment #49015777
Does the model quality become degraded in other ways?
-
comment
Comment #48901619
Do consider the incentives of those developing the model that made those predictions. Afaict, it was not selected for purpose other than testimony.
-
comment
Comment #48896472
How do you get personalization without surveillance?
-
comment
Comment #48732610
I suspect idiomatic TypeScript or idiomatic F# are both way better solutions in the real world than abstruse Typescript emulating idiomatic F#.
-
comment
Comment #48715320
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 t…
-
comment
Comment #48484633
They use a lightweight adapter to silently degrade the performance. Usually these adaptors are made to improve the performance for a given domain/task.
-
comment
Comment #48400517
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…
-
comment
Comment #48400395
"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 com…
-
comment
Comment #48095173
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, so…
-
comment
Comment #47938232
Is every American tax payer morally compromised?
-
comment
Comment #47926624
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, w…
-
comment
Comment #47835582
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 i…
-
comment
Comment #47799944
Yeah, it's different. Anthropic profits when it delivers tokens. Hosting providers pay when Anthropic scrapes them.
-
comment
Comment #47597327
Yeah, my big problem with the paper is it just might be an artifact of qwen's training process.
-
comment
Comment #47324708
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 us…
-
comment
Comment #47324548
Recursive self improvement. It's when AI speeds up the development of the next AI.
-
comment
Comment #47238259
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 …
-
comment
Comment #47220912
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 c…
-
story
Ask HN: Is there something like Google style guide for AI-only coded apps?
The Google style guide for C++/Java/Python are opinionated, hard fought, wise, and they elimate a large source of errors while minimizing harmful, unneded inconsistences. They pick…
-
comment
Comment #47105602
Please serve well quantized models. If you can get 99 percent of the quality for 50 percent of the cost, that is most times a good tradeoff.
-
comment
Comment #47091699
Cite a source. Your concrete claim is that, on average, for every $1 of subscription revenue on a monthly subscription, OpenAI and Anthropic were losing $11.50? It seems completely…
-
comment
Comment #46942071
I used to play very competitively, but I've been more chill recently. I just think it's a nice problem/dataset to work with, because of the depth of my understanding of the game.
-
comment
Comment #46941412
I’ve been experimenting with a live win probability predictor for the 10-player arcade game Killer Queen. The goal is to predict the winner in a causal, event-by-event fashion. Rig…
-
comment
Comment #46931241
A compiler that can turn cash into improved code without round tripping a human is very cool though. As those steps can get longer and succeed more often in more difficult circumst…
-
comment
Comment #46581736
Previously, I made a live win probability model for the 5v5 arcade game Killer Queen Arcade from their game events API. Now I am trying to use that model to make: 1. A post game in…