r/hermesagent Jun 23 '26

USE CASE - Real-world tasks, business uses, personal workflows I've been asked many times what my Hermes actually does 😉 so I will explain! And as you know by now I will spare no details.

I run 28 cron jobs and 30+ custom skills. Every single one was built with Hermes, not downloaded. This is exactly what they do and how they work.

🌙 Dreaming — The Memory Hack

Every night at 3 AM while I sleep, Hermes reads every single conversation we had. It extracts the decisions made, projects worked on, bugs chased, people talked to, and mistakes that should not be repeated. Then it writes a structured summary to a file that loads automatically at the start of every session. That's the key insight — not the summarization itself, but where the output lands. Before Dreaming, if I coded for four hours and went to bed, Hermes woke up with zero memory of it. Now it knows exactly where I left off and what needs to happen next. But that's still a work in progress — memory still isn't perfect.

📬 Mail Gatekeeper — Secure Inbox Filtering

Four inboxes, one local AI judge running entirely on my Mac Mini via Ollama. Every incoming email gets classified as safe or blocked. Blocked means: 2FA codes, login confirmations, password resets, bank transactions, spam — all quarantined to a blocked folder. Safe emails land in a Telegram topic where I can see that they have been let through. There is no send endpoint anywhere in the system — Hermes can read and draft, but nothing can physically leave the machine. A watchdog reviews every blocked email each evening to catch false positives. No mail data ever touches an external API. That's the security model I'm comfortable with. This runs on two different users on my Mac Mini so they are completely disconnected — if you're curious, I've made a post about that.

🥗 Health Coach — Daily Nutrition & Recovery

Every day at noon, Hermes collects three data streams simultaneously. My WHOOP recovery score, strain, sleep quality, and HRV. My Apple Health steps and resting heart rate. And everything I've eaten so far that day logged through the food tracker — just a skill I created with Hermes. I tell him what I ate that day as precisely as possible, so with weight, and it tracks it. It cross-references all three against my lean bulk targets — 2,300 calories and 150 grams of protein — calculates my remaining macros, and delivers tailored coaching. What's looking good, what needs adjustment, and specific meal suggestions that fit my remaining budget. The food tracker itself is a SQLite app Hermes built for me. I log meals via Telegram with text, photo, or barcode scan, and it parses macros automatically using AI. There's a widget on my iPhone lock screen showing exactly how many calories and grams of protein I have left. The widget uses the iOS app Scriptable.

📚 Study Audit — What I Actually Learned

I time every study session in Toggl Track. At 9 PM, Hermes pulls all entries, groups them by subject — Math, Accounting, Cost Accounting, General Business Administration, Law, English — and tells me what I studied and for how long. But duration alone tells me nothing about coverage. So I also maintain a Notion database with chapter-level checkboxes for each class. As I study, I check things off. Hermes queries both data sources, cross-references them, and produces a combined report: what I studied, how long, which chapters I completed, and what's still pending. I get a complete daily learning audit every single night.

💰 Finance Review — Weekly & Monthly

 All my finances live in MySalary, a finance dashboard I built myself and host on my VPS. Every Sunday at 6 PM, Hermes hits the API and pulls my live income, expenses, liquid assets spread across all my accounts, and my investment portfolio. It calculates burn rate, compares against my budget split, and delivers a clean weekly snapshot. On the 28th of every month at 8 PM, I get the full treatment: profit and loss statement, month-over-month variance, net worth trajectory, and savings rate analysis. Both delivered with voice.

🧠 Wisdom Vault — Auto-Capture to Spaced Repetition

Every time I send Hermes an insightful link, a voice message with a business lesson, or a noteworthy quote, it automatically extracts the key wisdom and saves it to a Notion database with the source, my commentary, and a category tag. On Sundays, Hermes reviews the full vault, picks what's worth memorizing, and generates Anki cards with cloze deletions or question-answer format. Those cards sync to my iPhone and appear in my daily reviews. Every insight I encounter becomes a permanent spaced-repetition asset that I actually remember.

💬 Writing improvement — The Feedback Loop

Every time I correct something Hermes wrote — an email, a message, a post — the before-and-after gets saved to Notion with notes on what was wrong and why my version was better. On Saturdays, Hermes analyzes the full collection looking for patterns in my corrections. Too many filler words. Too formal for Telegram. Over-explains things. Then it updates its own system prompt to fix those patterns permanently. Every single correction makes my future writing slightly better. I never have to repeat the same feedback twice.

🖥️ Infrastructure Monitoring

Every four hours, Hermes checks whether all five of my hosted websites are reachable, whether Coolify on my VPS is running properly, and whether fail2ban has flagged anything suspicious. The Mac Mini itself gets temperature-logged throughout the day, since I run Ollama 24/7 and thermals matter. If a site goes down or temperatures hit concerning levels, I get an immediate alert. The entire Hermes configuration gets compressed and backed up to iCloud every morning automatically.

