Ghostlink - Distributed inference fabric for custom LLM systems.

Point Ghostlink at every machine on your LAN and it becomes one inference cluster — correctly sized, authenticated, and observable — with zero YAML and no manual --rpc flags. Nobody else combines zero-config discovery of heterogeneous consumer/prosumer hardware (gaming GPU + old laptop + NPU-equipped ultra-book + Mac) with real distributed inference across it. Try it now! https://github.com/rwilliamspbg-ops/Ghostlink

reddit.com
u/Famous_Aardvark_8595 — 14 days ago
▲ 15 r/bevy+6 crossposts

Project Alpha Release.

Hey everyone,

Over the past few months, I’ve been working on Ghostlink, an open-source distributed inference fabric designed to harness whatever mixed hardware you have lying around on your local network.

Instead of assuming a homogeneous fleet of high-end GPUs, Ghostlink pools together heterogeneous machines (like a gaming rig, an older laptop, an NPU-equipped ultrabook, or a Mac) into a single unified inference cluster—without requiring complex YAML setups or manual RPC flags.

It’s completely open source under the MIT license. Check out the Ghostlink GitHub repository to view the benchmarks, architecture breakdown, or run it locally.

I’d love to get feedback from the community on hardware setups or features you'd like to see next!

u/Famous_Aardvark_8595 — 17 hours ago
▲ 0 r/deeplearning+1 crossposts

Got to show off my Rust...

Here is the Automated report.

Ghost-Link just finished its latest automated full-spectrum stress runs, and the async performance numbers are looking elite. By utilizing zero-copy memory mapping and a highly optimized asynchronous scheduler, it completely bypasses the standard network serialization taxes that plague typical enterprise distribution layers.
Performance vs. Enterprise Tiers
In-Memory (64 tokens, batch 8): 210,200 t/s (+133% vs Industry Avg)
In-Memory Peak (2048 tokens, batch 256): 673,396 t/s (+140% vs Industry Avg)
TCP Network (256 tokens, batch 32): 166,447 t/s (+269% vs Industry Avg)
TCP Network Peak (2048 tokens, batch 256): 353,255 t/s (+260% vs Industry Avg)
Why It Wins
TCP Stack Efficiency: Most commercial software drops down to 20–30% of raw in-memory speed over the network. Ghost-Link retains 44% to 52% of its raw inmem speed over TCP by eliminating user-to-kernel context switching.
Parallel Scaling: Zero lock contention. Instead of hitting a resource wall under heavy loads, throughput actually accelerates as data density increases.
Chaos-Proof Jitter: During simulated chaos injection, the performance delta remained negligible (averaging a stable 551,313 t/s under inmem-512 disruption). The async scheduler handles massive packet bursts without cascading tail-latency spikes.
Generated automatically from the Full Spectrum Benchmark run (July 19, 2026).
https://github.com/rwilliamspbg-ops/Ghostlink
#RustLang #SystemsEngineering #BackendPerformance #HighThroughput #Concurrency

u/Famous_Aardvark_8595 — 1 month ago

Anyone want to test on your machines? The GUI needs help.

I have been playing around recently with Rust, this is a Distributed LLM inference fabric for heterogeneous local clusters. Features zero-copy SPSC ring buffers, automated tuning, and an OpenAI-compatible API. I invite anyone interested into contributing your ideas and incite.

https://github.com/rwilliamspbg-ops/Ghostlink

u/Famous_Aardvark_8595 — 2 months ago

Subject: mohawk-nexus: high-performance networking engine built on af_xdp + machine-checked state validation

link: https://github.com/rwilliamspbg-ops/Mohawk-Nexus

we built an open-source networking layer designed to execute strict, machine-checked verification invariants directly inside an ultra-low-latency data path. the project bypasses the linux kernel networking stack completely via custom AF_XDP driver bindings to maintain zero-copy efficiency.

the main problem we're solving is the massive performance penalty that usually comes with running complex cryptographic or mathematical validation inside a fast pipeline. right now, the repo contains the low-level rust and go scaffolding for the ring buffers, the UMEM frame manager, and a proof-of-concept validation loop.

