A Qwen3.8 27B language model has been successfully loaded on an older Windows laptop with only 12 GB of RAM by combining memory from four different devices on the same local network.
The setup used open source software to distribute the model across a Windows laptop, an RTX 3060 powered mini PC, a Mac mini and an Android smartphone. The experiment shows that large AI models can run on modest hardware when several systems share the workload, although performance falls well below what you would expect from a modern dedicated workstation.
A standard 4 bit version of Qwen3.8 27B typically needs around 15 GB to 17 GB of combined VRAM and system memory. The full unquantized model can require roughly 55 GB to 60 GB, putting it out of reach for many ordinary PCs.
| Device | Memory contributed |
|---|---|
| Windows laptop | 3.4 GB |
| RTX 3060 mini PC | 20 GB combined VRAM and RAM |
| Mac mini | 3.7 GB |
| Android smartphone | 1 GB |
| Model | Qwen3.8 27B, 4 bit quantized |
| Measured speed | 1.92 tokens per second |
| Reported latency | 25 ms |
RAM pooling made the model possible
The Windows laptop acted as the primary node, but it did not have enough memory to hold the model on its own.
RAMDeck was used to combine available memory from the other devices. The RTX 3060 mini PC contributed the largest share, with 20 GB of combined graphics and system memory. The Mac mini added 3.7 GB, while the Android phone provided another 1 GB.
That distribution allowed the 4 bit quantized version of Qwen3.8 27B to load successfully.
The approach is useful because it allows older hardware to contribute to one AI workload instead of remaining unused. It also avoids the cost of buying a new workstation with a large amount of RAM or VRAM.
Performance is the main compromise
The biggest drawback is speed.
The model reportedly generated only 1.92 tokens per second. That level of performance is slow enough to make normal interactive use frustrating, especially if you expect fast chatbot style responses.
The network also adds overhead because model data and computation are spread across several machines. Even on a local network, communication between devices can increase latency compared with running the entire workload on one system.
The reported latency was around 25 ms, but the much more important limitation is the low token generation rate.

For practical use, a smaller model or a more aggressive quantization level would likely make more sense.
A 2 bit version of Qwen3.8 27B could reduce memory requirements significantly, while a 13B class model would be easier to distribute and should provide better responsiveness on the same hardware.
Old hardware can still be useful for local AI
This experiment does not make a 12 GB laptop equivalent to a high end AI workstation. Most of the available memory came from the additional machines, particularly the RTX 3060 system.
What it does show is that distributed inference can extend the usefulness of hardware you already own.
For experimentation, learning or occasional local AI work, pooling several devices may be a practical way to run models that would otherwise exceed the capacity of any single machine.
The tradeoff is clear. You gain access to a larger model without buying expensive hardware, but you give up speed, simplicity and efficiency in return.



Discussion (0)
Be the first to comment.