For OpenAI, o1 represents a step toward its broader goal of human-like artificial intelligence. More practically, it does a better job at writing code and solving multistep problems than previous models. But it’s also more expensive and slower to use than GPT-4o. OpenAI is calling this release of o1 a “preview” to emphasize how nascent it is.
The training behind o1 is fundamentally different from its predecessors, OpenAI’s research lead, Jerry Tworek, tells me, though the company is being vague about the exact details. He says o1 “has been trained using a completely new optimization algorithm and a new training dataset specifically tailored for it.”
OpenAI taught previous GPT models to mimic patterns from its training data. With o1, it trained the model to solve problems on its own using a technique known as reinforcement learning, which teaches the system through rewards and penalties. It then uses a “chain of thought” to process queries, similarly to how humans process problems by going through them step-by-step.
At the same time, o1 is not as capable as GPT-4o in a lot of areas. It doesn’t do as well on factual knowledge about the world. It also doesn’t have the ability to browse the web or process files and images. Still, the company believes it represents a brand-new class of capabilities. It was named o1 to indicate “resetting the counter back to 1.”
I think this is the most important part (emphasis mine):
As a result of this new training methodology, OpenAI says the model should be more accurate. “We have noticed that this model hallucinates less,” Tworek says. But the problem still persists. “We can’t say we solved hallucinations.”
OpenAI doesn't want you to know that though, they want their work to show progress so they get more investor money. It's pretty fucking disgusting and dangerous to call this tech any form of artificial intelligence. The homogeneous naming conventions to make this tech sound human is also dangerous and irresponsible.
It is literally artificial intelligence though. Just because chatGPT doesn't perform as a layperson imagined it would, it doesn't mean it's not AI. They just have an unrealistic expectation of what counts as AI along with the common misconception of AI and AGI being the same thing.
A chess playing robot uses artificial intelligence as well. It's a narrow AI, meaning it can do one thing really well but that doesn't translate to other things. AGI on the other hand stands for Artificial General Intelligence. Humans are an example of general intelligence meaning that we have the cognitive ability to perform well on several unrelated tasks.
It may not be capable of truly understanding anything, but it sure seems to do a better job of it than the vast majority of people I talk to online. I might spend 45 minutes carefully typing out a message explaining my view, only for the other person to completely miss every point I made. With ChatGPT, though, I can speak in broken English, and it’ll repeat back the point I was trying to make much more clearly than I could ever have done myself.
I hate to say it bud, but the fact that you feel like you have more productive conversations with highly advanced autocomplete than you do with actual humans probably says more about you than it does about the current state of generative AI.
It's a (large) language model. It's good at language tasks. Helps to have hundreds of Gigs of written "knowledge" in ram. Differing success rates on how that knowledge is connected.
It's autocorrect so turbocharged, it can write math, and a full essay without constantly clicking the buttons on top of the iphone keyboard.
You want to keep a pizza together? Ah yes my amazing concepts of sticking stuff together tells me you should add 1/2 spoons of glue (preferably something strong like gorilla glue).
How to find enjoyment with rock? Ah, you can try making it as a pet, and having a pet rock. Having a pet brings many enjoyments such as walking it.
I think most people do understand this and the naysayers get too caught up on the words being used, like how you still get people frothing over the mouth over the use of the word "intelligence" years after this has entered mainstream conversation. Most people using that word don't literally think ChatGPT is a new form of intelligent life.
I don't think anyone is actually claiming this is AGI though. Basically people are going around going "it's not AGI you idiot", when no one's actually saying it is.
When you say previous model, you mean gemini with alpha geometry (an actual RL method)? Which scored a silver?
I mean not only google did it before, they also released their details unlike openai's "just trust me bro, its RL".
Openai also said that we should reserve 25k tokens for this "reasoning" and they will be charged the same as output tokens which is exorbitantly high (60$ for 1m tokens).
And the cherry on top is that they won't even give us these "reasoning" tokens. How the hell am I supposed to improve my prompts if I can't even see it? How would I reduce the hallucinations without it?
My personal experience is that, it does have an extra reasoning thing going for itself but in no way does it make openai's tactics tolerable. The quality does not increase enough to justify its cost per token, let alone their "reasoning tokens" BS.
That's a flat out lie, I use it for code all the time and it's fantastic at writing useful functions if you tell it what you want. It's also fantastic if you ask it to explain code or options for problem solving.
So for those not familar with machine learning, which was the practical business use case for "AI" before LLMs took the world by storm, that is what they are describing as reinforcement learning. Both are valid terms for it.
It's how you can make an AI that plays Mario Kart. You establish goals that grant points, stuff to avoid that loses points, and what actions it can take each "step". Then you give it the first frame of a Mario Kart race, have it try literally every input it can put in that frame, then evaluate the change in points that results. You branch out from that collection of "frame 2s" and do the same thing again and again, checking more and more possible future states.
At some point you use certain rules to eliminate certain branches on this tree of potential future states, like discarding branches where it's driving backwards. That way you can start opptimizing towards the options at any given time that get the most points im the end. Keep the amount of options being evaluated to an amount you can push through your hardware.
Eventually you try enough things enough times that you can pretty consistently use the data you gathered to make the best choice on any given frame.
The jank comes from how the points are configured. Like AI for a delivery robot could prioritize jumping off balconies if it prioritizes speed over self preservation.
Some of these pitfalls are easy to create rules around for training. Others are far more subtle and difficult to work around.
Some people in the video game TAS community (custom building a frame by frame list of the inputs needed to beat a game as fast as possible, human limits be damned) are already using this in limited capacities to automate testing approaches to particularly challenging sections of gameplay.
So it ends up coming down to complexity. Making an AI to play Pacman is relatively simple. There are only 4 options every step, the direction the joystick is held. So you have 4n states to keep track of, where n is the number of steps forward you want to look.
Trying to do that with language, and arguing that you can get reliable results with any kind of consistency, is blowing smoke. They can't even clearly state what outcomes they are optimizing for with their "reward" function. God only knows what edge cases they've overlooked.
My complete out of my ass guess is that they did some analysis on response to previous gpt output, tried to distinguish between positive and negative responses (or at least distinguish against responses indicating that it was incorrect). They then used that as some sort of positive/negative points heuristic.
People have been speculating for a while that you could do that, crank up the "randomness", have it generate multiple responses behind the scenes and then pit those "pre-responses" against each other and use that criteria to choose the best option of the "pre-responses". They could even A/B test the responses over multiple users, and use the user responses as further "positive/negative points" reinforcement to feed back into it in a giant loop.
Again, completely pulled from my ass. Take with a boulder of salt.
To be a little nitpicky most of the AI that can play Mario kart are trained not with a reinforcement learning algorithm, but woth a genetic algorithm, which is a sort of different thing.
Reinforcement learning is rather like how you teach a child. Show them a bunch of good stuff, and show them a bunch of bad stuff, and tell them which is the good stuff and which is the bad stuff.
Genetic algorithms are where you just leave it alone, simulate the evolutionary process on an accelerated time scale, and let normal evolutionary processes take over. Much easier, and less processor intensive, plus you don't need huge corpuses of data. But it takes ages, and it also sometimes results in weird behaviors because evolution finds a solution you never thought of, or it finds a solution to a different problem to the one you were trying to get it to find a solution to.
... sometimes results in weird behaviors because evolution finds a solution you never thought of, or it finds a solution to a different problem to the one you were trying to get it to find a solution to.
Those outcomes seem especially beneficial.
But it takes ages, ...
Is this process something that distributed computing could be leveraged for, akin to SETI@home?
No the article is badly worded. Earlier models already have reasoning skills with some rudimentary CoT, but they leaned more heavily into it for this model.
My guess is they didn't train it on the 10 trillion words corpus (which is expensive and has diminishing returns) but rather a heavily curated RLHF dataset.
Is that even the goal? Do we want an AI that's self aware because I thought that basically the whole point was to have an intelligence without a mind.
We don't really want sapient AI because if we do that then we have to feel bad about putting it in robots and making them do boring jobs. Don't we basically want guildless servants, isn't that the point?
It seems utopia/dystopia, but some things get discovered/invented by accident. The more companies and organizations (and even individuals) fiddle with AI improvement, the more the "odds" of a sentient AI (AGI) being accidentally created increases. Let's not forget that there are lots of companies, organizations and individuals (yeah, individuals, people outside organizations but with lots of computing power and knowledge) simultaneously developing and training AIs. Well, maybe I'm wrong and just very optimistic for such thing to appear out of nowhere.
That's not what reasoning is. Training is understanding what they're talking about and being able to draw logical conclusions based on what they've learned. It's being able to say, I didn't know but wait a second and I'll look it up," and then summing that info up in original language.
All Open AI did was make it less stupid and slap a new coat of paint on it, hoping nobody asks too many questions.
I think I've used it if this is the latest available, and it's terrible. It keeps feeding me wrong information, and when you correct it, it says you're right... But if you ask it again, it again feeds you the wrong information.
if you ask it again, it again feeds you the wrong information
Well, it's a LLM, they can't learn anything without rebuilding the whole model from scratch, which I wouldn't exactly call learning anyway... all they “know” is what word is most likely to follow a certain sequence of words according to their model.
Any other facts or information are completely inconsequential for their operation and results.
I just love how people seem to want to avoid using the word lie.
It’s either misinformation, or alternative facts, or hallucinations.
Granted, a lie does tend to have intent behind it, so with ChatGPT, it’s probably better to say falsehood, instead. But either way, it’s not fact, it’s not truth, and people, especially schools, should stop using it as a credible source.
There was a recent paper that argues 'bullshitting' is the most apt analogy.
I.e. telling something to satisfy the other person without caring about the truth content of what you say
Dang, OpenAI just pulled an Apple.
Do something other people have already done with the same results (but importantly before they made a big fuss about it), claim it's their innovation, give it a bloated name so people imagine it's more than it is and produce a graph comparing themselves to themselves, hoping nobody will look at the competition.
Just like Apple, they have their own selling point, but instead they seem to prefer making up stuff while forgetting why people use em.
On a side note they also pulled an Elon.
Where's my AI companion that can comment on video in realtime and sing to me???
Ya had it "working" "live" a couple months ago, WHERE IS IT?!?
I know you hate apple because android is way better but people loved their ipods, iphones, airpods and apple watches. Sure those things were made before but Apple did make them better.
So I don’t know what your point is.
Assuming I'm an android fan for pointing out that Apple does shady PR. I literally mention that Apple devices have their selling point. And it isn't UNMATCHED PERFORMANCE or CUTTING EDGE TECHNOLOGY as their adds seems to suggest. It's a polished experience and beautiful presentation; that is unmatched. Unlike the hot mess that is android. Android also has its selling points, but this reply is already getting long. Just wanted to point out your pettiness and unwillingness to read more than a sentence.
Technophobes are trying to downplay this because "AI bad", but this is actually a pretty significant leap from GPT and we should all be keeping an eye on this, especially those who are acting like this is just more auto-predict. This is a completely different generation process than GPT which is just glorified auto-predict. It's the difference between learning a language by just reading a lot of books in that language, and learning a language by speaking with people in that language and adjusting based on their feedback until you are fluent.
If you thought AI comments flooding social media was already bad, it's soon going to get a lot harder to discern who is real, especially once people get access to a web-connected version of this model.
All signs point to this being a finetune of gpt4o with additional chain of thought steps before the final answer. It has exactly the same pitfalls as the existing model (9.11>9.8 tokenization error, failing simple riddles, being unable to assert that the user is wrong, etc.). It's still a transformer and it's still next token prediction. They hide the thought steps to mask this fact and to prevent others from benefiting from all of the finetuning data they paid for.
They hide the thought steps to mask this fact and to prevent others from benefiting from all of the finetuning data they paid for.
Well possibly but they also hide the chain of thought steps because as they point out in their article it needs to be able to think about things outside of what it's normally allowed allowed to say which obviously means you can't show the content. If you're trying to come up with worst case scenarios for a situation you actually have to be able to think about those worst case scenarios
It's weird how so many of these "technophobes" are IT professionals. Crazy that people would line up to go into a profession they so obviously hate and fear.
Big leap for OpenAI, as in a kind of ML model they haven't explored yet. Not that big for AI in general as others have done the same with similar result. Until they can make graphs where they look exceptionally better compared to other models than their own, it's not that much of a breakthrough.
At the same time, o1 is not as capable as GPT-4o in a lot of areas. It doesn’t do as well on factual knowledge about the world. It also doesn’t have the ability to browse the web or process files and images. Still, the company believes it represents a brand-new class of capabilities. It was named o1 to indicate “resetting the counter back to 1.”
I think it’s more of a proof of concept then a fully functioning model at this point.
This example doesn't prove what you think it does. It shows pattern detection - something computers are inherently very well suited for - but it doesn't demonstrate "reasoning" in any meaningful way.
I think if you can actually define reasoning, your comments (and those like yours) would be much more convincing. I'm just calling yours out because I've seen you up and down in this thread repeating it, but it's a general observed of the vocal critics of the technology overall. Neither intelligence nor reasons (likewise understanding and knowing, for that matter) are easily defined in a way that is more useful than invoking spirits and ghosts. In this case, detecting patterns certainly seems a critical component of what we would consider to be reasoning. I don't think it's sufficient, buy it is absolutely necessary.
I'm getting so tired of the pessimists who are against AI. Granted, I can reflect and see my own similar attitude towards Trump: no matter what, I would never vote for him considering his history and who he is as a person. But treating the next generation of technology feels different than that to me; AI is the future, it's the next revolution. Sure, there are several real issues to criticize and question (copyright, compensation, hallucination come to mind) but instead shit here on Lemmy just gets downvoted to hell with no explanation. I know this comment will get downvoted, but I just wish we could have a discussion about the future without shutting down every practical comment wanting to talk about it.
I'm kinda in the same boat but on the other side. I always try to argue with people about this. It gets me a lot of flak on pro AI posts but that won't stop me. I usually get very aggressive replies and sometimes some fucked up dm's too.
I'm against it because we are already seeing the consequences of this technology and it's only getting worse. By the time laws catch up it's gonna be too late and the damage will be done. For some technologies that's not always the worst. But we already saw how long it took for anyone to do anything about the Internet when it came out, and we are still trying to this day. This shit is growing so fast we will all feel the whiplash. Sites like Facebook are getting absolutely flooded with so much AI that they are becoming almost unusable. And that's before we even get into the shady shit people use AI for like making porn of people they know with the click of a button. I recently read an article about how bad deepfake porn is in South Korea (found the article. https://www.nytimes.com/2024/09/12/world/asia/south-korea-deepfake-videos.html). And in places like the US, where a lot of these companies are based, they are so slow to do anything about a problem it's going to be too late by the time they get to it.
But besides all the awful things happening because of AI, I do have one personal gripe with the whole ordeal. Why are we so quick to replace the things we enjoy with AI? When I get home from work I like to make music and practice pixel art (I'm not very good at either yet). I'd much rather have AI replace my job than my hobbies. I'm down for things that are useful, but too much of this just gives me a bad gut feeling. Like their trying to replace people and not their jobs.
This may be the future. But it sounds like a pretty dystopian future to me. You already can't believe everything you see on the Internet and this will only make it worse.
More and more advanced tools for automation are an important part of creating a post-scarcity future. If we can combine that with tearing down our current economic system - which inherently requires and thus has to manufacture scarcity - we can uplift our species in ways we can currently only imagine.
But this ain't it bud. If I ask you for water and you hand me a glass of warm piss, I'm not "against drinking water" for refusing to gulp it down.
This isn't AI. It isn't - meaningfully and usefully - any form of automation at all. A bunch of conmen slapped the letters "AI" on the side of their bottle of piss and you're drinking it down like it's grandma's peach tea.
The people calling out the fundamental flaws with these products aren't doing so because we hate the entire concept of automation, any more than someone exposing a snake-oil salesman hates medicine. What we hate is being lied to. The current state of this technology is bullshit and hype. It is not fit for human consumption (other than recreationally) and the money being pumped into it could be put to far better uses. OpenAI may have lofty goals, but they have utterly failed at achieving them, and right now any true desire to create AGI has been totally subsumed by the need to keep pumping out slightly better looking versions of the same polished turd in order to convince investors to keep paying for their staggeringly high hosting costs.