I found the r/openclaw thread with 27 upvotes where someone gave an agent a real iPhone and now I can’t stop thinking about it
A recent r/openclaw thread discusses the use of a real iPhone by an agent, generating interest among builders. The thread highlights the potential for mobile automation beyond traditional browser interfaces. It emphasizes the importance of a durable mobile identity for agents in accessing various apps and services.
- ▪The r/openclaw post received 27 upvotes and discussed giving an agent access to a real iPhone.
- ▪The agent utilized an 'Appium type layer' for mobile automation, which is considered hacky but practical.
- ▪The use cases for the agent included drafting iMessages, running iOS Shortcuts, and mobile app QA/testing.
Opening excerpt (first ~120 words) tap to expand
try { if(localStorage) { let currentUser = localStorage.getItem('current_user'); if (currentUser) { currentUser = JSON.parse(currentUser); if (currentUser.id === 3908932) { document.getElementById('article-show-container').classList.add('current-user-is-article-author'); } } } } catch (e) { console.error(e); } Lars Winstand Posted on May 27 • Originally published at standardcompute.com I found the r/openclaw thread with 27 upvotes where someone gave an agent a real iPhone and now I can’t stop thinking about it #ai #automation #openclaw #ios A few days ago I found this r/openclaw post: “I gave my agent my actual iphone..” It had 27 upvotes and 16 comments. That low number is exactly why I clicked.
…
Excerpt limited to ~120 words for fair-use compliance. The full article is at DEV.to (Top).