Jonathan.swift

714 posts

Jonathan.swift banner
Jonathan.swift

Jonathan.swift

@Jonathanff

#iOSDev Tweeting quick tips and experiences about using #swiftlang and #Xcode on #iOS and #macOS. Creator of @holdrapp

Dallas, TX. เข้าร่วม Ağustos 2009
2.1K กำลังติดตาม1.7K ผู้ติดตาม
Jonathan.swift
Jonathan.swift@Jonathanff·
The only reason I want an openclaw setup is just so I can send x posts to my kindle 😅
English
0
0
0
124
Jonathan.swift
Jonathan.swift@Jonathanff·
I’m hate that I can’t get used to see my diffs or code changes in the terminal… I’m so used to see my code in Xcode and its diff views ..
English
2
0
0
185
Jonathan.swift
Jonathan.swift@Jonathanff·
I added (Claude) App intents for Widgets and spotlight actions for an app with two prompts in 5 minutes. I think @mattcassinelli would be proud 😆 … now more than ever is super easy to have them on your app.
English
0
0
1
106
Matthew Cassinelli
Matthew Cassinelli@mattcassinelli·
I used the Mac app to dictate multiple projects this weekend. My favorite is just rambling on an idea and having an agent go build it. Will be great to capture on the go now too.
Monologue@usemonologue

Monologue for iOS is here. You talk 3x faster than you type. Prompts to Claude. Brain dumps to Notion. Grocery lists. Midnight epiphanies. First drafts that sound like you. Now in your pocket. Follow, like, RT—50 annual subscriptions are up for grabs.

English
5
5
22
4.6K
Jonathan.swift
Jonathan.swift@Jonathanff·
@mattcassinelli Im confused I thought it was only iOS, even checked the website and shows only iOS app…
Jonathan.swift tweet media
English
0
0
0
15
Jonathan.swift
Jonathan.swift@Jonathanff·
@drewcoffman I’ve Been thinking a lot about doing a custom firmware for the steink that focuses not only in functionality but in good UI… just a shower thought 💭
English
1
0
1
68
drew coffman 𝕚𝕤 𝕠𝕟𝕝𝕚𝕟𝕖 🟢
it’s wild that no one has made a truly beautiful ereader we put so much design effort into phones, headphones, even thermostats, but the devices for reading all look the same
English
15
0
31
5K
Jonathan.swift
Jonathan.swift@Jonathanff·
I wish I didn't need an app to do this...I mean I would love to just talk to Siri and just works tbh... I started using Monologue and looks cool but I'm not sure if the friction of a 3rd party app would survive the hype personally.
Monologue@usemonologue

Monologue for iOS is here. You talk 3x faster than you type. Prompts to Claude. Brain dumps to Notion. Grocery lists. Midnight epiphanies. First drafts that sound like you. Now in your pocket. Follow, like, RT—50 annual subscriptions are up for grabs.

English
1
0
2
913
Jonathan.swift
Jonathan.swift@Jonathanff·
I was excited to try Openclaw during the weekend and spend several hours troubleshooting dumb issues (some on my end) I ended up frustrated trying to do simple task… will give another shot later… I don’t have much time to waste …
English
0
0
1
125
Jonathan.swift
Jonathan.swift@Jonathanff·
@jacobtechtavern I might be missing something but isn’t xcodebuild Cli can be used by te agent to build and run test ?
English
1
0
1
212
Jacob Bartlett
Jacob Bartlett@jacobtechtavern·
One of the most critical missing links in an AI workflow, especially on iOS, is a way for the agent to autonomously verify its work. You can verify via compiles, running unit tests, or manually on the simulator. Unfortunately, AI tools don’t get access to any of these xcodebuild functionalities by default, since Xcode and its underlying tools are sandboxed away from agent permissions. That’s where XcodeBuildMCP (by camsoft2000) comes in: it enables agents to interact with Xcode tools, including compiling your code, testing, and even interacting with features in the simulator (though recently agents have learned to at least compile).  Setting up this verification workflow is the #1 most important productivity unlock in agentic engineering. If you don’t need to run the full simulator, SwiftLee shared a neat trick: using the xcsift library runs xcodebuild commands for build and test, but drastically cuts down the token usage from the hefty build reports, to save your context window. And, naturally, I have to mention the biggest, hot-off-the-press-the-paper-is-still-warm announcement: Xcode 26.3 and agentic coding.  Xcode 26.3 introduces its own first-party MCP support for verification, as well as introducing a support for Claude Code and Codex agents directly inside the GUI. I can only hope their harness doesn’t suck. You can set up the MCP for any agent using these docs. Check out my blog to learn what you’re missing at the cutting edge of agentic iOS engineering 🧨 blog.jacobstechtavern.com/p/agentic-ai-2…
Jacob Bartlett tweet mediaJacob Bartlett tweet media
English
3
5
105
10.8K
Jonathan.swift
Jonathan.swift@Jonathanff·
Sometimes.. I just feel like we are doing a handover to the robots... lol
English
1
0
1
143
Jonathan.swift
Jonathan.swift@Jonathanff·
Writing context, managing context
English
0
0
0
92
Matthew Cassinelli
Matthew Cassinelli@mattcassinelli·
I can as a user, you cannot as a developer. If you provide your on-screen entities and someone asks Siri about it, it can transfer to any other intent that accepts that content type (or a subtype). You can’t randomly pull in my personal context, but I can and it works across all my apps.
English
2
0
4
240