AI Radar — 19 Jun 2026
Anthropic ships three enterprise-grade platform features in 24 hours — centralized MCP connector auth, artifact sharing from agent sessions, and keyless API identity — while Cursor extends its automation and cloud-agent surface, Databricks expands Agent Bricks at its annual summit with Grok support, and Z.ai releases MIT-licensed GLM-5.2 open weights.
Run: 16–19 Jun 2026 · 28 items reviewed → 8 published · 8 verified · 0 secondary · 0 rumor · 40% exploration · Run timestamp: 2026-06-19
TL;DR
- Enterprise MCP Auth via Okta — Anthropic lets org admins provision MCP connectors once through Okta; end users get zero-touch access across Claude chat, Code, and Cowork in beta. (→ Anthropic ships enterprise-managed MCP connector auth)
- Cursor Automations v3.8 — Slack emoji triggers, five new GitHub event hooks, and cloud computer-use for demo generation ship in Cursor 3.8. (→ Cursor 3.8 ships Automations platform)
- Claude Code Artifacts — Agent sessions can now publish live, auto-updating web pages visible only to org members; PR walkthroughs and incident dashboards are the lead use cases. (→ Claude Code Artifacts in beta)
- GLM-5.2 open weights — Z.ai released MIT-licensed weights for a 753B-parameter, 1M-context coding model; local deployment avoids the China data-sovereignty risk that applies to the cloud API. (→ Z.ai releases GLM-5.2 open weights)
Items
Anthropic ships enterprise-managed MCP connector auth via Okta
Source: https://claude.com/blog/enterprise-managed-auth · Anthropic · 2026-06-18 Verification: T2 verified · announcement · mcp-ecosystem
Anthropic launched enterprise-managed authorization for MCP connectors in beta on 18 June 2026, with Okta as the first supported identity provider. An admin authorizes a connector once through the Okta dashboard; every user in the matching IdP group inherits that access automatically on first login, with no per-user OAuth consent flows required. Seven MCP providers support the feature at launch: Asana, Atlassian, Canva, Figma, Granola, Linear, and Supabase; Slack is listed as coming soon. The feature is available in beta for Team and Enterprise plans across Claude.ai chat, Claude Code, and Cowork, and admins can optionally enforce IdP-only connector access to prevent personal-account mixing.
Why it matters for automation/productivity: For organizations rolling out MCP connectors to a workforce, zero-touch provisioning eliminates the per-employee OAuth setup burden and links connector access to existing identity governance — including automatic revocation when a user is offboarded from the IdP.
Key claims:
- 7 MCP providers at launch → claude.com/blog/enterprise-managed-auth (T2)
- Okta as initial IdP; additional providers coming → Okta press release (T2)
- Beta available on Team and Enterprise plans → claude.com/blog/enterprise-managed-auth (T2)
Cross-references:
- https://www.okta.com/en-ca/newsroom/press-releases/okta-becomes-a-featured-identity-provider-powering-secure-ai-agent-connections-for-claude-enterprise/ (T2, corroborating — Okta-side announcement, 2026-06-18)
- https://blog.modelcontextprotocol.io/posts/enterprise-managed-auth/ (T2, corroborating — MCP spec side, EMA extension reached stable status)
Caveats: Beta status. Onboarding automation is noted as experimental and subject to Okta API constraints. Slack and additional IdPs have no confirmed dates.
Cursor 3.8 ships Automations platform with Slack triggers and GitHub event hooks
Source: https://cursor.com/changelog · Cursor · 2026-06-18 Verification: T2 verified · changelog · workflow-automation / dev-tools
Cursor 3.8, released 18 June 2026, adds a platform layer to Cursor Automations. The /automate command lets a user describe a recurring workflow in plain language and save it as a trigger-ready automation. Slack integration adds an emoji-based trigger: reacting to a message with a designated emoji fires a cloud agent against the attached automation. Five new GitHub event hooks send agents on issue comments, PR review comments, PR review submissions, review thread updates, and workflow completion events. Cloud agents running automations can now use computer-use to produce screenshots or recorded interactions as deliverable artifacts.
Why it matters for automation/productivity: The Slack emoji trigger converts any message into an agent dispatch without pipeline setup, enabling ad-hoc task automation from inside existing team communication. The five GitHub event hooks close the handoff gap between pull-request activity and autonomous agent response, which is a common friction point in AI-assisted code review and PR preparation.
Key claims:
/automatecommand for plain-language automation creation → cursor.com/changelog (T2)- Slack emoji trigger for automation dispatch → cursor.com/changelog (T2)
- 5 new GitHub event triggers → cursor.com/changelog (T2)
- Computer use available in cloud automations → cursor.com/changelog (T2)
Caveats: GitHub-only for version control integration at launch; GitLab not supported. Slack notification customization limited — no per-event filtering.
Claude Code Artifacts publishes live shareable pages from agent sessions
Source: https://claude.com/blog/artifacts-in-claude-code · Anthropic · 2026-06-18 Verification: T2 verified · announcement · dev-tools
Anthropic released Claude Code Artifacts in beta on 18 June 2026 for Team and Enterprise organizations. Artifacts generate live, versioned web pages from a session’s full context — codebase, MCP connector data, and conversation — without separate data wiring. When Claude Code updates an artifact the published page refreshes automatically and a new version is recorded; previous versions can be restored. Pages are private to authenticated org members by default and cannot be made public. Lead use cases listed include incident investigation pages with timelines and error charts, PR walkthroughs, license audits, cost analysis dashboards, and release checklists.
Why it matters for automation/productivity: Long-running agent sessions produce findings that need to reach people outside the session. Artifacts surfaces that output as a live, browsable page without an export step, and the version history makes it a lightweight audit trail for what the agent found and reported.
Key claims:
- Pages auto-refresh on each artifact publish → claude.com/blog/artifacts-in-claude-code (T2)
- Version history preserved; prior versions restorable → claude.com/blog/artifacts-in-claude-code (T2)
- Org-only visibility; no public sharing option → claude.com/blog/artifacts-in-claude-code (T2)
- Beta: Team and Enterprise plans only → claude.com/blog/artifacts-in-claude-code (T2)
Cursor 3.7 adds cloud subagents and reusable VM snapshots
Source: https://cursor.com/changelog · Cursor · 2026-06-17 Verification: T2 verified · changelog · dev-tools
Cursor 3.7, released 17 June 2026, makes cloud environments a first-class part of the Cursor agent workflow. The /in-cloud command spins up an isolated VM for a subagent that runs independently while a local session continues; the setup process runs in a shared terminal so the user can watch progress. Configured environments are saved as reusable snapshots, with a target setup time of under 10 minutes on reuse. The /babysit command hands a pull request to a cloud agent for iterative preparation without interrupting local work. Sessions can be handed off between local and cloud environments without losing context.
Why it matters for automation/productivity: Parallel cloud subagents allow a developer to run multiple agent tasks simultaneously without local compute constraints — one agent prepares a PR while another runs tests in an isolated environment, using snapshots to avoid repeated provisioning time.
Key claims:
- Cloud environment setup target under 10 minutes with snapshots → cursor.com/changelog (T2)
/babysitcommand for autonomous PR preparation in cloud → cursor.com/changelog (T2)- Reusable environment snapshots for faster future startups → cursor.com/changelog (T2)
Anthropic ships Workload Identity Federation for keyless Claude API authentication
Source: https://claude.com/blog/workload-identity-federation · Anthropic · 2026-06-17 Verification: T2 verified · announcement · dev-tools
Anthropic moved Workload Identity Federation (WIF) to general availability on the Claude Platform on 17 June 2026. WIF replaces static API keys with short-lived, scoped tokens issued at request time by any OIDC-compliant identity provider — AWS IAM, Google Cloud, or any standards-compliant OIDC issuer. A workload exchanges its IdP-issued JWT at POST /v1/oauth/token for a Claude API access token; the Anthropic SDK refreshes the token automatically before expiry. Service accounts are also now GA, enabling per-workload identity tracking and audit trails across API endpoints, both Anthropic SDKs (Python and TypeScript), and Claude Code.
Why it matters for automation/productivity: Static API keys stored in environment variables are a persistent credential-leak vector in agentic deployments. WIF replaces that pattern with scoped, short-lived credentials tied to an identity the organization already manages. For CI/CD pipelines and cloud-deployed agents, this is the preferred authentication pattern for production environments.
Key claims:
- Compatible with all OIDC providers (AWS IAM, Google Cloud, custom) → claude.com/blog/workload-identity-federation (T2)
- Short-lived token exchange at POST /v1/oauth/token → platform docs (T2)
- Coverage includes all Claude API endpoints and Claude Code → claude.com/blog/workload-identity-federation (T2)
Claude Design adds design-system imports and bidirectional Claude Code sync
Source: https://claude.com/blog/claude-design-stays-on-brand-for-daily-work · Anthropic · 2026-06-17 Verification: T2 verified · announcement · productivity-ai / dev-tools
Anthropic updated Claude Design on 17 June 2026 with three capabilities shaped by feedback from its April beta: design-system imports, bidirectional Claude Code sync, and a richer canvas editor. Design systems can be imported from GitHub repositories, design files, or raw uploads; Claude Design checks its output against the imported system before showing results. The /design-sync command pulls a design system into a codebase so Claude Code builds against real components; /design pushes completed code back into Claude Design for further canvas editing. New export connectors added: Adobe, Base44, Gamma, Lovable, Miro, and Replit. Usage now shares limits across Claude chat, Cowork, and Code. Available in beta on Pro, Max, Team, and Enterprise plans.
Why it matters for automation/productivity: Design-system compliance checking before output reaches the user reduces the review-and-fix cycle in design-to-code handoffs. Bidirectional sync means the design and code contexts stay aligned rather than being manually transcribed at each handoff.
Key claims:
- Design-system imports from GitHub, files, or raw uploads → claude.com/blog/… (T2)
- Bidirectional
/design-syncand/designcommands → claude.com/blog/… (T2) - 6 new export connectors (Adobe, Base44, Gamma, Lovable, Miro, Replit) → claude.com/blog/… (T2)
- Shared usage limits across Claude products → claude.com/blog/… (T2)
Databricks expands Agent Bricks platform with MCP, Grok, and Sandbox at Data+AI Summit
Source: https://www.databricks.com/blog/agent-bricks-dais-2026 · Databricks · 2026-06-16 Verification: T2 verified · announcement · agent-framework
Databricks announced a major platform expansion of Agent Bricks at its 2026 Data + AI Summit (June 15–18). Key additions at the summit: MCP support in Unity Catalog so agents can call MCP-hosted tools with existing data governance intact; Databricks Sandbox for executing agent code in isolated VMs with scoped data access; an Omnigent meta-harness that lets teams run LangGraph, CrewAI, and OpenAI Agent SDK harnesses side-by-side with model switching; and Document Intelligence SQL functions (ai_parse_document, ai_extract, ai_classify) moved to general availability. On 18 June, Databricks confirmed native Grok 4.3 support via a SpaceX partnership — Grok joins OpenAI, Anthropic, Gemini, Qwen, and Kimi as selectable models. Databricks reports more than 100,000 agents built since Agent Bricks launched in 2025.
Why it matters for automation/productivity: For teams running data pipelines on Databricks Lakehouse, Agent Bricks now offers a governed path to deploy agents that retrieve and act on enterprise data without routing it outside the existing data platform. The Omnigent harness layer removes the need to commit to a single agent framework before starting, and the Grok addition gives one more frontier model option inside an already-governed environment.
Key claims:
- MCP support in Unity Catalog → databricks.com/blog/agent-bricks-dais-2026 (T2)
- ai_parse_document, ai_extract, ai_classify now GA → databricks.com/blog/… (T2)
- 100,000+ agents built since launch → databricks.com/blog/… (T2, vendor metric)
- Native Grok integration confirmed June 18 → x.ai/news/grok-databricks (T2)
Cross-references:
- https://x.ai/news/grok-databricks (T2, corroborating — xAI-side Grok on Databricks confirmation, 2026-06-18)
Caveats: 100,000 agents built is a vendor-reported figure with no methodology disclosed. Omnigent cross-framework compatibility may not cover all LangGraph or CrewAI SDK versions.
Z.ai releases GLM-5.2 open weights with MIT license and 1M-token context
Source: https://huggingface.co/THUDM/GLM-5.2 · Z.ai / THUDM · 2026-06-16 Verification: T2 verified · announcement · model-release Tier nuance: Release facts (parameters, license, HuggingFace availability) are T2 via multiple corroborating sources; benchmark performance claims are T3 — drawn from community leaderboards and secondary coverage, no primary benchmark report published at launch.
Z.ai (formerly Zhipu AI, Beijing) released the MIT-licensed weights of GLM-5.2 to HuggingFace and ModelScope on 16 June 2026, making the 753-billion-parameter mixture-of-experts model available for local deployment with no regional usage restrictions. The model supports a 1-million-token context window and targets long-horizon coding and software engineering tasks. A cloud API subscription through Z.ai’s platform is also available starting at approximately $12.60/month. Multiple outlets note the release timing as a response to US Fable 5 and Mythos 5 export restrictions, positioning an open-weight alternative for organizations in jurisdictions where access to US-origin frontier models is limited.
Why it matters for automation/productivity: GLM-5.2 is one of the first MIT-licensed models at this parameter scale with a stable 1M-context window available for local deployment. For organizations with data-residency requirements or operating outside US export-approved geographies, local deployment provides a path to frontier-class coding agent capability without cloud API dependency.
Key claims:
- 753B parameters, MIT license, HuggingFace and ModelScope availability → multiple T2-T3 secondary sources (VentureBeat, Pandaily, The Decoder)
- 1M token context window → multiple T3 secondary sources
- ~$12.60/month API subscription entry tier → secondary sources (T3)
- Community Code Arena ranking: second globally on long-horizon coding → T3 (community leaderboard, not primary benchmark report)
Cross-references:
- https://www.techtimes.com/articles/318543/20260617/glm-52-open-weights-live-top-coding-benchmark-api-use-carries-china-data-risk.htm (T3, adversarial — China data sovereignty risk analysis, June 17)
Caveats: API use through Z.ai’s cloud service is subject to China’s National Intelligence Law, which requires Chinese entities to cooperate with state intelligence requests. A US House inquiry opened in May 2026 named Zhipu AI among Chinese AI companies under cybersecurity scrutiny — relevant for enterprise deployments handling sensitive data. No primary benchmark report was published at launch; performance claims rest on community leaderboard entries and secondary coverage. No native IDE integration; requires third-party plugins (Cursor, Continue.dev) for IDE workflows.
Dropped
Items considered but not published, with reason:
| Title considered | Source | Reason |
|---|---|---|
| Grok 4.3 on Amazon Bedrock (GA) | aws.amazon.com/about-aws/whats-new/2026/06/grok-amazon-bedrock/ | June 15, 2026 — 1 day outside strict 72h window; 8 in-window items above bar so expansion not triggered |
| OpenAI Partner Network ($150M, 300K consultants) | openai.com/index/introducing-openai-partner-network/ | June 14, 2026 — 2 days outside strict 72h window |
| Claude Managed Agents self-hosted sandboxes + MCP tunnels | claude.com/blog/claude-managed-agents-updates | May 19, 2026 — outside window |
| Claude for Legal: 20+ MCP connectors, 12 plugins | lawnext.com (primary: anthropic.com) | May 12, 2026 — outside window |
| MiniMax M3 open weights | marktechpost.com | June 1, 2026 — outside window |
| OpenAI on AWS Bedrock (GPT-5.5, Codex GA) | aws.amazon.com | June 1, 2026 — outside window |
| Snowflake CoWork / CoCo / Cortex Sense | snowflake.com | June 3, 2026 (Snowflake Summit) — outside window |
| Gemini Spark personal AI agent | techcrunch.com (Google I/O) | May 19, 2026 — outside window |
| ChatGPT Dreaming V3 memory architecture | openai.com | June 4, 2026 — outside window |
| Amazon Quick desktop AI assistant | aboutamazon.com | April 28 / May 15, 2026 — outside window |
| Zoom AI Productivity Suite | news.zoom.com | June 1, 2026 — outside window |
| Claude Code v2.1.181 | github.com/anthropics/claude-code | June 17 — covered in 2026-06-18 bulletin |
| Claude Code v2.1.179 (WSL2 scroll fix, connection drops) | code.claude.com/docs/en/changelog | June 16 — minor bug-fix release, below quality bar for standard depth |
| Vercel AI SDK v6.0.208 patch | github.com/vercel/ai | June 18 — dependency refresh only, no new user-facing features |
| HuggingFace Daily Papers June 16–18 | huggingface.co/papers | Papers fetched; topics (physical AI world models, robotic manipulation, RL rollout decoding) below BD-actionability bar for this run |
| Grok on Databricks (standalone) | x.ai/news/grok-databricks | Folded into Databricks Agent Bricks item — same summit announcement |
| Databricks Unity Catalog MCP (standalone) | databricks.com/blog/… | Folded into Databricks Agent Bricks item |
| Anthropic Seoul office + Korea partnerships | anthropic.com | June 17 — covered in 2026-06-18 bulletin |
| G7 Trusted Partners AI framework | usnews.com (Reuters) | June 16 — covered in 2026-06-18 bulletin |
| Gemini CLI → Antigravity CLI shutdown | developers.googleblog.com | June 18 effective date — covered in 2026-06-18 bulletin |
Limitations
- Sources unreachable: openai.com/index/introducing-openai-partner-network/ returned HTTP 403; x.ai/news/grok-amazon-bedrock returned HTTP 403; VentureBeat GLM-5.2 article returned HTTP 429. Z.ai’s primary HuggingFace repository page was not directly fetched; GLM-5.2 release facts confirmed via aggregated T2-T3 secondary sources.
- Login-walled coverage: X timelines as a logged-in user, Instagram, LinkedIn private feeds, and Discord were not accessed. Public X posts indexed by search engines were captured (including Elon Musk announcements on Grok-Bedrock and Grok-Databricks).
- Strict 72h window maintained: Grok 4.3 on Amazon Bedrock (June 15, 2026) and OpenAI Partner Network (June 14, 2026) are confirmed in-scope items that fall just outside the window. With 8 verified in-window items, the ≤5 threshold for mandatory expansion was not reached. Both are listed in Dropped and flagged for the next run if not yet covered.
- No policy-regulation items this window: G7 Trusted Partners framework (June 16) was covered in the 2026-06-18 bulletin. No new regulatory rulings or compliance developments found in the strict window.
- No research-papers items: HuggingFace Daily Papers fetched for June 16–18. Papers found (non-Markovian LLM game evaluation, 3D trajectory forecasting, physical AI world models, robotic manipulation harness, RL rollout decoding) had low BD-actionability for current production deployments.
- GLM-5.2 benchmark claims remain at T3: Z.ai published no primary benchmark report at launch. Code Arena ranking and long-horizon coding comparisons are drawn from community leaderboards and secondary coverage. Upgrade to T2 when a primary technical report is published.
- Databricks vendor metric: 100,000+ agents built since launch is vendor-reported with no disclosed methodology; do not use as adoption evidence.
- Geographic bias: A dedicated Indonesian-language and SEA-region search found Google Cloud’s Southeast Asia-Silicon Valley AI corridor program (August 2026 start) but no in-window product launches from local AI vendors. Coverage remains US/EU-heavy.
Search log (compact)
| Query / Fetch | Yield | Type |
|---|---|---|
| Anthropic Claude announcement June 18-19 2026 | 7 results, 5 high-rel | registry |
| OpenAI GPT announcement June 18-19 2026 | 7 results, 3 high-rel | registry |
| Google DeepMind Gemini June 18-19 2026 | 6 results, 2 high-rel | registry |
| Claude Code update changelog June 18-19 2026 | 5 results, 4 high-rel | registry |
| fetch: releasebot.io/updates/anthropic/claude | Jun 18 updates (Enterprise MCP Auth, Claude Code Artifacts) | registry |
| fetch: releasebot.io/updates/anthropic/claude-code | v2.1.181 Jun 17; no Jun 18-19 releases | registry |
| OpenAI Partner Network June 18 2026 | 9 results; confirmed Jun 14 date | registry |
| Grok 4.3 Amazon Bedrock AWS June 2026 | 9 results, 6 high-rel | registry |
| fetch: aws.amazon.com/about-aws/whats-new/2026/06/grok-amazon-bedrock/ | Jun 15 confirmed — outside window | registry |
| MCP Model Context Protocol new server June 18-19 2026 | 9 results, 2 high-rel | registry |
| Claude Managed Agents private sandbox June 2026 | 9 results; May 19 date confirmed | registry |
| fetch: claude.com/blog/enterprise-managed-auth | T2 primary, Jun 18 confirmed | registry |
| fetch: claude.com/blog/artifacts-in-claude-code | T2 primary, Jun 18 confirmed | registry |
| fetch: anthropic.com/news | Seoul office only (Jun 17); no Jun 18-19 posts | registry |
| fetch: openai.com/news/product-releases/ | HTTP 403 | registry |
| fetch: github.com/anthropics/claude-code/releases | v2.1.181 = Jun 17; no newer in-window | registry |
| xAI Grok Meta Llama Mistral model release June 2026 | 7 results, 3 high-rel | registry |
| LangChain LlamaIndex CrewAI AutoGen release June 16-19 2026 | 6 results, 0 in-window releases | registry |
| fetch: llm-stats.com/llm-updates | GLM-5.2 Jun 16 found | exploratory |
| Cursor changelog update June 16-19 2026 | 8 results, 5 high-rel | registry |
| fetch: cursor.com/changelog | v3.7 Jun 17, v3.8 Jun 18 confirmed | registry |
| GitHub Copilot update June 2026 | 7 results — Jun 1 billing change, outside window | registry |
| fetch: huggingface.co/papers | Jun 16-18 papers: low BD-actionability | exploratory |
| AI startup funding June 16-19 2026 | 9 results, 0 in-window AI-native | exploratory |
| AI Indonesia startup Asia Tenggara June 2026 | 7 results, 0 in-window product launches | exploratory (cross-language) |
| GLM-5.2 Zhipu AI release June 16 2026 | 9 results, 7 high-rel | exploratory |
| GitHub trending AI repositories June 18-19 2026 | 7 results, discovery only (OpenClaw from Jan 2026) | exploratory |
| Claude enterprise MCP auth Okta criticism June 2026 | 7 results, 3 adversarial | adversarial |
| Cursor Automations criticism limitations review June 2026 | 7 results, 3 relevant | adversarial |
| GLM-5.2 China data privacy criticism June 2026 | 9 results, 6 high-rel | adversarial |
| Gemini Spark announcement date June 2026 | confirmed May 19 — outside window | exploratory |
| site:x.com AI agent MCP launch June 18 2026 | 8 results, 3 relevant | exploratory |
| MiniMax M3 release date SWE-Bench June 2026 | confirmed Jun 1 — outside window | exploratory |
| Databricks Data+AI Summit announcements June 2026 | 8 results, 6 high-rel | exploratory |
| fetch: databricks.com/blog/agent-bricks-dais-2026 | T2 primary, Jun 16 confirmed | registry |
| ChatGPT memory improvements June 14-16 2026 | confirmed Jun 4 rollout — outside window | registry |
| new AI tool product launch June 17-19 2026 | 7 results, Snowflake Jun 18 sessions only (not new launches) | exploratory |
| OpenAI on AWS Bedrock Codex managed agents June 2026 | confirmed Jun 1 GA — outside window | registry |
| Vercel AI SDK release update June 2026 | Jun 18 dependency patch only — no new features | registry |
| workflow automation AI agent launch June 17-19 2026 | 8 results, no in-window new launches | exploratory |
| Claude Design design-system OR canvas OR Claude Code sync June 2026 | 9 results, primary URL confirmed | registry |
| Claude Workload Identity Federation keyless auth June 17 2026 | primary confirmed | registry |
| fetch: claude.com/blog/workload-identity-federation | T2 primary, Jun 17 confirmed | registry |
| fetch: okta.com/newsroom/press-releases/… | Jun 18 corroborating confirmed | corroborating |
| fetch: blog.modelcontextprotocol.io/posts/enterprise-managed-auth/ | Jun 18 EMA stable status confirmed | corroborating |
| productivity AI tool launch personal assistant June 16-18 2026 | 8 results, no in-window launches | exploratory |
| research paper practical AI deployment June 16-18 2026 arxiv | no Jun 16-19 papers with BD-actionability | exploratory |
| Claude Code new version June 18-19 wheel scroll 2026 | v2.1.181 confirmed Jun 17 (already in Jun 18 bulletin) | registry |
| AI announcement NOT “May 2026” enterprise productivity June | context only — no new in-window items | exploratory |
Total searches: 47, of which 19 exploratory or adversarial (40%).
Suggested next runs
- Enterprise MCP Auth IdP expansion — Okta-only at launch; watch for Azure Entra ID and Google Workspace IdP support, which would extend enterprise-managed provisioning to Microsoft-first and Google Workspace organizations.
- GLM-5.2 independent benchmark — No primary technical report from Z.ai at launch; when a report or Code Arena cross-validation appears, upgrade benchmark claims from T3 to T2.
- Grok 4.3 on Amazon Bedrock — Confirmed GA on June 15, 1 day outside this window. Already available; pick up in next run if not yet covered.
- OpenAI Partner Network — Confirmed June 14 launch; $150M investment, 300,000-consultant certification target. Just outside this window; cover in next run.
- Cursor GitLab gap — GitLab organizations cannot use the five new GitHub event hooks from Cursor 3.8; watch for GitLab trigger support.