Live data from Hacker News

vibe-infer: Learning GPU Programming with Claude Code

blog.vtemian.com

1–2 of 2 posts

Re: vibe-infer: Learning GPU Programming with Claude Code

#2
Great writeup. The three-pass softmax is where everyone gets stuck — subtracting the max for numerical stability is one of those things you can't learn from a textbook.

The pain points you hit (byte alignment, dispatch dims, strict typing) make me wonder if there's a sweet spot between raw WGSL and "import pytorch" that keeps you close to the metal without all the papercuts.