AI Weekly Malaysia

Back to items Summaries

ChatGPT can now send texts for you with new Apple Messages plug-in

ID
16267
Status
summarized
Published
21 Aug 2026, 6:09 AM
Fetched
21 Aug 2026, 7:08 AM
Provider
TechCrunch
Category
technology
Original URL
https://techcrunch.com/2026/08/20/chatgpt-can-now-send-texts-for-you-with-new-apple-messages-plugin/
Source URL
https://techcrunch.com/feed/

Summary

Score
5.5
Created
21 Aug 2026, 7:09 AM
Tags
Audience
ai_agent_usersdevelopersvibe_coders

What happened

OpenAI launched an Apple Messages plug-in for ChatGPT that lets users sort, analyze, edit, draft, send, and delete text messages via the chatbot. The plug-in runs locally on the user's machine and OpenAI says it doesn't create an index of all messages, though specifics remain unclear. It also works with Codex and ChatGPT Work for professional use.

Why it matters

If you build AI agents that take real-world actions on behalf of users, this is a concrete example of the approval-flow tradeoff: OpenAI explicitly discourages persistent auto-approval because it removes the last human checkpoint before an agent sends a message as you. Consider whether your own agent workflows need a similar review gate before irreversible actions. The local-execution privacy claim is worth probing if you're evaluating similar plug-in architectures.

Discussion angle

The tension between agent autonomy and human-in-the-loop approval: OpenAI's own warning against persistent approval is a useful design precedent for anyone shipping agents that send messages or take irreversible actions.

Top