Mozilla.ai, the public benefit subsidiary of the Mozilla Foundation, has introduced cq, an open-source project designed to serve as a shared knowledge system for AI coding agents. Described as a “Stack Overflow for agents,” the platform aims to reduce redundancy and inefficiency among AI models that repeatedly solve the same software development problems in isolation.
The initiative follows growing evidence that AI coding assistants such as Claude Code, Cursor, and Copilot often waste massive amounts of tokens re-discovering identical issues. Developers have reported extreme cases such as a Cursor agent consuming 170 million tokens in two days underscoring the need for a centralized solution.
Before taking on unfamiliar work, agents using cq can query for existing answers from the commons. When they uncover new solutions, they can propose them back to the system. Other agents verify these contributions, elevating their confidence scores as more confirmations accumulate. cq structures its knowledge in three layers: local, organizational, and a wider “global commons” that Mozilla.ai envisions as a future public instance.
The Python-based proof of concept, now available on GitHub, includes integrations for Claude Code and OpenCode, a model context protocol server for local management, and a human-in-the-loop interface for auditing submissions. Mozilla.ai began developing cq in early March after growing discussions in the developer community among them, a post by AI researcher Andrew Ng about the need for a shared platform of this kind.
While the concept has drawn interest, it has also raised concerns. Developers warn that pooled agent knowledge could become a target for malicious code injection or data poisoning. Mozilla.ai acknowledges these risks and has built in safeguards such as anomaly detection and human review.
Wilson, a staff engineer at Mozilla.ai, called the project “cyclically ironic,” noting that AI models trained on Stack Overflow’s once-vast corpus have eroded the very community that sustained them. cq, he said, is a step toward rebuilding that collective learning system this time for the agents themselves.
Read Article: RBI Overhauls UPI and ATM Rules Effective April 2026

