WEBVTT

00:00:00.160 --> 00:00:02.720
Hi, Siri. Call GoBot.

00:00:07.520 --> 00:00:09.440
Hey, Goda. Hi.

00:00:09.440 --> 00:00:14.800
I see you've been busy with filming today. How's the free Claude bot alternative setup video coming along?

00:00:15.795 --> 00:00:23.075
We are filming a course today. I have a big task for you. I want you to go to my autonomy organization

00:00:23.075 --> 00:00:24.195
on GitHub,

00:00:24.275 --> 00:00:30.280
investigate everything about Go bot features and setup. You can also look at the WordPress,

00:00:30.280 --> 00:00:38.040
the course for full setup. And I want you to create a presentation using my autonomy branding,

00:00:38.040 --> 00:00:40.360
deploy it to GitHub, turn it into pages,

00:00:40.835 --> 00:00:43.235
and send me a link to the presentation.

00:00:43.555 --> 00:00:55.155
Got it. That's a big one. So you want me to investigate the GoBot features and set up across your autonomy key? Okay. Good luck. Okay. So I figured how to trigger my CloudBot replica

00:00:55.660 --> 00:00:58.620
with the phone, so Siri is finally useful.

00:00:58.700 --> 00:01:16.985
And now I can watch it step by step executing the task. And this runs twenty four seven now. So even if I shut down my computer, it keeps going. And after the last video, hundreds if probably not a thousand people asked me how to do it, how to build Clawbot replica

00:01:17.225 --> 00:01:18.185
inside

00:01:18.265 --> 00:01:19.785
Clawd code yourself.

00:01:20.120 --> 00:01:27.320
So this is going to be the mini course that I promised. I've been working hard on trying to make it as useful as possible.

00:01:27.480 --> 00:01:49.650
After this video and mini course, you are going to able to communicate to your clot code using your telegram like a messaging app, and you will have memory. You can use send voice messages, and you will have proactive check ins. If you are interested in the full features like calling and actually going and doing big task and having twenty four seven hosted on VPS.

00:01:49.650 --> 00:01:57.410
You can check out all those features for the full version. And if you want to personalize and fully set it up because it's a little bit more complex,

00:01:57.650 --> 00:02:17.580
you can join our community. Let's dive in now. I built my new website the business, and it's called Autonomy. I'm very proud of it. And I can also fully edit my website just by making a call, giving it a task, it goes and edits. That's the whole other video that I'm planning to make. You can navigate to resources.

00:02:17.740 --> 00:02:19.740
This is the knowledge base and

00:02:20.060 --> 00:02:24.300
here you go. Build your own Clobot replica inside ClotCode.

00:02:24.380 --> 00:02:27.355
So what you're going to build is an AI agents

00:02:27.435 --> 00:02:31.675
you can call, command, and control. You can totally get started,

00:02:31.835 --> 00:02:47.250
and it's free. And I know that people are already building on top of that. First thing to address that this works on Mac, Windows, or Linux. So it doesn't matter what operating system you have. We are using Cloud Code. The number one thing for you to understand that Cloud Code is not just for developers.

00:02:47.250 --> 00:02:56.185
It's like your personal infrastructure with AI that is able to connect all the things, both execute on strategy, but also have hands

00:02:56.185 --> 00:02:57.225
to do things.

00:02:57.625 --> 00:02:58.825
Oh my god. Okay.

00:02:59.625 --> 00:03:08.190
So, the slides, it just literally popped up. I'm not cutting this part. Okay? So, we're going to look at the slides together. So, this is the full version.

00:03:09.710 --> 00:03:11.550
Okay. What is GoBot?

00:03:11.630 --> 00:03:25.015
It's always available multimodal context aware specialized agents. So this is also I'm going to talk about I implemented multi agent. I've like been working with multi agent framework, so I had to do it. Three tier architecture,

00:03:25.015 --> 00:03:33.335
Telegram bot, it goes to the so this is the full version. Okay? Gateway, Mac Relay, I don't want to spend too much time. Smart routing,

00:03:33.495 --> 00:03:34.135
key features,

00:03:34.850 --> 00:03:36.130
voice integration,

00:03:36.290 --> 00:03:37.810
multi user ready.

