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.
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 }
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.