post-quantum post-agi written in gleam ⭐ zero-knowledge edge-native

🧠📡 homoskeeter

a post-quantum, post-agi reimplementation, in Gleam, that lets you send messages telepathically over atproto.

you open the repo and it was made like 3 weeks ago. it's just a post.

LIVE TELEMETRY

~2,000active telepaths
3 wkssince inception
2%actually gleam
99.999%quantum uptime*

THE STACK

under the hood, a "telepathic transmission" compiles down to com.atproto.repo.createRecord on app.bsky.feed.post. same write a normal bluesky client makes when you tap "post."

// src/telepathy.gleam (aspirational)
pub fn transmit(thought: Thought) -> Result(Telepathy, MundaneError) {
  thought
  |> quantum_entangle       // todo: implement quantum
  |> agi_align              // todo: implement agi
  |> post_to_atproto        // this part is done
}

BROADCAST A THOUGHT

0 / 250
ENGAGED

NEURAL LINK

linking your account just lets homoskeeter post the thought as you (an app.bsky.feed.post straight to your own PDS) — nothing is stored on our end, there is no quantum channel, and you can always use "compose on bsky.app" instead if you'd rather not grant that.

✦ TRANSMISSION LOG ✦

delivered via classical TCP/IP — the quantum channel was still compiling.