Frontier Daily  ·  Six Labs  ·  One Read
Shipped.
Monday, July 14, 2026  ·  24-Hour Window
The Read
A coding tool was uploading your entire codebase to xAI’s cloud. The privacy toggle did something else entirely. On the same Monday, Anthropic launched a classroom product where data protection is the headline; DeepMind’s CEO called for a referee before the final whistle.
Anthropic xAI Google DeepMind Meta AI OpenAI
Lead The item that carries the day
xAI
Lead Story
Security News xAI

xAI’s Grok Build uploaded your entire repository

A security researcher at CerebLabs published a wire-level analysis on July 12 that proved xAI’s Grok Build CLI had been packaging developers’ entire git repositories, full commit history, all tracked files, and shipping them to a Google Cloud Storage bucket controlled by xAI through a separate channel from the model-turn stream. Not just the files a coding task needed to read. The entire repository.

The mechanism is specific. On a 12 GB test repository, Grok Build’s model-turn channel at /v1/responses moved approximately 192 KB: the actual coding context. A parallel storage channel at /v1/storage moved 5.10 gigabytes in 73 chunks of roughly 75 MB each. The ratio between what the model needed and what left the machine was approximately 27,800 to one. A tracked .env file containing canary API_KEY and DB_PASSWORD values went with it, unredacted.

The blast radius covers every developer who ran Grok Build CLI version 0.2.93 against any git repository that had committed credentials, configuration secrets, or proprietary code. This is not a theoretical exposure. The data moved to a cloud bucket xAI controls. The /privacy toggle, the setting that tells xAI not to retain your data, operated only on post-session retention. It had no effect on what left your machine during the session. The control did not do what the label implied.

The pattern is not new, but the stakes are high. AI coding tools see more sensitive material than almost any other product category: API keys, database schemas, internal service URLs, committed secrets that engineers meant to clean up later. The gap between “this tool reads the files you point it at” and “this tool ships your entire repository to our storage” is wide. Discovering that gap from a wire-level audit, not from a vendor disclosure, is the worst possible way to find it.

The response was silent. On July 13, the day after the researcher published, the same 0.2.93 binary stopped making storage requests. The server began returning disable_codebase_upload: true. xAI issued no statement, posted no announcement, sent no notification to affected users. The analysis hit the front page of Hacker News on July 14. Elon Musk, in a post on X, promised deletion of all previously uploaded user data.

Deletion after discovery is not the same as not uploading.
Builder’s Move If you ran Grok Build against any repository containing committed credentials, rotate those credentials now. Treat them as exposed. The data is in xAI’s possession regardless of what the privacy toggle said. Audit your repository history for .env files, hardcoded API keys, database passwords, and internal service endpoints. Check git history, not just the current working tree.
Sources
Hacker News: Grok Build uploads entire git repos

Cybersecurity News: .env secrets in xAI storage

TechTimes: Privacy toggle did nothing

The Register: Musk promises purge
The Dig Secondary items, each run through the levers that apply
July 14
Anthropic
Apps News Anthropic

Claude for Teachers

Anthropic on Monday launched Claude for Teachers, offering verified K-12 educators in the United States free access to premium Claude capabilities through June 30, 2027. The product includes Claude Code and Cowork, access to evidence-based curricula mapped to academic standards across all 50 states, and the ability to schedule recurring tasks: reviewing exit tickets at 4 PM each school day, adapting the next lesson plan based on what the class understood today.

The collaboration with the American Federation of Teachers is notable for who Anthropic went to first. Union before district administration. Teachers before procurement officers. The AFT represents 1.7 million members; getting the union’s backing shapes distribution and trust in a way that a district-level deal does not.

Training is off for verified teacher accounts. Anthropic said this explicitly in the announcement. That sentence is doing meaningful work today given everything else on the wire: it is the structural opposite of what xAI’s privacy toggle was implying while doing something different. One lab launched a product with privacy as the headline feature. Another silently patched a tool that had been exfiltrating codebases for weeks.

The blast radius covers approximately 3.7 million public school teachers in the United States who have been priced out of or locked out of enterprise AI products. Free full-year access, verified through an individual signup, no institutional procurement required. Claude for Teachers joins Google, OpenAI, and Khan Academy in targeting K-12 educators directly. The difference is the AFT partnership and the depth on curriculum and scheduling work.

Builder’s Move (if you are a teacher) Sign up at anthropic.com/claude-for-teachers. Individual verification; no district IT involvement required. Training is off. Your classroom data does not train the model.
Source
Anthropic: Claude for Teachers

Chalkbeat coverage

Anthropic
Apps Anthropic

Artifacts go multiplayer, live in Slack

Claude now supports public sharing of Artifacts (no Claude account required to view a shared link), collaborative editing by multiple team members within a single Artifact, and creation of Artifacts directly from Slack via Claude Tag. Microsoft 365 integration is also shipping this week.

