A working set of systems where operations and modern AI meet. Each one connects real data to agents that can use it — and is held to the standard of something that has to run, not just demo.
Plant-floor data, retrievable by an agent.
A pipeline that moves operational data from where it actually lives — PLCs and historians — into a place an AI agent can use it. OPC UA feeds a Python service into MongoDB; machine-tag embeddings and plant documents go into a FAISS vector store; LangChain grounds an agent in that data so it can answer real operational questions instead of guessing.
An operating system for an AI-run company.
An open-source operating system for running a company on AI agents — a world model held as a file system, with a human proxy as root. TypeScript and Fastify backend, MongoDB Atlas with Mongoose, BullMQ for job orchestration, Ollama for local inference and Claude in production, deployed on Railway. Built with Claude Code.