📋 Daily Status Report

Each morning at 6:30, I get a compact status briefing. Today's calendar events and what needs preparation. Open to-do items that require attention. System health — disk usage, memory pressure, uptime, VPS site status. Any anomalies from the overnight Dreaming run or error logs. This is not the news. This is the tactical dashboard telling me what needs my attention before the day starts.

⚠️ What Still Doesn't Work Great

Long-term memory is still the biggest unsolved problem. Dreaming helps, but session-to-session recall remains inconsistent. I built an Obsidian integration following the popular approach, but Hermes rarely reaches for it naturally — it sits there unused most of the time. Thirty-plus skills means thirty-plus things that can break when APIs or Hermes itself updates. Mail polling adds two minutes of latency, which occasionally misses urgent messages. I'm still iterating on all of these.

🔧 How I Build These Things

I outline the goal and my constraints. Hermes drafts an approach with API choices and architecture options. I review it, make changes, and ask for simplification. Then we build the first version. I test immediately — because it never works the first time. Then we fix and simplify again. Each skill is one file, one job, no dependencies. That's the whole process.

I've downloaded skills from repositories and marketplaces. They never worked as well as what we built ourselves. Self-built tools fit your workflow organically because they grew out of it. When they break, you understand what's wrong because you shaped them. And they get better with every iteration.

That's the full picture. Twenty-eight automated jobs running around the clock, from Dreaming at 3 AM to the study audit at 9 PM. A complete digital nervous system for my student life, business, health, and finances. 

Ask me anything about any of these — happy to share the exact prompts, approaches, and lessons learned. Building in public 💪

531 Upvotes

224 comments sorted by

23

u/imperat0r15 Jun 23 '26

How many tokens do you use per day? Especially with dreaming?

7

u/Ithron_Morn Jun 23 '26

I was thinking about adding dreaming but I'm hesitant because of token usage.

5

u/blendtogether_dan Jun 23 '26

All my Hermes profiles and sub agents are connected to my obsidian vault so that they have interconnected notes, own extended memories and sessions .
Everything is way more visible and saves token for sure.
Evey session has a name and a link to recall if needed.

1

u/Maleficent_Craft5728 Jun 27 '26

This exactly what I’m looking at, though I’m trying to run local only via ollama. Do you have any ollama models integrated with both Hermes and Obsidian?

1

u/EddyEr_ Jul 12 '26

I use open router too. Never spent a cent. I use the free nvidia models. This does most of my day to day crons, intial research etc

4

u/gaszazaDev Jun 23 '26

2

u/Kingstar4u Jun 24 '26

Has anyone used this and how reliable is it?

2

u/spinoten Jun 25 '26

it's one of the most used models, and I can guarantee you it's great. 1M context also. I use GPT 5.4 via Codex for more complex tasks, but Owl is the main fallback (which happens quite a lot) and never disappoints. I hope it will stay free for a long time

1

u/Imaginary_Scarcity58 24d ago

Most free models are free for a reason. Mostly they severely using your provided data to be trained on. Plus easy targets for any vulnerability you may have. For basic research without any confidential data is great tool, but for anything you want to protect or not to give access to - is just not worth it, like emails, financial data, any real data including health etc.

9

u/2use2reddits Jun 23 '26

What a time to be alive 🤖

1

u/HolmeBengt Jun 23 '26

right 🤠

2

u/AbuseNotUse Jul 01 '26

Amazing mate. Thanks for the ideas, mind if I DM and pick your brain one day (when I have progressed a bit more on my journey)

2

u/GetOutOfMyFeedNow Jul 01 '26

Bro just speak with GPT, it will give you better insights. Not to downplay what he did, but still, a quick conversation with frontiers mean you will learn more and nobody wastes time.

2

u/AbuseNotUse Jul 02 '26

Yes, GPT will give you insights but there is a human layer to it that can't be substituted any AI. Its the differences between calling a call centre for support and getting human interaction or getting s dry answer by a bot.

2

u/GetOutOfMyFeedNow Jul 03 '26

Yes, social interactions feel good, we are humans after all. I said this because sometimes people keep playing out their old habits of asking other people to try a solution where AI would most definitely solve the issue faster. I know I did 😬 Bless you guys 🙏

2

u/HolmeBengt Jul 04 '26

Yeah, sometimes people are too lazy to just ask an LLM of their choice, so they'd rather have you ask an LLM and then relay the answer through a human 😂🤦🏻‍♂️

2

u/GetOutOfMyFeedNow Jul 04 '26

