cd /news/ai-agents/the-agent-that-grows-with-you Β· home β€Ί topics β€Ί ai-agents β€Ί article
[ARTICLE Β· art-18880] src=dev.to pub= topic=ai-agents verified=true sentiment=↑ positive

The Agent that grows with you

A developer has built a personal AI newspaper using the Hermes agent, a self-improving AI system that features a built-in learning loop called GEPA (Generate, Evaluate, Prune, Accumulate). The agent retains memory from past tasks and uses FTS5 full-text search to find context from large text corpora, discarding obsolete information to become smarter with each run. The system supports 20+ platforms, includes 40+ built-in tools, and can run on infrastructure as low-cost as a $5 VPS or serverless environments through Daytona or Modal.

read2 min publishedMay 31, 2026

This is a submission for the Hermes Agent Challenge

A very good evening everyone!

Hermes agent latest version is new in town and I can't keep it to myself that I am very glad that I could complete the build challenge yesterday by showcasing personal AI newspaper in which the user receives personalised news according to their cup of tea everyday.

Well! Let's not go there. It's been more than 5 months learning Agentic AI and I barely scratched the surface with making useful projects in this particular domain.

If you know you know that Hermes agent is the self improving AI agent. Plus its session search is 4,500x faster this time and the agent is absolutely free. It is having built-in learning loop yes I am discussing about GEPA memory.

              Generate β†’ Evaluate β†’ Prune β†’ Accumulate

Generate β€” an agent attempt to do some task and learns skill based on it

Evaluate β€” assigns grades to the skill whether it is helpful or not

Prune β€” it deletes the unnecessary skill which won't be used likely

Accumulate β€” it saves the skills for the next runs

Basically it is a learning loop which learns as a human does.After each run the agent gets smarter because it retains the memory of the job done in the past.

It does not only utilise skill memory but also uses FTS5 full-text search on past discourse which means the context can be found at ease from the long corpus of given text.

It works as a curator agent running in the background and uses GEPA to make the context stronger and relevant. In other words I should say The agent itself discards the memory which is considered obsolete.

Interface layer β€” user communicates with the agent (CLI, Telegram, WhatsApp etc.) supports 20+ platforms.

Agent core β€” LLM, planner, and tool dispatcher reside in the agent core

Tool layer β€” 40+ built-in tools such as web search, browser automation, vision, file system, code execution which the agent uses

Memory system β€” GEPA loop

Output layer β€” final result in the form of text, files, emails and code

It costs nothing when you keep it idle and provides MCP support as well.You can run it on a $5 VPS, a GPU cluster, or serverless infrastructure through Daytona or Modal. Even if you are not working for example using phone for some research task your work will be finished after you come back without keeping local machine running. That's the power of Hermes Agent

Courtesy: Claude for Architecture Diagram

── more in #ai-agents 4 stories Β· sorted by recency
sponsored brought to you by zahid.host 4,200+ EU-deployed projects
reading about agents? ship yours in a single git push.

Run your AI side-project on zahid.host

EU-based hosting, git-push deploys, automatic HTTPS, no cold starts. Free tier with a custom domain β€” perfect for shipping the agent you just read about.

$git push zahid main
β†’ Live at https://your-agent.zahid.host βœ“
Get free account β†’ Pricing
from €0/mo Β· no card required
LIVE [news/the-agent-that-grows…] indexed:0 read:2min 2026-05-31 Β· β€”