Modern Creator Network
Alex Finn · YouTube · 08:42

Claude Code Mobile just changed AI coding forever (Remote Control)

An 8-minute live demo of Remote Control — the new feature that lets Claude Code sessions continue natively on your phone while code keeps running on your desktop.

Posted
2 months ago
Duration
Format
Tutorial
hype
Channel
AF
Alex Finn
§ 01 · The Hook

The bait, then the rug-pull.

Five times more productive — that is the opening bid. Alex Finn is not here to read blog posts; he is here to build a working app, hand it off to his phone mid-session, and prove that Claude Code Remote Control is not cloud magic but genuine local execution you can control from the gym.

§ · Stated Promise

What the video promised.

stated at 00:12I'll cover how it works, how to get it set up, how to build your first app, best practices, and when to use Claude Code vs OpenClaw.delivered at 06:42
§ · Chapters

Where the time goes.

00:0000:57

01 · Hook and feature intro

Productivity claim, feature announcement, agenda callout boxes.

00:5703:08

02 · Setup walkthrough

Opens Claude Code in terminal, shows Remote Control docs page, types /remote control for the first time.

03:0803:45

03 · V1 Second Brain app

Demo of the built markdown editor at localhost:3000 — creates note, adds folder, discovers drag-and-drop is missing.

03:4506:06

04 · Mobile session live

Types /remote control, opens Claude app on phone, prompts drag-and-drop feature from mobile, code executes locally in real time.

06:0606:42

05 · Final working app

Back to desktop, drag-and-drop into folders works. Zero-merge return from mobile.

06:4208:42

06 · OpenClaw vs Claude Code framework

Chalkboard comparison slide. OpenClaw: quick prototypes, tooling, passive work. Claude Code: big projects, deep work, quick fixes.

§ · Storyboard

Visual structure at a glance.

open
hookopen00:02
agenda callout
promiseagenda callout00:42
docs page
valuedocs page01:01
v1 app
valuev1 app03:12
mobile session
valuemobile session04:25
comparison slide
valuecomparison slide06:42
CTA
ctaCTA08:22
§ · Frameworks

Named ideas worth stealing.

06:42model

OpenClaw vs Claude Code Decision Matrix

  1. OpenClaw: quick prototypes, tooling for OpenClaw, passive work (while sleeping)
  2. Claude Code: big projects, deep/complex work, quick fixes I need to ship

Clean two-column mental model for choosing between the two tools based on task type and attention level required.

Steal forAny content about choosing between AI coding tools — drop this as a callout or slide in a video, newsletter, or course module.
01:44list

Remote Control Workflow

  1. 1. Start Claude Code session on desktop
  2. 2. Type /remote control
  3. 3. Open Claude app on phone or follow the link in browser
  4. 4. Prompt from phone — execution stays on your local machine
  5. 5. Return to desktop — code is already there, no merge needed

Five-step workflow for setting up and using Claude Code Remote Control.

Steal forSwipe file for any tutorial about the feature. Also a natural checklist for a newsletter or course.
§ · Quotables

Lines you could clip.

00:00
You're about to become five times more productive.
Pure hook — bold claim, short, no setup neededTikTok hook
04:50
This isn't happening in the cloud. This isn't happening in GitHub. This isn't gonna force me to have to pull down code when I get back to my computer and merge.
Crisp three-part negation that lands the local-execution differentiatorIG reel cold open
07:14
I'll give it a list of 20 different tasks to do. I'll go to sleep, and it will go down that list while I'm sleeping. Claude code still can't do that.
Concrete use-case comparison that makes OpenClaw sound like a night-shift employeenewsletter pull-quote
07:33
Big, complex, hairy projects that I wanna be hands on with that I wanna guide step by step.
Memorable adjective stack that lands the Claude Code use caseTikTok hook
§ · Pacing

How they spent the runtime.

Hook length57s
Info densityhigh
Filler5%
§ · Resources Mentioned

Things they pointed at.

§ · CTA Breakdown

How they asked for the click.

08:22product
I will also be adding a full deep dive guide on this ClaudeCode mobile experience to the VibeCode Academy and do a live boot camp on it as well. So make sure to click the link down below to join.

Soft sell — positions the CTA as added value (bootcamp recording) rather than a hard ask. Delivered while still talking through the outro, no pause or tone shift.

§ · The Script

Word for word.