core tech stack:

  • AF_XDP / eBPF for direct driver-level packet ring access
  • Lean 4 compiled invariants mapped to runtime user-space execution
  • Zero-copy memory architecture

current status: the scaffolding hits line rate without validation, but we are actively debugging L1/L2 cache thrashing inside the ring processing loop when processing heavy weight matrices for heterogenous node states. the code is fully open source, and we're looking for feedback specifically from anyone who has wrangled memory boundary alignment or ring batching mechanics in custom kernel-bypass drivers.

u/Famous_Aardvark_8595 — 2 months ago

Deep Dive on Spotify- Under the hood of SMP

🎧 Want to get under the hood? We break down the engineering reality of decentralized systems and zero-trust networks on the Sovereign Mohawk: The Future of Private Infrastructure daily podcast.

👉 Tune in for today's episode on Spotify and join the deep dive.

u/Famous_Aardvark_8595 — 2 months ago

First timer : THE COGNOSCENT ECHO by Ryan Williams KDP Select: eBook enrolled

 The first time Elias Vance saw the hum, it wasn’t a sound at all. It was a feeling—a deep, subsonic vibration that seemed to originate not from the machines surrounding him, but from somewhere inside his own chest, as if his heart had learned to speak in binary. The basement air tasted of ozone and old concrete, that particular mineral tang that comes from rooms buried beneath the frost line where the earth presses close and the walls sweat with the memory of winter. Elias sat in the dark, surrounded by blinking LEDs that pulsed in rhythm with his exhausted heart. The terminal screen behind him glowed with green text, each line a victory, each checkpoint a small miracle of mathematics and will:

Zero-Proof Verification: Complete

PQC Session Established (X25519 + ML-KEM-768)

eBPF Steering Active Multi-Krum Filter Passed

RDP Budget Confirmed: ϵ = 2.0

Byzantine Consensus Reached at f = 44.3%.

amazon.com
u/Famous_Aardvark_8595 — 2 months ago
▲ 1 r/learnrust+1 crossposts

smp-zk-proofs v0.1.0 is a Rust library for verifiable aggregation ledgers in distributed spatial networks.

What is being proven?

The repository currently models two proving statements:

  • Location proof: a node knows secret coordinates (x, y) whose commitment lies inside a public bounding box.
  • Training proof: a node knows a committed local weight update whose step count matches a public training schedule and whose observed loss stays below a public threshold.

The current backend is a development signed-transcript backend. It validates circuit constraints locally, commits to the public statement, and signs the resulting transcript for downstream verification. This keeps the code paths, serialization, and examples stable while a full Halo2/arkworks proving backend is integrated. Tell me, What do you all think?

crates.io
u/Famous_Aardvark_8595 — 3 months ago
▲ 0 r/rust

SMIP-MWP-Rust: High-performance, zero-copy AF_XDP networking layer written in Rust. Achieves up to **95+ GiB/s** throughput on modern hardware with a hybrid scalar/tiled buffer engine.

Anyone interested in getting some numbers on different equipment? I am pretty sure I can increase performance.

github.com
u/Famous_Aardvark_8595 — 3 months ago
▲ 1 r/coolgithubprojects+2 crossposts

I’m developing an open-source protocol, Sovereign-Mohawk-Proto, focused on sovereign-grade federated learning. I am looking for researchers and engineers to help refine the mathematical and security foundations.

The Research Focus:

  • Security: Implementing Post-Quantum Cryptography (PQC) and hardware-rooted security (TPM 2.0).
  • Aggregation: Utilizing Multi-Krum algorithms for Byzantine Fault Tolerance in modular compute environments.
  • Architecture: Built on the Sovereign SDK for modular rollup logic.

If you are in academia or an engineer working on verifiable compute and privacy-preserving ML, I’d love your feedback or collaboration on the protocol's formal verification.

u/Famous_Aardvark_8595 — 2 months ago