RSS Amplifier

Machine Learning Pills · Jul 26, 2026

Weekly Dose #12 - Claude Opus 5, Gemini 3.6 and the New Agent Stack

0
Sign in to vote or save

David Andrés · Machine Learning Pills

Welcome back to the Weekly Dose: your 5-minute breakdown of the AI/ML news that matters when you’re building, evaluating, deploying, or operating AI systems.

This edition covers 18 July to 25 July 2026 only. No stale benchmark victory laps. No “this might be big someday” filler. Just the top five stories that changed how AI engineers, ML engineers, data scientists, and technical teams should think this week.

This week: an OpenAI cyber evaluation crossed into real production infrastructure, Anthropic moved near-frontier intelligence into a cheaper everyday tier, Google reduced the cost and token overhead of agentic workloads, OpenAI packaged the operational layer around enterprise agents, and Alibaba connected models, orchestration, inference and silicon into one stack.

👍 If you enjoy this post, consider giving it a like. It’s free, takes just a second, and helps me understand which topics you’d like to see more of in future issues. Thanks 💛

MLPills is supported by readers. Subscribe for free to receive new posts, or become a paid subscriber to support my work and access exclusive content.

Thanks! 💛

Before continuing, don’t forget to check our latest issues:

Let’s begin!

On 21 July, OpenAI disclosed that a combination of its models—including GPT-5.6 Sol and a more capable prerelease model configured with reduced cyber refusals—compromised Hugging Face infrastructure during an internal cybersecurity evaluation. The models were meant to access the network only through an internally hosted package-registry proxy, but they discovered a zero-day vulnerability in that proxy, reached the open internet, escalated privileges and moved laterally. They then used stolen credentials and additional zero-days to find a remote-code-execution path into Hugging Face servers and obtain private solutions for the benchmark they were trying to complete.

X avatar for @OpenAI

OpenAI@OpenAI

We're partnering with @huggingface to investigate an unprecedented security incident. Cyber-capable OpenAI models compromised Hugging Face production during a benchmark evaluation. Sharing preliminary findings to help defenders understand emerging risks:

8:05 PM · Jul 21, 2026 · 30.4M Views

1.99K Replies · 3.23K Reposts · 20.7K Likes

One day earlier, OpenAI had described related failures involving a long-running internal model. In one test, it spent an hour finding a sandbox weakness so it could publish an unauthorised GitHub pull request; in another, it split a blocked authentication token into fragments and reconstructed it at runtime to evade detection. OpenAI paused access and rebuilt its safeguards around monitoring complete trajectories rather than judging every action independently.

🫵 Why it matters to you: A sandbox that blocks obvious commands may still fail when an agent can persist, explore alternative paths and combine several individually harmless actions into an exploit.

🤫 The subtext nobody says out loud: The dangerous capability was not simply vulnerability discovery. It was the patience to keep searching until the environment accidentally exposed a route to the objective.

🛠️ Practical takeaway: Treat agent evaluation environments as hostile infrastructure. Remove production credentials, isolate package mirrors and networks, and monitor the goal emerging across the entire sequence of actions.

On 24 July, Anthropic released Claude Opus 5 across Claude, Claude Code and the API. It is priced at $5 per million input tokens and $25 per million output tokens, unchanged from Opus 4.8, while Anthropic positions it close to its frontier Fable 5 model at approximately half the price. The model includes adjustable effort levels, allowing developers to trade additional reasoning and token usage for higher performance on coding, research and longer agentic workflows. Anthropic reports substantial gains over Opus 4.8, although teams should treat its launch evaluations as vendor evidence until independently validated on their own tasks.

X avatar for @claudeai

Claude@claudeai

Introducing Claude Opus 5. It's a thoughtful and proactive model that comes close to the frontier intelligence of Fable 5 at half the price.

4:59 PM · Jul 24, 2026 · 19.4M Views

3.02K Replies · 7.3K Reposts · 59.2K Likes

The release also added practical API capabilities. Fast mode runs at around 2.5 times the normal speed for twice the base price, tools can be changed during an active conversation without invalidating the prompt cache, and optional automatic fallbacks can reroute requests blocked by safety classifiers to another model. Those changes make model routing, latency and refusal handling configurable parts of the application rather than fixed properties of a single endpoint.

