← All notes
AIskillsmemoryfuture

Apps Are Dead. Long Live /skills.

Look at your phone's home screen. Really look at it. A weather app. A calendar. Gmail. Some app your grill manufacturer made. Here's the thing: you don't need any of it anymore.

By Ian Jennings

Apps Are Dead. Long Live /skills.

Look at your phone's home screen. Really look at it.

Weather app. Calendar. Gmail. Google Keep. Some app your grill manufacturer made that beeps when your steak hits temperature. A subscription you're paying $8 a month to categorize your credit card transactions.

Now ask yourself: what is any of that, actually? It's a database with a UI bolted on top. Storage plus logic plus a screen to look at. That's it. That's the whole app.

Here's the thing. You don't need any of it anymore.


The OS is becoming the LLM

We're at the part of the movie where the jump happens.

If you've seen Her (2013, directed by Spike Jonze, starring Joaquin Phoenix and Scarlett Johansson) -- and if you haven't, go watch it -- there's a moment where the world shifts from robotic assistants to something that feels genuinely human. Natural language. Always on. Knows your context. Orchestrates your life instead of just looking things up for you.

That's not a future prediction. That's a description of right now, slightly ahead of schedule.

The phone companies aren't going to build Samantha. But the LLM providers might. And when your operating system is powered by a model that understands context, remembers your preferences, and can write and run code on the fly... the app store starts looking pretty irrelevant.


Your home screen, annotated

Let's walk through it.

Rocket Money. Good app. Categorizes your expenses based on what you told it before. Basically: sees "Chevron" come through, remembers you called it "Gas" last time, files it accordingly. That's it. Meanwhile, if you gave an LLM programmatic access to your accounts, it would do a better job of telling you where your money went, where you could save, and what's actually weird about your spending this month. Rocket Money is already losing this fight.

Gmail. It's a box where text arrives. Your agent can read it, triage it, draft responses in your voice based on what you've told it about yourself. You could dictate a reply into the air right now -- "tell them I'm interested but I need two weeks" -- and have a perfectly-worded email waiting for your approval. Gmail will still exist as a place to look at your inbox. But the part where it helps you? That's moving into the OS.

Calendar. You need to see a calendar sometimes. You don't need to add to it yourself. "Block Thursday afternoon, I want to work on the car" is a complete sentence.

Google Keep. Notes app. A flat file with words in it. This one I solved already -- that's what brains is. Except brains links everything together, knows what's related, and any LLM can get to it. Notes apps are dead. They just don't know it yet.

The grill thermometer app. The grill manufacturer shipped an app so you can see what temperature your brisket is at. The app does one thing. You know what else can tell you your brisket temp and also remind you to pull it fifteen minutes early because you mentioned you were having people over at six? Your OS. The app is a joke at this point.


What replaces all of it

Skills.

A skill is a markdown file with a template and a set of instructions telling the LLM what to do with it. That's the whole thing. No subscription. No UI to learn. No app store approval process. Just: here's the structure, here's the behavior, here's where your data lives.

A skill plus a little scripting covers about 80% of what utility apps do. The other 20% is games and media -- things that actually need a screen and a UI and a reason to exist beyond "store and recall data."

The to-do app? A checklist in a markdown file. The expense tracker? A table with some fields and an LLM that understands what "I bought gas" means. The notes app? You know what I'm going to say.

Everybody gets their own flavor. You want your to-do app sorted by energy level instead of due date? Done. You want your recipe tracker to automatically generate a shopping list when you tell it what you're making this week? One instruction line. No one has to ship an update. No one has to approve the feature.

The operating system will have default skills, same as it ships with a default notes app today. But they'll be yours to modify, fork, break, and rebuild. And there will be libraries of them -- open source, free, made by people who solved the same problem you have and decided to share it.


Why brains exists in this world

None of this works if the LLM can't remember who you are.

Every conversation starts at zero unless something persists. Your preferences, your projects, your history, your voice -- all of it evaporates when the context window closes. That's the actual problem. Not the apps. The amnesia.

brains is the persistent memory layer. Markdown pages in a structure any LLM can read, indexed so it can find the right thing fast, accessible from Claude or Copilot or whatever model you're using today or the one that ships next year. When the OS gets smarter, your brain is ready for it. When skills replace apps, brains is where the skills live.

We built it because we got tired of re-explaining ourselves every single session.


The world I'm building toward

Here's the version I want right now. Can't come a moment too soon, either. Building brains means sitting at a desk. Sitting at a desk has done a number on my knee.

I'm out. I get a referral email from my PCP for physical therapy.

I say: handle it.

It comes back a few minutes later: two in-network PT clinics nearby. one has a two-week wait. one has thursday morning. which?

Thursday.

Done. Thursday at 10am. Added to your calendar. Insurance info sent to the front desk. Reminder set for 9am thursday.

That's not science fiction. The referral was in my email. My insurance card is in my brain. My calendar is connected. Everything was already there. I just needed something that knew how to use it.

brains is the memory that makes it possible: the part that knows my insurance, my doctors, my schedule, my writing voice. The part that means I don't have to re-explain anything.

The OS is becoming the LLM. The apps are becoming skills. And the thing that ties it all together is a brain that actually remembers.


brains is persistent memory for AI assistants. It works with Claude, Copilot, ChatGPT, and whatever comes next. usebrains.app

← All notes