◆ The AI Builder Brief · Mavenotics
For software engineers building with AI

"The key question is not 'Can machines think?' but 'Can machines do what we (as thinking entities) can do?'"

— Herbert Simon, The Sciences of the Artificial, MIT Press, 1969

The State
of AI.

Friday, 10 July 2026 9:01 AM AEST
ainews.mavenotics.com
Anthropic · OpenAI · Google · Meta

Friday, 10 July 2026 — 9:01 AM AEST

The agent layer is now a battleground — and MCP is emerging as the connective tissue

Today's releases from OpenAI (ChatGPT Work), Anthropic (Claude Cowork on mobile/web), and Google (managed agents with remote MCP) make one pattern unmistakable: every major lab has shipped or is shipping a long-running autonomous agent product simultaneously. But the more durable builder signal is buried in Google's update — remote MCP support in Gemini managed agents. MCP is quietly becoming the cross-vendor protocol for agent-to-tool communication, with Anthropic already managing MCP connector auth centrally and Google now adopting it at the API layer. Builders who instrument their tools as MCP servers today will find their integrations compatible with every major agent runtime by default, rather than being locked into one vendor's proprietary plugin format. The agent wars are a distraction; the MCP ecosystem is the investment.

V1

OpenAI

OpenAI had a dense day: GPT-5.6 is now the live default model inside Microsoft 365 Copilot, meaning it's already deployed to hundreds of millions of enterprise seats — not a beta, not a preview. Separately, ChatGPT Work reframes ChatGPT itself as a long-running autonomous agent, capable of executing multi-hour goal-directed tasks across apps and files. For builders, the M365 Copilot positioning matters most: if you're building on the Microsoft graph or M365 APIs, your assumptions about underlying model behavior just changed. The benchmark reliability post on SWE-Bench Pro is also worth reading — OpenAI is actively challenging how coding model quality gets measured, which has downstream implications for how you evaluate AI coding tools in your own stack.

V2

Anthropic

Anthropic is executing on distribution as aggressively as on models today. Claude Sonnet 5 drops as a new mid-tier option, Claude Cowork goes mobile and web (expanding the surface area where users can compare it directly against ChatGPT Work), and the Claude Apps Gateway makes Claude natively accessible via Amazon Bedrock and Google Cloud — with Microsoft Foundry already GA. For enterprise builders, the multi-cloud story is now complete: you can deploy Claude entirely within your existing cloud provider relationship. The centralized MCP connector auth update is quieter but operationally important — it means platform teams can govern all Claude agent tool connections from a single control plane rather than managing credentials per-agent.

V3

Google

Google's headline contribution today is the managed agents expansion in the Gemini API, specifically the addition of remote MCP support alongside background task execution. This is a meaningful architectural signal — by adopting MCP at the managed agent layer, Google is endorsing it as an interoperability standard rather than pushing a proprietary tool-calling format. Builders building on Gemini's agent infrastructure can now connect external MCP-compatible tool servers directly, which dramatically expands what Gemini agents can do without requiring Google to build every integration. The practical guidance: if you haven't yet exposed your internal tools as MCP servers, this is another reason to prioritize that work.

V4

Meta

Meta's builder-relevant news today is Muse Image — the first image generation model from Meta Superintelligence Labs, now live in Meta AI. Whether the model becomes available via API for third-party builders is the key unanswered question; until then it's a consumer product launch to watch. The Canada data center groundbreaking (1GW, AI-optimized) is infrastructure news that signals Meta is betting its compute future on AI workloads at a scale few companies can match. For builders, the AI glasses FAQ and the engineering post on ultra-narrow batteries are worth skimming if you're building wearable or edge AI applications — Meta is further ahead in AI-integrated wearables than most people track.

V5

Open Source / Community

The open source ecosystem had a strong day anchored by two funding announcements with immediate builder implications. Together AI's $800M Series C came paired with Provisioned Throughput — reserved inference capacity for frontier open models with a real SLA and token-based pricing up to 90% cheaper than proprietary APIs. This is the most credible enterprise-grade open model infrastructure offering to date. Meanwhile Ollama confirmed 8.9M developers and $88M raised, and shipped a genuinely significant performance update: Gemma 4 on Apple Silicon via MLX is up to 90% faster for coding agent tasks with multi-token prediction enabled in version 0.31. Mistral's Studio prompt management system is the quieter but operationally useful release — version-controlled prompts with ownership and traceability is the kind of boring-but-necessary infrastructure that prevents production prompt drift.

01

Key Updates

