[00:00] (0.16s)
Everyone knows Claude Code is the most
[00:02] (2.08s)
powerful AI coding tool ever made. But
[00:04] (4.56s)
what if I told you there's a secret
[00:06] (6.16s)
workflow I discovered that will help you
[00:08] (8.24s)
build money printing apps 10 times
[00:10] (10.40s)
faster. In this video, I'm going to go
[00:12] (12.48s)
over that workflow step by step. And if
[00:14] (14.88s)
you stick with me until the end, I
[00:16] (16.96s)
personally guarantee you you'll be
[00:18] (18.80s)
building significantly faster with
[00:20] (20.72s)
Claude Code. Let's get into it. So, this
[00:23] (23.20s)
right here is the gist of the top secret
[00:25] (25.52s)
workflow I'm going to be showing you in
[00:27] (27.44s)
this video. Basically, what we're going
[00:29] (29.12s)
to be doing is spinning up a bunch of AI
[00:31] (31.92s)
agents with Claude Code that are going
[00:33] (33.92s)
to be working with us to build our apps
[00:36] (36.48s)
significantly faster than if you were
[00:38] (38.40s)
just using Claude Code. The first thing
[00:40] (40.32s)
I'm going to do is show you how we're
[00:41] (41.52s)
going to use Claude Code as a senior
[00:43] (43.52s)
developer for our app. Then, I'm going
[00:45] (45.20s)
to show you how we're going to spin up a
[00:46] (46.80s)
bunch of interns to do small little
[00:48] (48.72s)
tasks for us while Claude Code is
[00:50] (50.48s)
working. And as all those developers are
[00:52] (52.56s)
going and building for us, I'm going to
[00:54] (54.24s)
show you how we'll spin up a ultra smart
[00:56] (56.72s)
CEO that's going to be running our
[00:58] (58.64s)
business for us and orchestrating all
[01:01] (61.04s)
the AI agents as we go. I promise every
[01:03] (63.52s)
step of this is about to blow your mind.
[01:05] (65.12s)
So, let's start with our senior
[01:06] (66.24s)
developer who'll be building the main
[01:07] (67.76s)
part of our app for us.
[01:12] (72.00s)
What we're going to do is we're going to
[01:13] (73.28s)
open up Claude Code inside a cursor.
[01:15] (75.76s)
Cursor is free. Make sure to get that.
[01:18] (78.16s)
and then claude code. I'll also have the
[01:20] (80.16s)
link down below if you don't have that
[01:21] (81.36s)
yet, which you're crazy if you don't
[01:22] (82.48s)
have that yet. We're going to open this
[01:23] (83.84s)
up in cursor. So once you have your
[01:25] (85.36s)
terminal open in cursor, make sure you
[01:27] (87.12s)
type in claude after you've gotten
[01:28] (88.56s)
claude code installed. That will open up
[01:30] (90.88s)
claude code and we're good to start
[01:32] (92.40s)
going with our senior developer. So
[01:34] (94.56s)
claude code in this workflow is going to
[01:37] (97.28s)
be our senior developer that'll be
[01:39] (99.28s)
scaffolding out our app. So we start
[01:41] (101.52s)
here before we start hiring our interns
[01:43] (103.36s)
to do little tiny tasks. So let's start
[01:45] (105.44s)
building out our app with cloud code.
[01:46] (106.88s)
What we're going to build in this video
[01:48] (108.64s)
is a 3D world where we'll have AR
[01:51] (111.52s)
avatars we can talk to. So, as our
[01:53] (113.60s)
senior developer, Claude Code will go
[01:55] (115.92s)
scaffold out our app, build out all the
[01:58] (118.24s)
main functionality, and then we'll move
[02:00] (120.00s)
on to our interns after to start
[02:01] (121.68s)
building on top of that. So, here's the
[02:03] (123.28s)
prompt I put in to build this app. Feel
[02:05] (125.04s)
free to build this app along with me.
[02:06] (126.72s)
And the best way to learn is to build
[02:08] (128.24s)
along. I want to build a 3D room with
[02:10] (130.40s)
3JS. 3JS is a really nice 3D framework
[02:14] (134.40s)
for JavaScript. It helps you build 3D
[02:16] (136.32s)
worlds very easily. In this 3D room will
[02:18] (138.72s)
be an avatar we can talk to. This avatar
[02:21] (141.44s)
will be powered by the open AI API so
[02:23] (143.84s)
that we can chat with it and ask it
[02:25] (145.44s)
questions. Please just build the room,
[02:27] (147.68s)
the avatar, and the AI functionality so
[02:30] (150.08s)
we can talk to the avatar. Right? So,
[02:32] (152.00s)
we're just going to have our developer
[02:33] (153.20s)
just start building out the app for us.
[02:34] (154.80s)
Then, we're going to go into the interns
[02:36] (156.16s)
and the CEO. So, I hit enter on that.
[02:38] (158.96s)
any main functionality, any main coding,
[02:42] (162.48s)
any big features we build out will all
[02:45] (165.04s)
be done with our senior developer, which
[02:47] (167.44s)
is Claude Code because Claude Code is by
[02:50] (170.32s)
far the smartest coding AI out there.
[02:53] (173.04s)
It's going to be the best at building
[02:54] (174.88s)
out really big functionality like what
[02:57] (177.12s)
we just gave it here. I did this all in
[02:59] (179.36s)
planning mode so that we can quickly
[03:00] (180.72s)
read over the plan, but it looks like
[03:02] (182.08s)
they're going to set up the app. They're
[03:03] (183.28s)
going to build the front-end structure,
[03:04] (184.56s)
the backend structure, as well as all
[03:05] (185.92s)
the 3D and chat functionality. Read that
[03:08] (188.56s)
over. Looks good to me. And let's hit
[03:10] (190.56s)
enter. And that's going to start
[03:11] (191.92s)
building out with our senior developer.
[03:14] (194.24s)
As our senior dev works now, I'm going
[03:16] (196.08s)
to show you the next part of our
[03:17] (197.52s)
workflow, which is going to be our army
[03:19] (199.20s)
of AI agent interns that are going to
[03:21] (201.04s)
tackle all our other tasks for us.
[03:25] (205.60s)
So, our senior dev who I just introduced
[03:27] (207.76s)
you to is going to do any sort of main
[03:29] (209.76s)
functionality we want in this app. But
[03:32] (212.00s)
now what we're going to do is we're
[03:33] (213.28s)
going to utilize brand new functionality
[03:35] (215.52s)
inside Cursor to start spinning up
[03:38] (218.32s)
intern agents that are going to do work
[03:40] (220.40s)
for us while our developer works. These
[03:42] (222.72s)
interns are going to be amazing at
[03:44] (224.80s)
setting up small pieces of functionality
[03:47] (227.04s)
in our app. So we can have an intern go
[03:48] (228.96s)
and start putting decorations in our 3D
[03:51] (231.28s)
room. We can have an intern go and start
[03:53] (233.52s)
putting in small features like model
[03:55] (235.28s)
picker so we can have our avatars use
[03:57] (237.12s)
different AI models. We're gonna spin an
[03:59] (239.44s)
intern up that's going to go and do
[04:01] (241.52s)
marketing research for us and write us
[04:03] (243.28s)
tweets for our announcement video. We're
[04:05] (245.12s)
gonna have a security intern that I'll
[04:06] (246.48s)
show you how to spin up that's going to
[04:07] (247.76s)
go and make sure our app's secure. We're
[04:09] (249.52s)
going to have a whole army of AI agent
[04:11] (251.20s)
interns supporting our senior dev. This
[04:13] (253.44s)
is going to unlock productivity you've
[04:15] (255.52s)
never had before when building with AI.
[04:17] (257.44s)
And real quick before we spin up our
[04:19] (259.36s)
interns, in order to get our interns
[04:21] (261.76s)
working, we need to have our code on
[04:23] (263.76s)
Git. It's a requirement of background
[04:25] (265.60s)
agents and cursor to have your code on
[04:27] (267.36s)
Git. So, real quick, I'm going to show
[04:28] (268.56s)
you how to get this code on there. Feel
[04:30] (270.40s)
free to go to github.com real quick and
[04:32] (272.80s)
set up an account if you haven't
[04:34] (274.24s)
already. Then, once you've set that up,
[04:36] (276.16s)
make sure to create a new repository.
[04:38] (278.08s)
I'm going to call this 3D avatar. We're
[04:40] (280.48s)
going to make this private. And then,
[04:41] (281.92s)
I'm going to create the repository. Now,
[04:44] (284.00s)
we have a URL for our GitHub. All we got
[04:46] (286.00s)
to do is press copy on that. Once we
[04:48] (288.08s)
have that URL, all we have to do is go
[04:49] (289.76s)
back to our senior developer and say,
[04:51] (291.68s)
"Please push this to GitHub." And then
[04:54] (294.96s)
we paste in the URL that we just got
[04:57] (297.04s)
from the other screen. You hit enter on
[04:58] (298.96s)
that and our senior dev will go and push
[05:00] (300.88s)
this code to GitHub so we can start
[05:02] (302.40s)
spinning up our AI intern agents. Make
[05:04] (304.72s)
sure to just hit yes along the way as
[05:06] (306.32s)
it's going. All right, so we have our
[05:07] (307.92s)
code on GitHub. Our senior developers
[05:09] (309.92s)
working to set up our application. Now
[05:11] (311.92s)
let's spin up those interns so we can
[05:13] (313.68s)
have a bunch of employees working on our
[05:15] (315.36s)
app at the same time. And this is going
[05:17] (317.12s)
to write code faster than you've ever
[05:19] (319.04s)
seen before. So here's how we spin up
[05:20] (320.96s)
our interns that will be supporting the
[05:22] (322.72s)
senior dev. You're going to open up your
[05:24] (324.48s)
cursor sidebar. That's why it's really
[05:26] (326.56s)
important you open up claude code and
[05:28] (328.16s)
cursor is because you can unlock all
[05:29] (329.76s)
this other functionality inside cursor.
[05:32] (332.32s)
So inside our AI agent side panel in
[05:35] (335.12s)
cursor is this little cloud icon here at
[05:37] (337.52s)
the top. These are your background
[05:39] (339.60s)
agents. These are going to be the
[05:41] (341.92s)
interns that are going to work for us
[05:43] (343.92s)
and support our senior dev. So I'm going
[05:46] (346.40s)
to show you how to set up four AI agent
[05:48] (348.96s)
interns, but you can set up as many or
[05:51] (351.28s)
as few as you want. So, I'm going to set
[05:53] (353.04s)
up two interns to build out
[05:54] (354.64s)
functionality for us. And I'm going to
[05:56] (356.00s)
set up two interns. One will be our
[05:58] (358.00s)
security intern. The other's going to be
[05:59] (359.76s)
our marketing intern. So, let's start
[06:01] (361.28s)
building out some feature interns first.
[06:03] (363.20s)
So, let's build out these interns. First
[06:04] (364.80s)
one, I'm going to have build out 3D
[06:06] (366.40s)
decorations in our 3D space. So, I said,
[06:08] (368.64s)
I want you to build out 3D decorations
[06:10] (370.56s)
in our space. Please put chairs and
[06:12] (372.56s)
plants in our space. So, you hit enter
[06:14] (374.72s)
on the command, and our background
[06:16] (376.64s)
agent, our intern's going to get to
[06:18] (378.72s)
work. You see this there? The intern's
[06:20] (380.32s)
working. So, it's building out the code
[06:21] (381.68s)
for us. Let's spin up a couple more
[06:23] (383.44s)
interns. So, I'm going to do another
[06:24] (384.80s)
one. I want you to put a model picker on
[06:27] (387.60s)
the screen so I can change the AI model
[06:31] (391.68s)
of the avatar. Boom. That intern's
[06:34] (394.88s)
going. We now have two interns working
[06:36] (396.48s)
for us. Now, let's spin up a third
[06:38] (398.08s)
intern. These next two are critical. I
[06:40] (400.08s)
always like to have a marketing and a
[06:42] (402.00s)
security intern going just to make sure
[06:44] (404.00s)
our app is secure. There's no holes that
[06:46] (406.48s)
when we ship this to production, it can
[06:47] (407.92s)
get hacked. and also just to come up
[06:49] (409.60s)
with ideas for marketing. So, we're
[06:51] (411.92s)
going to say, I want you to be our
[06:55] (415.04s)
security intern. Please check our app
[06:59] (419.04s)
for best security practices. Boom. Spin
[07:02] (422.16s)
up another one. Now, we have three AI
[07:04] (424.16s)
agent interns going for us. And then
[07:06] (426.32s)
lastly, let's do our marketing intern.
[07:08] (428.88s)
You're our marketing intern. Please
[07:12] (432.72s)
build a marketing plan and write some
[07:16] (436.88s)
tweets. Boom. Hit enter on that. Four AI
[07:21] (441.12s)
agent interns going. So, just to recap
[07:23] (443.36s)
what we've got going on so far in our
[07:25] (445.28s)
workflow, we have Claude Code, our
[07:26] (446.96s)
senior dev, building out our 3D
[07:28] (448.96s)
environment. And now we have four AI
[07:31] (451.36s)
agent interns who are building out small
[07:34] (454.00s)
functionality for us. Two are building
[07:35] (455.52s)
out features. One is checking on
[07:37] (457.28s)
security, which is really, really
[07:38] (458.64s)
important, and the other is building us
[07:40] (460.24s)
a marketing plan all at the same time.
[07:42] (462.88s)
What you were doing before if you're
[07:44] (464.80s)
just using claw code or just using
[07:46] (466.40s)
cursor is you were handholding one AI
[07:49] (469.12s)
the entire time building one single
[07:51] (471.36s)
path. Now we have an army of agents
[07:54] (474.00s)
working for us and building out our app
[07:56] (476.16s)
simultaneously which is way faster. But
[07:58] (478.24s)
we're not even done yet. We still have
[08:00] (480.56s)
another stage of our workflow to go
[08:02] (482.88s)
which is our CEO. I'm going to show you
[08:04] (484.56s)
how to spin up a CEO in a second and how
[08:07] (487.04s)
we're going to use it. But before we get
[08:08] (488.88s)
to the final part of our top secret
[08:10] (490.72s)
workflow, let's check in on our senior
[08:12] (492.80s)
dev real quick. See how they're doing
[08:14] (494.48s)
and see if they finish setting up our
[08:18] (498.17s)
[Music]
[08:19] (499.44s)
Looks like our senior developer finished
[08:21] (501.52s)
their work. One small thing we'll have
[08:23] (503.04s)
to do here is add our OpenAI API key to
[08:26] (506.00s)
ourv file so that our AI functionality
[08:28] (508.96s)
is enabled. If you're following along
[08:30] (510.48s)
with us, make sure to go to openai.com,
[08:33] (513.04s)
go to the platform, and get your API key
[08:35] (515.12s)
and put it intov. If you're just
[08:37] (517.44s)
watching along, we'll move on to the
[08:38] (518.80s)
next step now. So, what we're going to
[08:40] (520.40s)
do is we're going to test this app out.
[08:42] (522.16s)
Let's run it right now. So, we're going
[08:43] (523.52s)
to do npm rundev in our terminal. Then,
[08:46] (526.96s)
I'm going to pop open another terminal
[08:48] (528.48s)
and I'm going to do npm run server to
[08:50] (530.96s)
run our server. That's going. Okay, so
[08:53] (533.68s)
it looks like we're running now. Let's
[08:55] (535.52s)
open this up. Okay, we pop open our
[08:57] (537.84s)
browser and look at this. We have a 3D
[09:01] (541.04s)
world. Oh my god, this is so sick. This
[09:04] (544.08s)
is Look at this. We have this 3D avatar.
[09:06] (546.88s)
Let's talk to our avatar. Hello. Are you
[09:09] (549.60s)
there? Enter. It's Hello, I'm here and
[09:12] (552.48s)
ready to assist you. How can I help you
[09:13] (553.84s)
today? We're talking to our 3D avatar.
[09:16] (556.64s)
It has the AI functionality. And as you
[09:19] (559.36s)
can see, the intern added the
[09:21] (561.60s)
decorations, added this snow. This is
[09:24] (564.24s)
actually looking pretty cool. I like the
[09:26] (566.00s)
snow. This is looking really cool. The
[09:28] (568.32s)
whole thing looks pretty cool. It looks
[09:30] (570.00s)
like It looks pretty viby. We we built
[09:32] (572.16s)
this pretty much with one prompt to our
[09:33] (573.52s)
senior developer and a couple prompts to
[09:35] (575.20s)
our interns. But we're not done yet.
[09:36] (576.72s)
We're going to go to our CEO. We're
[09:38] (578.16s)
going to go to the final part of our
[09:39] (579.28s)
workflow in a second. But our interns
[09:41] (581.60s)
and our senior dev, I think, did a
[09:43] (583.76s)
pretty damn good job here. Don't you say
[09:45] (585.84s)
this is the power of having an entire AI
[09:48] (588.00s)
army working for you. You can build
[09:50] (590.08s)
really cool apps like this really,
[09:51] (591.92s)
really quick. But we're not done yet.
[09:53] (593.76s)
Let's move on to the third and
[09:55] (595.28s)
potentially most important part of our
[09:57] (597.60s)
top secret workflow that's going to make
[09:59] (599.12s)
you 10 times faster with Claude Code,
[10:01] (601.76s)
our CEO.
[10:05] (605.52s)
All right, so let's get into building
[10:07] (607.04s)
our CEO. I showed you how to spin up a
[10:09] (609.36s)
senior dev with Cloud Code. I showed you
[10:11] (611.20s)
how to use background agents for our
[10:13] (613.04s)
interns. So, we have a bunch of AI
[10:14] (614.80s)
agents coding at the same time. What
[10:16] (616.72s)
you're going to find with this workflow
[10:18] (618.64s)
is you'll have a decent amount of
[10:20] (620.72s)
downtime. What do you mean by that? Have
[10:23] (623.20s)
you ever used clawed code? You gave it a
[10:25] (625.60s)
command and it just started working for
[10:27] (627.12s)
20 minutes. Let me ask you, what did you
[10:29] (629.28s)
do during those 20 minutes? Be honest. I
[10:31] (631.76s)
can take a guess. And the guess probably
[10:33] (633.76s)
looks like this.
[10:36] (636.08s)
You were probably doom scrolling like
[10:37] (637.60s)
crazy, right? That is a huge waste of
[10:40] (640.32s)
time. A big part of this workflow I
[10:42] (642.40s)
talked about is efficiency. Using our
[10:45] (645.20s)
time efficiently. So when our senior dev
[10:47] (647.76s)
and our interns are working, instead of
[10:50] (650.00s)
doom scrolling, we're going to be
[10:51] (651.76s)
working with our CEO. Our CEO that will
[10:54] (654.96s)
be running the entire business for us.
[10:56] (656.96s)
Now, how do we talk to our CEO? That's a
[10:59] (659.84s)
great question. We're going to do it
[11:01] (661.52s)
through Claude Opus for inside of
[11:04] (664.00s)
Claude. So, I'm inside Claude here. You
[11:05] (665.92s)
can go to claude.ai. Here's where we're
[11:08] (668.08s)
going to spend all our time while our
[11:09] (669.60s)
developers are working. Instead of
[11:11] (671.84s)
wasting our time scrolling social media,
[11:13] (673.92s)
which I'm pretty sure that's what you do
[11:15] (675.68s)
when your AI is building, we're going to
[11:17] (677.68s)
spend time with our CEO that's going to
[11:20] (680.72s)
help plan and build our app for us. So,
[11:22] (682.80s)
I'm in here. If you're not on a premium
[11:24] (684.48s)
version of Claude, that's totally fine.
[11:27] (687.28s)
You can use Claude Sonnet. I like to use
[11:29] (689.28s)
Claude Opus. The reason why I'm using
[11:31] (691.60s)
Claude for this use case is I just find
[11:33] (693.68s)
Claude to be the most creative out of
[11:35] (695.60s)
all the AIS. I think Chad GBT3 might be
[11:38] (698.40s)
the smartest, but Claude honestly for me
[11:40] (700.88s)
is the most creative. And so that's why
[11:42] (702.40s)
I like to use it for creative roles like
[11:44] (704.16s)
this, like being a CEO. So here's the
[11:46] (706.32s)
prompt we're going to use to set up our
[11:48] (708.00s)
CEO. And I'll put this down below as
[11:49] (709.84s)
well, so feel free to pause, copy, and
[11:51] (711.44s)
paste it into your own instance of
[11:52] (712.72s)
Claude. Hi, I'm building out a 3D AI
[11:55] (715.12s)
avatar and cursor right now. It's a 3D
[11:57] (717.68s)
avatar I can chat with and ask questions
[11:59] (719.52s)
to. So you're going to describe what
[12:00] (720.96s)
your business is to the CEO. I want you
[12:03] (723.12s)
to be the CEO of the company. Whenever
[12:05] (725.20s)
the AI is building, I'm going to come to
[12:06] (726.88s)
you and chat with you and get your
[12:08] (728.48s)
advice and guidance. How does that
[12:10] (730.16s)
sound? So, I'm going to hit enter on
[12:11] (731.52s)
that and that's going to spin up our CEO
[12:13] (733.28s)
that we'll be talking to while our
[12:14] (734.72s)
coders code. Sounds perfect. I'm ready
[12:16] (736.32s)
to step into the role of the CEO of your
[12:18] (738.16s)
AI avatar company. All right. So, we
[12:21] (741.04s)
have our CEO spun up. Let's do this. We
[12:24] (744.56s)
want to use our time efficiently while
[12:26] (746.16s)
our interns and our senior dev are
[12:27] (747.76s)
coding. There's a few things I like to
[12:30] (750.16s)
do with my CEO while my interns are
[12:32] (752.64s)
going. I like to build out a road map
[12:34] (754.72s)
for the app. I like to get advice on
[12:36] (756.56s)
monetization strategies and I just like
[12:38] (758.80s)
to get career advice from my boss to be
[12:40] (760.80s)
honest with you. You know, at your job
[12:42] (762.16s)
you have sitdowns with your boss. It's
[12:43] (763.76s)
not always for instructions. Sometimes
[12:45] (765.84s)
you have career advice conversations.
[12:47] (767.68s)
So, I use the CEO to talk about what I'm
[12:49] (769.60s)
doing in my day-to-day life to get
[12:50] (770.96s)
advice. But, let's do the first thing
[12:52] (772.72s)
first, which is building out a road map
[12:54] (774.56s)
for our app. So, we're going to start
[12:55] (775.76s)
with the road map. And I said, "Right
[12:57] (777.28s)
now, we just have the AI chat
[12:58] (778.80s)
functionality set up with the 3D avatar.
[13:00] (780.96s)
What would be a good short-term road map
[13:02] (782.88s)
for our app of functionality we can
[13:05] (785.28s)
build for it?" And I'm going to hit
[13:06] (786.48s)
enter. And now our CEO is going to get
[13:08] (788.72s)
to work for us and build us out a road
[13:10] (790.32s)
map. So instead of you going here and
[13:12] (792.72s)
just doom scrolling for an hour while
[13:14] (794.88s)
the AI chat's working, and I know what
[13:17] (797.04s)
you do, claude code builds for 5
[13:18] (798.88s)
minutes, but you end up doom scrolling
[13:20] (800.40s)
for half an hour and you lose a ton of
[13:22] (802.00s)
time. Instead, what we're doing is we're
[13:24] (804.24s)
being productive, chatting with our CEO.
[13:26] (806.80s)
Okay, so here's our road map. Let's see
[13:28] (808.32s)
what we got. Emotion and expression
[13:30] (810.24s)
system, so the avatar can give emotions.
[13:32] (812.56s)
Voice integration, so we can actually
[13:34] (814.32s)
talk to our avatar. Idle animation, so
[13:36] (816.88s)
the avatar walks around and breathes.
[13:39] (819.04s)
Customization option so we can customize
[13:41] (821.04s)
the way the avatar looks. I like this.
[13:42] (822.88s)
This is pretty cool. So, here's what we
[13:44] (824.80s)
do. We now have a road map we're getting
[13:47] (827.36s)
from our CEO. Here's how everything
[13:50] (830.00s)
comes together. We're now going to take
[13:52] (832.08s)
one of these. Let's take idle animations
[13:54] (834.48s)
for instance. I want our avatar to walk
[13:56] (836.96s)
around and have expressions while it's
[13:58] (838.80s)
sitting idle. Let's go back into cursor.
[14:01] (841.44s)
And what we're going to do is let's spin
[14:03] (843.52s)
up another intern that will work for us.
[14:05] (845.52s)
The best part about these interns is
[14:07] (847.44s)
they're free. If you're hiring interns
[14:09] (849.04s)
in real life, you're paying them $100 an
[14:11] (851.52s)
hour. Now that we have our virtual AI
[14:14] (854.72s)
interns, we can take our road map from
[14:17] (857.60s)
the CEO and paste it into our intern and
[14:21] (861.12s)
just say, "Please implement this." And
[14:24] (864.40s)
now our intern's going off and we have a
[14:26] (866.24s)
fifth intern working for us and
[14:27] (867.68s)
implementing functionality. This is how
[14:30] (870.64s)
you get efficiency out of your time with
[14:33] (873.36s)
AI. Instead of sitting there like you
[14:35] (875.68s)
normally do and just sit and talk to one
[14:38] (878.32s)
AI, watch it work, do nothing idally,
[14:41] (881.28s)
and then once it's done, handhold it to
[14:43] (883.12s)
the next step. Instead, what we're doing
[14:45] (885.28s)
is we're having a whole lot of AI work
[14:47] (887.28s)
for us. We're having the senior dev work
[14:48] (888.88s)
for us like you normally would, but now
[14:50] (890.80s)
we're layering on interns that are going
[14:52] (892.56s)
to add small pieces of functionality
[14:54] (894.64s)
that are making sure our app is secure.
[14:56] (896.88s)
And then on top of that, during downtime
[14:59] (899.04s)
when we normally just sit there and doom
[15:00] (900.88s)
scroll or watch YouTube or play video
[15:02] (902.72s)
games or do nothing, we're talking with
[15:05] (905.44s)
our CEO who's building out a a road map
[15:08] (908.80s)
who we then can feed to interns to work
[15:11] (911.44s)
and build out more functionality. This
[15:13] (913.60s)
workflow right here is how you get
[15:16] (916.24s)
maximum efficiency, maximum productivity
[15:19] (919.36s)
out of clawed code. You have all these
[15:21] (921.68s)
unbelievably powerful AI tools at your
[15:24] (924.48s)
fingertips. you might as well combine
[15:26] (926.48s)
them together so you can build
[15:27] (927.76s)
incredible things. If I hear from any of
[15:30] (930.00s)
you, you're doom scrolling when you're
[15:31] (931.92s)
using clawed code ever again, I'm
[15:33] (933.68s)
blocking you from my channel. I don't
[15:35] (935.20s)
know if that functionality exists, but
[15:36] (936.72s)
I'll figure it out. I hope this was
[15:38] (938.56s)
helpful. I hope you learned a ton from
[15:40] (940.48s)
this. If you learned anything at all,
[15:41] (941.92s)
make sure to subscribe, turn on
[15:43] (943.20s)
notifications. All I do is show you
[15:44] (944.72s)
really awesome workflows with AI. Leave
[15:47] (947.04s)
a like if you learned anything and I'll
[15:48] (948.80s)
see you in the next