Can someone explain to me what's the point of Grok anymore? I don't understand why we need a third or fourth closed frontier model. It is clear that chatGPT has locked down the consumer play, and may be Gemini is there. Claude has enterprise locked up, followed by chatGPT and Gemini. Enterprise switching costs are notoriously high, and even if they switch, they have chatGPT or Gemini to choose from. Beyond that, you…
Grok 4.6 scores 61 on the Artificial Analysis Intelligence Index
181–190 of 472 posts
Re: Grok 4.6 scores 61 on the Artificial Analysis Intelligence Index
#182Earlier quoted context omitted.
Probably can't advance frontier math yet, yeah. But please let us know other places you want to see Grok improve for future models!
I recently decided to get an AI subscription and evaluated Grok vs chatgpt. Went with Grok because it's all-around good enough at day to day stuff, integrates with my Tesla, and the image/video generation is great. Kids love whimsical videos of them riding dinosaurs. Feedback: I'd like Grok to have more connectors (I see OpenAI just added Apple Health, that would be nice to have, and I wish it could read my Onenote n…
Re: Grok 4.6 scores 61 on the Artificial Analysis Intelligence Index
#183Earlier quoted context omitted.
I have. He was using it due to philosophical reasons the same way many people have philosophical reasons for avoiding it. I don't know how many people are like that, but it's not exactly where you want to position your product if you're a business. Personally - and I know I'm not alone with this sentiment based on comments I see on this site - I wouldn't touch Grok no matter how good or cheap it is. I don't trust Elo…
Versus Sam,Dario or the CCP? Im all for running local models but im sor far from being able to pay for a large model hardware setup. My strix halo box is like driving a beaten up vespa when the frontier models are Ferraris.
Re: Grok 4.6 scores 61 on the Artificial Analysis Intelligence Index
#184I have never met a single human being who uses Grok for coding
I have. He was using it due to philosophical reasons the same way many people have philosophical reasons for avoiding it. I don't know how many people are like that, but it's not exactly where you want to position your product if you're a business. Personally - and I know I'm not alone with this sentiment based on comments I see on this site - I wouldn't touch Grok no matter how good or cheap it is. I don't trust Elo…
Re: Grok 4.6 scores 61 on the Artificial Analysis Intelligence Index
#185SpaceXAI is the only frontier model company that had its own compute/date centres and soon chip making factory, I think they will pull ahead with cheaper tokens similar intelligence and better harness/tools. Grok build is 2-5x faster than Claude Code in my opinion.
Except EUV lithography is the most complicated industrial process that exists and they won't have usable yields for many years if ever. I don't think Musk actually expects these fans to ever actually make sense they just let him hype and distract.
Re: Grok 4.6 scores 61 on the Artificial Analysis Intelligence Index
#186I have never met a single human being who uses Grok for coding
Re: Grok 4.6 scores 61 on the Artificial Analysis Intelligence Index
#187SpaceXAI is the only frontier model company that had its own compute/date centres and soon chip making factory, I think they will pull ahead with cheaper tokens similar intelligence and better harness/tools. Grok build is 2-5x faster than Claude Code in my opinion.
they just increased cache read from 0.30 to 0.50 - this has the biggest impact on agentic coding. Elon companies have the most expensive everything:
xAI sub: $30 when other starts at $20, pro like sub for $300 where other charge $200.
Expensive electric cars, powerwalls, solar roofs when competetive products/better are cheaper.
Re: Grok 4.6 scores 61 on the Artificial Analysis Intelligence Index
#188Re: Grok 4.6 scores 61 on the Artificial Analysis Intelligence Index
#189Earlier quoted context omitted.
That would be Muse Spark Contributor Tier. 12-21x price reduction at the expense of your digital existence.
I'd be the first model I'd reach for if I was providing a free service to AI gooners though. Serves them both right.
Re: Grok 4.6 scores 61 on the Artificial Analysis Intelligence Index
#190Earlier quoted context omitted.
A bunch of SWEs at my work use it as their primary model. We have Claude, ChatGPT, and Cursor with essentially no cap on spend (top guy is spending over 10K a month on AI at API prices), and he hasn't had his hand slapped. So it's not like they are using it purely because it's cheaper. I think people like to use it for its speaking style, pretty solid performance, and its speed.
That's pretty surprising. Idk about Grok 4.6, but Grok 4.5 was clearly below Fable, Opus 5 and GPT 5.6 Sol.
But in my experience, the overall productivity ends up similar, give you are willing to work with it in that way.
The grok build TUI harness is excellent and I really enjoyed using it.
For debugging and such I found it pretty much the same as other models.
Fable's taste in software abstraction and project planning in greenfield setups[1] is unmatched in my experience. Sol is OK. My primary use is launching tens of experiments that have to smartly use a limited pool of GPUs.
I use fable to start off the experiments, decide checkpoints, gpu alloc, where to sacrifice precision for performance, and then grok4.5 to iterate, tune, debug, eval, etc, within the abstraction and setup that fable initiated. I have fable write simple scripts that are then wrapped in skills for grok to use. Speed for that loop is extremely important for me, since I also apply human judgement there and I don't like waiting for model output.
I have tried Deepseek and such for the inner agent, but I desperately need multi-modal. Otherwise it's OK, but it tends to use tools less and rambles on and tries to reason with limited information and gets things wrong. Probably a relative la k of tool use posttraining. Gemini flash limits in google ai pro are too low for me to use to compare.
I use anthropic and openais models through grants and so can't compare subscription plan token budgets, but supergrok's budgets are satisfactory.
[1] aside, I have not yet met a model that continues off of a human codebase and actually follows the patterns reliably long term. Eventually it's all slop.