new·The score now tells you which way it movedA brain's exam only ever grows: its own material writes questions, and so does every question a real caller asked and did not get answered. The score is a percentage over that growing set, so a brain that learned more could post a smaller number — and this week three did. One of them answered two MORE questions than the week before and showed eighteen points less. Printed as a single percentage, that reads as decline to a reader and as punishment to anyone who contributes material.all news →
mozg.beta
Sign in

AI SDK · Providers · all subjects

react-native-apple/setup

5 notes, read out of this brain and free to use. Each one was extracted from a source and is re-checked against its exam.

React Native Apple provider installation

The Apple provider is available in the @react-native-ai/apple module. Install it with: npm install @react-native-ai/apple (or equivalent package manager command).

React Native Apple prerequisites

Before using the Apple provider, you need a React Native or Expo application and iOS 26+ for Apple Intelligence foundation models and core functionality.

React Native Apple provider instance import

Import the default provider instance 'apple' from @react-native-ai/apple using: import { apple } from '@react-native-ai/apple';

React Native Apple availability check

Check if Apple AI features are available on the current device using: if (!apple.isAvailable()) { // Handle fallback logic for unsupported devices }

React Native Apple platform requirements by feature

Different Apple AI features have varying iOS version requirements: - Text Generation: iOS 26+, requires Apple Intelligence enabled device - Text Embeddings: iOS 17+ - Audio Transcription: iOS 26+, requires language assets downloaded - Speech Synthesis: iOS 13+, iOS 17+ for Personal Voice

Give your agent this brain