00:03:37.970 --> 00:03:40.770
I don't know. Like, if this is not crazy

00:03:40.770 --> 00:03:45.410
to you, it is absolutely crazy for me that I can just call,

00:03:45.570 --> 00:04:07.010
tell it what to do, and it opens on my computer fully done. And I need to confirm it to push it to Pages so I can publicly share it. Okay? Oh my god. And I got a link. I literally got the link to the same slides. I need to optimize the slides to be mobile friendly. Back to the course. Okay? Now what you need? Two things. We need Bun. It is very fast JavaScript

00:04:07.010 --> 00:04:26.995
runtime. So, basically, this allows us to run while your computer so it's basically like running in the background. Like, imagine when you play from Spotify music, no matter what you do, its music is playing. So it's kind of the same principle. This is completely for free. And then clot code. So for clot code, you can get clot code with clot subscription.

00:04:27.235 --> 00:04:31.555
You can even get clot code with clot pro subscription.

00:04:31.555 --> 00:04:33.315
Monthly, it's around $20.

00:04:33.475 --> 00:04:34.035
If you want

00:04:34.610 --> 00:04:40.050
real power, you go with a max plan. And max plan has two tiers, around $100

00:04:40.050 --> 00:04:41.570
and $200.

00:04:41.730 --> 00:04:46.450
So I personally been paying $200 to Anthropic forever

00:04:46.450 --> 00:04:53.375
for a moment that they had that option in Cloud Code, and that's been my one of the best investments

00:04:53.535 --> 00:04:55.055
that I ever made.

00:04:55.375 --> 00:05:05.360
So I hope they never increase that price, please. The next thing, the code. So there is a public GitHub repo that I put together, and you can see that 175

00:05:05.360 --> 00:05:06.320
people started.

00:05:06.480 --> 00:05:07.680
There's 76

00:05:07.680 --> 00:05:15.840
people that forked it, so they are making their own versions. You can read exactly about text. So if you are familiar how to run different commands,

00:05:15.920 --> 00:05:24.785
just go clone it, and it has automated setup. So now how do you install BUN and ClotCode? So I already mentioned you need subscription from ClotCode.

00:05:24.865 --> 00:05:35.010
But for installing BUN, you need to run this command in your terminal. To open terminal on at least Mac, you go into Spotlight and type terminal.

00:05:35.010 --> 00:05:40.850
Boom. This is your terminal look. So this is what we are going to use. This is what developers are very familiar.

00:05:40.930 --> 00:05:50.825
And to be honest, it's kind of like a full circle because when computer started, everything was in terminal. Now we are back in terminal. So it's a little bit funny. You would run this command first,

00:05:51.065 --> 00:05:56.745
and then you need to close your terminal. So you just copy. Let's open it again. You copy,

00:05:56.985 --> 00:06:07.540
paste it, and click enter. Once you have bun installed, you also want to double check if everything went well. So you can go BUN version. So let's do it together.

00:06:07.940 --> 00:06:09.700
Again, if I press this,

00:06:09.940 --> 00:06:11.780
I have 1.35.

00:06:11.780 --> 00:06:15.700
If everything installed, this is what you will see. Now installing ClotCode.

00:06:15.895 --> 00:06:29.730
There are official installation documents. Depending if you're on Mac or Windows, the installation command will look different. These are the commands. You just copy, paste it in your terminal, and it does the setup. In my case, I already have it installed.

00:06:29.730 --> 00:06:39.970
Once you have clot installed, the next thing you are going to do, again, open your terminal and type clot. Let's make it bigger. Just clot. Just as a name. You press enter.

00:06:40.370 --> 00:06:44.690
And if you first time set it up, it's going to ask you to authenticate

00:06:44.295 --> 00:06:45.495
with your subscription.

00:06:45.575 --> 00:07:07.440
So, again, you click the link, you select your email that you have a subscription, it generates like a special link, you click on that, and boom, you are inside. It's asking me about accessing certain workspace, so I'm saying, yes, I trust this folder. You are inside clot code, and you have a, like, lovely icon, so it's not as scary. It's really just like a chat interface.

00:07:07.520 --> 00:07:09.120
It just looks a bit different,

