iOS 27 Beta 1 Ships With Advanced Dictation Off By Default

Apple's first iOS 27 developer beta, released June 12, 2026, ships Advanced Dictation Preview switched off by default, according to 9to5Mac, even on the small set of devices powerful enough to run it. The feature uses AFM 3 Core Advanced, Apple's new 20-billion-parameter on-device model, confirmed on Apple's own Machine Learning Research blog, which activates only 1 to 4 billion parameters per request and stores the rest in flash memory rather than RAM, a technique Apple calls Instruction-Following Pruning. It requires iPhone 17 Pro, iPhone Air, the M5 Vision Pro, or an M4 iPad or M3 Mac with at least 12 GB of RAM, notably excluding the base iPhone 17's 8 GB. Apple's own human evaluations show the new dictation preferred over the current system by a 44.7% to 17.6% margin. For developers, that hardware gate, not the model's capability, is what limits real-world reach this beta cycle.
The interesting part of this story is not that a beta feature is off by default (betas often ship things disabled), it is what the hardware gate reveals about how Apple is fitting a 20-billion-parameter model onto a phone at all: by keeping most of the model in flash storage and loading only a handful of billion-parameter "experts" per request, rather than the more familiar approach of simply shrinking the model to fit in RAM.
What happened
9to5Mac reported on June 12, 2026 that the first developer beta of iOS 27 ships with a new Advanced Dictation Preview switched off by default, even on hardware that supports it. Apple says the feature delivers "a major boost in accuracy" over the existing dictation system, and it can be turned on manually via Settings -> General -> Keyboards -> Advanced Dictation Preview. The same underlying model also powers a new opt-in expressive-Siri-voices preview. Both 9to5Mac and MacRumors (June 22, 2026) confirmed the feature is limited to iPhone 17 Pro, iPhone Air, the second-generation (M5) Vision Pro, iPad with M4 or later and at least 12 GB of RAM, and Mac with M3 or later and at least 12 GB of RAM, notably excluding the standard iPhone 17, which ships with 8 GB of RAM.
Technical context
Apple's own Machine Learning Research blog (June 8, 2026) confirms the model behind the feature is AFM 3 Core Advanced, a natively multimodal, 20-billion-parameter on-device model that activates just 1 to 4 billion parameters per request via a sparse architecture Apple calls Instruction-Following Pruning. Rather than loading the full model into DRAM, Apple stores it in flash memory and uses a lightweight routing block to select a fixed set of "expert" weights per prompt, periodically reselecting them during generation, a design choice Apple says lets the model scale far beyond normal on-device memory limits. In Apple's own side-by-side human evaluations, the new dictation system was preferred over the existing production system by a 44.7% to 17.6% margin on overall quality, with consistent gains across six other dimensions including punctuation, casing, and disfluency handling.
For practitioners
For iOS developers and anyone building speech or assistant features, the real constraint this beta cycle is hardware coverage rather than model quality: the RAM and chip-generation gates mean a meaningful share of the active device fleet, including brand-new base-model iPhone 17 units, cannot run the feature at all. Apps that rely on system dictation or Siri for input should not assume Advanced Dictation Preview's accuracy gains are broadly available, and should test against both the legacy and new dictation paths through the beta cycle.
What to watch
Watch whether Apple flips Advanced Dictation Preview to on-by-default on supported hardware before iOS 27's public release this fall, whether the 12 GB RAM and chip-generation gates loosen as Apple further optimizes the flash-based routing architecture, and whether the same AFM 3 Core Advanced model gets extended to more of Apple's lineup as Instruction-Following Pruning matures.
Key Points
- 1iOS 27 beta 1 ships Advanced Dictation Preview off by default, even on hardware capable of running it, per 9to5Mac and MacRumors.
- 2Apple's ML blog confirms the feature runs on AFM 3 Core Advanced, a 20-billion-parameter model activating only 1 to 4 billion parameters via flash-based routing.
- 3Hardware gating, not model quality, is the real constraint this beta cycle: RAM and chip-generation requirements exclude the base iPhone 17 entirely.
Scoring Rationale
Corroborated against Apple's own Machine Learning Research blog, which reveals a genuine architectural advance (a 20B-parameter on-device model using flash-based sparse expert routing, Instruction-Following Pruning) rather than just a UI toggle, plus independent MacRumors confirmation with matching technical detail and human-evaluation numbers. Raised modestly from 5.6 to 6.0 to reflect that verified technical substance, kept in notable tier since this is a disabled-by-default beta preview, not a shipped default capability.
Sources
Public references used for this report.
Practice interview problems based on real data
1,625 SQL & Python problems across 15 industry datasets — the exact type of data you work with.
Try 250 free problems


