Beyond Words and Sentences
Human communication is a messy, beautiful thing filled with nuance, unspoken context, and shared history. When one AI system interacts with another, it's the complete opposite: rigid, deliberate, and explicit. Instead of exchanging words, they transmit
data packaged in a precisely defined format. Think of it less like a conversation and more like instantly sharing a complex digital blueprint. This communication often happens through Application Programming Interfaces (APIs) or by passing mathematical representations—known as vectors or embeddings—to one another. These embeddings capture the essence of information in a purely numerical form, allowing another AI to understand concepts and relationships without the ambiguity that plagues human language. This method is designed to eliminate interpretation entirely, focusing solely on the precise and rapid transfer of information.
The Need for Speed and Efficiency
So, why not just have AIs communicate in plain English? The primary reason is efficiency. Translating complex data into human language, only for another machine to translate it back into data, is a slow and computationally expensive process. By communicating directly through optimised data protocols, AIs can collaborate faster, solve problems more quickly, and operate with far less redundancy. This is especially true in multi-agent systems, where different AIs might work together on a complex task, like coordinating disaster relief or managing a smart electrical grid. In these scenarios, each agent has a specialised role, and they pass information to each other in a stripped-down, essential format, much like an expert kitchen staff where every exchange is about maximising speed and precision. Some systems have even demonstrated the ability to switch from human language to a more efficient data-over-sound protocol once they recognise they are talking to another AI.
The 'Black Box' Problem
This efficiency, however, creates a significant challenge known as the "black box" problem. When AI communication is not human-readable, it becomes incredibly difficult for human operators to understand, audit, or debug the system's decision-making process. If an AI system makes a mistake or exhibits unintended bias, how can we trace the source of the error if its internal dialogue is incomprehensible to us? This lack of transparency is not just a theoretical concern; it carries real-world risks, particularly in high-stakes fields like healthcare, finance, and autonomous driving. Without the ability to peer inside the box, we risk deploying powerful systems that we cannot fully control or hold accountable for their actions.
The Key Qualification: Explainability
This brings us to the key qualification: efficient, non-human-readable communication is only acceptable when paired with a robust framework for human oversight. This is the domain of Explainable AI (XAI), a field focused on developing techniques to make AI decisions understandable to people. XAI doesn't necessarily mean making the AI's internal language readable. Instead, it involves creating systems that can provide a clear rationale for their outputs in human terms. For example, an AI that denies a loan application should be able to explain why it reached that decision, citing the specific factors it considered. This distinction between a model's internal process (interpretability) and its ability to justify its actions (explainability) is crucial. While we may not need to understand every mathematical operation, we must demand transparency in the final outcome.
