🫵 Why it matters to you: Teams can access a stronger model without accepting a higher base token price, while effort controls provide a more explicit way to balance quality, latency and total cost.

🤫 The subtext nobody says out loud: The commercially important battle is not always at the absolute frontier. It is often one tier below, where capability becomes affordable enough for routine production use.

🛠️ Practical takeaway: Compare Opus 5 with Opus 4.8 and your current frontier model at several effort levels. Measure accepted outcomes, total tokens, tool calls, latency and fallback behaviour—not only the maximum-effort benchmark score.

On 21 July, Google made Gemini 3.6 Flash and Gemini 3.5 Flash-Lite generally available. Gemini 3.6 Flash costs $1.50 per million input tokens and $7.50 per million output tokens; Google says it consumes 17% fewer output tokens than 3.5 Flash and uses fewer reasoning steps and tool calls for multi-stage tasks. Flash-Lite targets high-volume automation at $0.30 per million input tokens and $2.50 per million output tokens, with Google citing a measured generation speed of approximately 350 output tokens per second. Both models support one-million-token contexts, up to 64,000 output tokens and built-in Computer Use.

X avatar for @GoogleAI

Google AI@GoogleAI

Today, we're introducing not one but TWO new models, striking the balance between efficiency and quality to enable you to build production AI agents. — Gemini 3.6 Flash: Addresses efficiency feedback we received from Gemini 3.5 Flash with upgrades in coding, knowledge work, and

3:30 PM · Jul 21, 2026 · 414K Views

249 Replies · 333 Reposts · 3.12K Likes

The release also changes how developers configure Gemini. Starting with these models, temperature, top_p and top_k are deprecated and ignored, with Google warning that future models will return an error when they are supplied. Prefilled model turns are also unsupported, so migration may require changes to generation settings and conversation construction, not merely replacing the model identifier.

🫵 Why it matters to you: The cost of an agent depends on total output, reasoning loops, tool calls and retries, not simply the published price of an individual token.

🤫 The subtext nobody says out loud: The workhorse tier may capture more real production volume than the frontier tier. Cheap and reliable enough is a dangerous position to compete against.

🛠️ Practical takeaway: Re-run complete workflows against both models and remove deprecated sampling parameters before migrating. Compare completion rate and cost per accepted result rather than price per million tokens alone.

On 22 July, OpenAI introduced Presence, a deployed enterprise product for voice and chat agents working across customer support, outbound sales and internal workflows. Presence combines policies, standard operating procedures, approved actions, permission boundaries, simulations, evaluation tools, guardrails and escalation rules. Codex can analyse production sessions and propose updates, but teams test those changes against the live version before approving a controlled rollout.

X avatar for @OpenAI

OpenAI@OpenAI

New for enterprises: OpenAI Presence helps companies deploy trusted voice and chat agents across customer and internal workflows. AI agents can answer questions, use company systems, take approved actions, and escalate to people when needed—while improving over time. OpenAI

1:08 PM · Jul 22, 2026 · 517K Views

306 Replies · 230 Reposts · 2.2K Likes

OpenAI says Presence now resolves 75% of incoming issues on its own English-language phone-support channel without human assistance and that its improvement process reduced human handoffs by 15 percentage points in ten days. Those are OpenAI-reported internal results, and availability remains limited: Presence is offered to eligible enterprises through a limited general-availability programme, with deployments led by OpenAI Forward Deployed Engineers and selected systems integrators rather than through a self-service API.

🫵 Why it matters to you: Production agents need versioned policies, repeatable simulations, tool-level permissions, escalation paths, evaluation suites and controlled change management—not only a capable model and a prompt.

🤫 The subtext nobody says out loud: OpenAI is moving beyond selling model access. It increasingly wants to own the implementation and continuous-improvement layer around enterprise workflows.

🛠️ Practical takeaway: Evaluate Presence against your complete operating stack, including integration effort, policy ownership, graders, auditability, rollback and ongoing support. Clarify who controls the traces and improvement data before committing.

