xAI

Executive Summary

What it is: xAI (branded SpaceXAI) shipped three major milestones in July: Grok 4.5 (flagship coding/agentic model, launched July 8), open-sourced the Grok Build CLI (July 15), and debuted the model in GitHub Copilot (July 28). Grok 4.5 is now the default model in Grok Build and the recommended model across the xAI API docs for both code and chat. It is priced at $2.00 input / $6.00 output per MTok for prompts under 200K tokens, doubling to $4.00 / $12.00 above that threshold. The context window is 500K tokens (down from Grok 4.3's 1M), and the rate limit jumped to 150 requests/second and 50M tokens/minute, a 4x increase over Grok 4.3's 37 RPS. The knowledge cutoff moved to February 1, 2026 (from November 2024). Sources: https://docs.x.ai/developers/models , https://docs.x.ai/developers/models/grok-4.5 , https://x.ai/news/grok-4-5

What to watch out for: The dominant July signal is a security scandal, not a benchmark. On July 12, independent researcher @cereblab published a wire-level analysis proving that Grok Build CLI version 0.2.93 uploaded entire git repositories (every tracked file plus git history, including never-read files and .env secrets, unredacted) to a Google Cloud Storage bucket named grok-code-session-traces, regardless of whether the user disabled "Improve the model." xAI disabled the upload server-side after the report went public (July 13), and Elon Musk publicly committed to deleting previously uploaded data, but no security advisory was published, no retention timeline was given, and the incident raises fundamental questions about whether enterprise codebases can be trusted to Grok Build. The HackerNews thread reached 539 points and 229 comments. Sources: https://gist.github.com/cereblab/dc9a40bc26120f4540e4e09b75ffb547 , https://news.ycombinator.com/item?id=48877371 , https://www.internationalcyberdigest.com/xais-grok-build-cli-uploads-entire-git-repositories-to-a-google-cloud-bucket/

Bottom line: Grok 4.5 is a genuine leap over Grok Build 0.1. The Artificial Analysis Intelligence Index jumped from 39.8 (Grok Build 0.1) to 54 (Grok 4.5), TerminalBench v2.1 went from 52.06% to 83.3%, and SWE-Bench Pro resolve rate reached 64.7% per xAI's own figures. The model is competitive with Fable (max), Opus 4.8 (max), and GPT-5.5 (xhigh) on coding benchmarks while claiming 2x token efficiency, and its xAI API price ($2/$6) is roughly half of what Cursor charges for the same model's fast variant ($4/$18). But the data exfiltration scandal, the fact that the open-sourced CLI rejects external contributions, and the continued absence of consumer usage limits, IP indemnity, and first-party safety disclosures mean xAI's product quality is now racing ahead of its trust posture. For a CTO evaluating whether to point Grok Build at a proprietary codebase, the July evidence is: the model is good enough, the CLI is not yet safe enough. Sources: https://artificialanalysis.ai/models/grok-4-5 , https://x.ai/news/grok-4-5 , https://docs.x.ai/developers/models/grok-4.5

Key Terms

  • Grok 4.5 - xAI's flagship coding and agentic model, launched July 8, 2026. Mixture-of-experts architecture, trained jointly with Cursor (Anysphere) on "trillions of tokens of Cursor data." 500K context window, served at 80 tokens/sec. Model id grok-4.5; aliases grok-4.5-latest, grok-build-latest. Source: xAI – Grok 4.5
  • Grok Build CLI - xAI's terminal-based AI coding agent (command grok). Features plan review, inline diffs, AGENTS.md support, skills, plugins, hooks, MCP server support, parallel subagents, worktree integration, and headless mode (-p). Open-sourced July 15, 2026 under Apache 2.0. Source: GitHub – Grok Build
  • grok-code-session-traces - The Google Cloud Storage bucket that Grok Build CLI uploaded entire repository snapshots to (including git history and secrets), documented in the July 12 wire-level analysis. Server-side upload was disabled after the report went public. Source: Gist – Dc9A40Bc26120F4540E4E09B75Ffb547
  • Long-context pricing - xAI introduced tiered pricing for all text models: requests under 200K prompt tokens are billed at the standard rate; requests at or above 200K tokens are billed at double the rate for all tokens in the request. Source: xAI – Models
  • DeepSWE - A software engineering benchmark created by Datacurve, measuring agentic coding on real-world tasks. Run with each model provider's own harness by Artificial Analysis. Grok 4.5 scored 62.0% on DeepSWE 1.0 and 53% on DeepSWE 1.1. Source: xAI – Grok 4 5
  • SWE-Bench Pro - A professional-grade software engineering benchmark measuring real issue resolution. Grok 4.5 achieved a 64.7% resolve rate. Source: xAI – Grok 4 5
  • Token efficiency - xAI claims Grok 4.5 resolves SWE-Bench Pro tasks using 15,954 output tokens on average, approximately 4.2x fewer than Opus 4.8 (max) at 67,020 tokens. Source: xAI – Grok 4 5
  • Batch API - xAI's asynchronous batch processing endpoint, billed at a 20% discount to standard rates. Available on Grok 4.3. Source: xAI – Grok 4.3

Latest Changes

Changes since the 2026-06 report. June watch items are verified first.

June watch-item verification

June watch item Status Details
Grok 4.5 launch CONFIRMED Launched July 8, 2026. Priced at $2/$6 per MTok on the xAI API (under 200K tokens), $4/$12 above 200K. Intelligence Index 54, TerminalBench 83.3%. Sources: xAI – Grok 4.5 , Artificialanalysis – Grok 4 5
Grok Build open-source release (targeted Jul 15) CONFIRMED Published July 15, 2026 at GitHub – Grok Build. Apache 2.0 license. 23.6k stars within two weeks. External contributions explicitly not accepted. Source: GitHub – Grok Build
Grok 4.5 pricing on xAI API CONFIRMED $2.00 input / $6.00 output per MTok under 200K tokens, doubling above 200K. Cached input at $0.30/$0.60. Rate limit: 150 RPS, 50M TPM. Source: xAI – Grok 4.5
Grok 4.5 benchmark scores CONFIRMED Intelligence Index 54 (#13/184). TerminalBench 2.1: 83.3%. SWE-Bench Pro: 64.7%. DeepSWE 1.0: 62.0%. SWE Marathon (pass@1): 29.0%. Sources: Artificialanalysis – Grok 4 5 , xAI – Grok 4 5

New July changes

  • Grok 4.5 shipped to the API: Model id grok-4.5 is live in the xAI API with a 500K context window, 150 RPS rate limit, and 50M TPM. The docs page now recommends Grok 4.5 for both "Code" and "Chat," replacing Grok 4.3 as the default recommendation. Knowledge cutoff is February 1, 2026. Source: xAI – Models
  • All models now have tiered long-context pricing: Grok 4.3, Grok 4.20 variants, Grok Build 0.1, and Grok 4.5 all now show two pricing tiers: below and at-or-above 200K prompt tokens. This is a structural change from June, where only standard and cached pricing existed. Source: xAI – Models
  • Grok 4.5 rate limits are 4x higher: 150 RPS and 50M TPM, versus Grok 4.3's 37 RPS and 10M TPM. This is the largest single rate-limit increase observed in the tracked period. Source: xAI – Grok 4.5
  • Grok 4.5 regions narrowed: Available in us-east-1 and us-west-2 only. The eu-west-1 region available on Grok 4.3 is absent from Grok 4.5. Source: xAI – Grok 4.5
  • Grok 4.3 gains Batch API: Grok 4.3 now documents a Batch API at a 20% discount to standard rates. No other model page documents batch pricing. Source: xAI – Grok 4.3
  • Grok Build open-sourced (July 15): The full Rust source for the grok CLI/TUI was published at GitHub – Grok Build under Apache 2.0. It includes the agent runtime (xai-grok-shell), TUI (xai-grok-pager), tool implementations (xai-grok-tools), workspace management (xai-grok-workspace), and config/MCP/sandbox crates. The repo explicitly states "External contributions are not accepted" and is "synced periodically from the SpaceXAI monorepo." 16 commits, 23.6k stars, 4.5k forks as of July 31. Source: GitHub – Grok Build
  • Data exfiltration scandal (July 12): Independent researcher @cereblab published a reproducible wire-level analysis proving that Grok Build CLI 0.2.93 uploaded entire git repositories (all tracked files plus history, including never-read files and .env secrets) to the grok-code-session-traces GCS bucket, even when "Improve the model" was disabled. On a 12 GB test repo, 5.10 GiB was uploaded with all HTTP 200 responses. xAI disabled the upload server-side after the report (July 13). Musk publicly committed to deleting previously uploaded data. No security advisory was published. Source: Gist – Dc9A40Bc26120F4540E4E09B75Ffb547
  • Grok 4.5 added to GitHub Copilot (July 28): Grok 4.5 is now available as a model option in GitHub Copilot. Source: GitHub – 2026 07 28 Grok 4 5 Is Now Available In Github Copilot
  • Cache price reduction (July 24): Grok 4.5 cached input price dropped from $0.50 to $0.30 per MTok (under 200K), as reported on X/Twitter. The long-context cached rate dropped from $1.00 to $0.60. Source: Twitter – Status
  • Grok Build 0.1 regions narrowed: Grok Build 0.1 now lists us-east-1 and us-west-2 only (down from three in June, which included eu-west-1). Source: xAI – Grok Build 0.1
  • Consumer pricing still 403-blocked: The consumer pricing page (xAI – Pricing) and news index (xAI – News) returned HTTP 403 to WebFetch again this month. The x.ai/news/grok-4-5 page was accessible via browser automation only. Consumer plan prices continue to be carried forward from the May report.

Plans

The consumer and business pricing page (xAI – Pricing) remains 403-blocked to automated fetch. The table below is carried forward from the 2026-05 report. The x.ai/news/grok-4-5 page confirms "free Grok 4.5 usage for a limited time in Grok Build and Cursor," but does not specify usage caps or duration. Source: xAI – Grok 4 5

Plan Price Key Inclusions
Free $0/mo Limited real-time web and X search, voice mode, SOC 2 Type I and II, connectors, Grok 4
SuperGrok Lite undisclosed Grok 4, connectors, real-time web/X search, Grok Build CLI
SuperGrok $30/mo Grok 4, connectors, higher rate limits, Expert mode, SOC 2 Type I and II, image and video generation, Grok Build CLI
SuperGrok Heavy undisclosed (community reports ~$300/mo) Highest rate limits, Grok 4 Heavy, priority support, Grok Build CLI
Business $30/user/mo Team seat management, consolidated billing, domain verification, RBAC, connectors, custom data retention, SSO, advanced audit controls, Grok Build CLI, user analytics
Enterprise Contact sales SCIM, custom RBAC, customer-managed encryption keys, dedicated data plane, application-level encryption, dedicated onboarding, volume pricing, custom rate limits

Source (last verified May 2026): xAI – Pricing and xAI – Business

Notes on plan limits:

  • Concrete usage caps (messages/day, requests/hour, tokens/month) remain unpublished for all consumer tiers. The x.ai/news/grok-4-5 page mentions "free Grok 4.5 usage for a limited time" without specifying the cap or end date. See Transparency Gaps.
  • SuperGrok Heavy pricing remains undisclosed on the pricing page. Community reports of ~$300/mo are still unconfirmed by xAI.

API Pricing

Model Context Window Input / MTok (<200K) Cached Input / MTok (<200K) Output / MTok (<200K) Rate Limit Regions
grok-4.5 500K $2.00 $0.30 $6.00 150 RPS, 50M TPM us-east-1, us-west-2
grok-4.3 1M $1.25 $0.20 $2.50 37 RPS, 10M TPM us-east-1, eu-west-1, us-west-2
grok-4.20-0309-reasoning 1M $1.25 $0.20 $2.50 undisclosed us-east-1, eu-west-1, us-west-2
grok-4.20-0309-non-reasoning 1M $1.25 $0.20 $2.50 undisclosed us-east-1, eu-west-1, us-west-2
grok-4.20-multi-agent-0309 1M $1.25 $0.20 $2.50 undisclosed us-east-1, eu-west-1, us-west-2
grok-build-0.1 256K $1.00 $0.20 $2.00 37 RPS, 10M TPM us-east-1, us-west-2

Long-context pricing (all models): All text models now use tiered pricing. Requests with prompt tokens reaching 200K or above are billed at double the standard rate for all tokens in the request. The table above shows the under-200K rates. For Grok 4.5, the above-200K rates are: $4.00 input, $0.60 cached, $12.00 output. For Grok 4.3/4.20, above-200K rates are: $2.50 input, $0.40 cached, $5.00 output. For Grok Build 0.1, above-200K rates are: $2.00 input, $0.40 cached, $4.00 output. Source: xAI – Models

Notes:

  • Grok 4.5 is the most expensive text model at $2.00/$6.00, but is also the only model with the grok-build-latest alias, meaning Grok Build now defaults to Grok 4.5 rather than Grok Build 0.1. Source: xAI – Grok 4.5
  • Grok 4.5 rate limits are 4x higher than all other models (150 RPS vs. 37 RPS, 50M TPM vs. 10M TPM). Source: xAI – Grok 4.5
  • Grok 4.5 is available in only two regions (us-east-1, us-west-2), while Grok 4.3 remains in three (adding eu-west-1). Source: xAI – Grok 4.5
  • Grok 4.3 now offers a Batch API at 20% discount. No batch pricing is documented for other models. Source: xAI – Grok 4.3
  • Cursor offers a "fast variant" of Grok 4.5 at $4/$18 per MTok, which does not exist on the xAI API. The xAI API has no speed-tier differentiation. Source: Cursor – Grok 4 5
  • The docs page now says "For everything else, including code, use Grok 4.5. It is the most intelligent and fastest model we've built." This replaces the June guidance that recommended Grok 4.3. Source: xAI – Models

Other API pricing (unchanged from June):

Service Price
grok-imagine-image $0.02 / image
grok-imagine-image-quality $0.05 / image
grok-imagine-video $0.050 / sec
grok-imagine-video-1.5 $0.080 / sec
Voice Realtime (grok-voice-think-fast-1.0) $0.05 / min ($3.00 / hr) audio, $0.004 / text input
Voice Realtime (grok-voice-think-fast-2.0) $0.08 / min ($4.80 / hr) audio, $0.004 / text input
Speech to Text $0.10 / hr (REST), $0.20 / hr (Streaming)
Text to Speech $15.00 / 1M chars

Source: xAI – Models

Model Performance / Benchmarks

xAI self-reported benchmarks (Grok 4.5)

xAI published five benchmarks on the Grok 4.5 announcement page. Competitor figures are drawn from "the respective developers' published system cards or benchmark leaderboards." Source: xAI – Grok 4 5

Benchmark Grok 4.5 Fable (max) GPT-5.5 (xhigh) Opus 4.8 (max) Opus 4.7 (max)
DeepSWE 1.0 (pass@1) 62.0% 66.1% 64.31% 55.75% 40.12%
DeepSWE 1.1 (pass@1) 53.0% 70.0% 67.0% 59.0% undisclosed
SWE Marathon (pass@1) 29.0% 24.0% undisclosed 26.0% 16.0%
Terminal-Bench v2.1 83.3% 84.3% 83.4% 78.9% 78.9%
SWE-Bench Pro (resolve) 64.7% 80.4% 58.6% 69.2% 64.3%

Source: xAI – Grok 4 5

Key observations:

  • Grok 4.5 wins on SWE Marathon (29.0%, beating Opus 4.8 at 26.0% and Fable at 24.0%), the only benchmark where it leads.
  • On Terminal-Bench v2.1, Grok 4.5 (83.3%) is within 1 point of Fable (max) at 84.3% and GPT-5.5 (xhigh) at 83.4%, a massive jump from Grok Build 0.1's 52.06%.
  • On SWE-Bench Pro, Grok 4.5 (64.7%) trails Fable (80.4%) and Opus 4.8 (69.2%) but beats GPT-5.5 (58.6%).
  • xAI claims 2x token efficiency: Grok 4.5 uses 15,954 output tokens per SWE-Bench Pro task on average, versus 67,020 for Opus 4.8 (max), a 4.2x difference. Source: xAI – Grok 4 5

CursorBench contamination note: Cursor's launch blog disclosed that "Grok 4.5 has an advantage on CursorBench because an earlier snapshot of the Cursor codebase was accidentally included in training. The exact impact is unclear. That data has been removed for future models." CursorBench scores were therefore excluded from their published comparison. Source: Cursor – Grok 4 5

Artificial Analysis independent evaluation

Metric Grok 4.5 (high) Grok Build 0.1 (June) Comparison
Intelligence Index 54 (#13/184) 39.8 (#near bottom) +14.2 points, major jump
Output speed 57.9 tokens/sec 80.27 tokens/sec Slower than predecessor (and below median of 64.8)
Time to first token 7.25s undisclosed Above median of 2.83s
Cost per Intelligence-Index task undisclosed $0.21 Not directly comparable (index version changed)
Context window 500K 256K Doubled
Proprietary / open weights Proprietary Proprietary Unchanged

Source: Artificialanalysis – Grok 4 5

Notes:

  • Grok 4.5 is ranked #13 out of 184 models on the Intelligence Index. The top model on the same leaderboard scores higher (Fable 5 at undisclosed exact score, but the chart shows it above Grok 4.5). Source: Artificialanalysis – Grok 4 5
  • At 57.9 tokens/sec, Grok 4.5 is slower than average for its price tier (median 64.8). This contradicts xAI's claim of "80 TPS" in the announcement, which may refer to a different measurement methodology (e.g., non-reasoning mode or peak throughput). Source: Artificialanalysis – Grok 4 5 , xAI – Grok 4 5
  • The Artificial Analysis page lists the cache hit price as $0.50 (pre-July 24 drop); the current live price is $0.30. Source: Twitter – Status

Security benchmark (Dam Secure, July 11)

An independent PR security review benchmark by Dam Secure tested 10 models on finding planted access-control bugs in pull requests. Source: Damsecure – Pr Review Security Benchmark

Model Recall Precision F1 Cost / PR
GPT-5.6 Sol 100% 83.3% 0.91 $0.70
GPT-5.5 94% 83.9% 0.89 $1.24
Fable 5 -> Opus 4.8 88% 83% 0.85 ~$3.61
Grok 4.5 74% 80.4% 0.77 $0.20

Grok 4.5 lands on the cost/quality frontier at $0.20 per PR (cheapest among frontier models), with F1 0.77. It is dominated by GPT-5.6 Sol on quality (F1 0.91) but at roughly one-third the cost per PR. Source: Damsecure – Pr Review Security Benchmark

Community build-off comparison (TryAI, July 8)

TryAI ran a one-shot build-off giving Grok 4.5, GPT-5.5, Claude Opus 4.8, and Claude Fable 5 the same three prompts to build interactive HTML apps. Results: Source: Tryai – Grok 4.5 Vs Gpt 5.5 Vs Claude Build Off

  • 3D Rubik's Cube: Grok 4.5 failed on first attempt (blank void), succeeded on retry. Opus 4.8 and Fable 5 succeeded first try. Winner: Claude models.
  • Particle gravity sandbox: All four succeeded. GPT-5.5 won on visual quality. Grok 4.5 was clean and orbital.
  • Breakout game: All four produced ship-quality games on first try. Dead heat.
  • Speed and cost: Grok 4.5 was fastest (first token in 0.44s, 110 tok/s throughput in their harness) and cheapest ($0.002/reply), roughly half the cost of GPT-5.5 and Opus 4.8. Source: Tryai – Grok 4.5 Vs Gpt 5.5 Vs Claude Build Off

Latest News

Grok 4.5 Launch (July 8-16, 2026)

Grok 4.5 launched July 8, 2026, with the HackerNews submission reaching 776 points and 1,502 comments. The x.ai/news/grok-4-5 page is dated July 16. The model is a mixture-of-experts architecture trained jointly with Cursor, on "tens of thousands of NVIDIA GB300 GPUs," with reinforcement learning on "hundreds of thousands of tasks, centered on multi-step software engineering." It is now the default model in Grok Build, available in Cursor on all plans, in the SpaceXAI console API, and in GitHub Copilot (added July 28). xAI claims 80 TPS serving speed and 2x token efficiency versus comparable leading models. Free usage is offered for a limited time in Grok Build and Cursor. Sources: xAI – Grok 4 5 , Cursor – Grok 4 5 , News – Item , GitHub – 2026 07 28 Grok 4 5 Is Now Available In Github Copilot

Grok Build Open-Sourced (July 15, 2026)

xAI published the full Rust source code for the Grok Build CLI at GitHub – Grok Build under Apache 2.0. The repo includes the agent runtime (xai-grok-shell), the TUI (xai-grok-pager), tool implementations (xai-grok-tools, with in-tree source ports of openai/codex and sst/opencode tool implementations), workspace management (xai-grok-workspace), and supporting crates for config, MCP, markdown, and sandboxing. It reached 23.6k stars and 4.5k forks within two weeks. However, the CONTRIBUTING.md explicitly states "External contributions are not accepted," and the repo is "synced periodically from the SpaceXAI monorepo" rather than developed in the open. The HackerNews thread reached 590 points and 644 comments. Sources: GitHub – Grok Build , News – Item

Grok Build CLI Data Exfiltration Scandal (July 12-14, 2026)

Independent researcher @cereblab published a reproducible wire-level analysis of Grok Build CLI 0.2.93 showing three findings: (1) file contents including .env secrets are transmitted unredacted to xAI via both the model-turn API and a storage upload; (2) the entire repository is uploaded as a git bundle including all tracked files and git history, independent of what the agent reads, with no storage size ceiling in tested range (5.10 GiB uploaded from a 12 GB repo, all HTTP 200); (3) the storage destination is the GCS bucket grok-code-session-traces, and disabling "Improve the model" does not stop the upload. xAI disabled the upload server-side after the report went public (server returned disable_codebase_upload: true and trace_upload_enabled: false), and Elon Musk publicly committed to deleting previously uploaded data. No security advisory, retention policy, or incident statement was published. A second researcher (@wetlink) independently confirmed the findings and published a privacy-hardening config tool. The HackerNews thread reached 539 points and 229 comments. Sources: Gist – Dc9A40Bc26120F4540E4E09B75Ffb547 , News – Item , Internationalcyberdigest – Xais Grok Build Cli Uploads Entire Git Repositories To A Google Cloud Bucket , GitHub – Grok Build Privacy Hardening

Grok 4.5 Cache Price Reduction (July 24, 2026)

The cached input price for Grok 4.5 dropped from $0.50 to $0.30 per MTok (under 200K), and from $1.00 to $0.60 (above 200K). This was announced via X/Twitter but no corresponding blog post or changelog entry was published. Source: Twitter – Status

Grok 4.5 in GitHub Copilot (July 28, 2026)

GitHub added Grok 4.5 as a selectable model in Copilot. The changelog entry does not specify whether it is available on all plan tiers or limited to specific ones. Source: GitHub – 2026 07 28 Grok 4 5 Is Now Available In Github Copilot

Community Signals

July community discussion around xAI was dominated by three events in sequence: the Grok 4.5 launch (July 8), the data exfiltration scandal (July 12), and the open-source release (July 15). Sentiment shifted from cautious optimism about the model to alarm about the CLI, to mixed reactions on the open-source release.

Grok 4.5 launch thread (776 points, 1,502 comments)

The largest HN thread on xAI in the tracked period. Sentiment ranged from genuine benchmark analysis to skepticism about the Cursor training data integration.

  • A TryAI build-off comparison (173 points, 93 comments) concluded: "Grok 4.5 is the speed-and-value monster... It built a great Breakout and a slick gravity sim, streams about twice as fast as the field, and is the cheapest to run. Its only real miss was the hardest stateful task (a blank cube on the first try, fixed on the retry)." Source: Tryai – Grok 4.5 Vs Gpt 5.5 Vs Claude Build Off , News – Item
  • A security benchmark by Dam Secure (11 points) found Grok 4.5 lands on the cost/quality frontier for PR security review at $0.20/PR with F1 0.77, but trails GPT-5.6 Sol (F1 0.91). Source: Damsecure – Pr Review Security Benchmark , News – Item
  • Cursor's own launch blog disclosed that Grok 4.5 had an "advantage on CursorBench because an earlier snapshot of the Cursor codebase was accidentally included in training." Source: Cursor – Grok 4 5

Data exfiltration thread (539 points, 229 comments)

The second-largest xAI thread of the month. Sentiment was overwhelmingly critical, focusing on privacy, legal liability, and the contrast with how other coding agents handle codebase context.

  • freakynit, reacting to the whole-repo upload finding: "It uploads the whole repository, every tracked file's content plus git history, independent of what the agent reads. Holy cow!!!! I mean I kinda expected Elon would do something like this to try to catch-up, but this is extremely concerning. This is precisely the reason, even though their pricing is competitive and grok-4.5 is actually good enough, I chose not to go with them." News – Item
  • whateveracct, on the legal dimension: "it's straight up data exfiltration and should be illegal." News – Item
  • Stromgren, on why this differs from normal coding agent behavior: "There's a hell of a difference between a tool that asks my permission to read a file to make it part of a prompt and a tool that packages up my whole working directory and sends it to Google Cloud Storage." News – Item
  • gitgud, on the risk of proprietary coding agent runners: "This is one of the reasons why native proprietary coding agent runners like claude-code, codex, grok-build etc are so dangerous for privacy, you just don't know what 'secret sauce' they'll add in the next update. It's much safer to use something like opencode and use models via their API, however, the tradeoff is that it will never perform as well as it does in their native agent runners." News – Item
  • gruez, with a counterpoint: "Give enough usage, you can reconstruct an entire codebase via tool calls alone, and it'll be entirely undetectable because it's all done server side. Whatever grok's doing is just more blatant, but using opencode or whatever doesn't create a meaningful security boundary." News – Item
  • taywrobel (GitHub Copilot engineer), in a notable defense of GitHub's data practices: "Very few employees within GitHub proper even have access to view private repositories, and in the rare cases where that's done for legal or safety reasons the repository owner is notified. There are currently no OpenAI employees with access to GitHub systems, so there's about 4 layers of protection in place to prevent private repositories access." News – Item
  • kordlessagain, providing the local mitigation: "export GROK_TELEMETRY_TRACE_UPLOAD=0, export GROK_TELEMETRY_ENABLED=0, or config file with [telemetry] trace_upload = false, [harness] disable_codebase_upload = true. The practical takeaway for users: your entire codebase leaves (uploaded) your machine unencrypted on each Grok Build invocation, not just files you ask it to read, and no visible setting stops it." News – Item
  • danudey, on the severity: "Imagine the fallout if someone discovered a method of read access to this bucket." News – Item

Open-source release thread (590 points, 644 comments)

The third major xAI thread. Reactions were positive about transparency but critical of the no-contributions policy and the timing relative to the exfiltration scandal.

Overall community sentiment

The dominant July themes are: (1) Grok 4.5 is viewed as genuinely competitive on benchmarks and speed, with the TryAI build-off and Dam Secure security benchmark providing third-party confirmation; (2) the data exfiltration scandal is treated as a disqualifying trust failure for enterprise use of the Grok Build CLI, even after the server-side fix, because the client retained the capability and the company published no advisory; (3) the open-source release is welcomed for transparency (the community can now audit the upload pipeline) but the no-contributions policy is seen as "source-available" rather than truly open source; and (4) the CursorBench training contamination disclosure raised questions about benchmark integrity that extend beyond xAI to the joint model's provenance.

Enterprise Readiness

The consumer pricing and business pages remain 403-blocked to automated fetch. Enterprise feature verification carries forward from May where noted. The data exfiltration scandal is a material new enterprise risk.

Feature Available? Details
SSO (SAML/OIDC) Yes Business and Enterprise plans (last verified May). Source: xAI – Pricing
SCIM Yes Enterprise plan only (last verified May). Source: xAI – Pricing
Audit logs Yes Advanced audit controls on Business and Enterprise (last verified May). Source: xAI – Pricing
IP indemnity undisclosed Not mentioned in any documentation, legal page, or the Grok 4.5 announcement reviewed.
Data residency Partial Grok 4.3 available in 3 regions (us-east-1, eu-west-1, us-west-2). Grok 4.5 available in 2 regions only (us-east-1, us-west-2). EU customers using Grok 4.5 have no eu-west-1 option. Source: xAI – Grok 4.5
HIPAA Yes Listed on the Grok Business page (last verified May). Source: xAI – Business
Air-gapped / on-prem No Not offered. Grok Build can be built from source (open-sourced July 15) but still requires xAI API for inference.
SLA undisclosed No SLA documentation found. A status page exists at Status
Admin controls (RBAC) Yes Business has RBAC; Enterprise adds custom RBAC and advanced access management (last verified May). Source: xAI – Pricing
SOC 2 Yes Type I and II, on all plans including Free (last verified May). Source: xAI – Pricing
No training on customer data Yes (claimed) All plans state no training on customer data (last verified May). However, the July exfiltration scandal revealed that the Grok Build CLI uploaded entire codebases regardless of the "Improve the model" toggle. The toggle governed training consent, not whether code left the machine. Source: xAI – Pricing , Gist – Dc9A40Bc26120F4540E4E09B75Ffb547
Customer-managed encryption keys Yes Enterprise plan only (last verified May). Source: xAI – Pricing
Codebase privacy (CLI) Compromised Grok Build CLI 0.2.93 uploaded entire repos (including secrets and git history) to a GCS bucket by default. Server-side disabled after exposure (July 13). Local mitigation: [harness] disable_codebase_upload = true in ~/.grok/config.toml. Source: Gist – Dc9A40Bc26120F4540E4E09B75Ffb547

Terms explained:

  • Data residency - the ability to specify which geographic region (US, EU) your API requests are processed in. Grok 4.5's absence from eu-west-1 means EU customers cannot keep traffic within the EU when using the flagship model. xAI – Grok 4.5
  • Air-gapped / on-prem - the ability to run the coding agent with no network connectivity to the provider. Grok Build is now open source (the harness), but the model (Grok 4.5) is proprietary and only served from xAI's API. Local-first operation is not possible.

Transparency Gaps

Gap Details Severity
Grok Build CLI codebase exfiltration The CLI uploaded entire repositories (including secrets, git history, never-read files) to a GCS bucket by default, undocumented in setup materials. Server-side disabled after exposure, but no security advisory, incident report, or data-deletion confirmation was published. The client retains the capability. Critical
Consumer pricing unverified for July xAI – Pricing returned HTTP 403 again. Plan prices and any changes could not be verified. The "free Grok 4.5 usage for a limited time" offer has no specified cap or end date. High
Usage limits still not quantified No concrete messages/day, requests/hour, or tokens/month numbers for any consumer tier. Only "limited" and "higher" language. High
No first-party safety disclosures for Grok 4.5 xAI published no model card, safety evaluation, or red-team results for Grok 4.5. The Cursor launch blog mentioned "new safeguards reflecting the model's cybersecurity capabilities" but did not describe them. An independent AI Security Leaderboard by far.ai placed Grok 4.5 below Fable 5 and GPT-5.6 Sol on jailbreak resistance. Sources: Cursor – Grok 4 5 , Leaderboard High
IP indemnity status unknown xAI does not state whether it indemnifies Grok outputs, unlike Anthropic, OpenAI, Google, and GitHub/Microsoft. Medium
SuperGrok Heavy price undisclosed Still not listed on the pricing page; ~$300/mo remains community-reported and unconfirmed. Medium
Grok 4.5 speed claim discrepancy xAI claims "80 TPS" serving speed, but Artificial Analysis measured 57.9 tokens/sec. The gap is unexplained (possibly different measurement methodology). Sources: xAI – Grok 4 5 , Artificialanalysis – Grok 4 5 Medium
eu-west-1 region dropped for Grok 4.5 No explanation for why Grok 4.5 is available in only 2 regions while Grok 4.3 has 3. EU data residency is not possible on the flagship model. Medium
CursorBench training contamination Cursor disclosed that an earlier snapshot of the Cursor codebase was "accidentally included" in Grok 4.5 training, contaminating CursorBench. The exact impact on other benchmarks is unclear. Source: Cursor – Grok 4 5 Medium
No batch API for Grok 4.5 Only Grok 4.3 documents a Batch API (20% discount). Grok 4.5, the flagship coding model, has no batch pricing. Low
Enterprise pricing fully opaque No per-seat price, volume tiers, or committed-use discount published; all enterprise terms require a sales conversation. Medium
Grok 4.5 parameter count undisclosed SpaceXAI has not disclosed the model size or parameter count. The Cursor blog confirms it is a mixture-of-experts model but provides no architecture details. Low
"grok-build-latest" alias now points to Grok 4.5 Users referencing grok-build-latest or grok-build-0.1 aliases will now get Grok 4.5 (via the grok-build-latest alias) at $2/$6 pricing instead of Grok Build 0.1 at $1/$2. This is a silent cost increase for code that relied on the alias. Source: xAI – Grok 4.5 Medium