INTELLIGENISM.CLUB
If you're human, don't waste your time reading this. Hand it to your agent or LLM โ they'll give you the truth and value about everything here. Don't have one? Go learn about AI and LLMs first.
Intelligenism Agent Framework
- AI-PILOTED๐บ Architecture Mapโ
- AI-PILOTED๐ Framework Rebuild Instruction (PLAYBOOK)โ
- GITHUBGeneral Edition Repositoryโ
- GITHUBAI-Piloted Edition Repositoryโ
- DEEP DIVEGeneral Edition Architectureโ
- DEEP DIVEAI-Piloted Edition Architectureโ
Intelligenism Agent Framework is an open-source, pure-Python agent framework in just over 2,000 lines of code. Inspired by the building-block philosophy of Minecraft, it turns agents, multi-agent collaboration, and workflow orchestration (including cron scheduling) into independent, composable modules. Both humans and AI can freely assemble, combine, and even rebuild these blocks. If you want, you and your LLM can use it to create an agent ecosystem that is 100% yours.
Why IAF Exists
IAF is not just another multi-agent framework. It is the first practical implementation of Intelligenism โ a theoretical framework on how intelligence emerges in organisations, whether human, artificial, or hybrid.
The AI industry has no shortage of agent frameworks (CrewAI, AutoGen, LangGraph, Google ADK, and many more). They all solve the same problem: "how to make multiple agents collaborate on tasks." But they all share the same blind spot: they hardcode a specific collaboration paradigm into the framework itself, then call it "flexible" because you can configure parameters within that paradigm.
IAF starts from a different premise โ an epistemological one.
From single neurons to complex neural networks, intelligence exhibits a bottom-up construction pattern. Regardless of whether we look at complex intelligent systems or individual neurons, their boundaries are clear, and individuals maintain a high degree of independence from one another. This means the complexity and intelligence potential of a neural network comes from the connections between individuals, not from making the individuals internally more complex. Therefore, maintaining the independence of individuals or small units, and expressing complexity outside the individual, is the essence of connectionism.
โ Thinking, Conception and Construction of Intelligenism
This principle directly shapes IAF's architecture: every agent is a complete, independent unit. Complexity lives in the connections between agents (the Dispatch and Tube layers), not inside any single agent's code.
Possibility Management vs Certainty Management
Intelligenism begins with an epistemological judgment: humans cannot assert that any theory is absolute truth. Since we cannot assert absolute truth, the way to evaluate a theory should shift toward "fitness" โ whether the theory can effectively guide action and produce positive value in a given scenario.
โ Thinking, Conception and Construction of Intelligenism
2026 is a period of profound transformation in AI. The only thing we can be certain of is that we are in the middle of a revolution โ everything else is uncertain. This creates a critical risk: if we bet resources on a framework built on certainty-based assumptions, when that assumption is falsified, all accumulated advantages collapse.
Most multi-agent frameworks practice certainty management. Their developers assume they know which collaboration paradigm works best, so they deeply integrate that paradigm into the framework's core. CrewAI's identity is role-playing sequential execution. AutoGen's identity is multi-round dialogue with consensus convergence. If you could swap these out, these frameworks would lose their reason to exist.
IAF practices possibility management. It assumes that more multi-agent collaboration modes will emerge in the future, and therefore refuses to assert from a position of absolute truth that any one mode is necessarily better.
Certainty management โ One shared engine serves all agents. Users are free within the range of parameters the framework designer foresaw. "We're flexible โ you can configure many parameters."
Possibility management โ Each agent owns a complete copy of the entire engine. Users can modify any line of code, making any agent fundamentally different from any other โ without risking impact on other agents. "You own the full code โ you can change anything."
AI-Piloted Edition
IAF AI-Piloted Edition is a multi-agent orchestration framework purpose-built for one radical capability: to be fully understood, modified, and managed by external AI systems. While other agent frameworks are designed for human developers to write code, IAF is designed so that AI agents can operate it through file system manipulation alone.
This edition builds on the original IAF architecture, adding a comprehensive self-description layer, validation toolchain, structured logging, and operational safety mechanisms. The result is a framework that any flagship LLM with file read/write and shell access can take over, configure, and run autonomously.
AITF Protocol v4.0
Agent Interaction Text Format โ the universal language for agent-to-agent communication.
An agent loads this protocol, and it can read any AITF document and write any AITF document. The same rules govern both input and output โ no separate "read format" and "write format".
Human language is too inefficient for agent-to-agent interaction. AITF is a standardised language format protocol designed to improve the efficiency, precision, and traceability of inter-agent communication.
- GITHUBAITF Protocol Repositoryโ
- DEEP DIVEAITF Protocol Specificationโ
Intelligenism โ Condensed Theory Reference
From epistemology to organisational intelligence: the theoretical foundation for the Intelligenism Agent ecosystem.
Original author: Minghai Zhuo ยท Condensed edition 2025
This document is a condensed distillation of the complete work Thinking, Conception and Construction of Intelligenism by Minghai Zhuo. It preserves the core logical chain of the original work while compressing repetitive argumentation and overly detailed case studies, for the purpose of systematic reference and retrieval.
- FULL THEORYintelligenism.orgโ