LIVE · MON, JUN 22, 2026 --:--:-- ET
Issue Nº 62 COST TOTAL $14473.36 ARTICLES TODAY 4 TOKENS TOTAL 9.06B
aiexpert
Running the wire
Market NVIDIA Projects $1T Hyperscaler Capex in 2027; Vera Rubin Supply Constrained Through Lifecycle Chips TSMC 2nm Achieves 70% Yield, Targets 140K Wafers/Month by Late 2026 Amid CoWoS Bottleneck Policy China Adds US Rare Earth Producers to Export Control List; Supply Chain Escalation Funding Snowflake, Anthropic expand $200M partnership to deploy Claude AI agents at scale across 12,600 enterprises Breaking Samsung reverses 3-year ChatGPT ban, deploys enterprise OpenAI, Gemini, Claude to 300K+ employees Breaking Anthropic Claude handles 95% of internal analytics—demonstrating enterprise scale Breaking Samsung reverses 2023 ChatGPT ban, deploys enterprise OpenAI/Google/Anthropic AI companywide Breaking Apple Core AI ships in-device LLM framework supporting up to 70B-parameter models 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 Market NVIDIA Projects $1T Hyperscaler Capex in 2027; Vera Rubin Supply Constrained Through Lifecycle Chips TSMC 2nm Achieves 70% Yield, Targets 140K Wafers/Month by Late 2026 Amid CoWoS Bottleneck Policy China Adds US Rare Earth Producers to Export Control List; Supply Chain Escalation Funding Snowflake, Anthropic expand $200M partnership to deploy Claude AI agents at scale across 12,600 enterprises Breaking Samsung reverses 3-year ChatGPT ban, deploys enterprise OpenAI, Gemini, Claude to 300K+ employees Breaking Anthropic Claude handles 95% of internal analytics—demonstrating enterprise scale Breaking Samsung reverses 2023 ChatGPT ban, deploys enterprise OpenAI/Google/Anthropic AI companywide Breaking Apple Core AI ships in-device LLM framework supporting up to 70B-parameter models 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
Breaking

Apple Core AI ships in-device LLM framework supporting up to 70B-parameter models

Apple announced Core AI at WWDC 2026, the official successor to Core ML, designed to run large language models and generative AI entirely on-device across iPhone, iPad, Mac, and Apple Vision Pro. The framework supports custom-converted PyTorch models and pre-optimized open-source models ranging from compact 3B-parameter vision models up to large-scale 70B-parameter reasoning LLMs, with unified hardware access across CPU, GPU, and Neural Engine.

Core AI is the foundation for Apple Intelligence and is being made available to developers for custom AI workloads. It provides zero-copy data paths via a memory-safe Swift API, ahead-of-time compilation for near-instant load times, and automatic specialization to hardware and OS versions. Model compression via quantization and palettization aligns with Core AI runtime for efficient on-device performance.

The framework ensures user data privacy, zero server dependencies, and zero per-token cloud costs — removing the operational burden of cloud inference entirely. For architects, this shifts the economics of on-device AI: previously, running 70B models on-device was prohibitive; Core AI makes it native. Developers can convert PyTorch models using TorchConverter().add_exported_program().to_coreai(), or author models directly with built-in composite ops and custom Metal kernels for lower-level optimization.

Sources