Apple Core AI Framework
- AI
- Apple
- Developer Tools
- Open Source
- Hardware
Apple’s new Core AI framework looks like the next step after Core ML for neural networks. The docs and WWDC material position it as the path for taking models, especially neural nets and transformers, and turning them into a new `.aimodel` format that can run across CPU, GPU, and the Apple Neural Engine. Core ML is not dead, but it is being narrowed. Several people pulled the key line from Apple’s docs that non-neural model types like decision trees and tabular feature engineering should still use Core ML. MLX appears to stay separate as the looser, bring-your-own-weights track rather than the shipping runtime Apple wants end-user apps to depend on.
If you build AI features on Apple platforms, plan for Core AI to become the main deployment path for neural nets while keeping Core ML around for backward compatibility and non-neural workloads. Also watch Apple's system-level model APIs and cloud fallback pricing, because that combination could matter more to product strategy than the raw model conversion framework.
-
developer.apple.com
- Discuss on HN