00:00You're about to become five times more productive. Anthropic just released a new feature for Claude code that I've been waiting for forever, and I'm sure you have too. You can now Claude code natively on your phone, on the go, wherever you are, and have the projects built out on your computer.
00:18No need to do any sort of crazy SSH or terminal emulation to get this going on your phone. You can now run projects from your phone that build on your computer without having to do any sort of technical work. It's official.
00:30You can Claude code anywhere. If you're a nerd like me, you can officially touch grasp while also still Claude coding. In this video, I'll cover how it works, how to get it set up, how to build your first app with it where we'll start building on the computer, then take it on the go.
00:45I'll cover some best practices, and I'll show you when you wanna be using Claude code and when you wanna be using OpenClaw, because this is clearly indirect response to Open Claw. Now let's lock in and get into it.
00:56So this is not a channel where we just sit here and read blog posts for fifteen minutes. Let's just go straight into building a project with ClaudeCode Mobile. If you follow along with me here, you'll not only build a really cool app, but you also see how Claude Mobile works.
01:08I am in my terminal. What we are going to do is start a brand new project. So I'm gonna start building this on our computer, then we are going to move it to mobile.
01:17That's the key workflow here. That's what they're going for is you start your deep dive projects on your computer. And then when you're ready to go, maybe you gotta go to the gym.
01:25Maybe you gotta grow maybe you gotta grab a SOTY pop. I don't know. You can hit a button, and all of a sudden, it will be on your device, and you can continue your Claude code sessions on the go.
01:33So let's do this. I'm in a brand new project folder. I'm gonna do Claude.
01:37I'm gonna say, yes. I trust this folder. And at any time during this session that we want, I can do slash remote control, and that will send this project to my Claude app on my phone so I can keep going on the go.
01:52And what's so powerful about this is this isn't running on the cloud like Claude code was before on mobile, where you give it prompts and it does stuff on the cloud. That adds a lot of friction to your process where you need to pull down code, merge it, and a whole bunch of other things which can get complex. This is different.
02:07When you send it to your phone, it actually keeps running on your computer. So when you get back to your computer, you can just test it right away. You don't need to merge code or do anything complex that's tougher for newer people.
02:18So let's kick this off. Let's build v one in the app, then I'll send it to my mobile, and I'll show you how this works. So I'll put this prompt down below.
02:24Feel free to take it. Build this along with me, and I'll show you how to bring it on mobile. I wanna build a second brain app.
02:29This is an Obsidian like note editor where I can edit markdown files and save them to folders. Make it simple and beautiful. The bonus part about this, if you build this out, this could be a great plugin for your OpenClaw that you can use to store all your memory.
02:42So let's do this. I'm gonna hit enter. One last thing I'll add on, use Next.
02:46J s to build this store notes locally. I'm gonna hit enter on that, and Claude code is gonna get to building. I'm going to show you v one of this on my desktop in a second, and then I will show you how to move this to mobile and show you what the mobile building workflow is like.
03:00Alright. Looks like the v one's gonna have a lot of really cool stuff in it, man. Claude code with hope is 46 is so good.
03:07So let's get it built out here. So I went to local host 3,000. Wow.
03:11This is what we got. This is pretty nice looking. Let's see.
03:13They even wrote us a welcome note. Total markdown editor right there. Amazing.
03:17We got all the different markdown options at the top. We can bold it, put it in different formats.
03:22Let's create a new note. Test note. Do this.
03:26Like and subscribe. Looks like that works. Okay.
03:30Can we put that in a folder? We'll call this join Vibe Coding Academy. Boom.
03:35We got the folder. I cannot click and drag notes. I cannot click and drag notes.
03:40Let's do this. Let's send this to mobile and finish our work on the go. So maybe I gotta go to the gym.
03:46I gotta get a pump on to keep my biceps and triceps massive. Let's send this to mobile so I can keep working on this app in between bench press sets here. So we'll do this.
03:56I'm gonna do slash remote control. So slash remote control sends this session to your mobile device.
04:05Boom. There it's going. So it has a link.
04:08So you have two options now with this new mobile feature. You can either copy this link and put it in your browser on your phone and keep it going from the browser. The other option you have for running this is on your Claude app.
04:22So if we come in here and I actually open up the Claude app, you can see it automatically takes me to the session we're just in. So let's do this.
04:31Let's start building on the go. So I'm on the bench press. I hit a personal record of two hundred fifty pounds.
04:36I just come up with an idea. I wanna make it so I can click and drag notes into different folders. So I go in here and I say, make it so I can click and drag notes into different folders in the sidebar, and I hit enter.
04:47And it gets to work. And what's happening is, you can see it over here on the right, it's actually doing the work on my local computer.
04:54This isn't happening in the cloud. This isn't happening in GitHub. This isn't gonna force me to have to pull down code when I get back to my computer and merge and figure out where conflicts are and put in another hour of work.
05:06It's just doing it locally on my computer. This is going to save me so much time of having to figure out different merges and things like that. It all just happens locally in one single place.
05:17And it's quick too. You can see the moment something happens on my phone, it's happening on my computer. And this is a really nice UI too.
05:24You can see all the code changes. You can see every little thing it's doing in here. This is a really nice user interface for using Claude code.
05:32Before this, so many people were coming up with hacks and workarounds. They were emulating their terminal on their device. They were SSH ing from their phone to their computer.
05:41Whole bunch of things that required extra complex work that is no longer needed. It is just built in natively, and this is really, really cool. And you can see even when it gives you options, you can choose the options in here.
05:52So let's do allow for this session, and it goes, and it will build it out for us. All we had to do is in Claude code when we start working slash remote control, and boom, we're on mobile doing work on the go. So there it goes.
06:05It says it's all done. Let's give it a test. I click.
06:07I drag. Boom. It's in the folder now, and it works Just like that on the go.
06:11I come back to my computer, and I have fully working code. But the question becomes this. If you've been watching this channel last month, you know I've become obsessed with OpenClaw.
06:21When should you be using ClawedCode? When should you be using Open Claw? Because this is clearly a shot at Open Claw.
06:27This is clearly Anthropic trying to make ClawedCode closer to the functionality of Open Claw. One of the things that makes Open Claw so great is you can do work on the go.
06:36You can be on your computer, then you go on the go, and it's still doing work on your computer even when you're on mobile. Well, let me break it down for you. I got answers for you right here.
06:45There are times when you wanna use OpenClaw to do your vibe coding work. There's times when you wanna use Claude code. I use OpenClaw if I'm just trying to do quick prototypes.
06:54Maybe I'm on the go. I think of an idea for an incredible app. I go to my telegram.
06:58I message my OpenClaw. It builds out the prototype real quick for me. It is fantastic at that.
07:04If I'm building out tooling for Open Claw so I'm always adding new tooling for my Open Claw, ways to manage my agents, see different information about work they're doing. I like to use Open Claw for that because it has all the context and memories about your setup, And I also like it for passive work. What do I mean by passive work?
07:21This could be work I wanted to do while I'm sleeping. So I'll give it a list of 20 different tasks to do. I'll go to sleep, and it will go down that list while I'm sleeping.
07:29Claude code still can't do that. But for Claude code in this mobile functionality, I'm doing it for big projects.
07:35Right? So big, complex, hairy projects that I wanna be hands on with that I wanna guide step by step.
07:41I'm using ClaudeCode for it. If I'm in deep work and I'm focused, I'm not multitasking, I just wanna focus on doing one thing really well, I'll still use Claude Code for this because Claude Code is so good at giving you the nuance and asking you tons of questions. Open Claw doesn't really ask you questions as you go.
07:59And then just quick fixes I need to ship. If there's a bug in my app Creator Buddy or something like that, I'll just go to Claude Code, say, hey. Fix it, and then I'll say ship it, and it's good to go.
08:07Claude Code, for those really quick fixes I just need to ship out. But that is the new Claude Code mobile experience. It's incredible.
08:14I'll be using it all the time to continue my deep work on the go. If you learned anything in this video, leave a like down below. Make sure to subscribe and turn on notifications.
08:22All I do is make amazing videos about AI. I will also be adding a full deep dive guide on this ClaudeCode mobile experience to the VibeCode Academy and do a live boot camp on it as well. So make sure to click the link down below to join that.
08:36I do live boot camps every single week, and you get access to all the past recordings. Hope this was helpful. I'll see you in the next video.
§ · For Joe