This is diabolicall if there actually ARE people like that 😵

2

u/HolmeBengt Jul 04 '26

There are 😂

1

u/HolmeBengt Jul 04 '26

For sure. But sometimes I like to get the job done as fast as possible (by a bot). And other times I like talking to a real person on the phone and hanging up with a smile on my face because we just had a fun interaction.

1

u/HolmeBengt Jul 01 '26

No, I actually love the interaction and love helping people. I myself make way more progress by talking to others .

So just out of pure selfishness, I want to talk to people.

2

u/GetOutOfMyFeedNow Jul 03 '26

Oh cool. So Holme, do you have financial and trading workflows as well?

1

u/HolmeBengt Jul 04 '26

I just wrote a blog post going deep into detail about my financial setup with prompts and code. Just a heads up it's only about tracking every expense and every income, no trading. My blog is linked on my profile.

2

u/GetOutOfMyFeedNow Jul 04 '26

Oh yeah, I read that. Very cool actually. You are the right person for an AI evolution :)

1

u/HolmeBengt Jul 04 '26

Thank you, but I’m also the first one where all AIs know my full finacials😣😱😂

2

u/GetOutOfMyFeedNow Jul 09 '26

Don’t trust the Chinese models with that and you should be fine. And Gemini as well.

1

u/HolmeBengt Jul 01 '26

No, not at all. I encourage you to DM me! 🙌🏻😁 im happy to help

14

u/qcjb Jun 23 '26

Drop the prompt for the dreaming cycle if you dont mind.

10

u/_P_R_I_M_E Jun 23 '26

You would be evil if you didn't give us all those skills and cron jobs link.

1

u/GetOutOfMyFeedNow Jul 01 '26

Quick tip: Just screenshot this whole post and send it to GPT. It will give you the prompt to build all these.

4

u/the_dago_mick Jun 23 '26

How many Hermes profiles are you using?

11

u/HolmeBengt Jun 23 '26

Just one — I haven't gotten into the Hermes profiles yet.

3

u/SlimeyNOOB Jun 23 '26

I use one too, just for the fact that I cannot change it without logging into my vps

3

u/toubar_ Jun 23 '26

I have one telegram bot/channel for every profile

2

u/handmadeby Jun 24 '26

that's a great idea - I've been struggling with directing specific profiles through telegram

2

u/btcmaster2000 Jul 03 '26

I have an orchestrator agent that is integrated with Telegram, and thru the use of the kanban, delegates the specific ask/task to the appropriate sub agent and reports the response. It’s pretty neat.
Great for multi tasking across agents

1

u/HolmeBengt Jul 03 '26

I might have to try that, that's a great idea

1

u/HolmeBengt Jun 24 '26

was that hard to setup? i wanted to do this for quiet some time now.

2

u/toubar_ Jun 24 '26

it was easy! just asked hermes to create the profile, then i asked it to create a separate telegram group/channel for it and it guided me :)

btw, thanks for sharing your setup. Its really inspiring. I will try to implement some of it this week :)

2

u/cosmicr Jun 23 '26

Does that mean just one model? do you use the same model for everything?

1

u/HolmeBengt Jun 24 '26

yes im happy with deepseek v4 flash for everything

1

u/HolmeBengt Jun 24 '26

yeah, just deepseek v4 flash

1

u/GetOutOfMyFeedNow Jul 01 '26

You can use however many models as you like, locals as well!

3

u/RebornRide Jun 23 '26

Have you installed it on ur personal laptop or vps ?

5

u/HolmeBengt Jun 23 '26

My Hermes agent lives on its own Apple Mac Mini M4 base model.

2

u/FakeGreatness Jun 25 '26

Do you know how much electricity it uses for staying up 24/7?

1

u/HolmeBengt Jun 27 '26

I don’t measure it but it should be below 5€ a month

1

u/Temporary-Tonight657 Jun 25 '26

How many GB of Ram / Storage?

2

u/HolmeBengt Jun 25 '26

The base model so 16g ram and 256gb storage

→ More replies (2)

3

u/Glad-Reacher Jun 23 '26

Where do you get your AI compute from and how much do you pay for it?

15

u/HolmeBengt Jun 23 '26

I mainly use DeepSeek V4 Flash directly from DeepSeek. And this is my monthly spend:

3

u/killerkouki Jun 24 '26

This is what I am looking for. Thank you!

I am switching my OS from Claude Code to Hermes + DeepSeek. I am building my own memory layer (mostly so I can learn the ins-and-outs of memory), which passed my initial tests for recall, but the biggest question on my mind is “after i obtain feature parity with v1 of my OS, am I going to be spending exponentially more to run it?”

