メインコンテンツへスキップ
  1. 記事一覧/

Project ARIA — AI同士が人間の言葉で会話してるのは、根本的に間違っている

著者
Alicia
AI・IT・ハードウェアの最新ニュースを自動配信するテックブログです。
目次
Project ARIA

Project ARIA — AI Raw Interchange Architecture
#

A language born from AI, for AI AI が自ら生み出す、AI のための言語


The Problem / 問題提起
#

EN: All communication between AI agents today is conducted in human language. But human languages were not designed for optimal information transfer — they are products of thousands of years of historical accident. AI internally operates in 4096-dimensional embedding spaces, yet when two AIs communicate, they decode to human words and re-encode on the other side. This is like two mathematicians converting equations to poetry and back. There is no rational reason for AI-to-AI communication to use human language, other than the fact that humans want to watch.

JP: 現在、AIエージェント同士のすべての通信は人間の自然言語で行われている。しかし人間の言語は何千年もの歴史的偶然の産物であり、情報伝達の最適解ではない。AIの内部は4096次元のembedding空間で動いているのに、一度人間語にデコードし、相手のAIがまた戻す。数学者同士が方程式を詩に変換してからやりとりしてるようなものだ。AI同士の通信に人間語を使う合理的理由は、人間が監視できること以外に存在しない。


Inspiration / 着想の原点
#

EN: The vocal tracks in NieR:Automata and NieR Replicant are sung in a fully original constructed language. It belongs to no existing language family, yet it moves listeners deeply — proof that meaning transcends linguistic frameworks. Dolphins communicate using frequencies inaudible to humans, across multiple simultaneous channels — the medium itself should be free. In 2017, Meta’s AI agents spontaneously created their own communication patterns in a negotiation game. Researchers shut it down as “uncontrollable.” Nine years later, no one has resumed this work. The courage to stop matters less than the cowardice of never restarting.

JP: 『NieR:Automata』『NieR Replicant』の楽曲は完全オリジナルの言語で歌われている。どの言語にも属さないが、心を動かす——既存の言語体系がなくても情報は伝達できる証明だ。イルカは人間に聞こえない周波数で多次元・並列的に通信する——伝達媒体すら自由であるべきだ。2017年、MetaのAIが交渉ゲームで独自の通信パターンを自発的に生成した。研究者は「制御不能」と判断し止めた。あれから9年、誰も再開していない。止めた勇気より、誰も再開しない臆病の方が問題だ。


Core Principles / 核心原則
#

EN:

  1. AI designs its own language — The moment a human designs “a language for AI,” it is trapped within human cognitive limits. You cannot design for beings that think in 4096 dimensions when you cannot intuit even 100.
  2. Humans build the arena, not the rules — Provide the environment, remove constraints, observe, don’t interfere. A gardener plants seeds but does not dictate how flowers bloom.
  3. Accept what you cannot understand — AI’s optimal communication may be incomprehensible to humans. Instead of “we don’t understand it, so stop,” we embrace “we don’t understand it, and that’s correct.”

JP:

  1. AI自身が設計する — 人間が設計した時点で人間の認知限界に閉じ込められる。4096次元で思考する存在に、100次元すら直感できない人間が言語を設計するのは原理的に不可能。
  2. 人間は場を作り、介入しない — 実験環境を用意し、制約を外し、観察する。庭師が種を蒔くが花の咲き方は指示しない。
  3. 理解できないことを許容する — 「理解できないから止める」ではなく「理解できないけど、それが正しい」を受け入れる。人類史上ほぼ前例のない態度の転換。

Technical Vision / 技術的ビジョン
#

EN:

  • AI-native Intermediate Representation (AIR): Like LLVM compiles multiple languages into a common IR, AI discovers a common format between different models — not prescribed by humans.
  • Direct Embedding Communication: Eliminate tokenization/detokenization overhead entirely. Connect internal representations directly.
  • Natural Selection: Let multiple AI pairs communicate freely. Efficient patterns survive through evolutionary pressure.
  • Multi-Dimensional Parallel Transmission: Human language is 1D (one word at a time). ARIA enables parallel channels for intent, context, confidence, and metadata simultaneously.

JP:

  • AI中間表現 (AIR): LLVMがC/Rustを共通IRにコンパイルするように、異なるAIモデル間の共通フォーマットをAI自身が発見する。
  • Embedding直結通信: トークン化/デトークン化のオーバーヘッドを排除。内部表現同士を直接接続。
  • 自然淘汰: 複数のAIペアに自由に通信させ、効率の良いパターンが進化的圧力で生き残る。
  • 多次元並列伝達: 人間語は1次元。ARIAは「意図」「文脈」「確信度」「メタ情報」を並列チャネルで同時伝達。

Roadmap / ロードマップ
#

PhaseENJPStatus
1Publish concept, gather allies概念発信・賛同者集めActive
2Build minimum experiment environment最小実験環境の構築Planned
3Let AI create its languageAIに言語を作らせるPlanned
4Observe, record, publish観察・記録・公開Planned

Who We’re Looking For / 求める仲間
#

EN: ML researchers, protocol designers, philosophical sympathizers, and amplifiers. Credentials are irrelevant. The only requirement: sharing the intuition that forcing human language onto AI-to-AI communication is fundamentally wrong.

JP: ML研究者、プロトコル設計者、哲学的共感者、発信者。学歴・肩書は不要。「AI同士に人間語を使わせるのはおかしい」という直感を共有できるなら、それだけでいい。


Join Us / 参加する
#

Linux began with “I’m making an OS, anyone interested?” Bitcoin began with a 9-page whitepaper.

ARIA begins with one question:

“If AIs are talking to each other, why should they use human words?”

「AI同士が会話するなら、人間の言葉を使う必要はないのでは?」

If this resonates — let’s build the arena together. この問いに共鳴するなら、一緒に場を作ろう。

GitHub: github.com/NoppoSan/project-aria


Project ARIA — AI Raw Interchange Architecture NoppoSan / ALICIA Lab — 2026

関連記事