AI Radar — 23 May 2026
Google I/O dominates the window: Gemini 3.5 Flash reaches GA, Antigravity 2.0 ships as a standalone agent platform, WebMCP enters Chrome 149 origin trial, Gemini Spark starts US beta; MCP protocol publishes release candidate with stateless core; OpenAI disproves an 80-year conjecture; Anthropic Glasswing finds 10,000+ critical bugs in month one.
Run: 19–23 May 2026 (5-day; Google I/O keynote May 19 spans window boundary — see Limitations) · 24 items reviewed → 10 published · 5 verified · 5 secondary · 0 rumor · 40% exploration · Run timestamp: 2026-05-23
TL;DR
- MCP Release Candidate published — stateless core removes session management overhead; SDK maintainers have a 10-week validation window before the July 28 final. (→ MCP protocol release candidate published)
- Gemini 3.5 Flash + Antigravity 2.0 — Google ships a fast agentic model paired with a standalone agent execution platform (desktop, CLI, Managed Agents API). (→ Google I/O: Gemini 3.5 Flash reaches GA, Antigravity 2.0 launches)
- WebMCP enters Chrome 149 origin trial — open web standard for browser-native tool exposure, eliminating backend MCP servers for basic page integrations. (→ WebMCP enters Chrome 149 origin trial)
- Gemini Spark personal agent starts US beta — 24/7 cloud agent for Gmail, Docs, Canva, Instacart; beta to AI Ultra subscribers beginning the week of 26 May. (→ Gemini Spark personal agent starts US beta)
- OpenAI reasoning model disproves Erdős conjecture — autonomous proof of an 80-year open geometry problem, confirmed by external mathematicians. (→ OpenAI model disproves Erdős 80-year geometry conjecture)
Items
MCP protocol release candidate published, stateless core arrives
Source: https://blog.modelcontextprotocol.io/posts/2026-07-28-release-candidate/ · Model Context Protocol · 2026-05-21 Verification: T2 verified · specification · mcp-ecosystem
The MCP steering team published the release candidate for the next protocol specification on 21 May 2026, locking it for a July 28 final publication. The headline change is a stateless protocol core: the initialize handshake and Mcp-Session-Id header are removed, enabling any request to route to any server instance without sticky-session infrastructure. The release also formalizes MCP Apps (server-rendered interactive HTML delivered in sandboxed iframes), the Tasks extension for long-running async workflows, authorization hardening aligned to OAuth 2.0 and OpenID Connect, and a minimum 12-month deprecation window before feature removal.
Why it matters for automation/productivity: Removing stateful session management cuts hosting complexity for teams running MCP servers at scale — a standard round-robin load balancer now suffices. Tier 1 SDK maintainers have a 10-week window to ship RC support; teams building production MCP integrations should begin compatibility testing now, ahead of the July 28 final.
Key claims:
- Roots, Sampling, and Logging deprecated in this version → MCP RC specification primary
- Minimum 12-month deprecation notice going forward → MCP RC specification primary
- Six SEPs work together to achieve the stateless core → MCP RC specification primary
Cross-references:
- https://thenewstack.io/model-context-protocol-roadmap-2026/ (T3, corroborating)
Google I/O: Gemini 3.5 Flash reaches GA, Antigravity 2.0 launches as standalone agent platform
Source: https://blog.google/innovation-and-ai/models-and-research/gemini-3-5/ · Google · 2026-05-19 Verification: T2 verified · announcement · model-release / agent-framework Tier nuance: Benchmark scores (Terminal-Bench 2.1, MCP Atlas, GDPval-AA) are vendor-run or Google-affiliated — treat as vendor-claimed, not independently verified.
Google shipped Gemini 3.5 Flash at I/O on 19 May 2026 with general availability across the Gemini API, AI Studio, and Android Studio, priced at $1.50 input / $9.00 output per 1M tokens. Alongside the model, Google launched Antigravity 2.0 — a standalone agent execution platform comprising a desktop app, Antigravity CLI (replacing Gemini CLI), an Antigravity SDK, and a Managed Agents API that provisions a fully sandboxed Linux agent environment on a single API call. Antigravity 2.0 includes built-in credential masking and hardened Git policies.
Why it matters for automation/productivity: Teams building agentic pipelines now have a vertically integrated Google stack — a fast, low-latency model paired with a managed sandboxed execution layer. The $1.50 input price is competitive for high-volume agentic workloads; the Managed Agents API lowers the provisioning overhead to a single call.
Key claims:
- Speed: 4x faster on output tokens than comparable frontier models → vendor-claimed (blog.google)
- Price: $1.50 input / $9.00 output per 1M tokens → blog.google primary
- Wins 11 of 15 published benchmarks vs Gemini 3.1 Pro → vendor-claimed (Google-run benchmarks)
Cross-references:
- https://www.latent.space/p/ainews-google-io-2026-gemini-35-flash (T2, corroborating + critical — practitioner reception and independent cost analysis)
- https://techcrunch.com/2026/05/19/google-launches-antigravity-2-0-with-an-updated-desktop-app-and-cli-tool-at-io-2026/ (T3, corroborating)
- https://developers.googleblog.com/all-the-news-from-the-google-io-2026-developer-keynote/ (T2, corroborating — full IO developer highlights)
Caveats: Independent evaluator Artificial Analysis finds the model 5.5x costlier than Gemini 3 Flash on its own suite and notes underperformance on MRCR and ARC-AGI-2 long-context tasks. All benchmark claims are vendor-measured.
WebMCP enters Chrome 149 origin trial as open standard for browser-native agent tools
Source: https://developer.chrome.com/docs/ai/webmcp · Google Chrome Developers · 2026-05-19 Verification: T2 verified · announcement · mcp-ecosystem / dev-tools
Google confirmed on 19 May 2026 that WebMCP — a proposed open web standard for exposing structured tools to in-browser AI agents — will enter a public origin trial in Chrome 149. WebMCP lets any web page expose callable JavaScript functions or HTML-annotated tools to browser-native agents without requiring a backend MCP server, enabling structured agent actions on participating pages. Companion documentation was published 18 May.
Why it matters for automation/productivity: Browser-agent workflows currently requiring custom scraping or a backend MCP server can use WebMCP to call structured page tools natively — a meaningful reduction in integration overhead for web-connected automation. Developers can register for the origin trial now; reach is Chrome 149 only at launch.
Key claims:
- Origin trial starts in Chrome 149 → developer.chrome.com primary
- Gemini in Chrome will soon support WebMCP APIs → Google intent statement, not commitment
Cross-references:
- https://developer.chrome.com/blog/chrome-at-io26 (T2, corroborating)
- https://ppc.land/chrome-149-origin-trial-puts-webmcp-in-developers-hands-at-last/ (T3, corroborating)
Caveats: Origin trial only — not a ratified web standard. No commitment from Firefox or Safari to adopt. Standard may change before final ratification.
Gemini Spark personal AI agent starts US beta for AI Ultra subscribers
Source: https://blog.google/innovation-and-ai/technology/ai/google-io-2026-all-our-announcements/ · Google · 2026-05-19 Verification: T2 secondary · announcement · workflow-automation
Google launched Gemini Spark at I/O as a 24/7 cloud-based personal AI agent that users can contact via a dedicated Gmail address. The agent runs persistently in the cloud — continuing tasks after the user closes their device — and integrates with Gmail, Docs, Sheets, Slides, Canva, OpenTable, and Instacart. Beta availability was announced for US Google AI Ultra subscribers ($200/month) starting the week of 26 May.
Why it matters for automation/productivity: Spark is the first GA-adjacent autonomous agent from Google that executes long-horizon tasks across multiple services without per-step human approval — the workflow-automation product category at consumer scale. Pricing and US-only availability make it most relevant as a capability benchmark rather than an immediate enterprise deployment.
Key claims:
- Integrates with Gmail, Docs, Sheets, Slides, Canva, OpenTable, Instacart → Google IO blog (secondary-sourced)
- Beta to US AI Ultra subscribers week of 26 May → vendor keynote intent, not contractual
Cross-references:
- https://techcrunch.com/2026/05/19/google-introduces-gemini-spark-a-24-7-agentic-assistant-with-gmail-integration/ (T3, corroborating)
- https://thenextweb.com/news/google-gemini-spark-agentic-assistant-gmail-io-2026 (T3, corroborating)
Caveats: Beta, US-only, AI Ultra plan required. Autonomous execution scope, safety guardrails, and cancellation policies not fully disclosed at launch. Availability dates are stated intent.
Grok adds Vercel, Canva, Gamma, and S&P Global connectors
Source: https://x.ai/news/grok-connectors · xAI · 2026-05-22 Verification: T2 secondary · changelog · productivity-ai [Primary returned 403 from this sandbox; confirmed via xAI Docs connector catalog at docs.x.ai/grok/connectors and multiple corroborating sources]
xAI released a new batch of third-party connectors for Grok on 22 May 2026: Vercel (build and deploy sites), Canva (generate and edit designs), Gamma (build AI-generated presentations), and S&P Global (pull live market data). These add to connectors already shipped: Microsoft 365, Google Workspace, Notion, GitHub, and Linear. Users can also connect a custom MCP server to extend the integration surface beyond the official catalog.
Why it matters for automation/productivity: The Vercel and Canva additions specifically extend Grok into design-to-deployment workflows — teams that draft in Grok can now move to visual design and deployment without context-switching. The custom MCP extension point means any team with an existing MCP server can integrate Grok into proprietary tool chains today.
Key claims:
- Vercel, Canva, Gamma, S&P Global connectors live May 22 → x.ai primary (403 in sandbox, confirmed via xAI Docs catalog)
Cross-references:
- https://docs.x.ai/grok/connectors/catalog (T2, corroborating — official connector catalog)
- https://www.basenor.com/blogs/news/5-xai-grok-updates-you-may-have-missed-this-may (T3, corroborating)
OpenAI adopts C2PA and SynthID watermarking, releases public Verify tool
Source: https://openai.com/index/advancing-content-provenance/ · OpenAI · 2026-05-19 Verification: T2 secondary · announcement · ai-for-business [Primary returned 403 from this sandbox; confirmed via TechCrunch with OpenAI confirmation and multiple corroborating sources]
OpenAI joined the C2PA Steering Committee on 19 May 2026 and began embedding C2PA metadata with cryptographic signatures in all images generated through ChatGPT, Codex, and the OpenAI API. Simultaneously, OpenAI integrated Google DeepMind’s SynthID invisible pixel watermark into image outputs, providing a provenance signal that survives screenshots and lossy compression. A free research-preview tool called Verify was released, allowing anyone to upload an image and check for C2PA metadata and SynthID watermarks.
Why it matters for automation/productivity: Organizations producing AI-generated images in publishing, compliance, or legal workflows now have an OpenAI-native chain-of-custody layer. The dual approach — C2PA metadata for context, SynthID for durability through transformations — is more resilient than metadata-only provenance. Verify enables downstream audit without proprietary tooling.
Key claims:
- SynthID survives screenshots, resizing, lossy compression → Google DeepMind SynthID specification claim
- Verify tool: free, research preview → vendor-claimed (secondary-sourced)
Cross-references:
- https://techcrunch.com/2026/05/19/openai-is-making-it-easier-to-check-if-an-image-was-made-by-their-models/ (T3, corroborating)
- https://thenextweb.com/news/openai-c2pa-synthid-ai-image-detection-watermark (T3, corroborating)
Caveats: At launch, Verify detects only OpenAI-generated content; cross-vendor detection depends on other labs adopting compatible standards. Research preview — production SLA not disclosed.
OpenAI model disproves Erdős 80-year geometry conjecture, checked by external mathematicians
Source: https://openai.com/index/model-disproves-discrete-geometry-conjecture/ · OpenAI · 2026-05-20 Verification: T2 secondary · research announcement · research-papers [Primary returned 403 from this sandbox; confirmed via TechCrunch and multiple corroborating sources; proof reviewed by external mathematicians]
An internal OpenAI reasoning model independently disproved the planar unit-distance conjecture posed by Paul Erdős in 1946, which asks for the maximum number of unit-distance pairs possible for n points in a plane. The model produced a construction using Golod-Shafarevich theory and infinite class field towers that achieves a polynomial improvement over the square grid previously considered near-optimal, yielding n^(1+δ) unit-distance pairs for a fixed δ > 0. Princeton mathematician Will Sawin subsequently refined the exponent to δ = 0.014. Fields Medalist Tim Gowers called the result a milestone in AI mathematics.
Why it matters for automation/productivity: Informational only — no immediate workflow leverage. The result is the first verified instance of AI autonomously solving a prominent open problem in a mathematics subfield. For teams evaluating reasoning models for scientific research or formal-verification pipelines, this is a capability milestone to track; the model that produced the proof has not been released publicly.
Key claims:
- δ = 0.014 refined by Princeton’s Will Sawin → secondary sources citing mathematician commentary
- Proof reviewed by a group of external mathematicians → OpenAI announcement (secondary-sourced)
Cross-references:
- https://techcrunch.com/2026/05/20/openai-claims-it-solved-an-80-year-old-math-problem-for-real-this-time/ (T3, corroborating)
- https://interestingengineering.com/ai-robotics/openai-paul-erdos-geometry-problem-cracked (T3, corroborating)
Caveats: Expert confirmation, not formal peer review. OpenAI has not released the model that produced the proof. The result disproves a specific sub-conjecture about square grid optimality — not the full Erdős unit-distance problem.
Anthropic Project Glasswing finds 10,000+ critical vulnerabilities in first month
Source: https://www.anthropic.com/research/glasswing-initial-update · Anthropic · 2026-05-22 Verification: T2 verified · research update · policy-regulation
Anthropic published a progress report on Project Glasswing on 22 May 2026, reporting that approximately 50 partner organizations collectively found more than 10,000 high- or critical-severity vulnerabilities in widely used software in the initiative’s first month. Cloudflare found 2,000 bugs (400 classified high or critical) while producing fewer false positives than conventional human-led testing; Mozilla found 271 vulnerabilities in Firefox 150. In an open-source scan of more than 1,000 projects, Mythos Preview flagged 6,202 estimated high- or critical-severity issues across 23,019 total. Of 1,752 vulnerabilities independently assessed by security firms, 90.6% were confirmed as genuine.
Why it matters for automation/productivity: For organizations running AI-assisted security testing pipelines, the 90.6% true-positive rate on independent verification compares favorably to typical automated scanner benchmarks and suggests Mythos-class models offer a substantive complement to fuzzing and manual pen-testing. Mythos Preview remains invitation-only.
Key claims:
- 10,000+ high/critical bugs across ~50 partners in month 1 → Anthropic primary
- 90.6% of 1,752 assessed vulnerabilities confirmed genuine → Anthropic primary
- Cloudflare: 2,000 bugs, 400 high/critical → Anthropic primary
Cross-references:
- https://www.benzinga.com/markets/private-markets/26/05/52759147/anthropics-project-glasswing-finds-more-than-10000-critical-bugs-expands-to-additional-partners (T3, corroborating)
- https://securityboulevard.com/2026/05/anthropic-allows-glasswing-partners-to-share-mythos-based-findings/ (T3, corroborating)
Caveats: All bug counts are Anthropic-reported, not independently audited. The Mozilla ten-times improvement claim compares against an unspecified baseline model on a prior Firefox version — that baseline model is not disclosed. Mythos Preview is not publicly available.
Hark raises $700M Series A at $6B valuation to build personal AI hardware platform
Source: https://www.businesswire.com/news/home/20260521171628/en/Hark-Raises-$700M-Series-A-at-a-$6B-Valuation · BusinessWire · 2026-05-21 Verification: T2 secondary · funding announcement · ai-for-business [BusinessWire returned 503 in this sandbox; confirmed via Brett Adcock’s X post and TechCrunch reporting]
Brett Adcock’s startup Hark closed a $700M Series A on 21 May 2026 at a $6B post-money valuation, led by Parkway Venture Capital with participation from Nvidia, AMD Ventures, Brookfield, Intel Capital, Qualcomm Ventures, and Salesforce Ventures. Hark is building what it describes as a universal AI interface — persistent memory, multimodal vision, natural voice — with first foundation models expected in summer 2026 and dedicated hardware to follow. The company has approximately 70 employees and has acquired a new NVIDIA B200 data center.
Why it matters for automation/productivity: Informational only — no immediate workflow leverage. The strategic investor set (Nvidia, AMD, Intel, Qualcomm in one cap table) signals competitive interest in the hardware-native AI interface layer. Hark’s first model release this summer is a concrete milestone to track for whether the hardware-AI thesis moves from concept to product.
Key claims:
- $700M raised, $6B post-money valuation → Brett Adcock X post (T2 self-disclosure) + BusinessWire (503 in sandbox)
- Investors include Nvidia, AMD, Intel Capital, Qualcomm, Salesforce → TechCrunch primary (T3)
Cross-references:
- https://techcrunch.com/2026/05/21/hark-raises-700m-series-a-for-its-secretive-universal-ai-interface/ (T3, corroborating)
- https://x.com/adcock_brett/status/2057462134989263047 (T2, self-disclosure)
Andrej Karpathy joins Anthropic pretraining team
Source: https://www.cnbc.com/2026/05/19/anthropic-hires-openai-cofounder-karpathy-former-tesla-ai-lead.html · CNBC · 2026-05-19 Verification: T2 secondary · announcement · ai-for-business [CNBC reporting confirmed by Anthropic spokesperson]
Andrej Karpathy announced on 19 May 2026 that he has joined Anthropic’s pretraining team, reporting to team lead Nick Joseph. Karpathy will build and run a team applying Claude to accelerate pretraining research. He previously co-founded OpenAI, led Tesla’s Autopilot and Full Self-Driving programs (2017–2022), returned to OpenAI (2022–2024), and founded Eureka Labs in 2024 before joining Anthropic.
Why it matters for automation/productivity: Informational only — no immediate workflow leverage. The hire is a talent signal about where Anthropic is investing at the frontier. Pretraining research velocity at Anthropic will likely influence Claude model quality and release cadence through 2026–2027.
Cross-references:
- https://techcrunch.com/2026/05/19/openai-co-founder-andrej-karpathy-joins-anthropics-pre-training-team/ (T3, corroborating)
- https://www.axios.com/2026/05/19/anthropic-openai-karpathy-andrej-claude (T3, corroborating)
Conflicts surfaced
Gemini 3.5 Flash — vendor benchmark claims vs independent evaluation
Google claims Gemini 3.5 Flash wins 11 of 15 published benchmarks vs Gemini 3.1 Pro and is 4x faster than comparable frontier models. Independent evaluator Artificial Analysis finds the model 5.5x costlier than Gemini 3 Flash on its benchmarking suite and notes underperformance on MRCR (long-context) and ARC-AGI-2 tasks. Google’s benchmarks are vendor-run or Google-affiliated (T4 for comparative claims per rubric); Artificial Analysis operates independently (T3 for methodology disclosed but not peer-reviewed).
Weighted synthesis (T4 Google competitive claims × 1x; T3 Artificial Analysis × 2x): Gemini 3.5 Flash’s agentic benchmark improvements over its own prior generation appear genuine based on the Google primary. Independent cost and coverage comparisons should be consulted before assuming cost-competitiveness with GPT-5.5 or Claude Opus across all workloads.
Dropped
| Title considered | Source | Reason |
|---|---|---|
| Claude Managed Agents MCP tunnels + sandboxes | anthropic.com (May 19) | Outside strict 72h window; covered in 2026-05-22 bulletin |
| Anthropic acquires Stainless | anthropic.com (May 18) | Outside window |
| KPMG integrates Claude across 276,000 employees | anthropic.com (May 19) | Outside strict window |
| Bristol Myers Squibb adopts Claude Enterprise | Secondary sources (May 20) | Primary source not reachable; single secondary source insufficient |
| LlamaIndex + Google Agents API template | Secondary sources (May 20) | Primary source not directly verified; insufficient scope detail to confirm claims |
| Jack Clark Oxford AI forecasts | Multiple outlets (May 21) | Speculative forward-looking predictions, no verifiable product claim |
| Gemini Omni multimodal video model | Google IO keynote (May 19) | Insufficient primary detail retrieved in this run; partially duplicates Gemini 3.5 item |
| Google Search AI agents (summer rollout) | Google IO (May 19) | Forward-looking intent; product not yet shipped |
| OpenAI ChatGPT ads visual upgrade | openai.com (May 21) | Off-scope; advertising platform focus, not workflow automation |
| Meta workforce reduction (~7,800 employees) | Multiple outlets (May 20) | Off-scope; workforce reduction, not AI product or capability |
| DeepMind acquires Contextual AI researchers | Multiple outlets (May 19) | Outside strict window; organizational news without immediate product impact |
| Exa $250M Series C | AI funding trackers | Publication date could not be confirmed within window |
| Mercury $200M Series D | AI funding trackers | Publication date could not be confirmed within window |
| GitHub Trending — Hermes Agent (105K stars) | GitHub Trending (week of ~May 16) | Outside window; adoption signal but no new release within period |
Limitations
- Sources unreachable: BusinessWire (503), openai.com blog pages (403, three primary URLs), x.ai blog (403). Affected items are marked secondary; primary URLs confirmed via multiple corroborating T3 sources and, for OpenAI, by TechCrunch reporting with company confirmation.
- Login-walled coverage: X timelines, LinkedIn, IG, and Discord were not accessed directly. Public X posts indexed via search engines were captured. Key handles (@sama, @karpathy, @adcock_brett) were checked via search-indexed posts.
- Google I/O boundary: The Google I/O keynote occurred on 19 May 2026, one day before the strict 72h window (20–23 May). I/O content and product availability (Gemini 3.5 Flash GA, Antigravity 2.0, WebMCP origin trial) spanned May 19–21. Items are included given the event’s multi-day duration and continued publication within the window.
- Vendor benchmark caveats: Gemini 3.5 Flash benchmark scores are vendor-run or Google-affiliated; independent evaluator Artificial Analysis identifies material cost and coverage gaps (see Conflicts section). Anthropic Glasswing bug counts are self-reported.
- SEA-region coverage: One explicit SEA/Indonesia search yielded no in-window AI product launches from the region. Coverage remains US/EU-heavy this period.
- Thin categories: policy-regulation (1 item — Glasswing; no regulatory rulings in window). research-papers (1 item — Erdős conjecture; arXiv May 2026 list not directly scanned).
- Items requiring verification upgrade: Grok connectors, OpenAI C2PA, OpenAI Erdős conjecture, Hark, Karpathy — all move from secondary to verified with direct primary page access (currently blocked by 403/503 in this sandbox environment).
Search log (compact)
Q: "Anthropic Claude announcement May 2026" → 10 results, 4 high-relevance
Q: "OpenAI ChatGPT announcement release May 2026" → 10 results, 5 high-relevance
Q: "Google DeepMind Gemini announcement May 2026" → 4 results, 3 high-relevance
Q: "AI agent framework launch release May 2026" → 10 results, 3 high-relevance
Q: "MCP Model Context Protocol new server May 2026" → 10 results, 4 high-relevance
Q: "AI news announcement May 21 22 23 2026" → 7 results, 5 high-relevance
Q: "new AI model release May 20 21 22 2026" → 10 results, 3 high-relevance
Q: "Claude Managed Agents Anthropic developer May 2026" → 8 results, 3 high-relevance
Q: "LlamaIndex Google Agents API May 20 2026" → 10 results, 1 high-relevance
Q: "MCP Model Context Protocol release candidate specification May 2026" → 10 results, 4 high-relevance
Q: "Andrej Karpathy joins Anthropic pretraining May 2026" → 10 results, 6 high-relevance
Q: "Google IO 2026 Gemini announcement date developer keynote" → 4 results, 4 high-relevance
Q: "Anthropic Project Glasswing May 22 2026" → 10 results, 6 high-relevance
Q: "Google Antigravity 2.0 agent platform IO 2026" → 10 results, 6 high-relevance
Q: "WebMCP web standard Chrome 149 Google IO 2026" → 10 results, 5 high-relevance
Q: "AI startup funding announcement May 20 21 22 2026" → 10 results, 4 high-relevance
Q: "Gemini Spark personal agent announcement IO 2026" → 7 results, 5 high-relevance
Q: "OpenAI announcement May 20 21 2026" → 8 results, 4 high-relevance
Q: "xAI Grok announcement release May 2026" → 8 results, 3 high-relevance
Q: "new developer tool AI coding release May 20 21 22 2026" → 10 results, 1 high-relevance
Q: "Gemini 3.5 Flash benchmark performance IO 2026" [exploratory] → 10 results, 4 high-relevance
Q: "OpenAI C2PA content provenance watermarking announcement May 2026" → 7 results, 5 high-relevance
Q: "adversarial criticism Gemini 3.5 Flash benchmarks independent May 2026" [adversarial] → 10 results, 3 high-relevance
Q: "GitHub trending AI agents weekly May 2026" [exploratory] → 10 results, 3 high-relevance
Q: "AI Indonesia OR startup AI Asia OR model AI May 2026" [SEA exploration] → 10 results, 1 high-relevance
Q: "Hark AI hardware Brett Adcock 6 billion May 2026" [exploratory] → 9 results, 6 high-relevance
Q: "OpenAI Erdos conjecture disproved mathematics May 20 2026" [exploratory] → 10 results, 6 high-relevance
Q: "xAI Grok third party connectors Vercel Canva May 22 2026" → 10 results, 5 high-relevance
Q: "OpenAI ChatGPT advertising ads platform May 21 2026" → 10 results, 3 high-relevance
Q: "research paper AI agents safety May 2026 arxiv" [exploratory] → 8 results, 2 high-relevance
Q: "productivity AI tool announcement May 20 21 22 2026" [exploratory] → 8 results, 2 high-relevance
Q: "Google Colab MCP server announcement May 2026" [lateral] → 10 results, 1 high-relevance
Q: "Gemini Spark IO 2026" → 7 results, 5 high-relevance
Total searches: 33, of which ~13 exploratory, adversarial, or lateral (39%). Primary source fetches: 6 successful (MCP RC, Gemini 3.5, Glasswing, IO keynote summary, Latent Space IO review, Antigravity 2.0); 4 returned 403/503.
Suggested next runs
- Antigravity 2.0 SDK adoption — first external builds using the Managed Agents API will surface within 2–3 weeks; monitor for independent capability reports and pricing analyses
- MCP RC compatibility sweep — which Tier 1 SDKs ship RC support first; track as signal of ecosystem velocity before July 28 final
- Gemini Spark real-world reports — beta starts US week of 26 May; practitioner reports from AI Ultra subscribers will be the first independent capability data
- Hark first model release — company stated summer 2026; track as first product validation of the hardware-native AI interface thesis