Apple Unveils M5: A Major Leap in AI Performance for Apple Silicon

Apple Unveils M5: A Major Leap in AI Performance for Apple Silicon
source: gettyimages
March 6, 2026

Apple today introduced the M5, a new generation of silicon designed to accelerate on‑device AI workloads and deliver faster overall performance across its trio of devices—the 14-inch MacBook Pro, iPad Pro, and Apple Vision Pro. Built on third‑generation 3nm process technology, M5 combines a new 10‑core GPU architecture with Neural Accelerators in each core, a more capable CPU, a faster Neural Engine, and higher unified memory bandwidth to push AI and graphics to new heights. Pre-orders are open now.

“M5 marks the next big leap in AI performance for Apple silicon,” said Johny Srouji, Apple’s senior vice president of Hardware Technologies. “With Neural Accelerators in every GPU core, a faster CPU core, an improved Neural Engine, and greater memory bandwidth, M5 unlocks substantially stronger AI performance across MacBook Pro, iPad Pro, and Vision Pro.”

What’s new in M5

Notes on testing and availability

Selected image highlights (illustrative)

Stay tuned for more details on developer tools, software optimization, and timeline specifics as Apple expands AI capabilities across its ecosystem.

Related links

By submitting, I confirm I have the right to share this link and I agree to link back to this article from the submitted page. Duplicate URLs are rejected. Up to 5 links per page.

GraphQL · 150 ms
query Q($id: Int!, $domain: Int!, $srcId: Int!, $hasSrc: Boolean!, $hasSelf: Boolean!) {
  self: qa_ai(where: {id: {_eq: $id}}, limit: 1) @include(if: $hasSelf) { id title text date }
  linksarticle: qa_ai(where: {domain: {_eq: $domain}, id: {_neq: $id}}, order_by: {id: desc}, limit: 8) { id title }
  linksbottom: qa_ai(where: {domain: {_neq: $domain}, id: {_lt: $id}}, order_by: {id: desc}, limit: 3) { id title domain }
  source: qa_ai(where: {id: {_eq: $srcId}}, limit: 1) @include(if: $hasSrc) { id title }
}
{
  "id": 6646369,
  "domain": 7,
  "srcId": 0,
  "hasSrc": false,
  "hasSelf": true
}