Swift

19 articles about swift.

Using Agent Teams as a Product Backend: Bridging Swift Desktop Apps to Claude Agent SDK

·2 min read

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.

swiftclaude-sdkarchitecturemacosagent-teams

Best Practices for Shipping iOS and macOS Apps with Claude Code

·3 min read

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.

iosmacosclaude-codeswiftbest-practicesshippingapp-development

Building a Desktop App 100% with Claude AI

·2 min read

What you learn the hard way building a native desktop email client entirely with Claude. Swift, Rust, and the real challenges no tutorial covers.

claudedesktop-appswiftrustai-codinglessons-learned

Claude Code for Swift/macOS Development - ScreenCaptureKit and Deprecated APIs

·2 min read

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-codeswiftmacosscreencapturekitclaude-mddeprecated-apis

Claude Code vs Copilot: The Parallel Agents Advantage for Multi-Language Codebases

·2 min read

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.

claude-codecopilotparallel-agentsswiftrustfluttermulti-language

Codex vs Claude Code for macOS Desktop Development

·2 min read

Why Claude Code wins over OpenAI Codex for native macOS app development - from SwiftUI debugging to Xcode integration and local-first workflows.

codexclaude-codemacosswiftdesktop-development

Building a Desktop App to Orchestrate 5 Claude Agents in Parallel

·3 min read

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.

swiftdesktop-appclaude-codeparallel-agentsorchestrationmacos

Building an MCP Server That Combines macOS Accessibility APIs With Screen Capture

·2 min read

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.

mcpaccessibility-apiscreen-capturemacosswift

Structuring a macOS Agent App with Modular Swift Frameworks

·2 min read

Split your Swift macOS agent into separate frameworks for UI, accessibility, networking, and models. AI agents can work on one framework without breaking others.

swiftmodularframeworkmacosarchitecture

Managing Multiple Codebases with Claude Code - Swift, Python, TypeScript in One Project

·2 min read

Building a desktop agent with separate Swift, Python, and TypeScript components. How to keep Claude aware of cross-codebase dependencies.

multi-codebaseclaude-codeswiftpythontypescript

Building Native macOS Apps with Claude Is a Different Beast Than Web Dev

·3 min read

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.

macosswiftclaudenative-developmentappkit

Native Swift Means Your AI Agent Launches Instantly

·2 min read

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.

swiftnativeperformancelaunch-speedelectron

Building a Native Swift Voice App for macOS - Open Source Journey

·2 min read

How we built a macOS app that lets you talk to your computer using SwiftUI, WhisperKit for local transcription, and accessibility APIs.

swiftvoice-appmacosopen-sourcewhisperkit

Building a Production iOS App in 35 Hours with Claude Code

·3 min read

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.

claude-codeiosswiftuiswiftapp-developmentproductionstyling

ScreenCaptureKit for macOS Screen Recording - Encoding Approaches and Lessons

·3 min read

Practical lessons from building with ScreenCaptureKit on macOS - encoding approaches, performance trade-offs, and what open source projects like Screenize get right.

screencapturekitmacosscreen-recordingswiftencodingvideo

Using Claude Code Hooks for Native macOS Swift Development

·3 min read

How Claude Code hooks transformed native macOS Swift development. Auto-format on save, run tests before commit, validate builds - the workflow game changer.

claude-codehooksswiftmacosdevelopmentworkflow

What We Learned Building a macOS AI Agent in Swift (ScreenCaptureKit, Accessibility APIs, Async Pipelines)

·5 min read

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.

swiftscreencapturekitaccessibility-apiengineeringmacos

Building a macOS Desktop Agent with Claude - How AI Wrote Most of Its Own Code

·4 min read

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.

claudeai-codingswiftmacosdeveloper-tools

Why Native Swift Menu Bar Apps Are the Right UI for AI Agents

·3 min read

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.

swiftmacosui-designmenu-bardesktop-agent

Browse by Topic