The author begins by noting XAI's recent accelerated pace of model releases, attributing it to their acquisition of Cursor, a company known for its Reinforcement Learning (RL) and post-training expertise. This acquisition, according to the author, has enabled XAI to significantly enhance its models, moving away from a period of less frequent and impactful releases.
Grok 4.6 is presented not as a new pre-trained model, but as a post-training refinement of Grok 4.5. This approach, utilizing advanced RL and post-training techniques from Cursor, allows for improvements after the initial pre-training phase, particularly in long-running tasks and agentic workflows where models need to maintain context and track multiple sub-agents. The official announcement highlights its ability to handle complex tasks across many steps, including researching topics, analyzing information, working across codebases, and turning ideas into polished applications.
Benchmarking data from Artificial Analysis shows Grok 4.6's intelligence reaching near GPT-5.6 Sol and trailing slightly behind Claude Opus 5 and Claude Fable 5. However, the author cautions against over-reliance on these generalized intelligence indices, sharing his personal experience that Opus 5, despite high scores, often requires substantial cleanup when generating code, a sentiment he dubs 'Opus Slopper'. He notes that Grok 4.5 was good enough for his daily work, making Grok 4.6 a significant contender in the market for labs other than Anthropic or OpenAI.
More granular benchmarks reveal significant improvements:
DeepSWE 1.1: Grok 4.6 scores 65.9%, a substantial jump from Grok 4.5's 54%, placing it just behind GPT-5.6 Sol (73%) and Fable 5 (70%). This indicates a major leap in its ability to solve complex software engineering tasks reliably.
CursorBench 3.2: Grok 4.6 achieves 69.9%, surpassing GPT-5.6 Sol (67.2%) and closing in on Fable 5 Max (70.5%). This is particularly noteworthy given Cursor's expertise in code generation and agentic evaluations.
* FrontierCode 1.1 (Extended): Grok 4.6 scores 61.3%, an improvement from Grok 4.5's 56.6%, positioning it between GPT-5.6 Sol (60.6%) and Fable 5 Max (63.6%).
Cost-effectiveness is a key takeaway. Grok 4.6 maintains the pricing of Grok 4.5 at $2/6 per 1 million input/output tokens, making it significantly cheaper than Claude Opus 5 (60%+ below) and GPT-5.6 Sol. Its cost of $0.84 per task, comparable to Kimi K3, firmly places it on the Pareto frontier for intelligence vs. cost.
However, the author identifies a crucial regression in Grok 4.6: its token efficiency and speed. While Grok 4.5 was lauded for its fast responses and lean token usage, Grok 4.6 sees an increase of over 30% in output tokens per task. This directly impacts cost per task (making it more expensive than Grok 4.5, although still cheaper than competitors) and response latency, which the author personally experienced in his coding workflows. This regression shifts Grok 4.6 out of the 'most attractive quadrant' (cheapest and smartest) in the Artificial Analysis cost vs. intelligence chart.
The video also showcases real-world examples of Grok 4.6's capabilities, particularly within the T3 Code environment (the author's platform for AI-assisted development). This includes generating casual games like 'Fishslop' and performing practical tasks like security audits and refactoring code. While its performance in 2D game generation was functional, its attempt at a 3D game port resulted in significant visual and control issues, lagging behind even an open-weight Muse model. In contrast, for code-related tasks like auditing and generating migration plans, Grok 4.6 demonstrated strong performance, including generating a 1000-line Pull Request (PR) to update Cursor's SDK integration within T3 Code, showcasing its ability to handle complex and multi-step engineering tasks cohesively.
Looking ahead, Elon Musk's public announcements suggest Grok 4.7 is already in development, promising significant improvements over 4.6 and incorporating a massive amount of SpaceX company data for supplemental training. This indicates a rapid iteration cycle for XAI, with the author expressing excitement for future models that could potentially address the current efficiency regressions while pushing the boundaries of agentic capabilities. The underlying technique of self-testing and verification with the model checking its own work before moving on is highlighted as a critical feature for developing robust long-running agents.