Apple Intelligence Expands Across the Apple Ecosystem

Apple Intelligence Expands Across the Apple Ecosystem
source: gettyimages
March 27, 2026

Apple has unveiled a broad set of new Apple Intelligence features that are deeply integrated across iPhone, iPad, Mac, Apple Watch, and Vision Pro. The updates aim to improve communication, understanding of onscreen content, and personalized automation while prioritizing user privacy.

Live Translation breaks down language barriers

Live Translation helps users communicate across languages in messages, calls, and in-person conversations. Integrated with Messages, FaceTime, and Phone, it also works with AirPods Pro 3 for real-time in-person translation. On-device processing keeps conversations private, and translations appear as you type, during calls with live captions, or spoken aloud during calls.

Visual Intelligence enables smarter insight from what you see

Visual Intelligence builds on the Apple Intelligence foundation to help users search, act, and learn from content on their screens. You can:

Genmoji and Image Playground bring more creative image tools

Genmoji now lets you mix emojis with descriptions to create new, personalized avatars. You can adjust expressions and attributes (like hairstyles) to match your contact’s current look.

In Image Playground, you can pair descriptions or photos with ChatGPT to generate unique images. A new Any Style option provides broader creative control, with styles like Watercolor and Oil Painting available through ChatGPT-powered generation.

Workout Buddy delivers personalised motivation

Workout Buddy is a first-of-its-kind fitness experience powered by Apple Intelligence. It analyzes your workout data and history to deliver real-time, spoken motivation, drawing on factors such as heart rate, pace, distance, Activity rings, and milestones. A specialized text-to-speech model uses a voice vibe inspired by Fitness+ trainers to keep the energy right for your session.

Shortcuts get smarter with on-device AI

Shortcuts now harness intelligent actions powered by Apple Intelligence, allowing you to automate more tasks. Examples include:

These actions can run on device or via Private Cloud Compute, preserving privacy while delivering richer automation.

Apple Intelligence extends to third-party apps

Developers can access the on-device large language model at the core of Apple Intelligence, enabling new in-app experiences while keeping data private. Examples include:

All features work offline, with privacy preserved, and integration is optimized for Swift and guided generation.

Additional capabilities across apps

A strong privacy-focused approach for AI

Apple emphasizes privacy by processing many AI models on-device. When needed, Private Cloud Compute extends capabilities to the cloud without storing or sharing user data. Independent experts can audit the processing on Apple silicon servers to verify privacy assurances.

Availability and language support

These features are available now as a free software update with iOS 26, iPadOS 26, macOS Tahoe 26, watchOS 26, and visionOS 26. Apple Intelligence supports a beta set of languages at launch (including English, French, German, Italian, Portuguese, Spanish, Chinese, Japanese, and Korean), with broader language support planned over time. Some features may not be available in every region or language. For specifics on feature availability and system requirements, see support.apple.com/en-us/121115.

Note: Visual Intelligence capabilities vary by language and region. Genmoji and Image Playground are available in several languages, and Live Translation with AirPods supports a defined set of languages with ongoing expansion.

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 · 146 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": 6646999,
  "domain": 7,
  "srcId": 0,
  "hasSrc": false,
  "hasSelf": true
}