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

iOS 26

iOS 26.4 Adds Two New Features to CarPlay

Tuesday March 24, 2026 1:55 pm PDT by
iOS 26.4 was released today, and it includes a couple of new features for CarPlay: an Ambient Music widget and support for voice-based chatbot apps. To update your iPhone 11 or newer to iOS 26.4, open the Settings app and tap on General → Software Update. CarPlay will automatically offer the new features so long as the iPhone connected to your vehicle is running iOS 26.4 or later....
Apple Business hero

Apple Unveils 'Apple Business' All-in-One Platform

Tuesday March 24, 2026 8:53 am PDT by
Apple today announced Apple Business, a new all-in-one platform that unifies device management, productivity tools, and customer outreach features. The service is designed to be a consolidated replacement for several of Apple's existing business-focused offerings, including Apple Business Essentials, Apple Business Manager, and Apple Business Connect. It provides organizations with a single...
AirPods Pro Firmware Feature

Apple Releases New Firmware for AirPods Pro 3, AirPods Pro 2 and AirPods 4

Tuesday March 24, 2026 12:31 pm PDT by
Apple today released new firmware for the AirPods Pro 2, AirPods Pro 3, and the AirPods 4. The firmware has a version number of 8B39, up from 8B34 on the AirPods Pro 3, 8B28 on the AirPods Pro 2, and 8B21 on the AirPods 4. There is no word on what's included in the firmware, but Apple has a support document with limited notes. Most updates are limited to bug fixes and performance...

Top Rated Comments

johannnn Avatar
11 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
11 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)
11 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
11 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)
11 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)
11 months ago
It sounds like breakthrough coding but we are taking synchronization of a todo list right?
Score: 6 Votes (Like | Disagree)