We'll see you next time. how you can get started with Hermes Agent.
This is everything you need to know for how to run it, get started and actually how you can even use it on an Android device.
So enjoy the episode.
It's with my dear friend Imran, who just explains technical concepts in such a clear way.
It's a breath of fresh air.
Enjoy the episode, the introduction to Hermes Agents.
I begged them to come on and Imran has come on.
Thank you for coming on by the end of this episode, Imran.
What are people going to get?
By the end of this episode, you'll learn how to install Hermes Agent, which is the best personal agent.
It has built-in memory.
It learns about your workflows and helps save you time, money, and allows you to do more.
And I'll even show you how to install it on an Android phone.
Okay, cool.
Yeah.
So been hearing a lot about Hermes.
Obviously it's going viral.
Is it the new open claw?
I don't know.
Imran, I just need you to explain it in the simplest terms, the most clear terms, so that at the end of this episode I can actually go on my computer, get Hermes going.
So you're committing to making it as clear as possible and sharing as much sauce as possible?
Exactly.
Yeah, that's what I'll do.
All right, let's do it.
All right.
So the first thing, the way that I found Hermes Agent was that I tried using OpenClaw.
And when I was using OpenClaw, I ran into basically three massive issues.
The first issue is that I kept having to tell it to do the same things over and over again because there was no built-in memory system.
Right, and this is a common problem.
The second problem i found was that i had to keep restarting the gateway.
I think there was a day where i had to restart the gateway once an hour, and so that was like really useless.
I felt like i spent more time setting up open cloud than i was actually like using it to make my life better.
And the third big problem with OpenClaw for me was just that it was eating up tokens and I had no visibility into how or why.
So I quickly migrated over to Nebula, which is, if you're looking to build, if you're looking to kind of have just like an AI coworker, Nebula is probably the better tool.
But if you want to have like, personalized workflows, if you want to kind of tinker under their hood and you want to have a system that learns over time, I highly suggest using Hermes.
So the three things that Hermes does better than OpenClaw are basically solving the three problems that I mentioned.
One is that it has a built-in memory system.
So every time you complete a task, and successfully complete it, it automatically writes to its own memory.
This way, over time, it gets better.
It also uses a typical normal SQLite database, which is the same type of database as normal web applications.
And what that allows it to do is search in real time for times where it's done something successfully for you.
So if it didn't save it to its memory, it can actually go and search through all of the logs of all the things you've asked it to do and remember it.
Even things like API keys.
If you forget to save them to an environment variable, but you kind of passed it to the agent, it can actually search through and find it for you.
And the last thing is it's just more stable.
Like I haven't had to restart it in like over a week, which is way better than what happened with OpenClaw.
So I'll walk you guys through the installation.
But before I do, Greg, do you have any questions so far?
I guess I'll see by the end of this, but for me it's like I think a lot of us listening, we might have heard of OpenClaw or might have installed OpenClaw.
What I'm begging to know is like What I don't want to have happen is I install Hermes and then a week later I go back to OpenClaw.
I just want to pick an ecosystem and be like, this is my personal agent.
No, it makes a lot of sense.
And that's kind of the problem that I was having before.
I kept switching and jumping between different agents until I landed on Hermes, and I've been using it for over three weeks now, which in this space, is a lot of time.
So before we get into the installation, I'll walk you really quickly on my setup.
So when you just type in Hermes in your terminal, after it's installed, it's going to try to open up my Xcode MCP, which is not running right now.
So it'll fire up in a second.
Cool.
Yeah, and I'll zoom out a little bit.
You can see here, when you open up Hermes for the first time, on the top you'll see the available tools.
So Hermes comes built in with 40 plus built-in tools that Open Cloud doesn't have.
So you don't have to go find out which tools to install.
Many of the built-in tools will cover almost all of the basic tasks that you'll need to do.
If you want to fire up a browser, if you want to search the web, if you want to create recurring scheduled cron jobs or scheduled code.
It has all of that built in.
Even things like image generation are built in, home assistant capabilities.
You don't really have to configure or go figure out what the best tools are.
The other thing you'll notice about Hermes when you first install it is that it has a lot of the really most popular available skills pre-installed as well.
So like I'm on a MacBook, so it has all of like the Apple Notes, Apple Reminders.
It's got Find My, it's got iMessage.
I did not have to go and find this from a skills hub.
It was already ready to go as soon as I installed it.
So if you want to talk about simplicity of installation and having all the skills you need, Hermes is probably the best one for that.
If I install some of those skills, do I have peace of mind knowing that that's secure?
Yeah, no, that's a really good question.
So there's a couple of ways around this.
One, I think you can always ask the agent to do an audit of your security setup, which a lot of people don't think about.
It's kind of almost like meta prompting it.
So Hermes has knowledge of where the keys are stored in your configuration.
And you can say, is this a secure setup?
Tell me why or why not.
And it'll go through and let you know if there are any secret keys exposed on your computer, if they're in plain text.
If a firewall is set up poorly, it'll let you know.
The other thing that's very unique to Hermes is that it's built to also, out of the box, be able to be ran inside of a Docker container, in case you want it on your machine but isolated from the rest of your files.
And then you can also run it on modal as like a serverless service as well.
So it's really flexible in how you do it.
I personally am a little bit risky, and I just kind of run it on the bare metal.
And I'm just routinely making sure.
Every day I'm updating it and I'm also making sure that I ask it to secure my own setup.
Cool.
Let's keep going.
All right.
So the installation, if you're on a Mac, is pretty straightforward.
You can just head over to the Hermes agent documentation.
It's on the new research website.
And if you're on Linux, macOS, or even Windows subsystem for Linux, it's just this one line command.
If it's your first time installing a tool like this on a Mac, you'll probably need to install the Xcode developer tools.
So I covered that in the video that Greg found me through.
But basically, you would do like Xcode dash select dash dash install.
You can see this command right here.
And I will actually...
Run it here.
I already have it installed.
You can see and if you need to update it, you can update it later.
So yeah, you can just go ahead and copy this command.
And paste it in and it'll run now.
Obviously I have it installed as already, so it'll just go through the update.
Another thing that I found was that you can actually skip the onboarding and you can just close out of it.
And the most important commands that you'll need to know once you have it installed is just this one right here, which is Hermes model.
So this kind of brings me into the next step.
The next problem that I had with OpenClaw, which was that with OpenClaw, I just did not have enough visibility into how much I was spending on tokens.
And it was like a constant battle to figure out exactly which model to use.
Oh, wait, I got to run the install again.
Let's try one more time.
Also with OpenClaw, you can't use Anthropic anymore, right?
So with Hermes, can you use an Anthropic API key seamlessly?
Correct.
Yeah, you can use an Anthropic API key.
You also have access to the new router as well.
So let me show you.
All right.
So this is one that's running on my gaming PC.
I have this as a backup.
So if we type, or let me clear this out so it's easier.
And I'll type.
Hermes model.
And here you can see these are all the different providers that you can use to select a model.
Again, this is already out like this is all like out of the box.
I did not have to go install anything, and the two biggest ways to save money on this is really just to use either the new portal or open router.
So if I go on open router you can see.
I'll be able to see all of the different models.
And the cool thing about Open Router is that every once in a while you'll have some free models available.
So here, NVIDIA's Nemotron is free this week.
So if you wanted to use that model and you just wanted to run it for completely free, it's available as well.
You can see also through Open Router, I'm able to access Anthropix models here.
Remember you were asking.
So they're both available.
And you can see a very clear layout of exactly how much it'll cost.
So you know, if I want to use Quen 36, it's probably only going to cost me 33 cents per million tokens for input and about 195 per million tokens of output.
And you can see the price difference between Sonnet and Quen, right?
So it's like almost like one-tenth the price on the input tokens, which is like really good.
You sort of know, in a sense, you know how much you're going to spend on tokens.
You don't really know once you have it set up.
You'll find out, basically, based on the task you give it, how much things are going to cost.
And I think that sort of The issue I think some people are having is they're spending.
I mean, it's not crazy to spend hundreds of dollars a day on your OpenClaw instance at this point.
Yeah, so actually one of the interesting ways to fix that using the Hermes agent is that you can actually, once you have a task that you know that you want to run on a recurring basis, you can actually have it write the code one time for it.
So, instead of requiring an agent in the loop every single time that you need to do something, you can actually write the code to make it more deterministic.
And that'll actually long-term, save you tokens, because you won't be spending tokens on actually doing the processing every single time.
Instead, you'll just do it the first time, get it to write the code.
And then if you're using a free model, you can use the free model to write the code.
And then you basically will spend no tokens on that singular skill or task forever.
That's like another thing that I noticed.
I realized that a lot of people are not.
If you come from a software engineering world, you're always kind of thinking in this methodology of like don't repeat yourself.
So like, if you are like in the habit of like building reports every single day, or you want like kind of like a daily digest, a lot of those things can be automated with just pure code, instead of relying on an LLM to do like a web scrape or something like that.
And that will also save you a bunch of tokens.
Um, so by just switching to Hermes agent and open router, I basically got my token spend down from like it was like about like 130 every five days down to like maybe like 10 bucks 10 bucks every five days.
So about like a little bit over a 90% reduction.
Um, and I'm still able to do all the things that I want to do.
The other important thing that I think everyone will want to know is that, of course, Hermes agent does allow you to have a connection to Telegram.
So you can see all my agents here are named after the Muppets.
So I still have a lot of room for expansion.
If I need to add more agents, there's still a bunch more Muppets I can go through.
And I can talk to them in Telegram just like how I can talk to them. inside of the terminal.
And this Cookie Monster one is super special because if you kind of take a sneak peek at the screen here, this one is actually running on a Solana Seeker Android phone that I have right here.
So I wanted to talk a little bit about that because I got this set up finally yesterday.
If you want to set up Hermes Agent on an Android phone, you'll see here that there's actually the same way that you install it on your computer.
There is a script that you can install to put it on an Android phone.
And so here, I have installed it on the Android phone.
And you can see, what device am I on?
And it says here, I'm on a Seeker Android 15 phone running via Termux.
That's really cool.
Yeah.
And then some of the people who saw that I was doing this on Twitter were asking oh, why would I install it on an Android phone instead of installing it on a computer?
So before I get into that, I will say that there are a few extra steps for installing it on Android.
The first thing is that you need an app called Termux.
Termux is basically like a terminal inside of Android.
So it'll kind of look exactly like your normal Mac terminal.
And then if you want to extend it even further, there's another app called the Termux API.
And the Termux API app, it's available on the FDroid, which is an open source Android app store.
But the Termux API actually gives you access to the sensor data on your phone.
So you can access information about the battery.
You can change the Wi-Fi network.
You can change the volume of the device.
You can take photos using the Android phone.
You can adjust the brightness.
You can trigger the vibration motor.
Basically, everything that the Android phone has access to, you now have access to.
So you can imagine a world where, instead of having this running on a Mac mini, which is like sold out, you can have it running on an Android phone.
That's, you know, Android phones are very cheap and you can put a SIM card inside of it.
You can bring it with you.
You can have it read your phone text messages that are sent directly to that number.
You can automate basically, two-factor authentication that comes in via sms um, and basically like, you now have a version of like an always on low power uh, dedicated asian device that isn't a mac mini and that isn't as expensive.
A lot of people listen to this podcast because I don't just bring on people who give practical AI tutorials, but also they like ideas, they like ways to make money using some of these new technologies and stuff like that.
With the Android Hermes instance specifically, do you have any ideas that come to mind around if I were trying to make money with Hermes agent on Android?
What are some things that come to mind top of mind?
Yeah, the first thing is probably because you have access to the Termux API, you can actually fire off commands on the Android phone itself.
You can tap the screen, and you can send notifications.
So I think one of the next things I want to set up is, of course, like everyone, some sort of social media automation that uses the phone directly.
So right now we have a lot of scheduler tools and people complain that social media scheduling tools.
They nerf your reach because you know like they're going through the API instead of on the device.
Well, this kind of solves that because you can actually post the content directly from the device.
That's one thing that's like super cool, right?
So instead of having to you know, literally like open up your phone and download a video that's generated and post it.
That way you could have this technically running on an almost infinitely scalable amount of Android phones and run accounts and post from there.
And it will still show that it came from a device with like a real Mac address.
That's one way.
Another thing that I've seen is just, of course, like there's like the make money part of it.
But also, you know, I have a lot of the very basic parts of my life that are annoying, like already automated.
So, Like I have an email triaging agent that every morning goes through my emails, deletes the ones that are unnecessary, unsubscribes from things that I subscribe to that are like, really useless, and then shows me a digest of the important emails.
That might not directly make me more money right now, but it's still saving me about like 30 minutes to an hour a day and just allowing me to do more.
I think the hard part is just figuring out, taking stock, auditing your personal life, to be like what are the things I need automated.
And then also from a business perspective, what are the things I need to be automated?
I think that's part of the hard part.
You can ask Hermes agent to audit your life and start asking you questions to help you.
Ask it to help you.
We can do this.
Where do I spend the bulk of my time?
And let's see if it knows from my memories.
And if this gets too intimate, we can always cut it out.
That's what we want.
We want it to get into it.
Yeah.
So like it knows where I live and those are times that I'm in.
It's like, OK, where do I spend time?
What am I asking questions about?
That's awesome.
Is that something that you recommend people do?
Use Hermes Agent to help you set it up and productize some of the stuff that you're doing.
Yeah.
So I think the idea of using agents to get things done is a new paradigm.
So the easiest way to get used to it is to solve personal problems in your life.
So the biggest personal problem that I first solved with an agent was was um, like figuring out what to cook at home, because my wife and i like we love door dashing, we love eating out but obviously like that's not know, that's not the healthiest and that also costs a lot of money.
So the first thing i did was i set up a local speech-to-text model on my actual computer and i sent a long, like eight minute telegram voice message of me going through my fridge and my pantry, of every single thing and every single ingredient that's in my pantry and i said every day, can you send me a recipe or three recipes based on what's in my pantry and what, like my fitness goals are?
Um, it seems like something small, but it kind of takes a lot of like mental load away from like my day to day.
Um, there's a lot of things like I think that if you start doing like really basic stuff like that um, you know, like we can, uh you can kind of automate a lot.
Also we got, we got to cut this out, bro.
There's a lot of personal stuff in here.
It's like there's no way too much rafa, let's blur it out.
We're gonna blur it out.
So okay, we have to blur this out.
It's a lot.
We're blurring it out, but we're keeping this in the sense that like, if you do this, it works exactly.
Yeah, it does work.
It's very intimate, so definitely can't show you guys everything.
Well, it's intimate also because it knows you right.
And you've, you put in the work with it, right?
So if you're starting this from scratch, it won't be intimate, right?
It won't be.
Yeah.
So like when you started from scratch, like you'll have all the tools, you'll have the skills.
As you talk to it every single day and you use it for work over and over again, it'll like I said, it'll store in its memory.
It'll begin to learn exactly what you do, what like and how it can help you.
And you can even ask it like every night.
You can ask it like what's one or two things that you can build for me that would make my life better?
And it'll do that for you.
Okay, what are other must-know things about Hermes Agent?
You do still have to update it every night.
It's still technically beta software.
So you can see I haven't updated this one since in nine days and I am 535 commits behind, which is quite a bit.
So you do still have to update it every single day.
It is still technically beta software.
You still should probably constantly lock it down in certain ways.
A really simple way to lock down Hermes agent but still have access to it from anywhere is one to set up like Telegram or WhatsApp.
Another thing that I highly recommend for any of these tools is that you install Tailscale and you configure Tailscale correctly.
So Tailscale will allow your phone and all of your computers to be on the same kind of virtual network.
And then you can remotely access them using any like terminal SSH app which just lets you kind of remote in and like monitor it and chat with it that way as well.
Before we head out, is there a question that I should have asked you about Hermes agent that I didn't ask you?
Should you migrate from OpenClaw?
I mean, that's the big question, right?
Should you...
Now that we've seen it, I mean well, we've sort of you know I should have.
Let's actually, would you be open to showing your Muppets?
Yeah, let's show my Muppets, yeah.
And also like with respect to your Muppets like, Does it make sense to set up one agent, multiple agents?
How do people think about designing their agents?
Do I create one that's called social media manager and it's just doing social media stuff?
Or how should I think about this?
This is something that's still a work in progress for me as well.
You can see Count is my main agent.
It's the one that's running on my gaming computer.
You can see this has all of my personal stuff set up.
So I have cron jobs for like, doing my Gmail triage, for unsubscribing to emails, to give me like expense reports, like some more personal stuff, like finance stuff is all set up here.
These are technically cron jobs.
They're not subagents.
I have seen people set these up as subagents.
The benefit of that is that you can assign specific models to each one.
I could have a Gmail email triage sub-agent that I have assigned a cheaper model to because it's more deterministic, and it'll tell me.
If it's a really simple task, you can assign a cheaper model to it.
And kind of save money that way.
And you can add like more specific instructions.
But I've also seen people just set it up as a cron job.
So I have it set up as a cron job.
I don't have it set up as a sub agent.
So I think a lot of these kind of specifics are still being figured out.
We don't really know if it's better to have it as a sub-agent or not.
The thing that we can agree on is that having an agent that has memory and learns over time is incredibly powerful.
And I have four set up here just because I'm like a tinkerer.
But I actually think the most optimal way to do it is to have one set up or two.
And the only reason why I say two is...
Um, if you have one for work and one for personal stuff, like I imagine if I worked at like a fortune 500 company they wouldn't let me like run Hermes agent with all my personal stuff on it on my work computer.
But I'd still want to have the capabilities of being able to kind of like automate or do work really efficiently.
It's also, it feels cleaner a little bit if it's personal and work.
Like my to-do list, for example.
I have The way I run my life, I use things, the to-do app, and I just have personal and work.
To me, that just makes the most sense.
The way I'm going to set this up after this call is I'm going to set up a personal one and I'm going to set up a work one.
Yeah, and I think another thing that maybe we didn't cover, that I think we talked about a little bit on Twitter, is that this is like Obsidian.
So I was never a big Obsidian fan.
I kind of just stored everything in my Apple Notes. and hope for the best.
The cool thing about Obsidian is that even if you have multiple agents, it's all Markdown files.
Instead of having to know Markdown, you can just tell agents to organize them.
So I have this kind of set up as just like my home MD file.
So it tells me all the important things I need to know about this week.
It tells me about like things I need to get done today upcoming travel, things for like my day job, things for, like you know, personal stuff.
And it's all organized and set up automatically by the agent every day.
And so I would not have been able to go through like the painstaking effort of like putting this together by myself every single morning.
But now like I have an agent that does it for me.
And it's just so much easier.
But this is not something I would have done before.
I wouldn't think to use Obsidian in the past, but because I now have agents I can kind of manipulate it really easily.
It just makes it much more fun and easy to use.
Right.
So is your recommendation that, once you get Hermes installed, post-install start using it with Obsidian.
Yeah.
I think obsidian is a really clean layout because if you look at like, if you look at telegram, like some of these just kind of read as like massive walls of texts.
And even if I, even if I like organize it or even if I put something in like my sole MD file to specify that it should speak concisely, like it just becomes really unruly.
And it's like really hard to find like the most important information.
There are people that are like experimenting with building, like kind of like mission control dashboards.
But I just feel like the easiest is like the one that you can see on your phone and your computer, you know.
And if someone saw your Obsidian and was like, man, Amron has really, like, that's my dream.
How do they go from, like, how do they make a similar thing?
Like, how do you actually do that?
Yeah.
So my Obsidian was set up by my Hermes agent after using my Hermes agents for like 20 days.
So as it learned about me, yeah.
You think it takes 20 days?
No, I think it takes building up the habit of default going to the agent to get work done, even if you can do it yourself.
That's the biggest thing.
Okay.
So maybe it's seven days of using it consistently, and then after that the Hermes agent knows a good chunk about you and then you can have it create a similar Obsidian stack.
Right.
Yeah.
And you still right now, you still kind of have to meta prompt it.
So you can ask it at the end of every day.
Like, what is something you should build for the work I do?
Or what is one way that you can, what is like one, one task I'm doing over and over again that I should set up as a cron job.
And it'll know.
But you still kind of have to prompt it.
Right.
So I'm hoping in the future that you don't have to do that.
It just kind of knows automatically.
But we'll get there.
We're pretty close.
That's really interesting.
Could you open up I know we're doing this live, but could you open up a doc and just write out the prompts that people should should be thinking about around around for Hermes agent, like what are the ones that you're using Imran, that you're like it seems obvious to you, but you know people might you know, not know.
Yeah, a really basic one is like what have I been procrastinating Right?
That's a good one because it has access to your to do list.
If you're listening to this podcast, like you're probably doing a lot and there's probably something that's like you know under the hood that, like you just haven't gotten to yet.
Another one is what is the most important thing to work on today?
Right.
And like that's like super important.
Right.
Another one would be like I mentioned what are some tasks that I'm doing every single day that I could or should automate.
Another one would be what is a tool that you can build me tonight that would make my life easier tomorrow?
These types of things where you're... Yeah, you're right.
This does kind of seem obvious to me.
But to many people, it's kind of a new way of thinking.
I'm trying to think of another one.
Is there anything important today that I missed?
Anything around cron jobs, MD files?
I'm trying to think.
Yeah, I think the cron job setup is a little bit difficult in the beginning because I feel that people don't understand what a cron job is.
It's still a very technical term, but it's essentially just something that runs on a schedule um, and you, like everyone does, everyone has a list of tasks or a list of things that they do every single day.
That probably could or should be automated right um, and so asking it to set up cron jobs for those things will just kind of make your life a little bit easier.
Um, the last thing I did want to show you, now that I'm thinking about it, is I actually have um, I want to show you there was a psychiatrist that made a computer, or made a computer program.
Yes, his name is Joseph Weisenbaum.
And he made a natural language processing computer program over the course of three years at MIT.
That's basically like a chatbot therapist.
And I've actually loaded this up as a skill inside of Hermes, where I can like talk to it every single day and like help it.
It will basically help me self actualize about what I should also work on.
Um.
So there's a lot of these like weird, like little, like niche, like personal development things um that you can actually build really easily.
Right.
It took them three years to build out this like natural language processing, like kind of like um psychiatrist thing, but like you can just drop this Wikipedia file inside of your MS agent and say like you'll turn this into a skill and it'll do it.
That's really cool.
That's sort of the daunting part about.
Be it OpenClaw or Hermes, is you sort of need the ideas around?
I'm sure a lot of people wouldn't have come across that Wikipedia article and been like, oh I should make this a skill right.
Prompting yourself to actually think about.
Oh, I'm navigating the internet or I'm navigating the world.
How can I make this a skill so that I can use this every day?
It's just how you work today in the age of AI.
Yeah, exactly.
The biggest thing is like learning how to use Hermes agent is not actually the skill.
It's going to become the requirement, you know?
Exactly.
Yeah.
And whether it's like Hermes today.
Maybe open cloud gets better, maybe cloud co-work, maybe it's Nebula.
Whatever it is like, you still need to know what to do with it.
And that's like kind of where it counts.
Last question around skills.
I know that you showed some pre-built Hermes skills.
What are some must-install skills that you recommend for people listening?
I definitely recommend installing the Obsidian skill.
I actually don't even use the obsidian CLI, but I use the obsidian skill.
That one's really important.
I've seen some people install the honcho dev memory skill.
I haven't needed to set that up yet, though I think I probably will, because there are some memory limits on Hermes and you kind of want to keep your context as small as possible.
Another really useful one, let me see for my ghosty.
Um, well, so a lot of these skills I've built myself, right.
Um, like I have like a bank statement analysis one.
So I definitely think like, whatever you do, you should always like start with, like try to build out your own skills around, like personal finance and like fitness and like all the things that you already pay for.
Um, and maybe those aren't ones that you actually go down, but they're ones that you build.
Another really interesting one that I think everyone should play around with are, of course, all of the software development-related skills.
You can see here, I actually ported over GStack by Gary Tan into Hermes before it was widely available on Hermes.
So if you're working on a startup, it's definitely a really cool skill to use, GStack.
Just because I think some people don't know what GStack is, can you just give a quick primer on what GStack is and why you think that people should install GStack with Hermes?
Yeah, yeah.
So GStack is basically the way I understand it is.
It was built for Cloud Code and it was made by Gary Tan, the CEO of Y Combinator.
Essentially, the idea is that it takes the Y Combinator style startup process, which is like figuring out what works week over week, asking the right questions about what you should improve about your product and your business, and then helping you go and implement that as code and make decisions on that.
So those types of things were previously only available to people who were in Y Combinator, which is like one of the best startup accelerators in the world.
But now a lot of that knowledge has been basically open sourced as a skill that you can bolt onto your agent.
And that's something that like was never available before in the past.
So if you're obviously working on a startup, like an app or something, and you're not in San Francisco or maybe like you're not familiar with like the startup methodologies, I highly recommend using something like that.
And it's a no brainer.
It's free.
It's free.
Yeah.
Yeah.
It's like the agent itself is like.
It's like Hermes agent is like.
Basically like.
It's like 90s tuner car culture.
Right.
Like you can go find the parts you want and you can put them on, and you should like learn how to customize it for yourself.
As long as you remember that, like customizing, it is not the skill, but it's more about what you get done with it.
I like how you said that customizing is not the skill and there's so many people who are just obsessed with the customization and then they're not actually doing anything.
Don't be an artist about it.
At the end of the day, you want something that's going to add value to your own personal life, that's going to add value to your business life, and it's a rabbit hole basically to go down and where you're like optimizing and optimizing and optimizing, but don't do it.
Yeah, this handles optimization for you.
Like the biggest thing, when people say, like a lot of people have asked me like what's been the most useful thing about, like Hermes agent.
Like day to day.
I work at a fund and I'm able to talk to more founders and have better conversations with them, because a lot of the background work is now handled by my personal agent.
That's awesome.
That's a huge win for me.
If we can talk to 20% more companies or 30% more companies, we have better signal.
We get better deal flow.
We're helping out more founders.
We're eventually going to return more as a fund, right?
It just makes me better at my job.
It's a big deal, right?
That's the way I see it.
If you value your time at 500 an hour, in terms of the opportunities that could come, that's a huge deal.
Imran, thank you so much for giving us the go-to guide for installing Hermes Agent.
Playing with Hermes Agent.
I'll include links for where you can follow Imran on the internet, which is where I found him.
I think that you're super talented at explaining technical concepts in a really simple way.
I would love to have you back on the show.
But people, let me know in the comments.
Did you feel it?
I think he brought this up.
Thanks again, Imran.
Is there anything you want to leave people with?
Yeah, I work at a fund.
It's called Alif.
Check us out, alif.build, A-L-I-F dot B-U-I-L-D.
And of course, I'm on social media at Imranye.
I think after this, I'm just going to make more videos.
So let's do it.
Yeah, let's do it.
All right.
Thanks a lot.
All right.
Thanks for having me, man.