00:07:09.440 --> 00:07:22.135
uh, but you type and you press enter, basically. Now we are going to connect Telegram to our clot code. Step one is get the code. There is two ways to get the code. You can go to this repo,

00:07:22.135 --> 00:07:25.335
click on the green button, and download ZIP.

00:07:25.495 --> 00:07:36.630
And this is if you want to start, but you don't have GitHub account, you can just do that. However, I highly highly highly recommend if I would not say it's a must to have GitHub account,

00:07:36.870 --> 00:08:58.520
so you can actually also do version control on your setup. If you have GitHub account and you actually clone this repo, when they push new updates, which I just did two days ago, you can update your whole setup with the new feature that I added or the community added or if there is any bugs. So having a GitHub account is really really important. If you don't have GitHub account and you just downloaded the file, you go to your download folder and you have this zip file. Unzip it. And all you can do and this is applies to also images because ClotCode can also analyze images, files, like literally anything you can feed it. You just drag this folder, boom. And then you just say, I want to set this up. In ClotCode, once you press enter and send it, you actually are seeing what is happening. If you just freshly set up clot code, it might throw a lot of, like, can I do this? Can I do this? Those permissions that you are seeing, it's not related to the setup that you just got, but it's like a clot code setup. You can change those permissions and loosen up. This is like a gray area, and you have to be really smart about what permissions you give to go on autopilot. Let's get this setup. This is a Telegram bot powered by clot code. You message it, blah blah blah. So this is you get how it runs. Bind and clot code are both installed.

00:08:58.600 --> 00:09:23.940
Phase one estimates three minutes. Like, I asked my community members. They said, like, it every guide is running in two minutes. It's going to tell you what to do, but also what it needs, and you just paste. It. Step two, create bot in Telegram. Very simple. So first of all, you need to download Telegram. Telegram runs both on your phone, on a tablet, on a desktop. Literally, you will be able to access this no matter where you are. So you go to Telegram. In a search, type bot

00:09:24.180 --> 00:09:25.060
father.

00:09:25.460 --> 00:09:42.755
This is what you're going to see. There's going to be, like, a phishing accounts. Make sure that this one with the blue check mark, open it, click create new bot. It's asking, like, what's the bot name? So put something like Julie bot. Here here is important. Treat your username private.

00:09:42.835 --> 00:09:59.360
Because if you share your username, anybody can find it on Telegram just like we found bot favour. In a sense, we anybody can message you. I will tell you about security measures, how to prevent that anybody can message you and extract information from your Telegram bot. But even with usernames,

00:09:59.360 --> 00:10:03.440
we're kind of private. But we said Julie, let's do Julie

00:10:03.600 --> 00:10:08.975
one two three four five underscore bot. You create a bot. Click on your bot,

00:10:09.375 --> 00:10:20.735
and this is oh my god. I'm so happy that they implemented this. This is the token that we need. Token is private. Never show it to anyone. Just copy this, paste it in your automated

00:10:20.420 --> 00:10:22.420
setup. So I do copy,

00:10:22.660 --> 00:10:24.500
and here you would say my

00:10:24.500 --> 00:10:42.365
bot token is next thing that we need is Telegram user ID. So I'm going to show you how to get it, but before we do that, I want to make it very, very clear. Treat this as your password. I saw so many tutorials on YouTube from people setting up Clotbots,

00:10:42.525 --> 00:10:43.565
and, basically,

00:10:43.885 --> 00:10:48.770
they're showing on the video their user ID. If I have your username

00:10:48.850 --> 00:11:13.280
and your Telegram user ID, I can spin up an agent in a second and basically message your bot passing in this Telegram user ID and extracting everything that they want. Anyway, go to user info bot. In the search, type this one. Once again, please click on the green one and not all the fishy ones. So this is the official.

00:11:13.360 --> 00:11:17.440
Now I'm not going to click on it because it immediately exposes my

00:11:17.520 --> 00:11:35.805
Telegram user ID. But, basically, once you click on it and click start, it tells your ID a string of numbers. Go back to your terminal and you paste the user ID. I'm not going to follow along here with automated setup because I think it's really straightforward.

00:11:36.205 --> 00:11:44.660
And if you have any issues, you can submit them in a GitHub repo. But I'm going to explain you what's happening and how to set up the rest. And at this point,

