Earlier quoted context omitted.
Has it occurred to you that _all_ model providers are actively trying to shape their models' replies to fit their preferred political narratives?
It's not the preferred political narrative of the model that I worry about. It's how brazen they are about altering their models to achieve it. It makes me wonder what else they're altering. I have trust issues with OpenAI and Anthropic as well, but with those companies, at least I know their motives are purely profit driven. I don't have that assurance with xAI.
Grok 4.5
571–580 of 1001 posts
Re: Grok 4.5
#572With each release from the the other major labs, it becomes harder for Google to tell a compelling story about Gemini 3.5. Edit: Gemini 3.5 Pro . Expectations grow with each day it is not released.
Google wanted to release 3.5 Pro last month but because of the trouble Anthropic got with Fable they might have wanted to wait a bit for the dust to settle I could imagine. And now there is quite some competition. 3.5 Flash for me is a replacement to 3.1 Pro. It's more like a 3.2 Pro. It costs about the same (or more!) than 3.1 Pro, is a little bit smarter in many cases and a little bit faster. 3.5 Pro will be a lot…
Re: Grok 4.5
#573Earlier quoted context omitted.
> Claude just gave up and did an HTML/CSS implementation but I insisted on native SwiftUI+Metal. That sounds very odd and very contrary to my experience. You don’t say which model you actually used, but I never had opus 4.8 (or sonnet for that matter) ignore which language/stack i wanted to use.
Yeah, that makes no sense. I've never seen any model "just give up" and change to a wholly different stack on its own.
Re: Grok 4.5
#574Earlier quoted context omitted.
From a business perspective, a company that trains it's LLMs to having boring, mainstream, generally-inoffensive views is a big selling point over whatever the hell Elon is doing.
Drugs. Drugs are what Elon is doing. And it's pretty cringe. But it's remarkably similar in cringe to that little "secret erection" look Amodei gets when he talks about millions of unemployed people, or or Altman rolling through Pacific Heights in a four million dollar Swedish hypercar holding the steering wheel wrong the day after yet another lecture about UBI. It's all pretty goddamned embarassig.
Re: Grok 4.5
#575Earlier quoted context omitted.
I don't remember online discourses on filter avoidance for Grok to be any different from typical ones, except that it allegedly have tendency to take porn-biased interpretations of prompts, I think the "uncensored" pitch they had for a while was pure marketing in the end.
A few months ago it was the only model that would make children in pictures naked. I think that's been patched since Elon got sued over it.
There is/was the official bot on Twitter that you can tag with a prompt, like "@grok put this spacesuit on a horse on a moon", that's not equal to being uncensored.
Re: Grok 4.5
#576(from Cursor's blog) > Training included trillions of tokens of Cursor data which capture a wide-range of user interactions with codebases and software tools. This dataset lets the model learn both from existing software as well as developer-agent interactions, capturing how developers work and how agents interact with their environments. This is what the big money was for. Cursor is the first big player that had rea…
> You use the previous gen model to prepare datasets for the next model iteration I've read multiple times that this approach is harmful in training. You're essentially describing what many call distillation, but it's only useful in post training to guide behavior, it teaches how to behave, not how to think. I might be wrong though and would be glad if someone more knowledgeable provided more insights.
There's a lot of nuance here. Note that I said "prepare" datasets and not just "generate" datasets.
First, the "model collapse" paper(s) were highly misunderstood and the "media" / content creators ran with it because negativity sells. In that initial paper the authors took things to the extreme, and presented as a given what happens in the literal worse case scenario. They used small models, they generated data w/ those models and indiscriminately trained on that data. It obviously led to model collapse. But that's not what you do in the real world.
The way you do this in the real world is different. For pre-training data you can do things to improve the quality of your inputs:
First, you can use the models to curate your datasets. And this is something that everyone has done since the days of "chug common crawl into the model and see what comes out". It turns out that quality of the data is very important and common crawl is really bad. So we've seen attempts at curating that data. The better the filtering models, the better the initial pre-training data.
Then you can have data augmentation, where you take some piece of content, and generate augmentations for it. Current models are good enough that you can take a piece of "authoritative" text (say a book on writing style) and a bunch of articles, and "improve" them. Or take a piece of content and "translate" it into simple / advanced explanations. Or take a piece of code and "explain" what it does, based on a paragraph from an authoritative book. And so on.
Then, for the mid-training / post-training with RL:
You need to find both good scenarios (i.e. problems) for your model to solve and a good verification schema. Like they say in the quote above, those problems need to be complicated enough for each new model. Here you can again use old models to prepare datasets for the new models.
One simple approach is to take a codebase, have your current model identify a set of features. Then instruct the model to remove code relating to feature "a" but keep its tests. Then verify that every other feature works in the code, bar the one you removed. Then, during RL, you train your new model on that task (you present it as a "prompt" / "situation") and you score the model based on the new feature passing the original tests.
Then there are more advanced ways of using prev gen models for "open ended" problems. You can't really apply RL if the task is not easily verifiable (like above, with tests). But you can use something like RLAIF (reinforcement learning w/ AI feedback) where you grade responses with the previous gen models. Now, in general this is lower quality / lower signal than RLVR (verifiable rewards) but you can still do smart things. Instead of rating an answer good / bad, or ask it one-shot what answer is better, you can use a method based on rubrics. You can first ask the preparing model to select tasks, and a list of rubrics on how that task should be scored (like they generally do on open ended exam questions). Then while doing RL you grade each response by asking the prev gen model to generate said rubrics. Does the answer touch on subject a / b / c? Does the answer mention x y z? Is this mathematically sound? And so on. You still get better results than nothing, even if the task is "open ended". And, again, as models improve so does your pipeline.
Re: Grok 4.5
#577It seems to be extremely economical - 4x better reasoning efficiency compared to Opus while being priced at $2/$6. For comparison, GPT 5.4 is $2.5/$15, GPT 5.5/5.6 are $5/$30, Opus 4.8 is $5/$25, Fable is $10/$50. And by benchmarks (unless they gamed them), seems to be at around Opus 4.7 level, which is what Elon mentioned in https://x.com/elonmusk/status/2074911038286295049 . I guess the Cursor data was very useful.
Now if they could have an "equivalent" to Claude's $100 plan with similar compute limits. I have the $40 a month version of Grok and I get a max of like 8 hours of "non-stop" Grok Build coding, per month.
Re: Grok 4.5
#578Re: Grok 4.5
#579Re: Grok 4.5
#580With each release from the the other major labs, it becomes harder for Google to tell a compelling story about Gemini 3.5. Edit: Gemini 3.5 Pro . Expectations grow with each day it is not released.