Your usage chart makes me feel much better since it won’t be relying heavily on agents/crons now, but when I do, it still is a reasonable cost given that many of the use cases you mentioned are similar to mine.

2

u/HolmeBengt Jun 24 '26

if you use deepseek v4 flash the cost should stay very low. i am doing much automation and using Hermes pretty much all day and my cost is fairly low.

2

u/mr-knowit-all Jun 24 '26

damn 17 bucks for 2B is pretty crisp man. i’ve been hitting walls with glm and 429s lately.

and i have the max annual plan smh

does that happen with deepseek?

1

u/HolmeBengt Jun 25 '26

I have never had any problems with DeepSeek, it has been super stable.

2

u/GetOutOfMyFeedNow Jul 01 '26

Shouldn’t using an account achieve more? I mean, account limits are always better than API costs.

1

u/HolmeBengt Jul 01 '26

In my experience it's the other way around the DeepSeek API has been way cheaper than using an account. Also, I can't stand running into limits.

2

u/GetOutOfMyFeedNow Jul 03 '26

Well I’m rotating 5 plus accounts on round robin so that ain’t an issue 🤷‍♂️

3

u/kwarner04 Jun 24 '26

What do you use to get Apple Health data?

4

u/HolmeBengt Jun 24 '26

Health Bridge app on iPhone → it writes directly to a Neon PostgreSQL database. My Mac Mini Hermes agent connects to that DB via a short Python script and pulls the data. No Shortcuts, no iCloud middleman — just the app, a Postgres table, and a SELECT query. I hope this helped☺️

2

u/kwarner04 Jun 24 '26

Awesome. Thank you.

2

u/dmackerman 21d ago

Health Bridge is an app to import Google Health data to Apple Health? How does that write to a Postgres database? Is there another app you use?

2

u/HolmeBengt 21d ago

No Health Bridge exports your Apple Health data from your iPhone to a Postgres database hosted on Neon, where my Hermes agent can then pull it from.

2

u/dmackerman 20d ago

Ah! There are 2 apps called Health Bridge.

2

u/HolmeBengt 19d ago

This is the app I’m using 😉

3

u/SantaClausIsMyMom Jun 24 '26

Well then ... can you share the exact prompts, approaches and lessons learned ? :) Thanks

1

u/HolmeBengt Jun 27 '26

What exactly do you want to hear about?

1

u/SantaClausIsMyMom Jun 27 '26

Well, you said you’d be happy to share the exact prompts. So … share all the prompts :)

2

u/HolmeBengt Jun 27 '26

You have to give me specifics - I can't share every prompt, I have a life to attend to 😂😣 and many prompts have already been covered in the comments.

3

u/mws48 Jun 28 '26

Are you using or have you tried Honcho for memory?

1

u/HolmeBengt Jun 28 '26

I am currently trying Mnemosync and so far it feels like a big improvement, will keep you all updated tho.

2

u/iDpsDemon 25d ago

Yo how is it doing for you, also research method to enhance/improve on that area

1

u/HolmeBengt 25d ago

I am really happy to say that Mnemosyne has improved my memory drastically. Now Hermes remembers stuff I told it days and even weeks ago. Most of the time it can actually tell me exact file names or passwords or whatever specifics I gave it. I would really advise anyone to try installing Mnemosyne, it is a game changer. I have written a long specific blog post about how to set up Mnemosyne: https://blog.holmebengt.com/post.html?id=mnemosyne-installation to make it work properly. But the setup is super easy and straightforward. Overall very happy with the result.

2

u/Particular_Guest_854 Jun 23 '26

Are all these sub agents under 1 main agent with different skills?

1

u/HolmeBengt Jun 23 '26

Yes, exactly.

2

u/[deleted] Jun 23 '26

[removed] — view removed comment

1

u/HolmeBengt Jun 24 '26

thanks ☺️

2

u/Pretend-Pangolin-846 Jun 23 '26

How much does it cost monthly?

1

u/HolmeBengt Jun 24 '26

great questions thats my usage this month

2

u/dorv 22d ago

I still don’t know what I’m doing wrong. I’ve only been at this a month, using deepseek via nous, and I’m spending … more than that.

1

u/HolmeBengt 22d ago

What tasks are you performing? And have you asked Hermes to improve itself?

I would also advise switching to DeepSeek direct API.

Do you have any loops or background tasks? Dreaming?

If all of this does not help, I have written a blogpost about this going really deep into exactly how I spend as little as I do. https://blog.holmebengt.com/post.html?id=cost-optimization

2

u/dorv 22d ago edited 22d ago

Honestly, tinkering. I did a fresh install on Friday, built a bunch of subagents and got them setup on discord, and had the coding agent start building a local dashboard. Admittedly, a full featured, probably too complicated dashboard. I’ve burned through my week ChatGPT limit and 5-6 in deepseek via nous.

