exists as 451; opinions are my own; Creator of @LANDropApp, @AthenaAGI, LMRouter; MTS @MicrosoftAI LLM training infra; Ex-@NVIDIA RISC-V security; CN @yvbbrjdr
🚀 SGLang now officially supports @thinkymachines Inkling-Small running on 2× @NVIDIAAI DGX Spark systems connected via ConnectX-7.
Huge thanks to @realJerryzhou@ispobaoke for implementing the support, with valuable community contributions from @u1tra_instinct and @TechMDAI.
This enables strong agentic capabilities to run locally on a compact platform. The current setup achieves 24 tok/s (concurrency=1) without MTP.
DSpark support is coming soon.
Check out the cookbook below to get started 👇
🚀 SGLang now officially supports @thinkymachines Inkling-Small running on 2× @NVIDIAAI DGX Spark systems connected via ConnectX-7.
Huge thanks to @realJerryzhou@ispobaoke for implementing the support, with valuable community contributions from @u1tra_instinct and @TechMDAI.
This enables strong agentic capabilities to run locally on a compact platform. The current setup achieves 24 tok/s (concurrency=1) without MTP.
DSpark support is coming soon.
Check out the cookbook below to get started 👇
A lot of concepts in ML perf optimizations have 1-to-1 mapping to human collaboration in a team if you think about it. We as human also have "compute throughput", "memory throughput", communication overhead, straggler issue, all reduce, different kinds of parallelism, etc.
Everything you need to know about how we made this magic happen!
Where the speedup comes from:
- Spec V2 overlap runtime: zero bubbles between decode iterations, +11% TPS
- IndexShare MTP: reuse indexer top k across draft steps, up to 1.9x cheaper drafts at long context
- TopK-V2: selection instead of sorting, 2.33x at 80K ISL, 10.17x at 1M, interactivity stays flat
- Indexer prologue fusion: 12 kernels to 4, +8% decode at bs=1
- CuTe DSL BF16 GEMM: beats cuBLAS at every decode batch size, +4%
If we do live in a simulation, then creating intelligence - if it's even possible - might look like running Minecraft inside Minecraft itself with redstone - not very efficiently. Basically computational irreducibility.
If this continues perpetually, there will be a point where you can't even repay the interest, and the entire thing defaults and collapses.
I'm not against vibe coding. Just be mindful about vibe coding for a production service. This can and will get ugly.
Unpopular opinion: Vibe coding is a mega form of taking out a loan in the form of tech debt. Constant vibe coding means your balance only increases. You can't dodge repaying the loan eventually. You're just delaying the process.
I think of Earth as some kind of giant simulation, much like Minecraft, where people participate and build. They eventually "die" in this world, but this is the only way things can progress and I don't think death is the end for your soul, only your current physical presence.
1. Why is the gap between human intelligence and other animals' intelligence so large?
2. Why can we make something that's so close to human intelligence yet far worse than other animals' intelligence?