
blog.jakesaunders.dev
August 21, 2026
11 min read
47/100
Summary
Jake Saunders built a mostly self-hosted agentic development environment that turned a single prompt into a deployed calorie-tracking application. Hermes, an OpenClaw-style assistant using OpenAI Codex for inference, created a Forgejo repository, generated a SvelteKit application with Drizzle, Postgres and Tailwind, wrote tests, configured CI, fixed failed tests, containerized the software, and deployed it through Coolify. After a later report of a CSRF bug, Hermes diagnosed the issue, added regression tests and redeployed the application. The environment runs on a separate 2021 10th-generation i7 machine with 32GB of RAM rather than the homelab server hosting other services. Coolify provides self-hosted Docker-based deployment, Forgejo supplies Git and CI runners, and Firecrawl provides web scraping and search access. Tailscale and Pi-hole make internal services reachable remotely, while DNS-01 validation through Porkbun and Let’s Encrypt issues HTTPS certificates without public A or AAAA records for the services. The setup still depends on external inference and integrations, including Codex, Tailscale, Telegram, Porkbun and Let’s Encrypt; the stated experiment-specific ongoing cost is a £20 Codex subscription. Saunders says the isolation limits the impact of agent mistakes but does not make the system safe: Hermes can still erase the dedicated machine, delete local resources, misuse supplied credentials, make outbound requests, and reach network resources permitted by firewall rules.
Key Takeaways
What the discussion said
The thread treated the self-hosted agentic factory less as a clever orchestration diagram than as a test of whether AI-generated software can be trusted. The strongest consensus was that producing code is no longer the hard part; verifying it is. Readers described agents generating unit, integration, and end-to-end tests that still imposed a heavy human review burden, because an agent can easily encode the same mistaken assumptions in both implementation and tests. A production-faithful, hermetic environment emerged as the most credible answer, alongside ideas for testing against deliberately buggy simulations rather than merely checking that generated tests pass. People were also keenly interested in the practical boundary between local and cloud models. Some reported that recent Qwen variants on consumer hardware are useful enough to replace cheaper cloud-model work, with strong coding output at high token rates on expensive GPUs. Others found self-hosted coding models disappointing and still see frontier-provider models as necessary for difficult work. Everyday agent deployments, from home automation configuration to analyzing sensor history, gave the concept real appeal, but skeptics stressed that feature-breaking bugs remain beyond even top models and that chasing exact requirements makes the final stretch slow and token-hungry. The prevailing mood is hopeful experimentation, not confidence that autonomous software delivery has arrived.
Where opinion split
The central dispute is whether a self-hosted, agent-run software factory is already practical or still a seductive demo. Optimists argue that capable local models, sandboxing, and increasingly mature orchestration can automate substantial routine work today, and that the capability curve is still climbing fast. Skeptics counter that unsolved bugs, weak independent verification, and expensive human oversight mean the system cannot yet be trusted to deliver production software autonomously.
Community Sentiment
Positives
Concerns

State of Homelab 2026
Apr 13, 2026

Building for an audience of one: starting and finishing side projects with AI
Feb 17, 2026

OpenClaw is a security nightmare dressed up as a daydream
Mar 22, 2026

Extensible Software in the age of LLMs
Aug 19, 2026

What I learned by putting GitHub Copilot behind a MitM proxy
Aug 11, 2026