Tech Teams Build Near‑Self‑Hosted, Sandboxed, Autonomous Software Factory
agents
| Source: HN | Original article
A new approach enables an almost fully self‑hosted, sandboxed, agentic software factory, with Coolify dynamically creating services on any subdomain.
A new capability in the open‑source deployment platform Coolify lets an AI agent spin up a fully sandboxed service at any sub‑domain “on the fly,” automatically wiring the environment and exposing the endpoint without manual intervention. The announcement, posted a day ago, showcases a step toward an almost completely self‑hosted, agentic software factory where the creation, testing and deployment of micro‑services are handled by an autonomous assistant.
The breakthrough matters because it removes a long‑standing bottleneck in AI‑driven development: the need for engineers to provision and configure isolated runtimes for each generated component. By embedding the agent directly into Coolify’s orchestration layer, developers can request a feature—such as adding an API gateway to a fraud‑detection service—and watch the system provision a dedicated sandboxed VM, install the required stack (e.g., Vite, Postgres, Temporal) and expose the new service under a unique sub‑domain. This mirrors the architecture described by Ramp’s internal “Inspect” agent, which runs each coding session in a sandboxed VM on Modal, and aligns with NVIDIA’s OpenShell approach of running policies and code in a lightweight K3s cluster inside a single container.
The move signals a broader shift toward fully autonomous, end‑to‑end development pipelines. As we reported on the rise of agentic engineering in March and on AI software‑factory tools three weeks ago, the industry is converging on self‑hosted, sandboxed environments that keep code, policies and execution tightly coupled and auditable.
What to watch next: whether Coolify’s on‑the‑fly provisioning will be integrated into continuous‑delivery workflows, how it handles rollback and incident response in production, and if other platforms adopt similar agentic sandboxes. The next few months should reveal whether the “almost” qualifier drops as the technology matures into a truly hands‑off software factory.
Sources
Back to AIPULSEN