Mega Data Centers? NO. Your iPhone Is an OpenAI-Compatible LLM Server Now [View all]
This article touts an iphone app, free with ads, $1.99 without ads.
Ipads and some macs. (26 and M1 or newer)
I am posting it here not as a plug, but as a proof of concept, that mega data centers are a criminal waste of money, And just as you are using a home computer instead of a mainframe (do ya remember mainframes?) these monstrosities will serve only mega-companies and government surveillance and death goals.
https://www.kevin.md/iphone-openai-compatible-server.md/
TL;DR: Local LLM Server turns an iPhone, iPad, or Mac into an LLM server: Apples on-device Foundation Models exposed over an OpenAI- and Ollama-compatible HTTP API. Any existing client library points at your phones LAN address and just works. Free with ads; Pro is $1.99 without them.
Apple Intelligence ships a ~3B-parameter language model on every recent iPhone, running locally on the neural engine. Its genuinely capable for structured tasksclassification, extraction, summariesand it costs nothing per token. The catch: Apple exposes it as a Swift framework. If your tooling speaks HTTPPython scripts, LangChain, DSPy, a curl one-liner, literally the entire LLM ecosystemtheres no door in.
Local LLM Server is that door. Open the app, pick a port, hit Start Server, and the device serves at http://{your-lan-ip}:8080 with the two API shapes everything already understands: OpenAIs (/v1/chat/completions and friends) and Ollamas. Your OpenAI client library doesnt know its talking to a phone.