The /remote control pattern is a new content format.

Format steal

Start a build on desktop, hand it to your phone mid-video, finish it from mobile — the workflow IS the content.

  • The start-on-computer continue-on-phone arc is a repeatable video structure — not just a feature demo.
  • The comparison slide (OpenClaw vs Claude Code) is a standalone shareable asset — screenshot it, post it, drive traffic back to the full video.
  • The three-part negation pattern (This isn't X, this isn't Y, this isn't Z) is a clean way to differentiate any tool from its predecessors — steal it for JoeFlow vs transcription SaaS.
  • Alex does not do a setup screen or prerequisites section — he goes straight into building. That pacing choice signals trust in the audience and keeps drop-off low.
  • The agenda callout (green boxes at 0:42) is a low-cost visual that signals structure without slides. Worth adding to JoeFlow demos.
§ · For You

What this means if you use Claude Code.

For Claude Code users

You can now pick up any Claude Code session from your phone without losing your local state — no SSH, no cloud sync, no merge conflicts.

  • Type /remote control in any Claude Code session to generate a shareable link that opens in the Claude mobile app.
  • Everything still runs on your computer — your phone is just the input device. Come back to your desk and the code is already there.
  • Best for: continuing deep-work sessions when you have to step away but still have ideas coming.
  • Not a replacement for OpenClaw if you want truly async/unattended work — Claude Code Remote Control still requires you to be in the loop.
§ · Frame Gallery

Visual moments.