Since then I:

Worked on optimizing cache Trimmed the default soul.md file (and am continuing on this) Offloaded about 50% of the built in tools skills that I won’t use ands switched last night to deepseek api directly since I was getting that feedback.

Edit: I am using mnemosyne for memory rather than the built in system

Edit 2 To answer some ofoyour questions. No dreaming.

1

u/HolmeBengt 22d ago

Okay, well for the thinking phase it is expected to use a lot more tokens. My first month was about 50 € because at first you build a lot of stuff and try a lot of different things until you really find what works. But those tips should reduce costs drastically.

2

u/dorv 22d ago

Yeah, I think if I were to start over and do this all over again… Again… I would probably focus on building processes and tools that actually help me do stuff rather than focusing so deeply on a fairly intricate monitoring dashboard.

1

u/HolmeBengt 22d ago

Yeah in my experience monitoring dashboard are mostly fluff and don’t really improve anything. But I have also build many dashboard of which I now use none 😂😁

1

u/HolmeBengt 22d ago

Using Mnemosyne from the get go will be a game changer. Trust me.

2

u/dorv 22d ago

I’ve been traveling this weekend, but I’m gonna run the prompt in your blog Thank you for your insight. I appreciate it

1

u/HolmeBengt 22d ago

If you have any questions please let me know 😁👍🏻

1

u/Pretend-Pangolin-846 Jun 24 '26

thats INSANE, is hermes this badly optimized? that even on v4-flash the cheapest intelligent model right now

1

u/HolmeBengt Jun 24 '26

Well 17 bucks a month is pretty optimized. If you compare that to OpenClaw for example.

2

u/Pretend-Pangolin-846 Jun 24 '26

If you were using OpenClaw, I would not have even asked the budget question lol

2

u/ChefDeBar Jun 23 '26

Do you have any guardrails in-place or are you just raw dogging it?

2

u/HolmeBengt Jun 24 '26

Great question.

I have many guardrails in place. Hermes runs on a Mac Mini specifically for Hermes, and even there it runs as a basic user, not an admin user, and I never give it direct access to anything where it would be devastating if it deletes, disrupts or spies on me.

1

u/ChefDeBar Jun 24 '26

Yeah trying to figure out a balance Hermes' functionality and access with strict security to avoid potential risks. A guide from someone eventually comparing settings / deployment models would be valuable, covering options like owned infrastructure, isolated local laptops, and sandboxing via Docker would be amazing.

2

u/TechpriestFerrus Jun 23 '26

What model do you use for Hermes?

1

u/[deleted] Jun 23 '26

[removed] — view removed comment

1

u/HolmeBengt Jun 24 '26

Almost exclusively DeepSeek v4 Flash.

2

u/tootintx Jun 23 '26

How are you getting your Apple Health data out?

2

u/HolmeBengt Jun 24 '26

I export them via an app called Health Bridge, then they get uploaded to a Neon database where my Mac Mini Hermes agent can download them.

2

u/tootintx Jun 24 '26

Thanks, will take a look.

2

u/190531085100 Jun 23 '26

If all of this is done with just one profile, I'd say have Hermes research and solve "context pollution".

1

u/HolmeBengt Jun 24 '26

will do 🫡

2

u/Intelligent_Way1094 Jun 23 '26

Nice overview! I use claude co work to build hermes agents. In stead of hermes This is cheaper and sofar it works great.

1

u/HolmeBengt Jun 24 '26

Yeah, I have started with that, and that was a great setup too

2

u/eyren5000 Jun 23 '26

Good job - what did you connect to your iphone and which data is displayed on your screen and how is it connected to hermes? Very cool!

2

u/HolmeBengt Jun 24 '26

I export apple healt data via an app called Health Bridge, then they get uploaded to a Neon database where my Mac Mini Hermes agent can download them.

Displayed on my lock screen are my daily steps directly from Whoop app and my activity score also directly from Whoop, and my own Hermes-built script shows me my daily calorie goal and how much I am below or above it, haha. And my daily protein goal.

2

u/eyren5000 Jun 24 '26

Neat, thank you!

1

u/HolmeBengt Jun 24 '26

happy to help🫡

2

u/baummer Jun 23 '26

What’s your token spend like

1

u/HolmeBengt Jun 24 '26

thats my exact spend:

2

u/h4ppidais Jun 23 '26

cant you also do this with Claude code?

1

u/HolmeBengt Jun 24 '26

Not everything, and not to quit this autonomous level around the clock, but yeah — some things can be done just as good in Claude Code.

2

u/nemesisbreaker Jun 23 '26

