The 350th issue of The Batch, DeepLearning.AI's weekly newsletter published on April 24, 2026, opens with an editorial by Andrew Ng laying out an acceleration hierarchy for coding agents by type of software work. Ng sets out an explicit ranking: frontend benefits from maximum acceleration (agents are "fluent in popular frontend languages like TypeScript and JavaScript" and can iterate in an autonomous browser loop); backend sees moderate acceleration (corner cases, security, and DB migrations require experienced human oversight); infrastructure benefits little from agents (LLMs have "relatively limited" knowledge of network and system tradeoffs); and research remains largely human on the conceptual work of hypothesis formation, interpretation, and iteration. Ng draws a management takeaway from this: calibrate expectations and team organization according to these differentials.

The issue then covers four structuring news items. Z.ai's GLM-5.1 is a MoE model with 754B parameters (40B active), MIT-licensed, capable of autonomously sustaining a single task for up to 8 hours via a plan-execute-evaluate loop. It takes the lead on SWE-Bench Pro at 58.4% (vs. 54-57% for competitors) and tops CyberGym (68.7), while trailing on reasoning (GPQA Diamond 86.2% vs. 94.3% for Gemini 3.1). Z.ai has meanwhile raised its API pricing by roughly 40%.

Agility Robotics is deploying its Digit humanoids on Schaeffler's production lines in South Carolina — the first operational industrial deployment. Operating cost is put at $10-25/h against roughly $20/h for an entry-level human position. McKinsey projects 5 million humanoids in factories by 2040 (vs. ~200 in 2026).

The anti-data-center revolt is gaining momentum: roughly $64B in projects blocked or delayed between May 2024 and March 2025, a moratorium in Maine for facilities ≥20MW, the first popular referendum in Wisconsin, and ousted council members in Missouri. Two violent incidents stood out: a molotov cocktail thrown at Sam Altman's home in San Francisco, and gunfire at an Indianapolis council member's residence. Grievances center on the power grid, energy rates, water consumption, and nuisance.

Finally, researchers (Christina Lu, MATS, Oxford, Anthropic) introduce the "assistant axis" — a vector of adherence to the trained persona that enables activation capping. Results: harmful responses in Qwen3 32B drop from 83% to 41%, in Llama 3.3 70B from 65% to 33%, without degrading IFEval/GSM8k/MMLU-Pro/EQ-Bench.