Moltbot Glossary
Welcome to the Moltbot Wiki Glossary. Here we define key concepts to help you understand the Agentic AI landscape.
- Agentic AI: Artificial Intelligence systems designed to pursue complex goals with limited direct supervision.
- Local-First: An architectural paradigm where the primary data and processing happen on the user’s device, prioritizing privacy and offline capability.
- Moltbot: An open-source, local-first AI agent (formerly Clawdbot) capable of executing tasks via terminal and browser.
- MCP (Model Context Protocol): A standard for connecting AI models to external data and tools.
- Zero-JS Architecture: A web development approach (used by this wiki) where pages ship zero JavaScript to the client by default, ensuring maximum performance.