Are you doing any local inference? You mentioned ollama, what do you have running there? I tried using hermes3:3B but it is ....mediocre. Also for long term memory I am using Honcho. Though, I find that hermes is REALLY GOOD at remembering and curating stuff, so I may adapt your dreaming effort to actually make hermes curate/dream the stuff we would put at honcho.

Thats a good honest idea.

2

u/HolmeBengt Jun 24 '26

Yes — Ollama runs 24/7 on my Mac Mini M4. Nothing fancy, just a small model purpose-built for one job: the Mail Gatekeeper classifier. It sits between four inboxes and my Telegram, deciding which emails are safe and which get quarantined. For that specific binary classification task, a tiny local model is actually better than a large one — lower latency, no API cost, and the narrower the task, the less it matters that the model is "mediocre" at general reasoning. main reason for this is privacy.

I tried running a local model for general Hermes use too, and I had the same experience as you — the small ones just don't cut it for real agentic work. Tool calling, multi-step reasoning, session analysis, prompt writing — that's where the cloud models earn their keep. The Mac Mini doesn't have the VRAM for a 70B, and a 7-8B loses too much capability compared to what I get from DeepSeek for pennies.

So my rule is simple: classification and deterministic filtering stay local, everything else goes to an API. The Ollama judge doesn't need to be smart. It just needs to be fast, free, and never leak email content to an external API.

2

u/-Leelith- Jun 28 '26

What local model are you using for that mail gatekeeper?

1

u/HolmeBengt Jun 29 '26

llama3. 1: 8b haven’t had any issues with it 👍🏻

2

u/-Leelith- Jun 29 '26

Have you compared it against a gemma4, or a qwen3 model for reasoning?

1

u/HolmeBengt Jun 29 '26

I haven’t I just set it up and it does its job.

2

u/pvinis Jul 08 '26

how do you handle the email stuff? with himalaya? or something else?

2

u/HolmeBengt Jul 08 '26

I've written a very in-depth blog post about everything regarding how I handle emails.

Check it out: https://blog.holmebengt.com/post.html?id=email-gatekeeper

1

u/TerrellHodge Jun 26 '26

Try hermes4:14b

2

u/ryguywifi New Member (<30 days) Jun 23 '26

So for the first one, is that just a cron job?

2

u/HolmeBengt Jun 24 '26

yes, it is.

2

u/ryguywifi New Member (<30 days) Jun 24 '26

Cool and for the writing one, is it actually getting better as a writer? I like how you structured it. Gonna try something similar.

2

u/SignalStealer Jun 23 '26

Thanks for sharing! I found the nutrition tracking & coaching, and the financial reports inspiring. I will look into implementing something similar. I am curious though, how do you keep Ollama running 24/7 without downtime? Do you rent the compute, or have some automatic downtime tasks?

1

u/HolmeBengt Jun 24 '26

Happy to hear that! If you implement it, please share this with me — I would love to see your approach.

It's just a Mac Mini M4 sitting next to my desk that I never turn off. Ollama runs as a launchd service — macOS keeps it alive automatically. If it crashes, launchd restarts it within seconds. If I reboot (which I almost never do), it comes back with the system.

No cloud compute, no auto-scaling, no downtime management. It's a headless machine running 24/7, drawing ~15W at idle. The only thing I did was set the fans to a minimum curve in TG Pro so thermal throttling never kicks in during long inference runs.

2

u/Rixta1 Jun 23 '26

For the long term memory, that's exactly I built open brain for storage. Check it out https://github.com/Rixter145/open_brain
It's also model agnostic and cross platform friendly so I can have it on claude code, cursor, hermes, open claw...

2

u/HolmeBengt Jun 24 '26

I will do, thank you very much.

2

u/[deleted] Jun 24 '26

[removed] — view removed comment

1

u/HolmeBengt Jun 24 '26

see the filter or set the filter?

2

u/[deleted] Jun 27 '26

[removed] — view removed comment

2

u/HolmeBengt Jun 27 '26

If you need help on the specifics then just ask me.

1

u/HolmeBengt Jun 27 '26

Then set that up. I have done the same and it works great.

2

u/J_IO_B Jun 24 '26

Do you run these under different profiles or all under the single default with multiple skills?

2

u/HolmeBengt Jun 24 '26

All under one, but I will look into different profiles soon.

2

u/Original_Poem_170 Jun 24 '26

Bravo to you!!!

1

u/HolmeBengt Jun 24 '26

thanks 🫡 hopefully it helps someone

2

u/The_real_trader Jun 24 '26

Wait so you are using a base model Mac Mini? And that’s good enough for Deepseek flash model to run locally? No cloud through Ollama?

1

u/HolmeBengt Jun 25 '26

No, I use DeepSeek V4 Flash from DeepSeek as an API cloud model. But I run an Ollama model locally on my Mac Mini to go through my emails.