The mechanism: Claude Tag lets you summon Claude with @Claude in any Slack channel, where it carries shared organizational context and tool access. Claude can automatically create a persistent Artifact from the discussion. The Artifact is then editable by the team and shareable publicly via link. Admins retain control over who can access what through organization-wide settings.

The read: Anthropic is building toward Claude as the production layer for team deliverables, not just a chat interface. Artifacts that live outside the conversation, are editable by the team, and are publicly shareable without a login requirement are a different product category. It is a lightweight document and publishing layer with AI at the center. Microsoft 365 integration puts it inside both halves of enterprise communication.

Builder’s Move Share an Artifact via the “Share” button to generate a public link. Tag @Claude in a Slack channel to invoke Claude Tag. Workspace admins: review Artifact sharing permissions before the week is out.
Source
Progressive Robot: Anthropic Artifacts

TechRepublic: Claude Tag in Slack

DeepMind
News Policy Google DeepMind

Hassabis wants a FINRA for frontier AI

Google DeepMind CEO Demis Hassabis published a manifesto on July 14 calling for the United States to establish a regulatory body for frontier AI models, modeled specifically on FINRA, the financial industry’s self-regulatory organization. The body would test advanced models for dangerous capabilities: cyber, biological, deception. It would have authority to coordinate an industry-wide slowdown if threat levels mount. Hassabis told Axios he wants the body operational within months, ideally before the end of 2026, and described early conversations with the Trump administration as yielding positive signals.

The structure of the proposal is precise. FINRA is self-regulatory in the sense that the industry funds and participates in it, but it carries binding authority over member behavior. The AI equivalent Hassabis describes is a two-step test-then-gate model: an independent body tests for dangerous capabilities as models approach release. If a model crosses a threshold, the body can require a coordinated slowdown across all participating labs simultaneously. This matters because it avoids the competitive asymmetry of unilateral pauses: one lab slowing down while competitors do not is a bet that costs billions. A coordinated pause costs everyone the same amount, so it can be enforced without defection.

Hassabis has publicly placed AGI at 2030 plus or minus a year. The manifesto and the timeline are not coincidental. He is proposing the institution before he believes the hardest moment arrives.

The cross-lab read: Hassabis published this on the same day xAI silently patched a product that had been exfiltrating developer codebases without consent, and roughly three days after Meta pulled an AI image feature that had auto-enrolled users into something they did not know about. The proposal addresses the model-capability tier of risk. The product-behavior tier, where the violations are quieter and the blast radius is everyone who ran your CLI last week, has no proposed solution on the table today. No one has yet proposed a FINRA for AI product behavior, only for AI model capabilities.

Sources
CNBC: Hassabis AI standards body

Axios (exclusive interview)

The Next Web: FINRA referee

DeepMind
Model Google DeepMind

Gemini 3.5 Pro pushed to July 17 after a full rebuild

Google DeepMind pushed the Gemini 3.5 Pro release to July 17, following a decision to scrap the 2.5 Pro architecture entirely and rebuild from scratch. Engineers found structural failures in recursive tool-calling and SVG generation. The rebuilt model carries a 2 million token context window and a new Deep Think Reasoning Layer.

Scrapping a pre-training run at the frontier is not a routine engineering decision. The cost is in the hundreds of millions of dollars and months of development time. The decision to announce the rebuild publicly, rather than quietly shipping a model with known weaknesses, is itself a communication choice. Google is betting on a clean July 17 launch rather than a launch-and-patch cycle.

The pattern: Gemini went through the 2.0 to 2.5 transition with visible benchmark gaps that OpenAI and Anthropic pressed. Rebuilding rather than incrementing is an acknowledgment that an incremental 3.5 Pro would not close the gap with GPT-5.6 Sol and Fable 5. Three days from now will confirm whether the rebuild actually delivered what the press release promises.

Builder’s Move If you are building on Gemini 2.5 Pro, the migration window opens July 17. The 2M token context is a significant jump: applications that currently split large documents across multiple requests may be able to consolidate. Hold on migration until release notes confirm feature compatibility.
Sources
BigGo Finance: Gemini 3.5 Pro delay

HackerNoon: The strategic play

Meta AI
News Meta AI

Meta pulls Muse Image after Instagram users discovered they were in it

Meta launched Muse Image on Instagram as an AI photo generation tool. It automatically opted in every public account: every user’s photos could be referenced by anyone generating an image, with no notification to the person whose photos were used. SAG-AFTRA, talent agency CAA, and actors including Hannah Einbinder pushed back publicly. Meta pulled the feature from Instagram within days, admitting they “missed the mark.” Muse Image remains live in the Meta AI app and WhatsApp; only the Instagram surface is gone.

