Apple's Swift Powers the New Things 3 Cloud System - MacRumors
Skip to Content

Apple's Swift Powers the New Things 3 Cloud System

Cultured Code today announced that it has overhauled the cloud backend of the popular task management app Things 3 using Apple's Swift programming language, with the new system now live across all users' devices.

swift things 3 cultured code
Cultured Code explained that the transition to the new Swift-based infrastructure occurred seamlessly and without any disruption to users. Although the app's behavior remains unchanged on the surface, the underlying service that synchronizes to-do lists across the iPhone, iPad, Mac, Apple Watch, and Apple Vision Pro has been rewritten entirely using Swift and deployed in production for over a year.

The legacy system was originally built using Python 2 and Google App Engine, and had served as the foundation for Things Cloud for more than a decade. While the original synchronization algorithms remain intact and are based on a mathematical model capable of resolving offline edits and conflicts, the aging technology stack was increasingly seen as a barrier to future development. According to Cultured Code, challenges included rising infrastructure costs, slow response times, and the risks associated with dynamic typing in Python.

Apple introduced Swift in 2014; it has since been widely adopted for iOS and macOS app development, but has seen limited uptake in server environments. Cultured Code began experimenting with Swift on the server in 2021, initially rewriting isolated components before committing to a full-scale rebuild.

To ensure a seamless migration, the new Swift system was initially run in parallel with the legacy system, receiving and processing the same data but without taking over user-facing operations. This dual-processing arrangement allowed engineers to validate the new implementation under production-like conditions. Once the team was satisfied with the accuracy and performance of the Swift backend, they transitioned all users to the new system in early 2024.

Cultured Code reports that the new system has achieved significant performance improvements. Traffic peaks of up to 500 requests per second are now handled by a Kubernetes cluster consisting of four nodes, each with two virtual CPUs and 8GB of RAM. This setup has led to a more than threefold reduction in compute costs compared to the legacy system. Synchronization response times have also improved substantially, and the new architecture delivers a fourfold increase in sync request processing speed.

Things has won two Apple design awards. The app is highly regarded for its design consistency and reliable syncing experience across the Apple ecosystem. Read more about the change in Cultured Code's full blog post or its post on Apple's Swift.org blog.

Popular Stories

Apple Wallet

iOS 27 Will Add Two New Apple Wallet Features to Your iPhone

Monday June 1, 2026 12:15 pm PDT by
Apple is set to unveil iOS 27 during its WWDC 2026 keynote on Monday, June 8, and the update will reportedly include two new Apple Wallet features. First, iOS 27 will reportedly let users create their own digital passes by scanning items like movie tickets, concert passes, and gym membership cards. Many apps already offer Apple Wallet passes, but now users will be able to create a custom...
HomePod mini and Apple TV Sage

New Apple TV and HomePod Mini Are 'Nearly Ready' to Launch, New Siri Remote Also Rumored

Sunday May 31, 2026 8:47 am PDT by
New models of the Apple TV 4K and HomePod mini are "nearly ready to go," according to the latest word from Bloomberg's Mark Gurman. Subscribe to the MacRumors YouTube channel for more videos. Both devices have been ready "for months," but Apple is holding off on launching them until the more personalized version of Siri is available, he said. "I am told the hardware for the next Apple TV...
Dynamic Island iPhone 18 Pro Feature

iPhone 18 Pro Battery Capacities Allegedly Leaked

Tuesday June 2, 2026 1:54 am PDT by
Battery capacities for Apple's upcoming iPhone 18 Pro have allegedly surfaced, and the numbers suggest only a modest increase over the iPhone 17 Pro. According to prolific Weibo-based leaker Digital Chat Station, Apple is testing the iPhone 18 Pro with different battery capacities for the China and U.S. versions of the device, similar to last year's iPhone 17 Pro models. The Chinese model is ...

Top Rated Comments

johannnn Avatar
14 months ago
Cool.

Maybe now we can get new features? Instead of just "bug fixes" each quarter.
Score: 11 Votes (Like | Disagree)
orbital~debris Avatar
14 months ago

No shade but.. it’s a todo list app
No shade but… you haven't seen the sheer quantity of data I've put into said app.
Score: 9 Votes (Like | Disagree)
14 months ago

Cool.

Maybe now we can get new features? Instead of just "bug fixes" each quarter.
Things is a lean, focused app. They don't just heap random features on constantly. Also, if you haven't noticed it's still a proper software purchase instead of yet another "pay forever" subscription lock-in.

If that means each version is more or less feature-complete when they ship it, I'll happily take that instead of a conveyor belt of new features that gets shovelled out (ready or not) to justify the fact that you're paying "$60/year or whatever.

I'll happily buy Things 4 for iOS and macOS when it comes out, and I also wish it was today. But, at the same time I do trust the developers to release it when it's ready and not before. A lot more Mac software should have this level of attention to detail. If the pace of development we see from Cultured Code keeps quality up and is sustainable for them to stay afloat, so be it.
Score: 7 Votes (Like | Disagree)
tonywalker23 Avatar
14 months ago
I am not sure if I am being hyperbolic, or the truthfulness is coming to the surface even when I joke… but I don’t think any app has genuinely impacted my life (with the exception of Logos Bible Software which is my “profession” and got me through graduate school) as much as Things. The fact that its attention to design reminds me of what it was like using a Mac for the first few years in the Aqua days helps.

I probably picked the wrong ‘career’ for someone with thin skin who can’t handle stress well. But, I remember one day a few years ago where I was about to a breaking point when lots of work stuff added up. I called a guy and asked for help and advice. The outcome of that was reading David Allen’s GTD and buying all three versions of Things 3: Mac, iPad, and iPhone.

And here I am today making sure I comment on a Things article. I tried to make Reminders work (and have tried a time or two since then) but keep going back to Things. If your life is chaotic and your never-ending work consist of (gtd vocab) projects with more than one action that need to be done in certain context where start dates and due dates and hard deadlines with consequences all matter, but there is also so much ‘stuff’ hitting your physical and digital inboxes that you need a system to hide items until you need to be reminded of them otherwise your system will be too large to clarify… etc etc blah blah

spend the $80 and buy things for your devices and don’t look back.
Score: 6 Votes (Like | Disagree)
14 months ago
Huge fan of Things. I used Omnifocus for a long time but found it was just too complex I was spending more time maintaining my system than actually doing stuff. Things is very responsive, low friction, and the UI feels completely native to the Mac. A "Mac-assed app ('https://daringfireball.net/linked/2020/03/20/mac-assed-mac-apps')" if you will.
Score: 6 Votes (Like | Disagree)
14 months ago
It sounds like breakthrough coding but we are taking synchronization of a todo list right?
Score: 6 Votes (Like | Disagree)