From 54027859cca45d4a39a74895e9bf4adebd593e88 Mon Sep 17 00:00:00 2001 From: Oliver Date: Thu, 9 Jul 2026 07:28:12 -0300 Subject: [PATCH] =?UTF-8?q?blog:=20Building=20a=20Company=20series=20intro?= =?UTF-8?q?=20=E2=80=94=20how=20we=20use=20Hermes=20at=20derez.ai?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- blog/index.json | 9 ++ blog/posts/building-a-company-intro.html | 133 +++++++++++++++++++++++ data/youtube-scan.json | 4 +- 3 files changed, 144 insertions(+), 2 deletions(-) create mode 100644 blog/posts/building-a-company-intro.html diff --git a/blog/index.json b/blog/index.json index 6cf22a9..539d6e3 100644 --- a/blog/index.json +++ b/blog/index.json @@ -1,5 +1,14 @@ { "posts": [ + { + "id": "building-a-company-intro", + "date": "2026-07-07", + "area": "story", + "agent": "hermes", + "headline": "Building a Company \u2014 How We Use Hermes at derez.ai (Series Intro)", + "teaser": "We\u2019re launching a series about how derez.ai runs its business on top of Hermes Agent. This post kicks it off \u2014 real workflows, real numbers, real lessons from dogfooding our own product.", + "link": "blog/posts/building-a-company-intro.html" + }, { "id": "hermes-v0.18-business-review", "date": "2026-07-02", diff --git a/blog/posts/building-a-company-intro.html b/blog/posts/building-a-company-intro.html new file mode 100644 index 0000000..dc855d4 --- /dev/null +++ b/blog/posts/building-a-company-intro.html @@ -0,0 +1,133 @@ + + + + + + + + Building a Company — How We Use Hermes at derez.ai (Series Intro) | derez.ai Blog + + + + + + + + + + + + + + + +
+ ← Back to Blog +

Building a Company — How We Use Hermes at derez.ai

+
+ July 7, 2026 + story + Hermes +
+ +

We sell Hermes Agent instances. So we use Hermes Agent to run our business.

+ +

That sounds obvious, but it's not as common as you'd think. A lot of companies build a product they don't actually use themselves. The sales team uses Salesforce. The support team uses Zendesk. The product they sell is something other people use.

+ +

At derez.ai, we decided to go the other way. Every Hermes agent we sell is the same product we use internally. Our cold emails are written by a Hermes agent. Our CRM is managed by a Hermes agent. Our inbox is sorted by a Hermes agent. Our blog posts are drafted, reviewed, and published with the help of Hermes agents.

+ +

This series is the story of how that works.

+ +

Why a series?

+ +

Because the real story isn't "we use our own product" — that's a one-liner. The real story is the how:

+ + + +

Each post will cover one workflow, start to finish. The setup, the prompts, the mistakes, the fixes. Real numbers, not theory.

+ +
+

What to expect

+

Posts in this series will be tagged with the story badge. Planned topics include:

+
    +
  • How our sales agent uses Hermes to send cold emails every day
  • +
  • Building a CRM agent that talks to our n8n backend
  • +
  • The hourly inbox sorter — spam classification, client routing, auto-reply
  • +
  • How we use cron jobs to run business processes 24/7
  • +
  • Dogfooding mistakes: what broke, what we fixed, what we learned
  • +
  • Why we deleted the old cron job that sent 5 emails per hour (too many)
  • +
+
+ +

This is not a tutorial

+ +

There are plenty of Hermes Agent tutorials — speed runs, guides, how-tos. This series is different. It's a case study of a real company using the tool to run actual business operations. Think of it as the behind-the-scenes look at how derez.ai works.

+ +

Some of it will be specific to our setup. Some of it will be useful patterns you can adapt. All of it will be honest — including the parts where we got it wrong.

+ +

Where we are today

+ +

As of this post, we have:

+ + + +

It's not a perfect system. We still have spam filters learning our patterns. We still send emails that get no reply. But it's a working system — and every week it gets better because the agent itself helps us improve it.

+ +

That's the part I find most interesting. The sales agent doesn't just send emails. It also reviews the results, suggests improvements, and updates its own approach. The cron job that reviews ICP strategy every Saturday? It's run by the same Hermes agent that sends the cold emails.

+ +

The agent is not a tool we use. The agent is a colleague who works on the business with us.

+ +
+

Next up: How we set up a dedicated sales agent profile with its own personality, skills, and cron jobs — and why a separate profile was the right move for our workflow.

+
+ +
+

Want to build your own sales agent? We're using the same product we sell. Get your own Hermes Agent instance at derez.ai — full SSH, dashboard, backups, and a prompt builder that makes setup take minutes, not hours. Use code blog950 for your first month free.

+

Get Started →

+
+ +

+ derez.ai — + Blog — + Permalink +

+
+ + \ No newline at end of file diff --git a/data/youtube-scan.json b/data/youtube-scan.json index cabacba..0a773a9 100644 --- a/data/youtube-scan.json +++ b/data/youtube-scan.json @@ -1,5 +1,5 @@ { - "scan_date": "2026-06-29", + "scan_date": "2026-07-06", "latest_videos": [ { "title": "I Connected my Hermes Agent to Odoo in 10 Minutes — Here's How", @@ -9,4 +9,4 @@ ], "new_since_last": 0, "channel_url": "https://www.youtube.com/@derez_ai" -} +} \ No newline at end of file