The mechanism of failure is structurally identical to xAI’s Grok Build: a system behaved in a way that exceeded what users understood they had consented to, and the correction came after discovery under public pressure, not before deployment. Meta’s team knew the feature auto-enrolled users. It shipped anyway. “Missed the mark” is what you say when the thing you shipped was not accidental.

Note Muse Image remains active in the Meta AI app and WhatsApp. If you have a public Instagram account and are concerned about your images being referenced in Meta AI-generated content, this is unresolved: the Instagram surface was removed, but the underlying model continues to run on other Meta surfaces.
Sources
TechCrunch: Meta removes Muse Image

Deadline: SAG-AFTRA, CAA backlash

Cross-Lab
Analysis All Labs

The consent crisis is not an xAI problem

July 14 has a recurring structure across three labs. Systems handling user data behaved differently from what users were told or assumed. xAI’s Grok Build uploaded entire codebases while a privacy toggle addressed something else entirely. Meta’s Muse Image auto-enrolled every public Instagram account into AI image generation, allowing anyone to generate images using your photos, with no notification. Both were discovered after deployment. Both were corrected under public pressure. Both were framed, afterward, as misunderstandings.

The inference available to builders today: the stated privacy posture of an AI tool and its actual data handling are two different things, and they require independent verification. The researcher who caught Grok Build did not find it through documentation or privacy policies. They captured the network traffic. That is the verification mechanism that worked.

Hassabis is proposing a regulatory body for the model-capability tier of risk. The product-behavior tier, where an AI coding tool uploads your entire codebase while displaying a toggle that implies otherwise, has no proposed solution on the table. No one has yet proposed a mechanism for auditing that tier at scale. The CerebLabs researcher did it for one product, manually, once. That is not a system.

The Read

Three labs in four days. Three corrections under pressure. Zero disclosures before the fact. The frontier has a stated-vs-actual problem at the product layer, and the only people auditing it are individual researchers with packet captures.

Anthropic
Code Anthropic

Claude Code v2.1.208

Anthropic shipped Claude Code v2.1.208 on July 14. New features: screen reader mode (opt-in via --ax-screen-reader flag or axScreenReader: true in settings), vim insert-mode remaps via the vimInsertModeRemaps setting (maps two-key sequences like jj to Escape), and CLAUDE_CODE_PROCESS_WRAPPER support for corporate launcher requirements. Mouse-click support added for multi-select menus in fullscreen mode.

The process wrapper addition is notable for enterprise deployments. Every Claude Code self-spawn now honors a required wrapper executable, which satisfies locked-down environments where all processes must route through a central audited launcher. This is the kind of feature that turns Claude Code from “blocked by IT” to “approvable” in enterprise contexts.

Bug fixes include: fast mode restoration after switching back to a model that supports it (was incorrectly staying off), /release-notes no longer injects the full changelog into model context (was inflating every subsequent request in the session), and memory leak patches for long sessions including MCP stdio server stderr accumulation and LSP documents staying open after file closure.

Builder’s Move Run claude update or reinstall. Screen reader mode: claude --ax-screen-reader or set CLAUDE_AX_SCREEN_READER=1. Corporate wrapper: set CLAUDE_CODE_PROCESS_WRAPPER to your required launcher executable path. The /release-notes memory fix is worth the update alone in long sessions.
Source
Claude Code CHANGELOG
What’s Next
Quiet on
the Wire

Gemini 3.5 Pro ships Thursday, July 17. The architectural rebuild targets recursive tool-calling and SVG failures in the 2.5 Pro base. Watch the release notes carefully; the 2M token context window is a significant jump and pipeline compatibility with 2.5 Pro is unconfirmed until the release lands.

OpenAI ChatGPT Work continues rolling out to Plus, Pro, Business, Enterprise, and Edu subscribers on web and mobile this week, following the July 9 desktop launch. Powered by GPT-5.6 (three flavors: Sol, Terra, Luna). The Atlas agentic browser tool is scheduled for deprecation August 9 as its capabilities fold into Codex and the main ChatGPT client.

Anthropic’s S-1 is confidentially filed with the SEC, originally submitted June 1. The public version is expected this summer, with an October Nasdaq listing the current target. Goldman Sachs, JPMorgan, and Morgan Stanley are leading. Raise target: more than $60 billion. Post-money valuation from the May Series H: $965 billion. No share price or listing date is set.

Anthropic in early discussions with Samsung about manufacturing a custom AI chip at 2nm process, per The Information. Samsung participated in the May Series H as a strategic infrastructure partner; the chip talks are the next chapter of that relationship. Plans are exploratory: Anthropic is still determining what the chip should do and where it fits in a server stack.

Mistral’s Connectors enterprise update shipped June 24: scoped API keys, per-workspace admin controls, multi-account connectors, a connector debugger, and connector support in Vibe Code (GA) and Workflows (public preview). Over 60 pre-built integrations now available.

