My take home from this entire drama is that one should not use LLM services for confidential or proprietary information as they all seem to be run by assholes. And you’re sending them everything you are doing. Would you send your lab notebook to an asshole? Hell no. I say that as a mathematician (on paper) who perhaps surprisingly doesn’t give a crap about the problem itself.
> as they all seem to be run by assholes. Wait until you learn how many other SaaS and web 2.0 and cloud based things are also run by assholes. You know this metaphor? https://en.wikipedia.org/wiki/Turtles_all_the_way_down But instead of turtles, it's assholes. But more seriously, no, none of what I wrote above is an attempt to excuse or play down the specific role of assholes in large AI companies.
The Navier–Stokes Millennium Prize Problem
111–120 of 235 posts
Re: The Navier–Stokes Millennium Prize Problem
#112What's missing from the story I think is the part about "...then had a breakthrough on August 15th. The mathematical rumour mill kicked into gear...". If only the two of them were working on the problem in secret, how did their breakthrough become a rumor?
People talk. If you have a breakthrough solving one of the most famous problems outstanding, you're going to tell people. You'll say, "Don't tell anyone", which they will ignore because they get a rush and perceived status by sharing it. So then they tell someone, along with "Don't tell anyone", etc. It's a small enough world (both in academic math, one at Anthropic) that you get to OAI in very few hops.
We know that OpenAI trained on their prompts, plagiarism is incredibly likely. The only thing we don't know is whether or not it was deliberate plagiarism yet
Re: The Navier–Stokes Millennium Prize Problem
#113Re: The Navier–Stokes Millennium Prize Problem
#114My take home from this entire drama is that one should not use LLM services for confidential or proprietary information as they all seem to be run by assholes. And you’re sending them everything you are doing. Would you send your lab notebook to an asshole? Hell no. I say that as a mathematician (on paper) who perhaps surprisingly doesn’t give a crap about the problem itself.
> one should not use LLM services for confidential or proprietary information That’s obvious, isn’t it? Just like you wouldn’t upload your confidential documents to an online spellchecker, or your proprietary code to an online compiler?
I don’t get it.
Re: The Navier–Stokes Millennium Prize Problem
#115Earlier quoted context omitted.
On the contrary, a level-headed summary that gathers information from all the different sources is necessary.
Sounds like a great use case for an LLM
(This was a joke. I value Simon's role in the community.)
Re: The Navier–Stokes Millennium Prize Problem
#116Occam's Razor says: "They heard this problem is solved or about to be solved amongst the rest of the other problems. They prioritized this and put substantial compute with their newest model and solved it." I know everyone loves juicy rumors, theories etc. but honestly that is the simplest and most plausible explanation given the state of AI improvement now. Obviously spending 15 million on a problem is not a slam du…
Re: The Navier–Stokes Millennium Prize Problem
#117>While unlikely, we cannot rule out that de-identified data derived from their usage of our products helped improve our models. What do you mean, as OpenAI employee, you cannot tell that his work has entered the training data ? But also correct me if I'm wrong, if the two mathematician were really close to finish this problem, and their conversation were used by OpenAI, shouldn't the Agent have succeeded way faster/e…
Having the chat logs enter the training data and having them have a meaningful influence on the ultimate result the model produces are very different things. The text for all the Goosebumps books are certainly in the training data and to some small amount influenced the solve. But their contribution was so vanishingly small it would seem absurd to say R L Stein should have recourse for contibuting to the solve.
The equivalent would be taking a (fully offline) LLM and asking it about the ending of one specific Goosebumps book, and it revealing the twist. And although that specific book was (probably) only once in the training data, a high parameter LLM can usually "remember" the twist.
Re: The Navier–Stokes Millennium Prize Problem
#118Occam's Razor says: "They heard this problem is solved or about to be solved amongst the rest of the other problems. They prioritized this and put substantial compute with their newest model and solved it." I know everyone loves juicy rumors, theories etc. but honestly that is the simplest and most plausible explanation given the state of AI improvement now. Obviously spending 15 million on a problem is not a slam du…
Given that the solution took a somewhat “unusual” approach, I find it even more unlikely that an AI model would have come up with this on its own.
Move 37 comes to mind.
Re: The Navier–Stokes Millennium Prize Problem
#119My take home from this entire drama is that one should not use LLM services for confidential or proprietary information as they all seem to be run by assholes. And you’re sending them everything you are doing. Would you send your lab notebook to an asshole? Hell no. I say that as a mathematician (on paper) who perhaps surprisingly doesn’t give a crap about the problem itself.
> as they all seem to be run by assholes. Wait until you learn how many other SaaS and web 2.0 and cloud based things are also run by assholes. You know this metaphor? https://en.wikipedia.org/wiki/Turtles_all_the_way_down But instead of turtles, it's assholes. But more seriously, no, none of what I wrote above is an attempt to excuse or play down the specific role of assholes in large AI companies.
> Wait until you learn how many other SaaS and web 2.0 and cloud based things are also run by assholes.
Though it's not the real acronym, Larry Ellison himself has stated that Oracle stands for One Real Asshole Called Larry Ellison. He famously prides himself on it.Re: The Navier–Stokes Millennium Prize Problem
#120Hah, what is the infrastructure which takes user sessions (chats with API keys, directions, navier-stokes math/progress) and regurgitates this into pre-training, RL, fine-tuning data? Or better, in-context data? People talk about the "compute" but what about the "storage"? Is storage exponentially greater, or soon to be, than the compute? Is the storage going to slow down growing to some constant rate, i.e. all peopl…
AI companies use heuristics to filter sessions, then llms to further filter, then use various techniques too anonymize the session, then process it and add it to various datasets for further selection and refinement. they don't need huge storage for this.
I agree that they have pipelines for what you are describing but how effective they are at scale and at focusing is the question.