Hacker News new | ask | show | jobs
by sukinai 142 days ago
Thanks for sharing, privacy-first + offline LLMs + P2P collab is a spicy combo (and ambitious to ship solo).

A couple architecture questions:

For the WebRTC + CRDT layer: how are you handling identity/auth (who’s allowed to join), and do you support end-to-end encryption with key exchange that’s easy for humans?

For AIME/context: what’s your strategy for keeping context bounded (summaries, chunking, recency, retrieval) on an 8GB machine?

Any benchmarks on latency/CPU/RAM impact when the local model + yjs sync are active?