Brandon Lazovic

Pulse · August 4, 2026

Confirmed

AWS ships a Spark troubleshooting agent for Amazon EMR on EKS, reachable from MCP-compatible AI assistants

AWS announced general availability, on August 3, 2026, of an Apache Spark troubleshooting agent for Amazon EMR on EKS. The agent pulls Spark and container logs from S3, CloudWatch, and the Persistent UI, correlates them with an LLM on Amazon Bedrock, and returns a root-cause diagnosis and code fix. It is reachable through the EMR console or MCP-compatible assistants including Claude Code, at no additional cost.

In plain termsIt's an AI helper that reads your cloud data pipeline's error logs and tells you what broke and how to fix the code, so an engineer doesn't have to trace it through raw logs alone.

Why it mattersAutomated root-cause analysis on production Spark failures shortens an SEO or e-commerce data team's incident response, but only if the diagnosis is trustworthy enough to act on without a human re-check.

Our takeI've argued that an MCP server is a supply-chain dependency, not a secured boundary, since the protocol standardizes only the wire format between assistant and tool. This agent reaches production Spark logs through MCP-compatible assistants like Claude Code, so the credential you hand it, not the AI's diagnosis, is what actually needs auditing before you trust an automated fix.

Confirmed

Microsoft Clarity splits AI Citations into branded and non-branded queries

On August 3, 2026, Microsoft added branded and non-branded query segmentation to Clarity's AI Citations dashboard. Individual queries are now labeled branded, Share of Authority is broken out by query type, and users can filter the dashboard by either category to separate brand-led demand from generic topic discovery in AI answer engines.

In plain termsUntil now, a spike in 'AI mentioned my brand' numbers could mean people already searching for you by name, or new people discovering you cold. This update separates the two so you know which is driving your numbers.

Why it mattersSplitting AI citation volume by branded versus non-branded query gives SEO teams a first-party way to tell whether AI-answer visibility is driven by existing brand recognition or genuine topical discovery.

Our takeThe demand signal I described in the Anthropic Economic Index piece, measuring intent at the level of what AI actually surfaces rather than the keyword, needs exactly this kind of split to be useful. A branded citation confirms existing demand. A non-branded one is closer to the old top-of-funnel keyword, and conflating the two hides whether that visibility is coming from brand strength or new discovery.

Confirmed

Snapchat removes wholly AI-generated videos from Spotlight recommendations

Snap announced on July 31, 2026 that wholly AI-generated videos are no longer eligible for recommendation on Spotlight, its short-video discovery feed. Content made with Snapchat's own built-in AI creative tools stays eligible and will carry transparency indicators. The policy targets fully AI-generated, low-effort, repetitive content, not human work that simply uses AI assistance.

In plain termsIf a video on Snapchat's Spotlight feed was entirely made by AI with no human editing, Snapchat's algorithm will no longer recommend it to other users, even though the video itself still exists on the app.

Why it mattersA major consumer platform building a recommendation-level filter against wholly AI-generated video is a preview of the provenance signals other feeds and answer engines will need as generative video volume grows.

Our takeRecommendation-level demotion is cheaper than detection or labeling mandates, since the platform doesn't have to prove a video is AI-generated to the outside world, only decide internally whether to surface it. Expect other recommendation feeds to reach for the same tactic before any of them commit to reliable AI-video detection.

Confirmed

Google's Cortex Framework v7 reaches general availability for building AI agents on SAP data

Google Cloud announced general availability of Cortex Framework v7 on August 3, 2026. The release turns raw SAP tables, including custom Z-fields and SAP-specific logic, into semantically described, agent-ready data products in BigQuery, registers them automatically in Knowledge Catalog, and adds a natural-language agentic data product builder plus serverless Dataform pipelines for multi-system SAP deployments.

In plain termsIt automatically relabels a company's SAP accounting and operations data with plain-English descriptions so an AI agent can actually use it, without someone manually mapping every field first.

Why it mattersTeams feeding SAP data to AI agents get a supported path for structuring that data, though general availability doesn't answer whether the automatically generated data products and pipelines are correct on a specific SAP configuration.

Our takeGeneral availability here means the same thing it meant for BigQuery's Conversational Analytics: Google committing to support a product, not a claim that its output is correct. An agentic data-product builder that auto-translates SAP's Z-fields and currency logic into business terms is exactly the kind of automated translation worth diffing against a hand-built data product before an agent's answer touches a real business decision.

Confirmed

Google makes Data Commons on Spanner Graph generally available for blending public and private knowledge graphs

Google announced general availability of Data Commons on Spanner Graph on August 3, 2026, migrating the service from a Bigtable-based architecture to Spanner's native graph model with GQL support. The release lets organizations combine more than 400 billion public data points from sources like the UN, World Bank, and US Census Bureau with their own private data in one queryable knowledge graph, alongside a preview of a broader Data Commons Platform.

In plain termsIt lets a business connect its own sales or store data to huge free public datasets, like census figures or World Bank stats, inside one searchable database, without an analyst copying rows between two separate systems.

Why it mattersA production-grade way to merge public reference data with private business data in a single graph gives AI agents and answer engines a more complete, queryable context to ground responses in, beyond what either dataset alone provides.

Our takeThe interesting bet is architectural, not just the public-data bundle. Moving from Bigtable to a native graph model with GQL support means Google expects knowledge-graph queries, not table joins, to become the normal way agents pull grounding context. That's a bigger change for how AI-data-stack teams should model their own private data than the 400-billion-point public bundle.