Skip to main content

2 posts tagged with "Self-hosting"

View All Tags
CubePlex Is Now Open Source
· 6 min read

CubePlex Is Now Open Source

xfgong
CubePlex

CubePlex is now open source. The source is available on GitHub under the Apache-2.0 license, including the backend, web application, deployment assets, and product documentation.

There is a simple test for whether an agent has moved from a personal tool into a team workflow: can someone else rerun a successful AI workflow without reconstructing it from chat history and one person's memory? Agents can already write code, research a topic, process files, and call external tools. The harder problem is increasingly how to keep that work usable after the first run.

CubePlex is an open-source workspace built for managed agents. It brings conversations, team members, skills, memory, MCP tools, and isolated execution environments into one collaborative space, so agent work can be inspected, continued, and run again.

Self-hosted AI is an operating model
· 2 min read

Self-hosted AI is an operating model

xfgong
CubePlex

Self-hosting is often described as an installation choice. For agent systems, it is more accurately an operating model.

Where an agent runs determines where its credentials live, which data it can reach, how its network access is governed, and who can inspect its execution. Those are not details to add after the workflow is useful. They are part of the workflow from the beginning.