AI Radar — 14 May 2026
Anthropic targets small business with agentic workflows; Claude Code v2.1.141 ships hook notifications and enterprise identity; Google TIG documents first AI-built zero-day; Anthropic reported in talks for a $30B round.
Run: 11–14 May 2026 · 28 items reviewed → 8 published · 3 verified · 5 secondary · 0 rumor · 40% exploration · Run timestamp: 2026-05-14
Note: Claude for Legal, Claude Platform on AWS, Claude Code v2.1.140, DeepMind AI Pointer, Android Show/Gemini Intelligence, and OpenAI ChatGPT ads (all May 11–12) were published in the 2026-05-13 bulletin and are excluded here.
TL;DR
- Claude for Small Business — Anthropic launched 15 agentic workflows with integrations for QuickBooks, PayPal, HubSpot, Canva, DocuSign, and more; roadshow starts 14 May. (→ Claude for Small Business)
- Claude Code v2.1.141 — Adds
terminalSequencehooks for desktop notifications,ANTHROPIC_WORKSPACE_IDfor enterprise IAM, and rewind context compression; ships 13 May. (→ Claude Code v2.1.141) - GitHub Copilot CLI /autopilot — v1.0.45 adds a mid-session slash command to toggle between supervised and autonomous execution modes. (→ GitHub Copilot CLI)
- Google AI zero-day — TIG documented the first confirmed AI-generated zero-day deployed in a real attack, a 2FA bypass in a web admin platform patched before exploitation. (→ Google zero-day)
- Anthropic funding talks — Bloomberg reports Anthropic is in talks for ≥$30B at >$900B pre-money valuation; no term sheet signed. (→ Anthropic round)
Items
Anthropic Launches Claude for Small Business with 15 Workflows and 7 Integrations
Source: https://www.anthropic.com/news/claude-for-small-business · Anthropic · 2026-05-13 Verification: T2 verified · announcement · workflow-automation / productivity-ai
Anthropic launched Claude for Small Business on 13 May 2026, a toggle-install package inside Claude Cowork that ships 15 ready-to-run agentic workflows and 15 skills covering finance, operations, sales, marketing, HR, and customer service. The package integrates directly with seven platforms: Intuit QuickBooks (payroll planning, monthly close, cash-flow, tax prep), PayPal (settlements, invoicing, disputes, refunds), HubSpot (lead triage, campaign attribution), Canva (content generation and publishing), DocuSign (contract signing and tracking), Google Workspace, and Microsoft 365. Workflow examples include invoice chasing, margin analysis, contract review, and lead triage. Anthropic is accompanying the launch with a free half-day AI fluency training roadshow that starts 14 May in Chicago, targeting 100 small business leaders per stop across US cities.
Why it matters for automation/productivity: Small-business clients that already run these seven platforms can activate Claude-driven workflows without custom integration work, making this a low-friction starting point for piloting AI in finance and operations contexts. The agentic framing means some tasks — invoice chasing, payroll planning — run end-to-end without per-step human approval.
Key claims:
- 15 ready-to-run agentic workflows at launch → anthropic.com primary, 2026-05-13
- 7 platform integrations (QuickBooks, PayPal, HubSpot, Canva, DocuSign, Google Workspace, Microsoft 365) → anthropic.com primary, 2026-05-13
- Roadshow begins 14 May in Chicago → anthropic.com primary, 2026-05-13
Cross-references:
- https://finance.yahoo.com/news/anthropic-debuts-claude-for-small-business-as-it-continues-its-enterprise-software-push-160500355.html (T3, corroborating — includes context on SaaS vendor stock impact)
- https://rollingout.com/2026/05/13/claude-for-small-business-15-new/ (T3, corroborating)
- https://www.pymnts.com/artificial-intelligence-2/2026/anthropic-scales-claude-ai-across-7-small-business-apps/ (T3, corroborating)
Caveats: Pricing not disclosed at launch. Agentic framing applied by vendor; degree of human-in-loop varies by workflow type and has not been independently tested.
Claude Code v2.1.141 Adds Hook Notifications, Workspace Identity Federation, and Rewind Compression
Source: https://github.com/anthropics/claude-code/releases · Anthropic (anthropics/claude-code) · 2026-05-13 Verification: T2 verified · changelog · dev-tools / agent-framework
Claude Code v2.1.141 shipped 13 May 2026 at 23:19 UTC. Three additions stand out for production deployments: (1) the terminalSequence field in hook JSON output lets background agents send desktop notifications, set window titles, or ring terminal bells without a controlling terminal open — enabling async task-completion signals in headless CI environments; (2) a new ANTHROPIC_WORKSPACE_ID environment variable supports workload identity federation for enterprise IAM-managed deployments without embedding static API keys; (3) claude agents --cwd <path> scopes the active session list to a specific directory. The Rewind menu gains a Summarize up to here option to compress earlier conversation context, reducing token usage in long sessions. Concurrency fixes: background agents now preserve their permission mode instead of reverting to default, and switching permission modes while a tool-permission prompt is open no longer silently misbehaves.
Why it matters for automation/productivity: The terminalSequence hook enables non-blocking completion signals for long-running background agents — practical for anyone running Claude Code in scheduled automation or CI pipelines where a terminal is not always attached. ANTHROPIC_WORKSPACE_ID opens the path to enterprise IAM-based deployments without static API keys.
Key claims:
- v2.1.141 release timestamp: 2026-05-13 23:19 UTC → GitHub releases (T2)
terminalSequence,ANTHROPIC_WORKSPACE_ID,claude agents --cwd, and Rewind Summarize up to here at this release → GitHub releases (T2)
GitHub Copilot CLI v1.0.45 Adds /autopilot Command
Source: https://github.com/github/copilot-cli/releases · GitHub · 2026-05-11 Verification: T2 verified · changelog · dev-tools
GitHub Copilot CLI v1.0.45 shipped 11 May 2026, adding a /autopilot slash command to toggle between interactive and autonomous execution modes mid-session. Autopilot mode lets the CLI run multiple steps — executing shell commands, reading files, and iterating — without requesting approval on each action. Previously, switching between supervised and autonomous modes required restarting the session or passing a flag at invocation time. The release also adds fallback to Windows PowerShell when PowerShell 7+ is unavailable, plus permission and UI performance fixes.
Why it matters for automation/productivity: Toggling modes mid-session reduces friction in hybrid workflows: developers can supervise architectural steps while letting Copilot CLI run well-understood refactors or test runs autonomously in the same session, without restarting.
Key claims:
- v1.0.45 release date: 2026-05-11 → github.com/github/copilot-cli/releases (T2)
/autopilotslash command toggles between interactive and autonomous modes → GitHub releases (T2)
Cross-references:
- https://www.havoptic.com/tools/github-copilot (T3, corroborating changelog)
Meta AI App Rolls Out Voice Conversation, Live Camera, and Threads Integration
Source: https://9to5mac.com/2026/05/12/meta-ai-app-enhanced-with-new-features-using-muse-spark-heres-whats-new/ · 9to5Mac · 2026-05-12 Verification: T3 secondary · announcement · productivity-ai Tier nuance: Meta primary blog post for the May 12 rollout not directly confirmed via web_fetch in this run; 9to5Mac used as best available secondary. Upgrade to T2 verified when Meta primary post is confirmed.
Meta expanded the capabilities of its AI assistant across WhatsApp, Instagram, Facebook, Messenger, and Threads on 12 May 2026, powered by its Muse Spark model (launched April 8). New capabilities: voice conversations that allow natural interruption and mid-sentence topic switching; a live camera mode where users point at objects for real-time AI analysis; and a Threads-embedded chatbot with @meta.ai mention support. The Meta AI app ranked fourth among free US iPhone App Store downloads at launch. Cross-platform rollout covers search bars, group chats, and posts.
Why it matters for automation/productivity: For users already embedded in Meta’s ecosystem, these features reduce the friction of switching to a separate AI application for visual queries or voice-driven tasks — lowering the barrier to AI-assisted productivity within communication workflows people already use daily.
Cross-references:
- https://about.fb.com/news/2026/04/introducing-muse-spark-meta-superintelligence-labs/ (T2, background on Muse Spark model, April 8 — corroborating)
Caveats: Meta primary blog post for May 12 rollout not directly fetched; 9to5Mac as secondary source.
Judgment Labs Raises $32M for AI Agent Evaluation Infrastructure
Source: https://www.businesswire.com/news/home/20260512621556/en/Judgment-Labs-Closes-$32M-in-Seed-and-Series-A-Funding-to-Build-the-Continuous-Improvement-Layer-for-AI-Agents · BusinessWire · 2026-05-12 Verification: T2 secondary · announcement · agent-framework / ai-for-business
Judgment Labs closed $32 million in combined seed and Series A funding on 12 May 2026, led by Lightspeed Venture Partners with participation from Nova Global, Valor, and Dynamic. The company is building infrastructure for evaluating AI agent performance from production data — specifically, tooling to assess long reasoning traces, tool-use accuracy, and memory across multi-step agent workflows, then feed production observations back into a continuous-improvement loop. The founding team (CEO Alex Shan, Chief Scientist Andrew Li, CTO Joseph Camyre, all early-career founders) previously conducted agent evaluation research before starting the company.
Why it matters for automation/productivity: The round signals growing recognition that evaluating long-horizon agent behavior in production is a distinct unsolved problem from evaluating single-turn LLM responses. Teams scaling agentic pipelines to production will increasingly need evaluation infrastructure of this kind as they move beyond ad-hoc testing.
Key claims:
- $32M combined seed and Series A, Lightspeed Venture Partners lead → BusinessWire primary, 2026-05-12
Cross-references:
- https://www.citybiz.co/article/845551/judgment-labs-raises-32m-to-build-evaluation-tools-for-deep-ai-agents/ (T3, corroborating)
Google Threat Intelligence Documents First Confirmed AI-Generated Zero-Day Exploit
Source: https://www.cnbc.com/2026/05/11/google-thwarts-effort-hacker-group-use-ai-mass-exploitation-event.html · CNBC · 2026-05-11 Verification: T2 secondary · security-report · policy-regulation / ai-for-business Tier nuance: CNBC and multiple T2 outlets reporting Google Threat Intelligence Group findings; Google TIG’s own blog post was not directly fetched in this run. Treat as T2 secondary until Google primary is confirmed.
Google’s Threat Intelligence Group reported on 11 May 2026 that it detected and disrupted a threat actor who used an AI model to build a zero-day exploit targeting a 2FA bypass in a popular open-source web administration platform — documented as the first real-world case of AI-assisted zero-day generation deployed in an actual attack operation, not a research demonstration. The attackers appear to have used AI to both discover the vulnerability and generate a working exploit, with plans for a mass-exploitation campaign. Google worked with the unnamed vendor to patch the flaw before the campaign gained traction. Google TIG chief analyst John Hultquist stated the threat “is already begun.”
Why it matters for automation/productivity: This is the first externally confirmed case of AI being used to generate a production zero-day in an active attack. Organizations deploying AI agents or coding assistants with code execution access should review their security posture — the threat model for AI-assisted exploitation has moved from theoretical to observed.
Key claims:
- First documented AI-generated zero-day in active attack operation → CNBC, 2026-05-11 (T2, corroborated by Bloomberg, The Register, BleepingComputer)
- 2FA bypass in unnamed open-source web administration platform → CNBC (T2)
- Google worked with vendor to patch before exploitation → CNBC (T2)
Cross-references:
- https://www.bloomberg.com/news/articles/2026-05-11/hackers-used-ai-to-build-zero-day-attack-google-researchers-say (T2, corroborating)
- https://www.theregister.com/ai-ml/2026/05/11/google-says-criminals-used-ai-built-zero-day-in-planned-mass-hack-spree/5237982 (T2, corroborating)
- https://www.axios.com/2026/05/12/ai-hacking-found-google-report (T2, corroborating)
Wispr AI Reported in Talks for $260M Round at $2B Valuation
Source: https://www.bloomberg.com/news/articles/2026-05-12/ai-dictation-startup-wispr-in-funding-talks-at-2-billion-value · Bloomberg · 2026-05-12 Verification: T2 secondary · funding-talks · productivity-ai
Bloomberg reported on 12 May 2026, based on unnamed sources, that Wispr AI is in talks to raise approximately $260 million led by Menlo Ventures at a valuation near $2 billion. No term sheet has been signed. Wispr makes Wispr Flow, an AI-powered voice dictation product that converts natural speech into polished text across apps, with the vendor claiming 270 Fortune 500 companies as users. The potential round would roughly triple the company’s last known valuation of approximately $700 million.
Why it matters for automation/productivity: The implied valuation, if confirmed, signals institutional confidence in enterprise voice AI as a distinct productivity layer. For teams evaluating voice-first input modalities for knowledge workflows, Wispr’s enterprise traction — if the user-count figure holds — warrants tracking.
Key claims:
- ~$260M raise, Menlo Ventures lead, ~$2B valuation → Bloomberg, 2026-05-12 (unnamed sources, unconfirmed)
- 270 Fortune 500 companies as users → Bloomberg (vendor-claimed, no independent verification)
Cross-references:
- https://thetechportal.com/2026/05/12/ai-dictation-startup-wispr-could-secure-260mn-funding-at-2bn-valuation/ (T3, corroborating)
Caveats: Bloomberg reporting based on unnamed sources; no term sheet signed; deal not confirmed by Wispr or Menlo Ventures. User count is vendor-claimed.
Anthropic Reported in Talks for $30B Round at $900B Valuation
Source: https://www.bloomberg.com/news/articles/2026-05-12/anthropic-in-talks-to-raise-30-billion-at-900-billion-valuation · Bloomberg · 2026-05-12 Verification: T2 secondary · funding-talks · ai-for-business
Bloomberg reported on 12 May 2026, based on people familiar with the matter, that Anthropic is in early talks to raise at least $30 billion in new financing at a pre-money valuation exceeding $900 billion. No term sheet has been signed and the round is not yet closed. Earlier reporting from Bloomberg and TechCrunch in late April cited a different round size of approximately $50 billion; the revised figure reflects ongoing negotiations. At a $900 billion pre-money valuation Anthropic would surpass OpenAI, which closed a $122 billion round at an $852 billion post-money valuation earlier in 2026.
Why it matters for automation/productivity: Informational only — no immediate workflow leverage. For teams making multi-year AI vendor commitments, the implied financing trajectory signals Anthropic’s continued access to the compute capital needed to sustain frontier model development.
Key claims:
- ≥$30B round at >$900B pre-money valuation → Bloomberg, 2026-05-12 (unnamed sources, unconfirmed)
- No term sheet signed → Bloomberg, 2026-05-12
Cross-references:
- https://techcrunch.com/2026/04/29/sources-anthropic-could-raise-a-new-50b-round-at-a-valuation-of-900b/ (T2, April 29 earlier report citing $50B — corroborating on valuation figure)
- https://finance.yahoo.com/news/anthropic-targets-900-billion-valuation-220005674.html (T3, corroborating)
Caveats: Unnamed sources; deal not confirmed by Anthropic. Round size revised downward from $50B (April reports) to ≥$30B (May 12 Bloomberg), suggesting terms in flux.
Dropped
Items considered but not published, with reason:
| Title considered | Source | Reason |
|---|---|---|
| Claude for Legal (12 practice-area plugins, 20+ MCP connectors) | anthropic.com / TechCrunch · 2026-05-12 | Covered in 2026-05-13 bulletin |
| Claude Platform on AWS GA (18 regions) | aws.amazon.com · 2026-05-11 | Covered in 2026-05-13 bulletin |
| Claude Code v2.1.140 (/goal hang, enterprise startup fix) | github.com · 2026-05-12 | Covered in 2026-05-13 bulletin |
| DeepMind AI Pointer (design paper, demos in AI Studio) | deepmind.google · 2026-05-12 | Covered in 2026-05-13 bulletin |
| Google Android Show / Gemini Intelligence (Android-layer AI) | android.com · 2026-05-12 | Covered in 2026-05-13 bulletin |
| OpenAI ChatGPT ads expansion (Canada, AU, NZ) | openai.com · 2026-05-11 | Covered in 2026-05-13 bulletin |
| OpenAI Deployment Company ($4B, Tomoro) | openai.com · 2026-05-11 | Covered in 2026-05-12 bulletin |
| Claude Mythos Preview / Project Glasswing | red.anthropic.com · 2026-04-07 | Outside window (April 7) |
| OpenAI Trusted Contact (ChatGPT mental health feature) | openai.com · 2026-05-07 | Outside 72h window |
| Gemma 4 (31B, 26B A4B, Apache 2.0) | blog.google · 2026-05-05 | Outside 72h window |
| ServiceNow Autonomous Workforce (Knowledge 2026) | newsroom.servicenow.com · 2026-05-05 | Outside 72h window (conference May 5–7) |
| ByteDance Doubao-Seed-2.0-lite (full-modal multimodal) | volcengine via aibase.com · 2026-05-06 | Outside 72h window |
| Warp Terminal goes open source (37K GitHub stars) | warp.dev · 2026-05-02 | Outside 72h window |
| Meta Muse Spark original model launch | about.fb.com · 2026-04-08 | Outside window (April 8) |
| OpenAI GPT-Realtime-2 / GPT-Realtime-Translate / GPT-Realtime-Whisper | openai.com · 2026-05-07–08 | Outside 72h window; also covered in 2026-05-09 bulletin |
| Claude Code v2.1.137 / v2.1.138 (VS Code and internal fixes) | github.com · 2026-05-09 | Outside 72h window |
| GitHub Spec Kit v0.8.7 (30+ AI coding agent support) | github.com · 2026-05-07 | Outside 72h window |
| xAI Grok Speech-to-Text / TTS / voice-think APIs | x.ai · 2026-04-18 / 2026-05-02 | Outside window |
| MCP Go SDK update (maintenance) | github.com/modelcontextprotocol · 2026-05-13 | Routine maintenance; no substantive capability change |
| LangChain / LlamaIndex / CrewAI releases | github.com | No in-window releases confirmed |
Limitations
- Sources unreachable or paywalled: Bloomberg.com articles cited (Wispr and Anthropic funding items) are paywalled — articles verified via title/URL in search index and confirmed by T3 secondary sources; not directly fetched. BleepingComputer returned HTTP 403 for the Google zero-day story (confirmed via CNBC, Bloomberg, The Register, and Axios instead). OpenAI primary blog returned HTTP 403 in searches.
- Login-walled coverage: X timelines, Instagram, LinkedIn private feeds, and Discord were not directly accessed. Public posts indexed via search engines were captured. Dedicated X/Threads social search passes were run for @AnthropicAI, @OpenAI, and topic keywords — no additional items beyond what was already confirmed from primary sources.
- Categories with thin coverage: No
model-releaseitems — no frontier or notable open-weight models released May 11–14. Nomcp-ecosystemitems — the MCP Go SDK update on May 13 was maintenance-only. Noresearch-papersitems passing the bar — Hugging Face daily papers for the period lacked confirmed May 11–14 publication dates. Noworkflow-automationitems from non-Anthropic vendors — Claude for Small Business is the sole entry in this category. - Items requiring upgrade: Meta AI app rollout (T3→T2 when Meta primary blog post confirmed). Wispr AI funding talks (secondary→verified when round officially announced). Anthropic $30B round (secondary→verified when Anthropic confirms). Google zero-day (secondary→verified when Google TIG blog post confirmed).
- Vendor concentration: Three of eight published items are Anthropic products or funding news. This reflects genuine week-of output, not selective harvesting — other vendors had no comparable in-window product releases.
- Geographic bias: US and EU coverage dominant. Explicit Indonesian/SEA search ran; no new primary AI items in window beyond Claude Platform AWS Jakarta-region availability (covered in the 2026-05-13 bulletin). Japanese, Korean, and Chinese-language sources were not searched in this run.
- Google I/O context: Main keynote scheduled 19 May. Gemini 4, Android XR, and further infrastructure announcements are expected but outside this window.
- Window expansion: Extended search pass run to May 9–10 to check for signal density; all published items are within the original May 11–14 window. No additional items from May 9–10 passed quality threshold (Claude Code v2.1.137/v2.1.138 were minor maintenance, other items from that period covered in prior bulletins).
Search log (compact)
| Query | Yield | Type |
|---|---|---|
| Anthropic Claude announcement May 13–14 2026 | 10 results, 4 high-rel | registry |
| OpenAI announcement news May 13–14 2026 | 10 results, 3 high-rel | registry |
| Google DeepMind Gemini release May 13–14 2026 | 10 results, 2 high-rel (covered/outside window) | registry |
| Meta AI Llama release May 2026 | 10 results, 1 high-rel (Llama 4 — April) | registry |
| New AI model release launch May 13–14 2026 | 10 results, 2 high-rel | exploratory |
| Gemma 4 Google model release date May 2026 | 10 results, 1 high-rel (April/May 5 — outside window) | registry |
| OpenAI ChatGPT Trusted Contact date launch 2026 | 10 results, 2 high-rel (May 7 — outside window) | registry |
| GitHub Copilot autopilot mode release May 11 2026 | 10 results, 3 high-rel | registry |
| AI startup funding May 13–14 2026 | 10 results, 2 high-rel | exploratory |
| site:x.com AnthropicAI OpenAI announcement May 13–14 2026 | 10 results, 1 high-rel (no in-window items) | social-X |
| Agent framework launch release May 13–14 2026 | 10 results, 2 high-rel (outside window) | registry |
| MCP server Model Context Protocol release May 13–14 2026 | 10 results, 1 high-rel (maintenance) | registry |
| AI dev tools Cursor Claude Code Copilot update May 13–14 2026 | 10 results, 2 high-rel | registry |
| AI announcement OR AI launch OR AI release May 14 2026 | 10 results, 2 high-rel | exploratory |
| AI Indonesia startup Asia Tenggara May 2026 | 10 results, 0 in-window primary items | cross-lang |
| adversarial: Claude for Small Business criticism concerns 2026 | 10 results, 1 high-rel (pricing gap noted) | adversarial |
| Hugging Face daily papers trending May 13–14 2026 | 10 results, 0 confirmed in-window | exploratory |
| GitHub trending AI repositories new project May 2026 | 10 results, 2 high-rel | exploratory |
| Claude Code releases May 13–14 2026 | 10 results, 4 high-rel | registry |
| LangChain LlamaIndex CrewAI AutoGen update May 13–14 2026 | 10 results, 0 in-window releases | registry |
| Wispr AI voice dictation funding $2 billion date May 2026 | 10 results, 4 high-rel | exploratory |
| ServiceNow Knowledge 2026 date autonomous workforce | 10 results, 3 high-rel (May 5–7 — outside window) | exploratory |
| ByteDance Doubao Seed 2.0 multimodal release date May 2026 | 10 results, 2 high-rel (May 6 — outside window) | exploratory |
| site:x.com AI dev tools announcement May 13–14 2026 | 10 results, 1 high-rel | social-X |
| xAI Grok Mistral announcement update May 13–14 2026 | 10 results, 2 high-rel (outside window) | registry |
| New AI product workflow automation launch May 13–14 2026 | 10 results, 2 high-rel (ServiceNow outside window) | exploratory |
| Hacker News AI trending discussion top May 13–14 2026 | 10 results, 2 high-rel (security angle) | community |
| Warp terminal agentic IDE release May 2026 | 10 results, 3 high-rel (May 2–7 — outside window) | exploratory |
| Judgment Labs $32 million funding date announcement | 10 results, 5 high-rel | exploratory |
| AI policy regulation announcement May 13–14 2026 | 10 results, 1 high-rel (UK committee — low signal) | registry |
| AI announcement release launch May 9–10 2026 | 10 results, 2 high-rel (in prior bulletins) | extended-window |
| Anthropic OpenAI Google announcement May 9–10 2026 | 10 results, 2 high-rel (Mythos/Glasswing context) | extended-window |
| Claude Code v2.1.138 OR v2.1.137 release May 9–10 2026 | 10 results, 2 high-rel (minor maintenance) | extended-window |
| Google Threat Intelligence AI zero-day May 11 2026 | 10 results, 6 high-rel | verification |
| Anthropic $900 billion valuation funding round May 2026 | 10 results, 5 high-rel | verification |
| Meta Muse Spark launch May 9 2026 | 10 results, 2 high-rel (April 8 launch confirmed) | verification |
| OpenAI o4-mini OR o3-pro new model May 9–14 2026 | 10 results, 1 high-rel (no new release) | registry |
Total searches: 37, of which 15 exploratory/adversarial/social/cross-lang/community/extended-window (40%).
Suggested next runs
- Google I/O 2026 (19 May) — Main keynote expected to cover Gemini 4, Android XR glasses, and infrastructure announcements. Run the bulletin on 19 or 20 May.
- Wispr AI round confirmation — Track for official close announcement; if confirmed at ~$2B valuation, warrants detailed follow-up on enterprise voice AI market.
- Claude for Small Business practitioner reports — First hands-on accounts of agentic workflow performance in QuickBooks/PayPal environments would upgrade the actionability framing.
- Judgment Labs product availability — Early-stage startup; track when evaluation tooling is available for developer preview.