00:11:44.980 --> 00:11:49.700
you would be able to already message it. Okay? Now memory.

00:11:49.700 --> 00:12:14.930
Because if you just send a message and you say, like, hey. My name is Goda. And just say, hi, Goda. And you're like, what's my name? There is no memory. Right? We have to set up memory. That's kind of like a basics that we need. Many different ways how you can do this. I personally use super base. We are next week having a workshop on comparison between super base and convex. But you want a database that is secure, is hosted in different regions

00:12:15.250 --> 00:12:16.770
because of data protection.

00:12:16.930 --> 00:12:32.025
Once we set up memory, which we are going to do in a second, you're going to have conversation history, also semantic search. Your bot not only pulls the whole messages, but pulls the meaning. So if you are like, hey. What was this kind of, like, invite

00:12:32.105 --> 00:12:41.830
that they got last week? Okay? So this is not something very specific, but there is bits of pieces of information that matches multiple outputs.

00:12:41.830 --> 00:12:45.590
I also implemented facts and goals. There is intent detection.

00:12:45.590 --> 00:13:28.465
If you say something and it's a fact, it's going to detect that this is a fact. Like, for example, my daughter's name is x. It's going to add it to its memory so you don't have to repeat it again and again. Calls, many people do it differently. You can do task, like, whatever it is. But if you say, like, oh, I want to do this next week, that's a goal detected. It's going to add. So in proactive check ins, it's going to ask you, like, hey. How is that thing going? You wanted to do this at that date. Did you finish it? This is, a absolutely, like, a basic basic setup, but I think it already is kind of pretty cool experience. So where is your memories and data live? Like, we are going to use Superbase for this. So this is the platform, of alternative of Google's Firebase.

00:13:28.465 --> 00:13:31.105
Once you create an account, you create your organization.

00:13:31.700 --> 00:13:37.300
Inside an organization on the free tier, you are able to have two projects. So, actually,

00:13:37.700 --> 00:13:39.940
I'm going to just delete this project

00:13:40.100 --> 00:13:44.915
so I can show you. To create your own, you click to create new project.

00:13:45.075 --> 00:13:47.955
You need to give it a name, database password.

00:13:48.115 --> 00:13:54.675
Do create that. We never know what happens and save it somewhere. Just it's a good practice. Now the region.

00:13:54.915 --> 00:14:15.965
Usually, you select the region because this is where your servers live. There are two ways to consider this. If you would ever set it up this for businesses, it's very important where data is stored and all the policies about it, but you're setting this up probably for yourself. You need to select where you are based because then it's the closest server to use when there's this latency.

00:14:16.045 --> 00:14:19.325
You always want to be as close to the server that you selected.

00:14:19.565 --> 00:14:39.785
And you need to enable this because we are going to use data API. And then you just create new project. That's it. Once you have your project, it's going to be empty, but we are going to let AI to set up the whole database for us. Edge functions, the tables, SQL is like everything is already preloaded for you. Of course, keep in mind, this is like very basic version.

00:14:40.025 --> 00:14:45.225
Uh, there is a lot to be desired from this, which you can find in the full version and breakdown,

00:14:45.385 --> 00:14:53.670
but it's good to start. It's good to start. You have this functional bot. We are leveraging edge functions. If you want to learn about that, I put it in writing here.

00:14:53.990 --> 00:14:59.270
Next thing, in set the automated step, it's going to ask you for your project URL

00:14:59.350 --> 00:15:03.430
and add on public key. Go to the top bar where it says connect.

00:15:03.825 --> 00:15:07.105
In different connections, you can see API keys.

00:15:07.265 --> 00:15:29.140
From here, you need your project URL and you need your Anon key. Copy both and give it to your setup. For setting up the whole database, we are going to use Superbase MCP server. In a automated setup, it's going to prompt you to get it officially from Superbase. That's very important. Use only official one. And install Superbase MCP server.

00:15:29.300 --> 00:15:36.135
So there is the full guide how to do it, and automated setup is going to walk you through. Once you have Superbase

00:15:36.215 --> 00:15:37.175
MCP,

00:15:37.335 --> 00:15:44.535
it's going to ask you for your account token. If you want to find access token, you go to account preferences,

