Swift
19 articles about swift.
Using Agent Teams as a Product Backend: Bridging Swift Desktop Apps to Claude Agent SDK
We built a Swift desktop app that bridges to the Claude Agent SDK via a local Node.js process. Here is how agent teams can serve as a product backend.
Best Practices for Shipping iOS and macOS Apps with Claude Code
Best practices for shipping iOS and macOS apps with Claude Code. You are still the senior engineer - Claude writes decent code but integration points are where it falls apart.
Building a Desktop App 100% with Claude AI
What you learn the hard way building a native desktop email client entirely with Claude. Swift, Rust, and the real challenges no tutorial covers.
Claude Code for Swift/macOS Development - ScreenCaptureKit and Deprecated APIs
Using Claude Code for Swift and macOS development with ScreenCaptureKit, navigating deprecated API struggles, and why CLAUDE.md is the single biggest productivity win for AI-assisted development.
Claude Code vs Copilot: The Parallel Agents Advantage for Multi-Language Codebases
Why Claude Code beats GitHub Copilot for multi-language projects. Run 5 parallel agents across Swift, Rust, and Flutter in the same codebase and ship faster.
Codex vs Claude Code for macOS Desktop Development
Why Claude Code wins over OpenAI Codex for native macOS app development - from SwiftUI debugging to Xcode integration and local-first workflows.
Building a Desktop App to Orchestrate 5 Claude Agents in Parallel
How to build a Swift desktop app that runs 5 Claude Code agents in parallel on the same repo - task assignment, progress monitoring, and conflict prevention.
Building an MCP Server That Combines macOS Accessibility APIs With Screen Capture
The biggest unlock for desktop AI agents: an MCP server that wraps macOS accessibility and screen capture so the AI can see what is on screen and click things.
Structuring a macOS Agent App with Modular Swift Frameworks
Split your Swift macOS agent into separate frameworks for UI, accessibility, networking, and models. AI agents can work on one framework without breaking others.
Managing Multiple Codebases with Claude Code - Swift, Python, TypeScript in One Project
Building a desktop agent with separate Swift, Python, and TypeScript components. How to keep Claude aware of cross-codebase dependencies.
Building Native macOS Apps with Claude Is a Different Beast Than Web Dev
Why Claude excels at web development but struggles with native macOS and Swift - smaller training data, AppKit quirks, and the importance of detailed CLAUDE.md specs.
Native Swift Means Your AI Agent Launches Instantly
Electron apps take seconds to start. Native Swift apps launch in under a second. For an always-on agent activated by hotkey, that speed difference matters every time.
Building a Native Swift Voice App for macOS - Open Source Journey
How we built a macOS app that lets you talk to your computer using SwiftUI, WhisperKit for local transcription, and accessibility APIs.
Building a Production iOS App in 35 Hours with Claude Code
A real experience building a production-quality iOS app with Claude Code in 35 hours. The logic was easy - SwiftUI styling was the hardest part by far.
ScreenCaptureKit for macOS Screen Recording - Encoding Approaches and Lessons
Practical lessons from building with ScreenCaptureKit on macOS - encoding approaches, performance trade-offs, and what open source projects like Screenize get right.
Using Claude Code Hooks for Native macOS Swift Development
How Claude Code hooks transformed native macOS Swift development. Auto-format on save, run tests before commit, validate builds - the workflow game changer.
What We Learned Building a macOS AI Agent in Swift (ScreenCaptureKit, Accessibility APIs, Async Pipelines)
Lessons from six months of building a native macOS desktop AI agent in Swift. How ScreenCaptureKit, accessibility APIs, and Swift concurrency fit together for real-time computer control.
Building a macOS Desktop Agent with Claude - How AI Wrote Most of Its Own Code
How we used Claude to build Fazm, a native macOS AI agent. ScreenCaptureKit, accessibility APIs, and Whisper - with Claude writing most of the Swift code itself.
Why Native Swift Menu Bar Apps Are the Right UI for AI Agents
Nobody wants to switch to a separate window to talk to AI. A floating menu bar app with push-to-talk is the interaction model that actually works for desktop agents.