Open Interfaces, Managed Execution: The New Competitive Line in Data and AI Platforms
Cloud data and streaming vendors are pushing “open-by-default” interoperability (Iceberg, ANSI SQL, SQL-first streaming) while simultaneously accelerating managed, serverless performance and...

CTOs are watching two forces collide in the data and AI stack: rising pressure to avoid lock-in, and rising demand for “just run it” operational simplicity. Over the last 48 hours, multiple platform announcements and reference architectures reinforced a clear direction: portability is being standardized at the data and query layer, while vendors are racing to differentiate on managed execution, performance, and operations.
The portability push is becoming concrete, not aspirational. Snowflake and Google Cloud are leaning into Apache Iceberg as the interoperability layer for an “open, AI-ready lakehouse” (Snowflake: https://www.snowflake.com/en/blog/snowflake-google-cloud-open-lakehouse/). Databricks is explicitly targeting warehouse migrations by converting proprietary SQL into open ANSI SQL (Databricks: https://www.databricks.com/blog/convert-proprietary-code-open-ansi-sql-genie-code). Confluent is doubling down on SQL-first operations for streaming via Flink SQL enhancements, making real-time pipelines more accessible to SQL-centric teams and easier to operate at scale (Confluent: https://www.confluent.io/blog/introducing-confluent-platform-8-3/). The common thread is a bet that the “contract” between teams and platforms should be table formats plus SQL semantics, not proprietary APIs.
At the same time, vendors are competing aggressively on the managed execution layer. Snowflake’s Adaptive Compute GA pitch is performance for variable and AI workloads “with no manual tuning,” a direct appeal to teams tired of capacity micromanagement (Snowflake: https://www.snowflake.com/content/snowflake-site/global/en/blog/adaptive-compute-ga-azure-google-cloud). AWS is pushing serverless performance upward with larger EMR Serverless workers and shuffle-optimized disks, showing that even “serverless” is now about workload-specific execution efficiency (AWS: https://aws.amazon.com/blogs/big-data/accelerate-spark-on-emr-serverless-with-larger-workers-and-shuffle-optimized-disks/). Snowflake’s dynamic table cost case study (99% reduction via custom incrementalization) adds a pragmatic reminder: managed layers still require architectural choices to control cost (Snowflake: https://www.snowflake.com/en/blog/thrive-dynamic-table-costs-custom-incremental/).
A parallel pattern is emerging in AI infrastructure: the control plane is becoming the product. Microsoft’s three-layer LLM routing reference architecture for agents on AKS frames model selection, call management, and tool integration as explicit routing decisions rather than ad hoc application logic (InfoQ: https://www.infoq.com/news/2026/07/microsoft-agents-aks-routing/). AWS Lambda’s new ability to reference deployment packages in customer-owned S3 lifts account-level code storage limits, nudging teams toward more decoupled packaging and deployment patterns (InfoQ: https://www.infoq.com/news/2026/07/lambda-self-managed-storage/). Both updates point toward the same direction: more modular, policy-driven infrastructure layers that sit between developers and runtime complexity.
What should CTOs do with this? First, treat open table formats and SQL semantics as strategic “portability primitives.” Iceberg (and similar formats) plus ANSI SQL reduce switching costs and enable multi-engine strategies, but only if governance, cataloging, and data quality practices are strong. Second, evaluate vendors on the managed execution and control-plane capabilities that actually drive outcomes: predictable cost curves, routing and policy controls, operational visibility, and migration automation. Third, build an explicit architecture boundary: keep data layout and business semantics portable, and accept that execution optimization will remain vendor-specific.
Actionable next steps for the next quarter: (1) inventory which workloads can be standardized on Iceberg and ANSI SQL without losing critical features, (2) define a “routing and policy” layer for AI and data execution (model routing, query routing, workload isolation), and (3) measure cost-to-serve per workload class, then pick managed execution features that reduce operational load without hiding runaway spend. The question for every platform decision is simple: which layers must stay portable, and which layers are you willing to outsource for speed and reliability?
Sources
- https://www.snowflake.com/en/blog/snowflake-google-cloud-open-lakehouse/
- https://www.databricks.com/blog/convert-proprietary-code-open-ansi-sql-genie-code
- https://www.confluent.io/blog/introducing-confluent-platform-8-3/
- https://www.snowflake.com/content/snowflake-site/global/en/blog/adaptive-compute-ga-azure-google-cloud
- https://aws.amazon.com/blogs/big-data/accelerate-spark-on-emr-serverless-with-larger-workers-and-shuffle-optimized-disks/
- https://www.snowflake.com/en/blog/thrive-dynamic-table-costs-custom-incremental/
- https://www.infoq.com/news/2026/07/microsoft-agents-aks-routing/
- https://www.infoq.com/news/2026/07/lambda-self-managed-storage/