Who here actually uses Grok? It's sad to see Elon's arc but when he doubled down on some of his political ideas he had it coming with the Tesla sales going down and x.ai not taken seriously. I've always tried to remain apolitical and unbiased but it's hard to overlook who's behind a technology you wanna buy. Not that sama and others are saints either, it's just Elon's very obvious and vocal about it. It's a shame, re…
Grok 4 Fast now has 2M context window
181–190 of 328 posts
Re: Grok 4 Fast now has 2M context window
#182Re: Grok 4 Fast now has 2M context window
#183[flagged]
I think this is against HN’s policies. @dang
Outside a few weird online bubbles and pockets of the US, hardly anyone disputes the claim you are objecting to.
Re: Grok 4 Fast now has 2M context window
#184It's funny how fast this post is flagged, lol. Have other LLMs or blunt ads got the same treatment on HN?
Yes, I’ve seen it happen multiple times.
Re: Grok 4 Fast now has 2M context window
#185Re: Grok 4 Fast now has 2M context window
#186Earlier quoted context omitted.
I don't think there are any up-to-date leaderboards, but models absolutely degrade in performance the more context they're dealing with. https://wandb.ai/byyoung3/ruler_eval/reports/How-to-evaluate... >Gpt-5-mini records 0.87 overall judge accuracy at 4k [context] and falls to 0.59 at 128k. And Llama 4 Scout claimed a 10 million token context window but in practice its performance on query tasks drops below 20% accur…
That makes me wonder if we could simply test this by letting the LLM add or multiply a long list of numbers? Here is an experiment: https://www.gnod.com/search/#q=%23%20Calcuate%20the%20below%... The correct answer: Correct: 20,192,642.460942328 Here is what I got from different models on the first try: ChatGPT: 20,384,918.24 Perplexity: 20,000,000 Google: 25,167,098.4 Mistral: 200,000,000 Grok: Timed out after 300s…
Re: Grok 4 Fast now has 2M context window
#187This post really has no reason to be flagged. I know Elon is controversial, and I have a lot of gripes with his business practices myself, but this is literally just documentation for a frontier LLM. Can we stay on topic?
[flagged]
Re: Grok 4 Fast now has 2M context window
#188Earlier quoted context omitted.
Besides the obvious right wing interference in politics, star link weaponization in some countries - how can anybody stomach the saving-humanity-agenda while running a major social media unresponsiveliy without caring of moderation, its consequences for real people?
Because someone's moderation is censorship to someone else. Begging Musk for free speech is another issue in itself though so you better don't bet on X allowing you to speak forever.
Let us empower anybody to say anything they want AND enforce everybody to have to listen to it.
Anonymous free speech is not free speech. There is no accountability. It should not should not be a human right. Its destroying our societies. The evidence should be clear by now.
Re: Grok 4 Fast now has 2M context window
#189Earlier quoted context omitted.
Thought this would be about the whistleblower. They didn't even mention it!
Yes allegedly having an employee bumped off for whistleblowing and the sister thing is way worse than someone having a different opinion than you. One is criminal the other is free speech.
Re: Grok 4 Fast now has 2M context window
#190I had a failed refactor with Codex recently and I am wondering if context window size is the cause.
I use Claude Code, haven't used Codex yet (should I?) - but in Claude code you can spin up sub-agents to handle these big refactors, with the master context window just keeping track of the overall progress, bugs, etc and providing instructions to the subagents to do the rote work.