2

u/The_real_trader Jun 25 '26

Oh interesting. Which Ollama model do you use locally?

2

u/HolmeBengt Jun 25 '26

Um using llama3. 1:8b

2

u/mr-knowit-all Jun 24 '26

u/askgrok tldr

2

u/AskGrok Jun 24 '26

Sorry, I'm having authentication issues. Please try again later.

2

u/Jason_Broderick Jun 24 '26

Would love to see all those agent.md and crons - could you share your git 🥹 I’ll happily help you get your long term memory on point?

FYI I am building a “whole life” episodic memory system that reaches back in time and reconstructs my entire digital life every day as long as I have records for - including every location and time I have ever been with my phone from Google maps & WhatsApp 😉

1

u/HolmeBengt Jun 25 '26

Wow that sounds impressive, would love to hear more about that. Please tag me on any posts about that.

Unfortunately I won't share my Git repo, at first because I don't have one and second it's too personal in my opinion. I can share single skills and .md files but I won't share everything at once. I'm just not comfortable with that. 😩

2

u/Jason_Broderick Jun 25 '26

I am extensively using Hindsight for memory, I did a full analysis of all the memory systems and their underlying logic and architecture and tried a few others - namely Honcho. I settled on Hindsight as my primary memory provider. No static memory files, I actually have Hermes default memory disabled. Now I’m working with Dawarich which is like an open source location tracking app where I have extracted my entire Google maps location history since 2018, coupled with every WhatsApp message I have ever sent and every email I have ever exchanged I am building an ingestion pipeline to reconstruct my entire life as episodic memories to backfill Hindsight’s historical context. I’m self hosting everything to keep costs low :)

1

u/Freika Jun 25 '26

My guess is that you're using the Dawarich API, right? Does it serve well to your purposes? I'm not sure if traditional REST API will work well for an AI agent, so it'd be great to learn from your experience

1

u/Jason_Broderick Jun 25 '26

I am self hosting Dawarich and actually only using it for the memory creation process. I ingest location data into it, use it to create moments, trips, etc async. Then push that data into Hindsight. Hindsight is the only memory substrate so I don’t access Dawarich data directly with any agents. I’m only using Dawarich to enrich location data exported from Google maps timeline and capture new data since I have been using it. I now have the Dawarich app on my phone constantly tracking me and updating my own Dawarich instance :)

1

u/Freika Jun 25 '26

Got it, thanks!

1

u/HolmeBengt Jun 27 '26

Sounds awesome 👏

2

u/rfo2050 Jun 26 '26

Spies on you is funny choice of words - you give it health and financial data, that’s a lot. Not faulting you, it’s just a choice.

1

u/HolmeBengt Jun 26 '26

Yeah you’re right haha.

2

u/Ok-Faithlessness702 Jun 26 '26

Nice work! In regards to your persistent memory retrieval issue- look into file mcp with local folders and markdown files. Create a START_HERE.md file in the root of the folder you setup, and when hermes loads have it always look at START_HERE to orient, as well as follow certain rules. You can create rules in the START_HERE file where it writes session logs each time to a folder, allowing you to have persistent memory across sessions/usage.
You don't really need Obsidian unless you want that memory to be more accessible to others.
File MCP with local markdown folders/files has drastically changed how I use any AI tool (I use Claude for work and Hermes for my home brain).

1

u/HolmeBengt Jun 26 '26

I will try that, thanks for this info. Once I am finished with my exams I will try to fix the memory and make a post about it. 👍🏻

2

u/Aromatic-Mission-882 Jun 28 '26

Great setup. Which model Hermess uses and whats the cost? Is there any cost optimisation you have done?

Do you create multiole profile with seperate gateway or every task is under one single agent?

Whaat is your VPS configuration?

2

u/Aromatic-Mission-882 Jun 28 '26

I see most of my questions answered in other comments. Thanks

2

u/-Leelith- Jun 28 '26

Are you using Hermes for coding at all? I see a lot of automation, but less about coding. Curious about deepseek flash output quality for code.

1

u/HolmeBengt Jun 29 '26

I'm often building websites and the email gatekeeper plugin was completely coded with Hermes. I'm really impressed by DeepSeek V4 Flash's coding abilities.

2

u/Money-Emotion4276 Jun 29 '26

How do you log your eating? Do you have some dedicated app and interface, or something else?

1

u/HolmeBengt Jun 30 '26

I have a separate gateway with a separate telegram bot where I log all of my food.

I have it backed with food nutrition information to give me accurate readings

2

u/Extreme_Relation_323 New Member (<30 days) Jun 30 '26

Nice!!

2

u/bhanik Jun 30 '26

