Brandon Lazovic

Pulse · July 7, 2026

Compiled retrospectively on July 16, 2026, from sources published on the date this page covers.

Confirmed

Google adds background execution and remote MCP support to Managed Agents in the Gemini API

Google announced four new capabilities for Managed Agents in the Gemini API on July 7, 2026. Background execution lets developers set background: true and poll a returned ID instead of holding an HTTP connection open for long tasks. Agents can now connect directly to remote MCP servers to reach private databases and internal APIs, and developers can mix in custom client-side functions alongside built-in sandbox tools. A credential-refresh option rotates access tokens without losing the sandbox's filesystem state.

In plain termsBackground execution lets a developer kick off a long agent task and check back later instead of keeping a connection open the whole time, and MCP (Model Context Protocol) is the standard way an AI agent connects to outside data sources and tools.

Why it mattersAsync execution and direct MCP access make it more practical to wire Gemini agents into internal data systems that used to require custom polling infrastructure.

Our takeThis is the infrastructure-side version of the same shift as Sonnet 5's price cut. Async execution, direct tool access, and credential handling are what turn an agent pilot into something a team can actually run at scale, not a new capability so much as a lower bar to deploying one.

Confirmed

Google Search Console adds a platform property type to track Instagram, TikTok, X, and YouTube performance on Search

Google introduced platform properties in Search Console on July 7, 2026, a new property type that lets creators, including those without their own website, verify an Instagram, TikTok, X, or YouTube account and see how its content performs on Search and Discover. The property adds a Performance report for clicks and impressions by post and query, an Insights report for traffic trends and top posts, and Achievements for growth milestones. The rollout is gradual over the coming weeks.

In plain termsSearch Console has always measured how a website's own pages perform in Google. This update lets someone without a website point that same tool at their Instagram, TikTok, X, or YouTube account instead.

Why it mattersOff-site social and video content now gets the same query-level visibility data that on-site pages have long had in Search Console, extending measurable AI-visibility work beyond the owned website.

Our takeExpect cross-channel reporting requests to follow: once click and impression data for social platforms lives inside the same tool marketers already use for organic search, treating social and search performance as separate disciplines gets harder to justify. The near-term test is whether Google backs this with the same query-level granularity Search gets, or keeps it a summary-level view.

Confirmed

Hugging Face models become one-click deployable on Microsoft Foundry Managed Compute with built-in enterprise governance

Hugging Face and Microsoft announced Hugging Face models on Foundry at Microsoft Build 2026, a curated, weekly-refreshed catalog of open-weight models deployable in one click onto Foundry Managed Compute. Microsoft pre-stages model weights in Azure, builds and CVE-scans the runtimes (vLLM, SGLang, TensorRT-LLM, NIM, TEI, and llama.cpp), and applies the same enterprise security, governance, observability, and billing used across Foundry's other models. The catalog covers text, vision, audio, and multimodal models and is available now in preview.

In plain termsvLLM, SGLang, TensorRT-LLM, NIM, TEI, and llama.cpp are different pieces of software that actually run an AI model on a server, and Microsoft pre-builds and security-checks them so a team can deploy a model without doing that setup work itself.

Why it mattersFor teams running their own LLM pipelines, this removes the license-review, security-scanning, and GPU-sizing work that previously stood between a promising open-weight model and a production endpoint.

Our takeThe friction this removes is procurement and security review, not model capability, which is a different bottleneck than the pricing drop that made agents cheaper to run. Watch whether other clouds match this pre-staged, pre-scanned catalog approach, because it decides whether open-weight models get evaluated on merit or lose by default to whatever a security team can approve fastest.

Confirmed

Hugging Face and SkyPilot ship zero-egress storage that decouples AI training data from GPU location

Hugging Face and SkyPilot jointly shipped zero-egress storage on July 7, 2026, adding Hugging Face Storage as a SkyPilot backend reachable through an hf:// URL. Because Hugging Face charges no egress or CDN fees, a SkyPilot job can mount a Hugging Face Bucket or Hub repo and read it from any of 20-plus supported clouds, Kubernetes, or on-prem clusters at no transfer cost. In Hugging Face's benchmark, a mounted model was training-ready in about 30 seconds on every cloud tested.

In plain termsEgress fees are what cloud providers normally charge to move data out of their storage, and eliminating them means a company's training data can stay in one place while the computing work runs on whichever cloud has available GPUs.

Why it mattersDecoupling storage from GPU location removes the cross-cloud egress tax that has forced teams building large LLM pipelines to pin their runs to whichever provider holds a copy of the data.

Our takeThis attacks the cost that forces a de facto single-cloud choice for any team training on a large dataset, not the GPU shortage itself. If other storage providers follow with their own no-fee egress terms, GPU availability becomes the only variable left deciding where a training job actually runs.

Confirmed

Shopify adds four staff permissions to restrict access to payments, disputes, payouts, and tax documents

Shopify released four new staff permissions on July 7, 2026: manage payments settings, manage disputes, view payouts, and view tax documents. The permissions let store owners grant a team member only the specific financial access their role requires, instead of sharing full account capabilities. They are assigned per staff role from Settings, Users, Roles, Permissions, and Shopify says the rollout is already underway across all stores.

In plain termsThese are checkboxes for who on a team can see specific financial screens, so an agency contractor doing SEO work can get admin access without also being able to view payout amounts or tax forms.

Why it mattersAgencies and larger merchant teams can now limit who sees sensitive financial data without withholding the rest of the Shopify admin, closing a common over-permissioning gap.

Our takeAs the catalog-landgrab piece on Shopify's Agentic Plan laid out, Shopify is already positioning itself as the payment processor and data gatekeeper for AI-driven checkouts running on other platforms' storefronts. Finer-grained staff permissions are that same infrastructure role extending downward, to who on a team can touch the financial data once Shopify is holding it for a wider set of merchants than just its own stores.