← Reddit

I built an iOS Currency Converter using Claude (Opus & Sonnet) to help with my move to the UK

Reddit · Prestigious_Shake895 · May 5, 2026
A developer built "Converty," an iOS currency converter app with camera-based price tag scanning after relocating to the UK. Claude Opus and Sonnet generated the majority of the codebase, with the project taking approximately two weeks to establish the core concept and an additional month for UI/UX refinement. The free app continues to receive improvements, particularly to enhance the accuracy of its price scanning feature.

Detailed Analysis

An experienced iOS developer leveraged Claude's Opus and Sonnet models to build "Converty," a free currency converter application for iPhone that includes a camera-based price tag scanning feature. The developer, who has seven years of professional iOS experience, relocated to the United Kingdom and needed a practical tool to contextualize local prices against a familiar currency. Rather than building the app entirely from scratch given time constraints, the developer chose to delegate the majority of code generation to Claude, retaining a supervisory and quality-control role throughout the development process. The project took approximately two weeks to reach a functional prototype and an additional month of refinement to address UI/UX complexity.

The workflow described reflects a deliberate and stratified use of Anthropic's model tiers. Claude Opus handled roughly 80% of the development workload, specifically the more architecturally demanding tasks such as designing SwiftUI view structures and implementing core application logic. Claude Sonnet was reserved for the remaining 20%, serving a faster-iteration role focused on bug fixes and incremental changes. Google's Gemini was brought in selectively for auxiliary tasks including localization and accessibility features. This division of labor across models suggests the developer treated AI tools not as interchangeable commodities but as specialized resources with distinct cost-performance tradeoffs suited to different phases of a project.

The case illustrates a meaningful shift in how professional developers are integrating large language models into production workflows. A seven-year iOS veteran — someone with more than sufficient baseline competency to write Swift and SwiftUI independently — chose AI-assisted development not out of inexperience but out of a pragmatic calculation about time and effort. The developer also notes that full review and control of every generated code detail remained with the human, underscoring that Claude functioned as an accelerant rather than an autonomous agent. The project's incomplete feature — camera-based price scanning accuracy — also signals the limits of current AI-assisted development, where novel or perceptually complex features still require ongoing human iteration.

The broader pattern this anecdote reflects is the normalization of AI co-authorship in shipped commercial software. The app reached the Apple App Store as a fully published product, meaning Claude-generated code passed Apple's review standards and runs on real consumer devices. This marks a material step beyond AI coding as an internal or experimental practice. As models like Opus become more capable at handling the architectural and reasoning-heavy phases of software projects, the threshold for what a solo developer can ship in a compressed timeline continues to drop, with meaningful implications for indie development economics and the overall pace of software creation.

Read original article →