English is not my native language, so there could be a language barrier. To me, there is only one person here that sounds bitter.
I might sound like an oldtimer, I give you that. But I don't sound like an AI shill that is doomed to live forever...
Maybe I am oldschool, but I look at that list and think, why on earth would I want to do it that way?
I am not against AI. I also use it for stuff.
But for these tasks? These are almost all task where I would want a deterministic result.
To me...
I read the thread, and I guess I'm stumped on a fundamental point:
What does this tool actually DO?
your project description simply states:
Two backends behind one tool surface:
BackendMechanismFor
ManagementProxmox REST API + scoped...
This has nothing to do with Elitism, but that I'm a big fan of using the right tool for the right job. If you want to have a NAS in your home together with a few self-hosted services (let's say a HomeAssistantOS, maybe jellyfin or plex, an...
That is IMHO the job of sane defaults, not AI.
As to the rest of it, this is all mostly none issue if you simply follow basic best practices. Especially if you are new and don't know what you are doing.
- use mirrors and not RAIDZ for...
You brought it up, not me.
Just a friendly advice, based on my personal experience. Nothing more, nothing less. Feel free to ignore it.
But back to topic. Let us not put the cart before the horse. Why should I even want to manage PVE with an AI...
Not trying to be a dick, but I would never run software maintained by a single person with mental health issues.
But back to topic. Let us not put the cart before the horse. Why should I even want to manage PVE with an AI agent? Proxmox is...
Thanks for sharing your project here. I appreciate that you openly state this is a human+AI hybrid project. However, looking closely at the concept, the GitHub profile, and the architectural choice, I see three potential scenarios here—all of...
I'm not interested in using an AI agent at all on my hosts because my data is too important for me: https://www.euronews.com/next/2026/04/28/an-ai-agent-deleted-a-companys-entire-database-in-9-seconds-then-wrote-an-apology
In other words: I...
for Windows, the simplest route is probably a WireGuard VPN on your router. If your router is unable to do WireGuard, fire up a Debian VM and install WireGuard there.
If your ISP is too stupid for IPv6, I hope for you that you at least don't...
Depends on what VM you want to reach, how and why.
For a Linux VM, the probably simplest solution is to configure sshd to accept no passwords, open up the port 22 to your static IPv6 of that Linux VM (that is assuming your ISP is not a total...
Vielleicht übersehe ich ja etwas, aber „clientlos“ wird es eher nicht gehen, „agentlos“ aber schon. ;-)
Warum nicht einfach ein Tool wie Uptime Kuma nutzen? Das Tool kann ICMP-, HTTP- und noch einige andere Checks durchführen und funktioniert...
Ich in Form von managed und unmanaged Switches ohne Layer3. :D Das reicht mir nämlich hier in meinem Heim-Netzwerk. :)
Wenn es dann eher um ein größeres Netzwerk und nicht um "Spielerei" zu Hause gehen sollte, dann könnte man auch sagen/fragen...
Willst du die Route auf Veränderungen überwachen, oder willst du wissen, ob der Server erreichbar ist? Das ist ein Einzeiler:
~$ export SERVER=irgendeinserver; while true; do echo -n "$(date) "; ping -c 1 -q -W 2 "$SERVER" &>/dev/null &&...