You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
llama-3 as a censorship‑resistant LoRA host on blockchain infra
Hi folks!
I’m building a prototype that runs LLM inference (llama-3 today, StableDiffusion next) in a fully decentralized, censorship‑resistant environment.
Think of the LLM as a virtual machine (VM) executed layer‑by‑layer across blockchain nodes.
🔍 What’s working right now
✅ llama-3-8b inference on 3 cyclonechain nodes
✅ Decentralized randomness for token sampling
✅ Consensus on prompt‑embedding + random‑seed → deterministic generation
🧪 StableDiffusion VM in progress (GPU cost is the blocker)
How it flows (1 packet consensus → deterministic LLM)
Nodes reach consensus on prompt‑embedding + random‑seed (~7 s).
Each node runs full llama-3-8b inference inside its local VM (deterministic).
Results are identical → recorded on‑chain; no extra consensus round needed.
🤯 Why this matters
LoRA / SD models are fragile on centralized hosts (takedowns, ToS, etc.).
This infra aims to enable permissionless deployment and long‑lived links.
Opens a playground for experimental model‑sharing and DAO‑governed updates.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
🛠️ WIP / Show & Tell
llama-3 as a censorship‑resistant LoRA host on blockchain infra
Hi folks!
I’m building a prototype that runs LLM inference (llama-3 today, StableDiffusion next) in a fully decentralized, censorship‑resistant environment.
Think of the LLM as a virtual machine (VM) executed layer‑by‑layer across blockchain nodes.
🔍 What’s working right now
How it flows (1 packet consensus → deterministic LLM)
🤯 Why this matters
🌐 Live demo
📖 Full design breakdown
https://medium.com/@sergeik30/liberating-ai-can-we-build-a-truly-decentralized-llm-on-blockchain-principles-63de54f8e4a3
💬 Looking for feedback
Thanks for reading!
— cycloneLLM
Beta Was this translation helpful? Give feedback.
All reactions