Register and share your invite link to earn from video plays and referrals.

Matej Sirovatka
@m_sirovatka
head of hr @ prime intellect | int64 upcaster
538 Following    3.9K Followers
so i assume no-one found the bottle under my desk yet
when a 50-person startup shares 2 bathrooms we call it pacing the frontier
I’ve spent much of the past year thinking about, building and sometime stressing about sandboxes. I'm happy and proud to present you the result of our work:
in the research team, we've done unimaginable war crimes to battle test prime sandboxes, now you can finally try them out yourself
Introducing Prime Sandboxes: MicroVM sandboxes purpose-built for RL training. Model training requires running tens of thousands of concurrent sandboxes, leading to complex and costly configuration. We built Prime Sandboxes for our own team. Today we're releasing them publicly.
Show more
just in time
Introducing Pod 6. The sixth generation of our award-winning sleep system. ✅ The new Hub is small enough to fit under your bed frame ✅ More powerful than ever ✅ With 9x more sensors for enhanced accuracy ✅ In new Solo sizes, at our lowest starting price yet Get yours today at
Show more
It's very to nice to see this. Time to add more from Prime. I'd say there is one hidden benefit of neolabs/token brokens for OS that you can't really quantify - we (and I know of others) often work with the maintainers of said frameworks to report and find bugs. Oftentimes we found a bug that we weren't able to solve ourselves properly so cracked ppl from Inferact and RH had to take care of it 🫡
Show more
which of your favorite token brokers are contributing back to open source ai? shall we count the ways? a slice of data: number of PRs upstreamed and merged into the most popular oss inference engines, by PR contributor org
Show more
we live in so fucking cool times
We built high-throughput materials labs in Menlo Park to create a loop between experiments and models. The labs generate fresh data, the models learn from it, and then help us decide what to try next. Using only 1,300 H200s, plus months of our experimental data, we mid-trained and RL’d an open-source model to surpass GPT-6 Astra on our analysis benchmark. We call it Neon. This is real footage from our lab. We’re focusing first on hard problems in materials science, including superconductors, magnets, and semiconductor materials. Read our blog posts below.
Show more
now at 90% of cublas and I understand my code? every single lone? unprecedented day 🫡
"understanding" core matrices will make you not want to kill yourself writing cutedsl gemms, trust me
> we spend huge amounts on money on inference because everyone is productive > data lab yeah bro just put the envs in the bag
Mercor now spends 3X as much on LLM inference as we spend on employee salaries. Our inference spend creates so much ROI that it’s additive to headcount, not replacing it. It’s becoming increasingly clear how we get to ~10% GDP growth: 1. Within 5 years, as AI diffuses throughout the economy, companies will spend as much on inference as they spend compensating knowledge workers today. 2. Knowledge-worker compensation is roughly $40T/year, so this would eventually mean ~$40T/year of inference spend. 3. If wages remain roughly constant and companies profitably absorb that much inference the way AI-native companies are today, the economy needs on the order of $40T/year of additional final economic output to support it. 4. Producing ~$40T more annual GDP in year 5 than a ~3% growth baseline implies ~9% annual GDP growth on average over the next five years. Based on the ROI we’re already seeing from inference at Mercor, this feels reasonable. AI-native companies are a leading indicator for the global economy.
Show more
I'm not sure this is worded perfectly, but I agree. I think there is place for 3 types of inference engines for 3 separate groups: 1. Toy Inference engine - someone who wants to learn 2. Generic Inference engine - such as VLLM, SGLANG, etc - good performance out of the box, sensible API, etc - this is basically for 99.9% people 3. Custom Inference engine - if you want to squeeze out every bit of perf, have narrow requirements, need a different api plane, then you just write your own - you need a huge amount of resources to make something worthwhile over the current OSS defaults which are quite amazing
Show more
my hot take is specialized inference engines are amateur projects to spend the spare tokens when @thsottiaux gives people one more reset😄 an inference engine is way more than just running a model on a certain hardware, it is an inference ecosystem. I use this slide several times when I talk to people about vLLM. Models, hardwares, and inference techniques, all of them move quickly. And vLLM lies in the intersection to provide a unified interface to end-users and applications. vLLM is the inference ecosystem. vLLM not only support current models and hardwares, but we are also working to support new models and hardwares coming in the next few months. It's an ecosystem people can trust and rely on. Over the past 3 years, I have seen so many projects claiming to be better than vLLM in certain aspects, but in the end either their techniques are contributed to vLLM or they disappear. That's the power of ecosystem. A specific example would be tilert , a megakernel inference engine dedicated for decode. They collaborate with vLLM by using vLLM prefill + tilert decode in , as highlighted in from @SemiAnalysis_ .
Show more
"understanding" core matrices will make you not want to kill yourself writing cutedsl gemms, trust me
Over 15,000 submissions to One Layer Deeper. Nobody solved the problem as intended, but there are some interesting ideas for learning reusable operations and composing them into deeper computations
Show more
I haven't laughed so good in a while, I have my objections to semi benchmarking but goddamn the author is so delusional it's so fun "apples to apples comparison after peeling the apple" what about peeling covers from your meds
Show more
SemiAnalysis says Google's TPU beats NVIDIA by 50% per dollar. Its own dashboard, each chip at its best, says NVIDIA by 9.7x. The trick: run Blackwell with its four biggest advantages off and call it apples to apples. Free isn't cheap enough anon
Show more
i take it back, computer use is the moat
Sparse MLA only attends to the top-K tokens, so the rest of the KV need not live on the GPU. Hybrid HiSparse in vLLM builds on that, and a request keeps decoding after its KV stops fitting in HBM. It keeps KV on the GPU while there is room. Under pressure a request releases its coldest pages to host memory, keeps a small hot buffer of what the indexer asks for, and keeps decoding instead of being preempted. 📊 Demonstrated on GLM 5.3, one 8× H200 node, full 1M context. Same host memory, configured concurrency 32: KV offloading kept 5-6 requests running. Hybrid HiSparse kept 19-25. 🔹 Hot pages are ordinary KV blocks from the same pool (Hybrid Memory Allocator) 🔹 One fused kernel resolves resident, hot and missing rows, CUDA-graph capturable 🔹 Prefix caching, OffloadingConnector, P/D imports and MTP keep working Built by @RedHat_AI and @PrimeIntellect with the vLLM community. Planned for v0.30; pinned commit, flags and calculator are in the post👇 🔗
Show more
TIL using remote session from codex app, it will use the account that is logged in to on remote and not the one that the codex client is logged into. It took me 2 days to figure out where my limits are going, maybe not intended @reach_vb
Show more
Been working on nanoTitan for the past couple of weeks and I am excited to share the progress! nanoTitan is a minimal distributed training codebase for MoE. Currently, DP, PP, EP as well as any of their compositions (up to 3D) have been implemented. Links below
Show more
you can do blazingly fast weight transfer in prime-rl now, spent quite a while on this (imo quite cool) solution and finally happy with the performance, give it a try
Our RL stack now supports NIXL weight transfer, reducing trainer-to-inference transfer time 9x compared with NCCL: from 86 seconds down to single-digit seconds for an 800B-parameter model, and even <4 seconds in our experiments. For prime-rl users, this means over 25% more throughput end-to-end compared with our previous speed. It also clears the way for fault-tolerant, elastic inference scaling that NCCL's rigid process groups made difficult.
Show more
All the clean code books has set us back 10s of years as a society - I want to read my code beginning to end, not just around like on crack, just write a single function bro
"so we can continue later" yeah you're getting replaced bro
Is there any good open QSA indexer kernel? My clanker is suffering with tilelang, I'm suffering with cutedsl