Apple Launches Core AI for Apple-Silicon Optimized On-Device Generative AI
Core AI, announced at WWDC 26, succeeds Core ML and lets developers run LLMs and generative models entirely on-device against Apple Silicon.
11 articles · 4 categories
Saturday, Jun 20, 2026
In 30 seconds
A quiet Saturday — Latent Space's own roundup was literally titled "not much happened today" — but two platform stories are worth a platform engineer's attention. At WWDC 26, Apple introduced Core AI, the official successor to Core ML, a framework for running LLMs and generative models entirely on-device against Apple Silicon. And on the terms-of-service front, InfoQ reports that using Claude Fable 5 (or Mythos 5) on Amazon Bedrock now requires opting into provider data-sharing — prompts and outputs flow to Anthropic for 30-day retention with human review, a break from how earlier Bedrock models kept inference data isolated.
The rest of the day was Show HN agent-tooling: a wave of small, single-purpose utilities aimed at the same workflow most of us already live in. Persona.js open-sourced a framework-free, WebMCP-native agent UI library; Logslim compacts test/build output before an agent reads it; taste-ai packs per-session "taste" context; and a name.com CLI gives Claude Code and Codex a skill to manage DNS. The connective tissue is clear: the tooling layer is consolidating around agents as the primary user.
If there's a thread worth tracking, it's agent security and isolation — Cordium (a self-hosted, identity-based sandbox built on Kubernetes) and an industrial middleware that fronts PLC data behind REST/gRPC both lean into keeping infra secrets away from both developers and the AI agents acting on their behalf.
Apple's WWDC announcement pushes generative AI further onto the device, naming a successor to Core ML.
Core AI, announced at WWDC 26, succeeds Core ML and lets developers run LLMs and generative models entirely on-device against Apple Silicon.
A Bedrock terms change is the kind of fine print that quietly reshapes where regulated workloads can run.
Running Claude Fable 5 or Mythos 5 on Amazon Bedrock now means opting into provider_data_share — prompts and outputs go to Anthropic for 30-day retention with human review, unlike earlier Bedrock models.
A run of small, single-purpose Show HN launches treating the AI agent as the primary user of the dev toolchain.
An MIT-licensed, framework-free JS library for building agentic web experiences with full WebMCP support.
A utility that shrinks verbose test/build logs so an agent spends fewer tokens parsing them.
A name.com CLI plus an agent skill that lets Claude Code or Codex manage DNS records directly.
taste-ai packs per-session preferences/context for agents with no configuration required.
A small Mac app that prevents sleep (even lid-closed) so long-running agent jobs don't get interrupted.
Two projects converge on the same idea: front sensitive systems so neither developers nor agents touch raw infra secrets.
Cordium is a self-hosted, identity-based sandbox on Kubernetes designed to keep infrastructure secrets out of reach of both developers and AI agents.
A middleware layer that normalizes heterogeneous industrial PLC protocols into clean REST/gRPC APIs for modern stacks.