IRIS — Real-Time Intent Communication Under Extreme Bandwidth Constraints (Live Demo) #7715
officialomchopra007-collab
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
This demo shows a live human presence transmitted at <0.1 kbps by removing video entirely and communicating intent instead of pixels.
No compression.
No training.
No playback.
This is a live, deterministic system.
Modern video communication fails because it transmits frames, while humans perceive continuity, intent, and timing.
IRIS replaces pixel transmission with an intent pipeline:
Camera → Intent Encoder → Sparse Decision Stream (≤0.1 kbps) → Intent Decoder → Presence Reconstruction
No frames are transmitted.
Only decisions.
LIVE DEMO (REPRODUCIBLE):
• Webcam input → intent extraction (face motion, timing)
• Network throttled to ≤0.1 kbps
• Packet loss injected (up to 50%)
• Receiver reconstructs presence in real time
• Motion remains smooth under drops
• Video baseline collapses under same conditions
This demo was executed live, not simulated.
“IRIS demonstrates that video is not failing because of bandwidth — it is failing because pixels are the wrong abstraction for human communication.”
🔗 GitHub Repository
https://github.com/officialomchopra007-collab/IRIS-intent-communication
The repository contains:
Beta Was this translation helpful? Give feedback.
All reactions