00:15:44.775 --> 00:15:51.470
and here you have preferences and access token. Click generate new token. Give it a name. For expiry,

00:15:51.470 --> 00:16:11.375
you can start with thirty days, but, honestly, you can set it to never as well. But, again, this is like a password to your database. Right? So treat it like one. Julie, I like, I I I don't know why it's Julie. Generate token. Boom. So this is what you will see as the access token. Again, copy and give it to automated setup. It's not necessary,

00:16:12.815 --> 00:16:18.015
but you can set up semantic search. You're going to have messages. And for messages,

00:16:18.015 --> 00:16:19.695
we have this embeddings.

00:16:20.240 --> 00:16:28.000
So this is basically just a string of numbers and the coordinates of the word meaning for setting up semantic search.

00:16:28.160 --> 00:16:42.085
It's going to install edge functions, but it's not going to work unless you give it API key. We are going to use OpenAI embeddings. You can use any other embeddings. To create OpenAI API account, you go to platform.openai.com.

00:16:42.085 --> 00:17:01.240
Once you create account, if you don't have any, you are going to see something like this. It looks today like this, maybe tomorrow a bit different. You will have default project. I have multiple different projects. You can create a dedicated project, Julie. This allows you once you have a project, are more organized and you can track your API spendings.

00:17:01.465 --> 00:17:08.425
To enable API, you have to set up billing. And I think if you're new, you're going to get, like, a $5

00:17:08.425 --> 00:17:09.145
credit,

00:17:09.305 --> 00:17:22.250
maybe changed. But, usually, for new users, they were giving some credits. Once you set up your project, we will need API keys. You don't have any billing enabled, it won't allow you to set up API keys. Go to settings,

00:17:22.330 --> 00:17:28.170
billing, and attach a credit card and just add some balance. So I now use OpenAI,

00:17:28.170 --> 00:17:32.265
I think, only for embeddings for the project,

00:17:32.585 --> 00:17:37.385
and it's insanely cheap. Embeddings are super cheap. If you have $510,

00:17:37.385 --> 00:17:39.305
it's going to last you forever.

00:17:39.305 --> 00:17:50.950
Once you added some credit, go back to dashboard, API keys, and, again, create new secret key. You give it a name. We say Julie. Create secret key. This is what you need to copy. Now important,

00:17:50.950 --> 00:18:07.165
we're going to place this API key in super base because this is just for super base. Once you copy and click done, it's going to disappear. You won't be able to copy it again. You will have to create new key. So copy this, maybe save it in some document. We need to go to edge functions.

00:18:07.325 --> 00:18:09.725
I have many different edge functions,

00:18:09.805 --> 00:18:14.445
but for edge functions to have functionality to create embeddings,

00:18:14.445 --> 00:18:15.725
those need secret.

00:18:16.080 --> 00:18:25.520
Add a secret, but here is super super important. You have to give it not some random name, but you have to give it exactly this. OpenAI

00:18:25.520 --> 00:18:34.325
underscore API underscore key in capital letters. Paste it like this. And I already have one API key right here saved,

00:18:34.405 --> 00:18:40.485
so I'm not going to add another one because then this is a variable. And if there are two, the same variables,

00:18:40.645 --> 00:18:47.530
that doesn't really work. Regarding cost, super base free tier is insanely general as you get 500 megabytes

00:18:47.610 --> 00:18:53.050
of storage, and we are storing only text. In a full setup, we are storing also images.

00:18:53.050 --> 00:19:08.465
So for example, you can send an image. It detects intent. Considering that intent, it goes looks at the image. But also, we are storing image and creating embedding. So I don't know. Like, after a month, you can say, like, hey. I send you this image of camera.

00:19:08.625 --> 00:19:19.360
What model was that camera? It's going to be able to tell you because we are storing all, so images become part of our memory. But to start Superbase is free. OpenAI

00:19:19.440 --> 00:19:24.240
embeddings are pennies. This is the moment when you are testing your bot. So at this point,

00:19:24.560 --> 00:19:39.445
you should be done with your setup. Now it's going to ask you some things about your profile so that basically it's not like dumb and it has a little bit of context information about you. Again, if you're already using Clot code and you have your MD file with information

