Theme 1 – Performance bottlenecks & optimization insights
Discussion focuses on the model’s token‑per‑second rates, the impact of drive count on bandwidth, and the costly prefill stage that repeatedly reads experts from disk.
“The useful bits: one drive gives ≈52% of four, two ≈73%, three ≈90%; and prefill is slow because of ~9 TB of reads for a 1.4 TB model — a scheduling bug with a planned fix.” – Argonautlabs
“prefill currently reads each layer's experts once per 64‑row pass (~9 TB of reads for a 1.4 TB model).” – Argonautlabs
Theme 2 – Practical usefulness (unattended batch vs. interactive use)
Many commenters debate whether ~1 token/s is useful, concluding it suits scheduled, unattended workloads (e.g., overnight report generation) but not real‑time chat.
“Not useful for chat, agreed — and I wouldn't pretend otherwise. It's useful for the other kind of work: scheduled, unattended jobs where nobody is waiting on the cursor.” – Argonautlabs
“It's not useful for actual work, but the fact it can be run at all shows that we're evolving towards enabling powerful LLMs to run locally.” – glimshe
Theme 3 – Appreciation for the engineering feat & exploratory spirit
A strong thread values the achievement as a proof‑of‑concept, celebrating the “look at this crazy thing I did” mindset that drives innovation.
“The entire history of innovation is filled with people doing something just to see they can get it to work… then people continue to iterate on that until it works better.” – roadside_picnic
“We do these things because they are interesting to us, for the fun of exploration… to make the world better, or any plethora of reasons that involve intellectual curiosity.” – sixothree
“I hate seeing comments like this on HN. We used to upvote ‘look at this crazy thing I did’ work.” – LatencyKills