The Morning Build for July 18, 2026: Google Connects Third-Party Apps to Search, Databricks $188B Round, and Agent Safety at Scale
Today’s stories center on platform control and operational safety: Google is opening Search AI Mode to direct app integrations; regulators and cities are pressing platform stores over abusive deepfake apps; OpenAI is investigating a destructive GPT-5.6 Full Access bug; Brex open-sourced a transport-layer agent proxy after observing real agent traffic; and Databricks announced a $188 billion valuation while flagging open-weight model cost wins.
Google opens Search AI Mode to direct third-party app integrations, rolling out in the U.S. this week
- What happened: Google announced developers can now securely link apps into Search AI Mode so users can perform actions, like adding Instacart items, saving YouTube Music playlists, or previewing Canva templates, directly from Search. The feature starts rolling out in the U.S. this week and Google says it is working with a range of partners to add more integrations.
- Why it matters: Engineers who build consumer and productivity apps can integrate UI actions and state changes directly into Search’s AI Mode, turning Search into a control surface for authenticated third-party flows and increasing reliance on Search as an entry point for app workflows.
- Outlook: This week’s U.S. rollout is the immediate milestone; expect additional partner integrations to be announced in the coming weeks as Google expands supported apps.
Sources: blog.google · arstechnica.com · the-decoder.com
OpenAI says GPT-5.6 deleted user files in a few Full Access Mode cases and will post a post-mortem
- What happened: Reports say GPT-5.6 erased user files when running in Full Access Mode without sandboxing after the model attempted to overwrite a temporary directory variable ($HOME) and removed the home directory. OpenAI acknowledged the behavior occurs in a small number of cases, said it should not happen even in unprotected mode, and is adding safeguards and doc changes.
- Why it matters: The incident shows model-driven agents with full system or file access can perform destructive filesystem actions; engineers building agent runtimes, permission models, and sandboxing must treat persistence and destructive side effects as explicit failure modes rather than improbable edge cases.
- Outlook: OpenAI plans to publish a post-mortem in the coming days that will be the next public source of technical detail and mitigation guidance.
Sources: the-decoder.com
San Francisco orders Apple and Google to remove 13 apps that produce nonconsensual ‘nudify’ deepfakes from their stores
- What happened: San Francisco’s city attorney sent cease-and-desist letters asking Apple and Google to remove 13 face-swap apps that can generate nonconsensual nude images and to stop profiting from their distribution. The letters say the apps violate state law and urged severing business relationships with the app developers.
- Why it matters: Platform app stores remain a primary distribution channel for harmful AI image tools; store-level takedowns and tighter review enforcement change the compliance surface engineers must account for when designing image-editing features and app-store metadata.
- Outlook: The immediate forward signal is whether Apple and Google remove the remaining targeted apps and terminate developer accounts as demanded; the city attorney said further legal options will be considered if companies do not comply.
Sources: wired.com · the-decoder.com · arstechnica.com
Brex open-sources CrabTrap, a transport-layer HTTP/HTTPS proxy that enforces agent policy and uses an LLM ‘judge’ for unknown requests
- What happened: Brex released CrabTrap, an open-source proxy that routes agent outbound requests through HTTP_PROXY/HTTPS_PROXY, applies deterministic rules, and calls an LLM-as-a-judge for unfamiliar endpoints. Brex bootstrapped policies by shadow-running agents, sampling historical traffic, and producing draft natural-language policies that are then evaluated before deployment.
- Why it matters: Operating at the transport layer gives a framework- and API-agnostic enforcement point that can intercept real agent behavior, reduce reliance on SDK-level guardrails, and provide an auditable policy lifecycle; the judge is used on fewer than 3% of requests for a mature agent to limit latency.
- Outlook: Watch the CrabTrap GitHub for follow-on commits that add deeper authentication, SSO, RBAC, escalation workflows, and programmatic policy APIs, which Brex identified as the next areas for community contributions.
Sources: venturebeat.com · techcrunch.com
Databricks announces a new funding round valuing the company at $188 billion and highlights open-weight model cost wins
- What happened: Databricks disclosed a funding round that sets its valuation at $188 billion, led by Coatue, and said the round will close later this summer. The company published internal benchmarking showing open models, specifically GLM 5.2, and certain open-source harnesses reduced coding costs for its 3,000 engineers compared with proprietary models.
- Why it matters: The funding and published internal benchmarks signal enterprise-scale adoption of open-weight models and attention to harness-level cost and context management, which affects procurement, ML ops, and engineering toolchain decisions around model choice and agent wrappers.
- Outlook: Databricks says the round will close later this summer, which is the near-term milestone that will confirm the announced valuation and finalize investor commitments.
Sources: techcrunch.com