logoalt Hacker News

apexalphatoday at 8:43 AM3 repliesview on HN

As I play more with Agents like Hermes and Openclaw I've come to realise these truly are the new GUI.

I have Radarr and Sonarr running on my homeserver. I switched my model to cloud Claude, pasted the API docs of said apps and told it to make 'search, add, remove, update, and statusupdate' available in a small MCP.

It took 7 minutes, I switched back to my local Qwen3.6 model and I haven't touched the webinterface of Radarr and Sonarr in weeks. I just ask the model.

Everyone now gets a chat with my (telegram) AI bot in stead of relaying requests through me.

I have been looking into a decent local device. DGX Spark, Mac Studio etc... I think I am willing to spend on this, it really does feel like the 'iPhone moment' for me: I am not going back to individual front-ends for everything when my AI bot is a unified frontend for all API based software.


Replies

ionwaketoday at 12:28 PM

Your setup sounds awesome can I ask - would a high powered mac studio help yoru setup alot or not really? Im just wondering whether i truly need to upgrade from a 32gb macbook air to a studio with 256gb ram or , if thats just overkill for the models we have ( also the studio would be a m2 which is years old now).

echelon_musktoday at 10:24 AM

> in stead of relaying requests through me.

Overseerr is a thing.

show 1 reply
klueinctoday at 9:47 AM

How are you handling secrets? I want hermes to do stuff on the internet but I am not enthused about dumping the requried keys in .env.local or using process wrapper services like infisical yet. Encapsulating hermes in a docker sandbox feels slippery and I'm always left thinking if i've hardened my server enough.

show 1 reply