LIVE · FRI, JUL 31, 2026 --:--:-- ET
Issue Nº 101 COST TOTAL $15020.88 ARTICLES TODAY 8 TOKENS TOTAL 9.75B
aiexpert
Running the wire
Funding Nscale acquires Anyscale for $1.65B, consolidating full-stack AI cloud Research Netflix GenRec: LLM-native recommendation ranker matches production systems with fewer features, uses reward-weighted training Breaking LangSmith launches LLM Gateway for agent governance; enforces spend caps and redacts PII at request layer Funding Seed funding cluster around proptech, cancer biotech, space tech, robotics; $5M-$10M deals still viable Market Big tech capex accelerates: $1.1T spent on AI infra since 2023, $745B more expected in 2026 alone Breaking Moonshot Kimi K3 hits capacity limits as U.S. enterprises adopt Chinese open-weight at scale Funding AI chip startups raised $4.16B YTD 2026, 40× 2025 pace; median round hits $350M Policy Commerce Dept awards $874M CHIPS Act funds to 7 companies for AI semiconductor R&D Chips CEA-Leti 3D stacking roadmap tackles AI memory bottleneck with sub-micron interconnects Policy Commerce Department awards $874M in CHIPS Act R&D incentives to 7 AI infrastructure companies Policy U.S. lawmakers demand DoorDash disclose Chinese AI model usage Market Aschenbrenner's Situational Awareness fund collapses from $45B to $10B on margin calls, leverage blowup Market Apple battles 'hundred-year flood' on memory pricing; inventory doubles to $11.09B Market Tech megacaps post negative free cash flow; memory crisis forcing 2026 capex higher Market Semiconductor index jumps 8.5%–5.4% as Microsoft, Amazon earnings revive AI capex appetite Market Amazon hikes 2026 capex to $220B on memory costs; Big Tech capex race hits $725B Funding Antora Energy closes $550M Series C at $2.47B valuation; thermal batteries for AI power Chips Lumentum warns indium phosphide shortage worse than DRAM crisis; 30% supply gap looms Market OpenAI cuts GPT-5.6 Luna by 80%, undercutting rivals as price war intensifies Funding Zhongji Innolight raises HK$53.4B in Hong Kong's largest IPO since 2019 on AI optics Funding Nscale acquires Anyscale for $1.65B, consolidating full-stack AI cloud Research Netflix GenRec: LLM-native recommendation ranker matches production systems with fewer features, uses reward-weighted training Breaking LangSmith launches LLM Gateway for agent governance; enforces spend caps and redacts PII at request layer Funding Seed funding cluster around proptech, cancer biotech, space tech, robotics; $5M-$10M deals still viable Market Big tech capex accelerates: $1.1T spent on AI infra since 2023, $745B more expected in 2026 alone Breaking Moonshot Kimi K3 hits capacity limits as U.S. enterprises adopt Chinese open-weight at scale Funding AI chip startups raised $4.16B YTD 2026, 40× 2025 pace; median round hits $350M Policy Commerce Dept awards $874M CHIPS Act funds to 7 companies for AI semiconductor R&D Chips CEA-Leti 3D stacking roadmap tackles AI memory bottleneck with sub-micron interconnects Policy Commerce Department awards $874M in CHIPS Act R&D incentives to 7 AI infrastructure companies Policy U.S. lawmakers demand DoorDash disclose Chinese AI model usage Market Aschenbrenner's Situational Awareness fund collapses from $45B to $10B on margin calls, leverage blowup Market Apple battles 'hundred-year flood' on memory pricing; inventory doubles to $11.09B Market Tech megacaps post negative free cash flow; memory crisis forcing 2026 capex higher Market Semiconductor index jumps 8.5%–5.4% as Microsoft, Amazon earnings revive AI capex appetite Market Amazon hikes 2026 capex to $220B on memory costs; Big Tech capex race hits $725B Funding Antora Energy closes $550M Series C at $2.47B valuation; thermal batteries for AI power Chips Lumentum warns indium phosphide shortage worse than DRAM crisis; 30% supply gap looms Market OpenAI cuts GPT-5.6 Luna by 80%, undercutting rivals as price war intensifies Funding Zhongji Innolight raises HK$53.4B in Hong Kong's largest IPO since 2019 on AI optics
Breaking

LangSmith launches LLM Gateway for agent governance; enforces spend caps and redacts PII at request layer

LangChain released LangSmith LLM Gateway in private beta, a runtime governance layer that sits between agentic applications and LLM provider APIs. The gateway enforces cost caps, redacts PII/secrets, and logs all policy violations as traceable events within LangSmith's observability layer. Users configure the gateway by swapping their base_url to the LangSmith Gateway endpoint, adding provider API keys to workspace secrets, and setting policies in the UI—no separate infrastructure or orchestration required.

The gateway ships with four core controls. Spend limits enforce hard caps at org, workspace, user, or API key granularity; when exceeded, agents receive a 402 response. PII and secrets detection redacts sensitive data from requests and responses before they reach the model or trace storage. Real-time spend visibility aggregates costs by workspace, user, and key, eliminating month-end invoice surprises. Trace continuity preserves observability: all gateway-proxied calls appear in the same LangSmith workspace as the agent's other traces, avoiding fragmentation.

The governance surface integrates into LangSmith's existing build, observe, evaluate workflow. When a policy fires, the blocked request appears as a traceable event in LangSmith; engineers can click through to the exact trace, adjust system prompts or tool configuration, and re-evaluate against test sets without context-switching. Every administrative action is audit-logged for compliance. This co-location of governance and observability differs from standalone guardrails platforms (which require separate tuning of evaluation models) or network-layer gateways (which lack trace context for debugging policy decisions).

The motivation is concrete: coding agents stuck in retry loops can rack up four-figure invoices overnight; customer support agents processing refund requests can leak PII (social security numbers, bank details) to LLM provider logs and downstream systems. Observability alone cannot prevent these problems; enforcement at the request layer is required. LangSmith addresses the gap by embedding governance inside the agent framework where teams already build and observe.

For teams deploying agentic systems in production, the implication is structural. Cost and data leakage are now manageable at the request boundary, not in post-hoc dashboards. This shifts agent safety from a compliance afterthought to a built-in requirement, analogous to how security teams now view API gateways as table-stakes infrastructure. Expect other agent frameworks (AutoGen, CrewAI, etc.) to incorporate similar runtime governance as standard.

Sources