00:19:39.445 --> 00:19:48.870
about you, that context It's just an additional thing, and this is for people just getting started. If you want to start messaging your bot, you click on this username,

00:19:48.870 --> 00:19:50.710
Julie. Click messages.

00:19:50.710 --> 00:19:51.830
To actually start,

00:19:52.070 --> 00:20:00.045
click big blue start button. Boom. You are inside. You just say hi, and let's say, for example, here we say thank you.

00:20:00.685 --> 00:20:02.845
This is awesome.

00:20:02.925 --> 00:20:08.445
At the top, you're going to see typing. Well, this is my full setup. I think I implemented

00:20:08.510 --> 00:20:17.870
typing also in there. If I haven't, I'm going to add it because it's pretty cool. So you can actually see that something is happening. Right? Okay. So now this

00:20:18.190 --> 00:20:33.145
right now, it runs only while your terminal is running. So we need to make sure that it's running all the time. So this is why we go on always on. And when I say all the time, you have to understand that this runs while your computer runs because it's on your machine.

00:20:33.305 --> 00:20:47.170
In a full version, we set up a hybrid model where for when your computer is on, we are using Mac with your subscription, which is fixed cost. If you wanna go and your computer is off or in your backpack, you have VPS,

00:20:47.330 --> 00:21:01.135
exactly the same function. We are using Cloud Agent SDK, but more on that in the full setup, and we can teach you, and we can help you set it up inside Commute. Now if you are on Mac, you're going to use LaunchHD.

00:21:01.135 --> 00:21:19.035
If you're on Windows, it's called PM two. However, don't need to worry. It doesn't matter on what software you you are. You just basically know to meet it set up. Just say it, make it always on. It will know what to do. Test it if it works when terminal is closed. You just basically close it, terminate,

00:21:19.035 --> 00:21:19.675
gone,

00:21:19.835 --> 00:21:45.810
and then text your Telegram bot, and it should answer you no matter what. And if for some reason you want to stop it again, go to Cloud Code and say, hey. Stop my Telegram bot. From this point on, no matter when you open Cloud Code, if you say Telegram bot, it will know what you're talking about. Gosh. I imagine this video is already pretty long, but top questions that I received from the previous video, want to just address. So voice calls, voice transcription,

00:21:45.810 --> 00:22:01.525
this is additional, like, phone calls. Also, that your phone calls have context of what happened. If I call now, hi, Siri. Call Go bot. So we can see if it actually has any memory. Okay? Hey, good. Hi. Do you remember what we did last?

00:22:02.000 --> 00:22:06.240
Yeah. I do. This week, you've been pretty busy. You were working on filming content,

00:22:06.560 --> 00:22:18.885
including getting that free Claude bot alternative setup with a mini course done. You also asked me to create that GoBot presentation and deploy it to GitHub pages, which we got live. Thank you. I think you'd recovered from the norovirus. Why?

00:22:20.085 --> 00:22:30.245
Why is it always spilling a tea? Like, one one thing actually some I I saw a comment that the next task on me to make sure that when it is on a call,

00:22:30.640 --> 00:22:43.440
that it has like a security measures to identify what is personal information and do not reveal that. But this is I I imagine this is just a problem that I have. Right? Because I just bring it up on video calls.

00:22:43.600 --> 00:22:50.685
I call it call to task. I hope it becomes a thing. At the beginning of video, I included this, like, live progress and control.

00:22:50.925 --> 00:22:55.485
So I really wanted that I can see what's happening because I was just giving big task

00:22:55.645 --> 00:22:56.365
and

00:22:56.445 --> 00:23:04.240
it goes. And I don't know what's happening. Right? So now it's reporting you what it's doing, and you can interrupt it and have control.

00:23:04.560 --> 00:23:18.385
Proactive AI. So this is where I'm really proud about it. So, of course, you have smart chickens. So they run on a schedule and they are con contextual in the full version. There is, like, frameworks. It decides, should I even check-in?

00:23:18.545 --> 00:23:22.385
Should I call? Should I text? What it's about? What's important?

00:23:22.920 --> 00:23:28.920
Then you have morning briefings, for example. If you want to set it up, like, I love this executive briefings.

