Stan Wilson Jr
6 min read

How to Make a Smartphone Smarter: Part 2

How to Make a Smartphone Smarter: Part 2

In a previous post, I shared an idea about how to make smartphones truly smarter.

TL;DR: We all have countless apps on our phones, but finding or using the right one at the right time can be a hassle. My proposal was that our phones should adapt to our current context.

Read Part 1 here

Building a Prototype

Now that you’re caught up, let me walk you through the prototype I’ve been living with for about a week. These are the core indicators I used to define context:

  • Time
  • Day
  • Date
  • Geolocation

Not everyone realizes this, but all of these indicators are already available on your phone (at least if you’re using an iPhone, sorry Android fam). Each of them can be used to automate actions through the iOS Shortcuts app. Knowing that gave me confidence I could build a working prototype with no code or at least low code.

Let’s Get Stateful

Having these contextual indicators (time, day, date, and location) is great. They’re easy to trigger through automation, but here’s where things get tricky: automations can react to a moment, but they don’t remember it.

For example, your phone might trigger an action when you arrive at Whole Foods, but it doesn’t actually know that you’re still there five minutes later. That gap between triggering an action and maintaining an understanding of your ongoing context is where things start to break down.

To make my prototype more aware and persistent, I needed a way to capture and store these states. For instance, recording that I’m at Whole Foods or that I’ve moved to Trader Joe’s, and then using that information to guide future automations.

This is where I had to get creative. I built a lightweight system to log and recognize shifting contexts so my phone could start to feel genuinely “aware.”

Using the shared iOS/Mac file system (which syncs across Apple devices if you’re signed into iCloud), I created one file to store the current state and another to list all possible states. Each entry includes a state name, display name, and the corresponding shortcut for the menu. This setup also lets me attach other details or “extras” to each state later on, essentially future-proofing the system.

Prototype in Action

Here’s what this looks like in real life. Before you press play, here’s some context: the screencast shows me on my way to Whole Foods, approaching the geo-border I defined in my automation. When I reach that border, the menu automatically switches to a Whole Foods specific set of apps, the ones I typically use while shopping there.

Whole Foods Menu switches to Whole Foods context Reverts to Default Menu

In the second half, you’ll see me leaving Whole Foods. As I exit the geo-border, my phone reverts to the default menu, which includes the apps I use most often when I’m not in a special context.

Conclusion

I’ll admit, I wish the setup process required less effort, and I didn’t love having to rely on tools outside of iOS Shortcuts. That said, whether I’m heading to Whole Foods, Trader Joe’s, the gym, or work, this contextual approach to surfacing the right apps has saved me both time and mental energy.

When I started, I wasn’t sure where this project would lead. But overall, I’m happy with the results and optimistic that Apple will eventually take these ideas further.

Stay tuned for Part 3, where I’ll explore what that might look like.

Stan Wilson Jr

Stan Wilson Jr

Tags

Appleproductivityprototypesshortcuts