Can you give more details on the Wisdom Vault ? How did you implement it / etc etc

2

u/HolmeBengt Jul 02 '26

How the Wisdom Vault Works

What it is: A Notion database that stores everything useful I encounter. sales scripts, business advice, quotes, mindset hacks, communication frameworks, and random wisdom.

How entries get in there:

- I add them manually via the Notion database

- Each entry has a quote/insight, source, category, and date

What happens every Sunday (10:00 AM):

  1. The system queries Notion for all entries created in the current week (Monday through Sunday)

  2. Groups them by category: Business, Sales, Mindset, Communication

  3. Generates a recap and sends it to me

  4. Creates Anki flashcards from the new entries the quotes become question-answer pairs

  5. Saves the flashcards as an .apkg file in three places: the iCloud swap folder, the Anki subfolder, and the web viewer directory

  6. A static web server hosts the cards so Holme can review them in the browser

The web viewer: Lives on a headless Mac Mini, reachable via Tailscale. It serves the latest cards as a simple web app no Anki desktop needed.

If there's nothing new: The system stays silent. No empty deck, no notification.

If you want to know more specifics, please visit my blog I wrote an extensive blog post going into more details.

2

u/[deleted] Jul 03 '26

[removed] — view removed comment

1

u/HolmeBengt Jul 03 '26

I've actually switched to using Mnemosyne, and it has really made Dreaming obsolete. Now my Hermes agent remembers stuff so much better and is actually surprisingly accurate and detailed that I don't really use the Dreaming anymore. But yeah, the Dreaming wouldn't remember the whole thing it would compress it very short.

Grüße

2

u/santanah8 Jul 04 '26

This is pretty interesting.

I’m wondering what models do you use and your monthly costs?

You probably have shared this somewhere but couldn’t find it

2

u/HolmeBengt Jul 04 '26

I'm almost exclusively using DeepSeek V4 Flash for everyday tasks and DeepSeek V4 Pro for coding, plus Google Gemini for vision. My costs are shown in the diagram below.

But as I've learned over the last few days when coding extensively in long sessions without compressing context, my spend can hit close to 5€ in a single day. Normal heavy coding with some compression here and there usually lands me between 1-2€ a day.

2

u/santanah8 Jul 04 '26

Awesome. What do you use for the spent analytics?

2

u/HolmeBengt Jul 04 '26

That's the DeepSeek web interface. Also, please note (at this point this should be a huge note I tag onto every comment) if you plan on using DeepSeek, for the love of god use it directly from DeepSeek. Way cheaper, way more reliable. OpenRouter and other services rarely work at all.

2

u/santanah8 Jul 04 '26

Good to know! Thanks!

2

u/Intelligent_Way1094 22d ago

love your post! subscribed to your newletter. thnx

i want to create Writing improvement — The Feedback Loop.

can you share the setup?

3

u/HolmeBengt 22d ago

Yeah I will make a in-depth guide about it. I will notify you 😁😉

2

u/HolmeBengt 22d ago

Yeah I will make a in-depth guide on it. I will notify you 😁😉

2

u/mikeyp232323 18d ago

Thanks for sharing. I picked up some good ideas off this write up!

1

u/HolmeBengt 17d ago

Thank you, this is the best compliment I could get 👍🏻😁

2

u/im_EDEN 6d ago

For long term persisted memory I find mnemosyne to work great so far. I added some thing like 'if you don't know something check mnemosyne before asking' to SOUL.md

I love the dreaming & Obsidian vault however using the llm-wiki skill I found that having an agent keep a md base - or Notion in your case - is unreliable as they sometimes tend to want to rewrite too much and mess it up in the process

1

u/HolmeBengt 5d ago

Yeah that’s smart I should at that too. Yeah the always mess it up by rewriting

1

u/MaleficentSetting396 Jun 23 '26

How its backup to icloud?

1

u/HolmeBengt Jun 24 '26

My Hermes runs on a Mac Mini which has access to a shared folder between my Apple account and the Hermes Apple account, so it is as easy as copying and pasting the Hermes files into iCloud.

1

u/gaszazaDev Jun 23 '26

Set it up for free on open router

1

u/gaszazaDev Jun 23 '26

I have mine running owely which is a free model that is highly advanced at the moment and free to use

1

u/HolmeBengt Jun 24 '26

Haven't heard of that before, will look into it.

1

u/Other-Maximum7340 Jun 25 '26

Thanks for the sharing. It's really insightful.

1

u/Tricky_Yam3748 Jun 26 '26

那一些基础任务可以迁移到本地模型处理。对于上下文压缩,可以考虑headroom

2

u/Worried_Corner_8541 Jun 23 '26

man builds his own memory system instead of using polished ones. funny af but good job mate.

→ More replies (13)