00:23:28.920 --> 00:23:39.345
This full version course is in the community because, honestly, like, if you go, like, oh, why don't you open source everything? Yeah. I can. Same as any 10 JSON files for workflows.

00:23:39.505 --> 00:23:42.705
Yeah. You can just give them, but the reality is that

00:23:42.785 --> 00:23:43.825
99%

00:23:43.825 --> 00:23:53.105
of people take those and hoard those things and never set it up because they run into some issue. I also built multi agent systems. This is kind of MVP,

00:23:53.265 --> 00:24:01.280
the bigger project that I'm working on, which is autonomous entrepreneurs. So this is the idea is of board of directors. We have orchestrator.

00:24:01.280 --> 00:24:10.605
I have researcher, content finance, strategy. This is how it looks. We are using Telegram groups, and then we have topics. We have specialized agents for each topic.

00:24:10.765 --> 00:24:13.965
And for example, strategy, it knows whether it's strategy,

00:24:14.045 --> 00:24:18.285
content, it knows whether it's content. But the general one is orchestrator.

00:24:18.285 --> 00:24:25.420
If I send slash command board, it goes and checks with every single specialized agent what is working, what is the memory,

00:24:25.660 --> 00:24:26.300
their

00:24:26.460 --> 00:24:27.660
special skills.

00:24:27.740 --> 00:24:44.015
Another thing that each agent can invoke, critic mode. So if they see that they need kind of like an edge, they use critic mode and there is the whole kind of smart prompt behind it. Each agent can also go and consult with another agent. But more on that in the community.

00:24:44.095 --> 00:24:51.775
And this production development. So many people ask, like, okay. Can you set it up this for businesses? But this setup with VPS,

00:24:52.230 --> 00:24:55.670
You can totally make this production development for the business

00:24:55.910 --> 00:24:58.550
and make it always on. On VPS,

00:24:58.550 --> 00:24:59.590
very important,

00:24:59.750 --> 00:25:03.830
we are not using clot code. You are paying per API calls

00:25:03.910 --> 00:25:05.750
and using agent SDK.

00:25:06.005 --> 00:25:12.165
So this is different. And many people ask, like, oh, can I still use subscription on VPS?

00:25:12.325 --> 00:25:13.205
Theoretically,

00:25:13.205 --> 00:25:15.365
yes. But OnTraffic

00:25:15.365 --> 00:25:16.725
is banning accounts.

00:25:16.885 --> 00:25:25.780
So I would not recommend it. What I recommend is, like, a hybrid approach, which I use. Everything while my computer is on is going through the subscription.

00:25:26.100 --> 00:25:29.220
But if my computer is off, it's going through APIs.

00:25:29.300 --> 00:25:38.855
We have, like, smart routing. So if it is just a simple high, it goes to high. If it is, like, something a little bit more com complex on it, if it's really complex,

00:25:39.175 --> 00:25:43.415
multistep process, it uses OPUS. So this is for cost management

00:25:43.815 --> 00:25:48.935
and then, of course, fallback AI chain. So this is also for Mac and also VPS

00:25:48.935 --> 00:25:59.670
that if on traffic goes down, that we have a fallback model because this is your AI second brain. This is your knowledge. This is your tools. You don't want to kind of, like, stop working. For fallbacks,

00:25:59.670 --> 00:26:04.630
there are different ways to do it, but in my case, I'm using fallback as open router

00:26:04.955 --> 00:26:18.075
to specific models, and second fallback is basically to the local model. You can also run local models on VPS if you want to. I'm curious what everyone is going to build on top. I already saw that people are building.

00:26:18.315 --> 00:26:21.920
Build something that is yours and your infrastructure.

00:26:22.000 --> 00:26:24.560
Inside of the community, we have a full course

00:26:24.720 --> 00:26:25.600
explaining

00:26:25.600 --> 00:26:30.560
multi agents and how to set up VPS and also how to do it securely,

00:26:30.720 --> 00:26:36.545
proactive AI, ADS, and we have constant building. So we released the full version

00:26:36.625 --> 00:26:37.425
yesterday.

00:26:37.425 --> 00:26:46.545
I already pushed multiple updates and community members giving their ideas, and we are building on top of that. So I this is really exciting.