VendorChangeCategory ImpactDecisionWhy
OpenAI GPT-5.6 launched as preferred model in Microsoft 365 Copilot, with stronger performance per token and scalable capability tiers Model Release If you're building on top of Microsoft 365 or enterprise productivity workflows, GPT-5.6 is now the default runtime — expect better output quality and potentially richer API capabilities Use Now GPT-5.6 is production-deployed in the world's largest enterprise software suite; builders integrating with M365 Copilot APIs should test against the new default immediately
OpenAI ChatGPT Work launched as a long-running autonomous agent that can act across apps and files for hours on a single goal Agent / Automation Direct competitor to Anthropic's Claude Cowork and Google's managed agents; raises the bar for what end-users expect from AI-powered task execution Watch The agent-as-coworker pattern is now mainstream from OpenAI. If you're building task automation products, study the UX model here — your users will compare against it
Anthropic Claude Sonnet 5 introduced alongside Claude Cowork expanding to mobile and web Source → Model Release / Product Expansion A new mid-tier model plus broader surface area for Cowork means Anthropic is competing aggressively on both model quality and product reach Use Now Sonnet 5 likely hits a new quality-cost sweet spot for API builders; Claude Cowork going mobile/web dramatically expands the user base your integrations can reach
Anthropic Claude apps gateway launched for Amazon Bedrock and Google Cloud, plus Claude in Microsoft Foundry now GA Source → Infrastructure / Distribution Claude is now GA across all three major cloud platforms — builders can deploy Claude without touching Anthropic's direct API if they're already on AWS, GCP, or Azure Use Now Multi-cloud GA removes the last procurement friction for enterprise builders; use whichever cloud already holds your data to avoid egress costs
Google Gemini API expanded managed agents with background task execution, remote MCP support, and additional bundled features Source → Agent / API Remote MCP support is the headline for builders — it means Gemini agents can now call external tools via the emerging MCP standard, improving interoperability Watch MCP is becoming a cross-vendor standard; Google adopting it in managed agents signals it's safe to build MCP-compatible tool servers now
Open Source / Community Together AI raised $800M Series C and launched Provisioned Throughput for open models with 99% SLA and up to 90% cost reduction vs proprietary APIs Source → Infrastructure / Pricing Enterprise-grade SLAs on open models are now commercially available; the cost-quality gap between open and closed models continues to close for production workloads Use Now If you're paying GPT or Claude API rates at scale, Together's provisioned throughput deserves an immediate cost benchmark; 90% savings is material for high-volume applications
Open Source / Community Mistral launched a prompt and skills management system of record in Studio with versioning, ownership, and traceability Source → Developer Tooling Prompt engineering is maturing into an engineering discipline — version-controlled prompts with audit trails are now a vendor-supported feature, not a DIY problem Watch If your team manages more than a dozen prompts across environments, a system of record prevents drift and regression; evaluate this before building your own
Open Source / Community Ollama raised $88M and now serves 8.9 million developers; Gemma 4 on MLX runs up to 90% faster with multi-token prediction on Apple Silicon Source → Local Inference / Tooling Local inference for coding agents on Mac just got dramatically faster; Ollama's funding signals the local-first AI development workflow is here to stay Use Now Mac-based developers running coding agents should update to Ollama 0.31 immediately — 90% faster inference on Gemma 4 directly impacts inner-loop development speed
02

Top Picks

Tool / ModelCategoryWhy It Stands OutWhen to Use
Together AI Provisioned Throughput Source → Open Model Inference Infrastructure Token-based pricing with a 99% uptime SLA and up to 90% cost reduction versus proprietary APIs is the most credible enterprise-ready open model offering to date. No GPU math, no capacity guessing. When you have predictable, high-volume inference needs and can't justify closed-model pricing at scale — especially if you're already using MiniMax M3 or GLM-5.2
Claude Apps Gateway (Bedrock + GCP) Source → Model Distribution / Cloud Integration One integration point to access Claude across AWS, GCP, and Azure removes the last enterprise procurement blocker. Combine with centralized MCP auth for a clean enterprise deployment pattern. When your enterprise customer's data lives in AWS or GCP and they're reluctant to route through a third-party API — this removes that objection entirely
Ollama 0.31 with MLX + Multi-Token Prediction Source → Local Inference / Developer Tooling 90% faster Gemma 4 inference on Apple Silicon for coding agent workloads is a step-change, not an incremental improvement. Local-first development just became genuinely competitive with cloud-hosted alternatives for many tasks. When building or iterating on coding agents locally on a Mac — faster inference directly shortens eval loops and reduces API costs during development
03

Try This

ExperimentGoalEffortExpected Outcome
Run a cost benchmark: replace one high-volume GPT-4 or Claude API call path with Together AI Provisioned Throughput using an equivalent open model Source → Quantify real cost savings on your actual workload before committing to a migration Medium A concrete $/1M token comparison that either justifies migration or confirms proprietary model quality justifies the premium — either result is a defensible engineering decision
Update Ollama to 0.31, pull Gemma 4, and run your existing coding agent benchmark before and after on Apple Silicon Source → Measure whether the 90% speed improvement holds on your specific agent workload and task distribution Low Faster iteration cycles for local coding agent development, and a data point on whether local inference can replace cloud inference for your dev/test loop
04

Tool Map Changes

TypeItemChangeNotes
Added GPT-5.6 New model, now default in Microsoft 365 Copilot; available via OpenAI API Positioned as higher quality per token with scalable capability tiers; replaces earlier model as M365 default
Added Claude Sonnet 5 Source → New mid-tier Claude model released by Anthropic Likely new quality-cost optimum for API builders between Haiku and Opus tiers
Added Claude Apps Gateway Source → New integration layer connecting Claude to Amazon Bedrock and Google Cloud Claude in Microsoft Foundry also now GA; Claude is live across all three major clouds
Updated Gemini API Managed Agents Source → Added background task execution, remote MCP support, and additional bundled agent features Remote MCP support is the key addition for interoperability with the broader MCP tool ecosystem
Added Together AI Provisioned Throughput Source → New reserved inference capacity product for open models with token pricing and 99% SLA Up to 90% cheaper than proprietary APIs at volume; supports MiniMax M3 and GLM-5.2 at launch
Updated Ollama 0.31 (MLX engine) Source → Multi-token prediction enabled for Gemma 4 on Apple Silicon via MLX backend Up to 90% faster for coding agent workloads as measured by Aider polyglot benchmark
Added Mistral Studio Prompt & Skills Management Source → New system of record for prompts and skills with versioning, ownership, and traceability Addresses prompt drift and regression risk in production AI systems; compete-or-complement with internal prompt registries
Added Meta Muse Image Source → First image generation model from Meta Superintelligence Labs, available in Meta AI Meta entering the image gen market directly; API availability for builders not yet confirmed from headlines

Subscribe to the brief