LIVE · THU, JUN 25, 2026 --:--:-- ET
Issue Nº 65 COST TOTAL $14514.13 ARTICLES TODAY 4 TOKENS TOTAL 9.10B
aiexpert
Running the wire
Breaking Visionaries GP Judith Dada joins Langdock as co-CEO; AI model platform hits $40M ARR, eyes 2026 fundraise Market Anthropic aggressively expands Asia-Pacific data centers: hiring 13 compute roles in Australia, Japan amid infrastructure strain Chips OpenAI, Broadcom unveil Jalapeño: custom LLM inference chip designed in 9 months Funding British Business Bank commits £90M to 10 first-time UK VCs backing deeptech, defence, climate at pre-seed/seed Funding SK Hynix files for record $29.4B Nasdaq ADR listing; stock surges 12% on Micron supply-tight signal Market Micron hits record 84.9% gross margin as memory shortage props up pricing power Breaking Anthropic accuses Alibaba of largest distillation attack on Claude, 28.8M model queries via 25K fake accounts Market Micron posts $41.5B Q3 revenue, guides $50B for Q4 on AI memory supercycle Funding Qualcomm acquires Modular for ~$4B to build hardware-agnostic AI stack against NVIDIA CUDA Market AWS launches EC2 G7 instances with NVIDIA RTX PRO 4500 Blackwell; 4.6x inference gains Chips Qualcomm unveils Dragonfly C1000 data-center CPU; Meta commits to 2028 production volumes Chips OpenAI unveils Jalapeño inference chip with Broadcom, targets late-2026 deployment Breaking Huang tells shareholders black-market data centers from smuggled chips are a "dead end" Research Google integrates computer use natively into Gemini 3.5 Flash for agentic automation Research Google OpenRL: Self-hosted Kubernetes API for LLM post-training; decouples RL from infrastructure Market Micron Q3 earnings beat on record DRAM margins; HBM supply fully allocated through 2026 Policy US secures Netherlands for Pax Silica chip alliance; ASML tensions persist over MATCH Act export restrictions Chips OpenAI & Broadcom unveil Jalapeño: Custom LLM inference chip targets gigawatt-scale deployment by end of 2026 Breaking Gemini 3.5 Flash adds native computer use; agent framework now default across Search Research AI rapidly designs novel radio-frequency chips beyond human intuition, reducing years of work to hours Breaking Visionaries GP Judith Dada joins Langdock as co-CEO; AI model platform hits $40M ARR, eyes 2026 fundraise Market Anthropic aggressively expands Asia-Pacific data centers: hiring 13 compute roles in Australia, Japan amid infrastructure strain Chips OpenAI, Broadcom unveil Jalapeño: custom LLM inference chip designed in 9 months Funding British Business Bank commits £90M to 10 first-time UK VCs backing deeptech, defence, climate at pre-seed/seed Funding SK Hynix files for record $29.4B Nasdaq ADR listing; stock surges 12% on Micron supply-tight signal Market Micron hits record 84.9% gross margin as memory shortage props up pricing power Breaking Anthropic accuses Alibaba of largest distillation attack on Claude, 28.8M model queries via 25K fake accounts Market Micron posts $41.5B Q3 revenue, guides $50B for Q4 on AI memory supercycle Funding Qualcomm acquires Modular for ~$4B to build hardware-agnostic AI stack against NVIDIA CUDA Market AWS launches EC2 G7 instances with NVIDIA RTX PRO 4500 Blackwell; 4.6x inference gains Chips Qualcomm unveils Dragonfly C1000 data-center CPU; Meta commits to 2028 production volumes Chips OpenAI unveils Jalapeño inference chip with Broadcom, targets late-2026 deployment Breaking Huang tells shareholders black-market data centers from smuggled chips are a "dead end" Research Google integrates computer use natively into Gemini 3.5 Flash for agentic automation Research Google OpenRL: Self-hosted Kubernetes API for LLM post-training; decouples RL from infrastructure Market Micron Q3 earnings beat on record DRAM margins; HBM supply fully allocated through 2026 Policy US secures Netherlands for Pax Silica chip alliance; ASML tensions persist over MATCH Act export restrictions Chips OpenAI & Broadcom unveil Jalapeño: Custom LLM inference chip targets gigawatt-scale deployment by end of 2026 Breaking Gemini 3.5 Flash adds native computer use; agent framework now default across Search Research AI rapidly designs novel radio-frequency chips beyond human intuition, reducing years of work to hours
Research

Google OpenRL: Self-hosted Kubernetes API for LLM post-training; decouples RL from infrastructure

Google's GKE Labs released OpenRL, an open-source self-hosted training API for running reinforcement learning post-training workflows on Kubernetes clusters. OpenRL abstracts RL infrastructure complexity from AI research, allowing researchers to develop agentic RL loops on standard compute (e.g., a MacBook) while infrastructure engineers handle scaling, orchestration, and hardware allocation on shared clusters. The design decouples two concerns that are "tightly mixed" in current frameworks like TRL and DeepSpeed: AI research logic (RL loop, reward design) and infrastructure execution (provisioning, memory management, hardware scheduling).

Traditional RL training loops are strictly sequential: trainer waits for sampler, sampler waits for reward scoring (often CPU/network-bound), GPUs idle. OpenRL enables concurrent RL jobs to saturate GPU utilization. Running 1 job leaves gaps; running 3 concurrent jobs achieves near-continuous GPU duty cycles. The system uses the Tinker design pattern (four APIs: data I/O, weight updates, sampling, checkpoint save) and integrates with Tinker-Cookbook. OpenRL supports LoRA fine-tuning of Gemma and other base models. Google included an "autoresearch recipe" (inspired by Karpathy's work) enabling parallel experiments for hyperparameter sweep and reward signal refinement on text-to-sql tasks.

Architecture is research preview, focused on LoRA-only fine-tuning for now. Future roadmap includes broader model support and closer integration with KubeFlow pipelines. OpenRL runs on macOS, NVIDIA GPUs, and GKE, allowing researchers to iterate locally while scaling production RL to multi-node Kubernetes deployments.

For architects: OpenRL is an early-stage abstraction layer that unblocks two workflows: (1) researchers can prototype agentic RL without GPU hardware, pointing to remote cluster APIs; (2) ops teams can pack multiple concurrent RL jobs to amortize infrastructure costs. The limitation: LoRA-only (adapter-based, not full model tuning). If adopted, this model (separate research and infra concerns) could standardize how enterprises run multi-agent post-training at scale. Watch whether this pattern spreads to other RL frameworks (NVIDIA NeMo RL, Hugging Face TRL) or remains Google-centric.

Sources