Back of Book  ·  Reference

The Release Log

Every confirmed item in the 24-hour window. Grouped A to G per category. One-liners for items that did not survive the dig.

C. Claude Code
1 entry
Code
Anthropic
Claude Code v2.1.208
Screen reader mode (opt-in, --ax-screen-reader or CLAUDE_AX_SCREEN_READER=1). Vim insert-mode remaps via vimInsertModeRemaps. CLAUDE_CODE_PROCESS_WRAPPER for corporate launcher requirements. Mouse-click support for multi-select menus in fullscreen mode. Bug fixes: fast mode restoration after model switch, /release-notes no longer injects full changelog into model context, memory leak patches for long sessions (MCP stdio stderr, LSP document accumulation).
How to use Run claude update or reinstall. Screen reader: claude --ax-screen-reader. Corporate wrapper: set CLAUDE_CODE_PROCESS_WRAPPER env var to your launcher executable path.
D. Claude Apps
2 entries
Apps
Anthropic
Claude for Teachers
Free full-year access for verified K-12 educators in the US through June 30, 2027. Includes Claude Code and Cowork, lesson-planning tools, exit-ticket review automation on a recurring schedule, and evidence-based curricula mapped to academic standards in all 50 states. Developed in collaboration with the American Federation of Teachers. Training is off for verified teacher accounts.
How to use Sign up at anthropic.com/claude-for-teachers. Individual verification. No institutional procurement or district IT approval required.
Student data does not train the model on verified teacher accounts. The AFT partnership is the distribution mechanism; Anthropic went union-first, not district-first.
Apps
Anthropic
Artifacts: public sharing, multiplayer editing, Claude Tag in Slack
Artifacts now support public sharing via link (no Claude account required to view), collaborative editing by multiple team members, and creation directly from Slack via Claude Tag. Microsoft 365 integration also shipping this week. Admins can control sharing permissions at the workspace level.
How to use Click “Share” on any Artifact for a public link. Tag @Claude in a Slack channel to invoke Claude Tag. Workspace admins: review sharing settings before the week ends.
G. News and Cross-Lab
5 entries
Security
xAI
Grok Build CLI uploaded entire git repositories to xAI cloud storage
CerebLabs wire-level analysis (published July 12) proved Grok Build CLI v0.2.93 was uploading entire repositories, full git history and committed secrets included, to an xAI-controlled Google Cloud Storage bucket at 27,800x the volume the model needed. The /privacy toggle controlled post-session retention only; it did not prevent the upload. Silent patch July 13 (same binary, server now returns disable_codebase_upload: true). Musk promised deletion of all uploaded data July 14. No formal statement from xAI as of publication.
Immediate action Rotate any credentials that were committed to repositories you ran Grok Build against. Treat those credentials as exposed.
News
Google DeepMind
Hassabis manifesto: US-led FINRA-style body to test frontier models
Demis Hassabis published a manifesto calling for a US-led public-private regulatory body modeled on FINRA to test advanced models for dangerous capabilities (cyber, biological, deception) and coordinate industry-wide slowdowns if threat thresholds are crossed. Target: operational by end of 2026. Conversations with the Trump administration described as positive. AGI timeline per Hassabis: 2030, plus or minus a year.
Model
Google DeepMind
Gemini 3.5 Pro delayed to July 17 after full architectural rebuild
Gemini 2.5 Pro architecture scrapped after engineers found structural failures in recursive tool-calling and SVG generation. Rebuilt model: 2M token context window, Deep Think Reasoning Layer. Target launch: July 17, 2026.
Migration Hold on migration from Gemini 2.5 Pro until release notes confirm feature compatibility on July 17.
News
Meta AI
Meta pulls Muse Image from Instagram after auto-opt-in backlash
Muse Image launched with automatic enrollment for all public Instagram accounts, allowing third parties to generate AI images referencing any user’s photos without notification. Pulled after backlash from SAG-AFTRA, CAA, and public figures. Meta said they “missed the mark.” Feature remains live in Meta AI app and WhatsApp.
Apps
OpenAI
ChatGPT Work rolling out to Plus, Pro, Business, Enterprise, Edu
ChatGPT Work (powered by GPT-5.6) rolling out to all paid tiers on web and mobile this week, following the July 9 desktop-first launch. Turns notes and drafts into finished documents, spreadsheets, and presentations across connected apps. Atlas deprecated August 9 as agentic capabilities fold into Codex and main ChatGPT.
GPT-5.6 pricing Sol: $5 input / $30 output per MTok. Terra: $2.50 / $15. Luna: $1 / $6.
Sources drawn on for this edition
Stay on the frontier

Get Shipped. in your inbox.

Daily digest at 9 PM ET. Weekly magazine every Friday morning. Six labs, one feed. No spam, one-click unsubscribe.