Earlier quoted context omitted.
No, this is just how Microsoft names things.
We'll know the Microsoft takeover is complete when OpenAI release Ai.net.
Learning to Reason with LLMs
381–390 of 1001 posts
Re: Learning to Reason with LLMs
#382The "safety" example in the "chain-of-thought" widget/preview in the middle of the article is absolutely ridiculous. Take a step back and look at what OpenAI is saying here "an LLM giving detailed instructions on the synthesis of strychnine is unacceptable, here is what was previously generated vs our preferred, neutered content " What's this obsession with "safety" when it comes to LLMs? "This knowledge is perfectly…
—-
LLMs are usually accessible through easy-to-use API which can be used in an automated system without human in the loop. Larger scale and parallel actions with this method become far more plausible than traditional means.
Text-to-action capabilities are powerful and getting increasingly more so as models improve and more people learn to use them to the their full potential.
Re: Learning to Reason with LLMs
#383This is incredible. In April I used the standard GPT-4 model via ChatGPT to help me reverse engineer the binary bluetooth protocol used by my kitchen fan to integrate it into Home Assistant. It was helpful in a rubber duck way, but could not determine the pattern used to transmit the remaining runtime of the fan in a certain mode. Initial prompt here [0] I pasted the same prompt into o1-preview and o1-mini and both c…
Re: Learning to Reason with LLMs
#384Very interesting. I guess this is the strawberry model that was rumoured. I am a bit surprised that this does not beat GPT-4o for personal writing tasks. My expectations would be that a model that is better at one thing is better across the board. But I suppose writing is not a task that generally requires "reasoning steps", and may also be difficult to evaluate objectively.
No, it's the opposite. This is simply a function of resources applied during training.
Re: Learning to Reason with LLMs
#385Interesting to note, as an outside observer only keeping track of this stuff as a hobby, that it seems like most of OpenAI’s efforts to drive down compute costs per token and scale up context windows is likely being done in service of enabling larger and larger chains of thought and reasoning before the model predicts its final output tokens. The benefits of lower costs and larger contexts to API consumers and applic…
In the end, however you slice it, the goal has to be "make it do more with less because we can't get infinitely more hardware" regardless of which "why" you give.
Re: Learning to Reason with LLMs
#386The "safety" example in the "chain-of-thought" widget/preview in the middle of the article is absolutely ridiculous. Take a step back and look at what OpenAI is saying here "an LLM giving detailed instructions on the synthesis of strychnine is unacceptable, here is what was previously generated vs our preferred, neutered content " What's this obsession with "safety" when it comes to LLMs? "This knowledge is perfectly…
"This knowledge is perfectly fine to disseminate via traditional means, but God forbid an LLM share it!"
Barrier to entry is much lower.Re: Learning to Reason with LLMs
#387It finally got it!!!
Re: Learning to Reason with LLMs
#388Earlier quoted context omitted.
Given the significant chain of thought tokens being generated, it also feels a bit odd to hide it from a cost fairness perspective. How do we believe they aren't inflating it for profit?
That sounds like the GPU labor theory of value that was debunked a century ago.
Per 1M in/out tokens:
GPT4o - 5$/15$
O1-preview - 15$/60$
Re: Learning to Reason with LLMs
#389One thing that makes me skeptical is the lack of specific labels on the first two accuracy graphs. They just say it's a "log scale", without giving even a ballpark on the amount of time it took. Did the 80% accuracy test results take 10 seconds of compute? 10 minutes? 10 hours? 10 days? It's impossible to say with the data they've given us. The coding section indicates "ten hours to solve six challenging algorithmic…
So now it’s a question of how fast the AGI will run? :)
I suppose what this type of approach provides is better prediction/planning by using more of what the model learnt during training, but it doesn't address the model being able to learn anything new.
It'll be interesting to see how this feels/behaves in practice.
Re: Learning to Reason with LLMs
#390One thing that makes me skeptical is the lack of specific labels on the first two accuracy graphs. They just say it's a "log scale", without giving even a ballpark on the amount of time it took. Did the 80% accuracy test results take 10 seconds of compute? 10 minutes? 10 hours? 10 days? It's impossible to say with the data they've given us. The coding section indicates "ten hours to solve six challenging algorithmic…
I don't think it's hard to compute the following: - At the high end, there is a likely nonlinear relationship between answer quality and compute. - We've gotten used to a flat-price model. With AGI-level models, we might have to pay more for more difficult and more important queries. Such is the inherent complexity involved. - All this stuff will get better and cheaper over time, within reason. I'd say let's start by…