AI Development
AI Development covers practical ways Swift developers can use artificial intelligence to build better software. From agentic coding and AI-assisted workflows to LLM-powered tooling and automation, these articles focus on real-world techniques you can apply in Swift, Xcode, and modern app development.
11 Things I learned after using AI Agents full-time
AI agents are my biggest friends these days. I'm even making jokes to my wife, saying that Arie and Ingrid (AI) are doing my work while we're having lunch. I've been developing apps since 2009, but I can't remember changing my workflow so much as in the past months after ...
Agent Skills explained: Replacing AGENTS.md with reusable AI knowledge
Agent Skills solves a common problem I have with AGENTS.md files across my projects. Every project that I'm working on has its own AGENTS file. Whenever I encounter an invalid AI output, I try to update my AGENTS file to prevent it from happening again. This mostly meant documenting coding ...
Icon Composer: Transforming an AI-generated icon
Icon Composer is Apple's recommended tool for generating app icons for all the latest OS versions. It's bundled with Xcode and lets you apply glass effects and a composition that aligns with the newest design. While working on my app for the From App Idea to 10K MRR YouTube Series, ...