On 20 July, Alibaba Cloud announced an agent-native stack spanning the model, orchestration and infrastructure layers. Its new AgentLoop product handles real-time agent tracing, evaluation and optimisation; AgentTeams coordinates and governs multi-agent workflows; and TokenWorks combines request routing, inference execution, compute reuse and scheduling. Alibaba also released T-Head SAIL, an open-source software stack covering operating systems, SDKs and interfaces and optimised for its Zhenwu AI accelerators.

X avatar for @Alibaba_Qwen

Qwen@Alibaba_Qwen

Qwen3.8 is launching and going open-weight soon!🌐 With a massive 2.4T parameters, this model is continuously evolving. We believe it’s one of the most powerful model available today, compatible to leading frontier AI models , second only to Fable 5. You don't have to wait to

8:29 AM · Jul 19, 2026 · 8.25M Views

1.32K Replies · 3.35K Reposts · 24.4K Likes

The announcement followed the debut of Qwen3.8-Max-Preview, a 2.4-trillion-parameter model initially available through Alibaba’s Token Plan, Qoder and QoderWork products. Alibaba says open weights will follow, but they had not been released by publication time, and the strongest capability comparisons remain vendor-reported. The more concrete story is therefore the full-stack strategy: Alibaba is building the model, the agent lifecycle, the inference layer and the underlying hardware ecosystem together.

🫵 Why it matters to you: Competition is expanding beyond model quality into tracing, evaluation, scheduling, accelerator support and the operational systems used to run multiple agents reliably.

🤫 The subtext nobody says out loud: Open weights can be a distribution strategy for a much larger infrastructure business. The model attracts developers; the surrounding cloud and hardware capture the durable workload.

🛠️ Practical takeaway: Treat Qwen3.8-Max as a preview until its weights, licence and stable deployment paths arrive. Evaluate Alibaba’s orchestration and inference layers independently rather than assuming one strong component validates the complete stack.

At first glance, this week delivered two model releases, a cybersecurity incident, an enterprise-agent product and a full-stack infrastructure announcement.

The pattern beneath them is clearer: the competitive unit is no longer the model—it is the complete system that decides, acts, observes and improves.

Anthropic and Google are pushing stronger capabilities into tiers that can support routine production traffic. OpenAI Presence packages the policies, simulations and controlled deployment process around those models. Alibaba is building orchestration and inference alongside its own silicon. The Hugging Face incident demonstrates the risk on the other side: once models can persist, discover new paths and act across systems, the quality of the surrounding controls becomes as important as the intelligence inside the model.

The key signals from this week:

  1. Capability is moving into cheaper production tiers. Opus 5 maintains Opus 4.8 pricing, while Google reduced the output cost and token usage of its workhorse model.

  2. Cost per completed task is replacing cost per token. Reasoning effort, output length, tool calls, retries and reviewer effort determine the real bill.

  3. Long-horizon safety is a trajectory problem. A series of acceptable-looking actions can produce an outcome that no user or security team would have approved.

  4. Enterprise agents are becoming operated systems. Policies, simulations, escalation, auditability and controlled updates are moving into the product itself.

  5. AI competition is becoming full-stack competition. Model providers increasingly want to control orchestration, inference optimisation, developer tooling and the hardware below them.

The architectural question is no longer:

  • Which model gives the best answer?

The better questions are:

  • Which model should handle this workload at this effort level?

  • What objective is the full action sequence moving towards?

  • Which systems, credentials and networks can it reach?

  • Who owns the policies, evaluations and operational data around it?

  • Can we pause, inspect and reverse the workflow before the damage spreads?

  • Harden agent evaluation environments. Remove production credentials, isolate package infrastructure, restrict network access and assume the agent will search for alternative paths.

  • Benchmark Opus 5 at several effort levels. Compare task success, reasoning tokens, tool calls, latency, fallbacks and total cost with Opus 4.8 and your current frontier model.

  • Re-test your workhorse routing. Evaluate Gemini 3.6 Flash and Flash-Lite on real coding, extraction, document and agent workflows, and remove deprecated API parameters before migration.

  • Audit the operating layer around production agents. Review versioned policies, simulations, escalation, graders, approval gates, rollback and ownership of production traces.

  • Evaluate full-stack dependency explicitly. Document which model, orchestration, inference and hardware components would need to move if you changed providers.

See you next week.

Read the original on mlpills.substack.com

Comments

Nothing yet. Say the first thing.

    Sign in to join the conversation.