File size: 1,343 Bytes
1fa56d9
72575ee
1fa56d9
72575ee
 
1fa56d9
9669fd5
cf35acf
1fa56d9
 
 
72575ee
 
 
 
 
 
1fa56d9
 
72575ee
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
---
title: I-Lang Protocol
emoji: 
colorFrom: blue
colorTo: indigo
sdk: gradio
sdk_version: "5.23.0"
python_version: "3.11"
app_file: app.py
pinned: false
license: mit
short_description: Compress natural language to structured AI instructions
tags:
  - protocol
  - compression
  - ai-communication
  - prompt-engineering
---

# I-Lang: AI Communication Protocol

Compress natural language into structured, machine-readable instructions using the I-Lang protocol.

## What is I-Lang?

I-Lang is a communication protocol for human-AI and AI-to-AI interaction. It uses 52 verbs, 28 modifiers, and 14 entities with pipe syntax to compress instructions by 40-65%.

## Try it

1. **Compress**: Paste any instruction or workflow description, set compression ratio, get I-Lang output
2. **Expand**: Paste I-Lang notation, get human-readable explanation

## Links

- [Protocol Spec](https://github.com/ilang-ai/ilang-spec)
- [Dictionary](https://github.com/ilang-ai/ilang-dict)
- [Datasets](https://huggingface.co/i-Lang)
- [Research Paper](https://doi.org/10.13140/RG.2.2.22821.97762)

## Example

**Input:**
```
Read the README from GitHub, translate it to Chinese, and save to cloud storage.
```

**I-Lang (60% compression):**
```
[READ:@GH|path=readme.md]=>[θ|lng=zh]=>[WRIT:@R2|path=readme_zh.md]
```

---
I-Lang v2.0 | Palm Media Technology