AI agent demos are easy to build. Production systems are not.
Once an agent moves beyond answering questions and starts accessing data, calling tools, and running workflows, the engineering problem changes. Teams need to know what the agent did, what it will do next, and when a person should step in.
That is the gap we are building ZGI to address.
The model is only one part of the system
A useful enterprise agent depends on much more than a capable model:
- knowledge and data access
- workflow orchestration
- tool and API calls
- reusable Skills
- permissions and human approvals
- execution logs and tracing
- cost and resource governance
These are runtime problems. They determine whether an agent can move from a demo into a real organization.
Why we are building ZGI in the open
Open development is not a launch tactic for us. It is part of how we make the product more reliable.
When the code, architecture, and interfaces are visible, important questions surface earlier:
- Can another developer understand the execution path?
- Are inputs and outputs inspectable?
- Can a team run the system in its own environment?
- Are sensitive actions separated from ordinary steps?
- Can developers extend the system without rebuilding everything from scratch?
Building in the open forces us to make these decisions explicit.
We care about the second week
The first demo often looks impressive. The harder questions arrive later:
- How does the agent connect to our own database?
- Where are credentials stored?
- Who can approve a sensitive action?
- Can we trace a failed tool call?
- Can the workflow be reused by another team?
- Can we deploy it in an environment we control?
ZGI is designed around this second-week reality.
At the workflow level, teams can make execution visible through clear steps, inspectable inputs and outputs, and human approval for sensitive actions. For developers, this reduces repeated integration work. For enterprises, it creates a clearer path from prototype to production.
Built for developers, ready for real deployment
ZGI brings models, knowledge, tools, Skills, memory, and workflows into one self-hostable workspace. The runtime is built primarily with Go, with a Next.js and TypeScript interface.
We are still improving the project and would genuinely value feedback from developers building real agent applications.
Read the original article: Open Source Isn't a Marketing Strategy. It's How We Build ZGI
Explore the project: github.com/zgiai/zgi
Top comments (0)