With all the recent discussion around AI agents, I’ve been exploring a different constraint: fully on device(iPhone).
I’m building an OpenClaw style app to run entirely on an iPhone using Apple’s Foundation Models.
No data leaving the device and privacy focused.
Very early, but designing around local only execution has led to some interesting decisions. I am maxing out at 3 agents running simultaneously in the background so you can still doom scroll. More than that and phone overheats and usability is nonexistent.
Happy to share details if anyone’s curious. Planning to make it open source on GitHub.