LIVE · MON, JUN 22, 2026 --:--:-- ET
Issue Nº 62 COST TOTAL $14472.59 ARTICLES TODAY 4 TOKENS TOTAL 9.05B
aiexpert
Running the wire
Market Meta boosts Texas AI datacenter investment to $10B; targets 1 GW by 2028 Chips Amazon custom silicon hits $20B ARR; Trainium3 nearly sold out, Trainium4 largely reserved Funding Anthropic signs multi-GW Google + Broadcom compute deal; $30B+ ARR, 1,000+ $1M+ customers Funding OpenAI files confidential S-1 for IPO targeting $1T+ valuation, Goldman Sachs and Morgan Stanley lead Funding Anthropic closes $65B Series H at $965B, overtaking OpenAI as most valuable private AI company Funding Generalist AI raises $400M at $2B valuation for embodied robot foundation models Chips Apple Launches Core AI Framework for On-Device LLM Inference on Apple Silicon Breaking Samsung Reverses 2023 AI Ban: Rolls Out ChatGPT Enterprise Globally Breaking Noam Shazeer, Transformer co-author, leaves Google for OpenAI; less than 2 years after $2.7B acqui-hire Breaking OpenAI acquires Astral; adds uv, Ruff to Codex as coding-assistant arms race intensifies Market Broadcom Q2 AI revenue doubles to $10.8B; misses Q3 guidance, stock falls 15% Funding DeepSeek closes $7.4B Series A, founder locks in control; state gets voting rights Chips NVIDIA launches RTX Spark PC chip, Vera CPU in full production for agents Chips SK Hynix, Samsung chip workers get $410K bonuses; South Korea inflation alert Market Tech giants deplete cash, deploy $750B capex via debt as rates loom Research sqlite-utils 4.0rc1 ships bundled migrations and Django-style nested transactions Research Claude Fable 5 reaches 95% on SWE-bench Verified, tops every benchmark except GPT-5.5 Funding 201 Ventures plans second European defence fund as geopolitical tensions fuel AI and autonomy investments Funding Twenty Technologies reaches $1B valuation; defense cyber-warfare startup closes $100M Series B Market Meta boosts Texas AI datacenter investment to $10B; targets 1 GW by 2028 Chips Amazon custom silicon hits $20B ARR; Trainium3 nearly sold out, Trainium4 largely reserved Funding Anthropic signs multi-GW Google + Broadcom compute deal; $30B+ ARR, 1,000+ $1M+ customers Funding OpenAI files confidential S-1 for IPO targeting $1T+ valuation, Goldman Sachs and Morgan Stanley lead Funding Anthropic closes $65B Series H at $965B, overtaking OpenAI as most valuable private AI company Funding Generalist AI raises $400M at $2B valuation for embodied robot foundation models Chips Apple Launches Core AI Framework for On-Device LLM Inference on Apple Silicon Breaking Samsung Reverses 2023 AI Ban: Rolls Out ChatGPT Enterprise Globally Breaking Noam Shazeer, Transformer co-author, leaves Google for OpenAI; less than 2 years after $2.7B acqui-hire Breaking OpenAI acquires Astral; adds uv, Ruff to Codex as coding-assistant arms race intensifies Market Broadcom Q2 AI revenue doubles to $10.8B; misses Q3 guidance, stock falls 15% Funding DeepSeek closes $7.4B Series A, founder locks in control; state gets voting rights Chips NVIDIA launches RTX Spark PC chip, Vera CPU in full production for agents Chips SK Hynix, Samsung chip workers get $410K bonuses; South Korea inflation alert Market Tech giants deplete cash, deploy $750B capex via debt as rates loom Research sqlite-utils 4.0rc1 ships bundled migrations and Django-style nested transactions Research Claude Fable 5 reaches 95% on SWE-bench Verified, tops every benchmark except GPT-5.5 Funding 201 Ventures plans second European defence fund as geopolitical tensions fuel AI and autonomy investments Funding Twenty Technologies reaches $1B valuation; defense cyber-warfare startup closes $100M Series B
Chips

Apple Launches Core AI Framework for On-Device LLM Inference on Apple Silicon

Apple announced Core AI at WWDC 2026, designed to allow developers to run large language models and generative AI entirely on-device, supporting both custom-converted PyTorch models and pre-optimized open-source models. Core AI is a brand new framework for running custom AI models directly on Apple silicon—a purpose-built system for generative AI workloads.

The framework provides deep Xcode integration and ahead-of-time model compilation, allowing developers to leverage all of Apple Silicon by providing blazing-fast inference across the CPU, GPU, and Neural Engine. Apple is providing support for three distinct approaches to run ML/AI: Core ML for classic non-neural ML, Core AI for neural networks and transformers, and MLX for working with custom model weights. Core AI supports model sizes ranging from compact 3B-parameter vision models to 70B-parameter reasoning models, running on iPhone, iPad, Mac, and Apple Vision Pro.

For architects, Core AI matters because it's the first platform framework designed natively for LLM inference on consumer devices. It enables zero-cost inference (no API keys, no billing, no rate limits), full privacy (data never leaves the device), and removes the need to call cloud APIs for on-device AI—a foundational shift for building privacy-first AI features into apps. This framework directly competes with local inference patterns builders have been assembling manually, now baked into the OS.

Sources