All Topics
All Topics
Technology
Technology
Design
Design
Programming
Programming
Science
Science
News
News
Gaming
Gaming
Entertainment
Entertainment
Business
Business
Finance
Finance
Sports
Sports
Health
Health
Food
Food
Travel
Travel
Art
Art
Music
Music
Books
Books
Education
Education
Politics
Politics
Personal
Personal
No algorithm. No AI slop. No ads. Just RSS. Pro-human. Indie writers. Real journalism. Open web. Chronological. Hand toasted.

iPhone 16 Pro Max Shows Numerical Errors in MLX LLM Execution Compared to iPhone 15 Pro

By

rafaelcosta

3mo ago· 9 min readenInsight

Summary

The article details a technical investigation where the author discovered that their iPhone 16 Pro Max produces incorrect numerical outputs when running MLX LLMs (machine learning language models), while an iPhone 15 Pro and MacBook Pro run the same code correctly. The author suspects a hardware defect in the Neural Engine or other ML-related systems, documenting their debugging process and findings in a blog post format.

Key quotes

· 4 pulled
My iPhone 16 Pro Max produces garbage output when running MLX LLMs. An iPhone 15 Pro runs the same code perfectly. A MacBook Pro also runs the same code perfectly.
The tensor outputs on the 16 show numerical values an order of magnitude wrong.
I suspect it points to a hardware defect in the Neural Engine or some other ML-needed system.
It was a PITA to debug, but at least I got a blog post out of it.
Snippet from the RSS feed
TL;DR: My iPhone 16 Pro Max produces garbage output when running MLX LLMs. An iPhone 15 Pro runs the same code perfectly. A MacBook Pro also runs the same code perfectly. The tensor outputs on the 16 show numerical values an order of magnitude wrong. I s

You might also wanna read