Viewing profile — teamchong
teamchong
HN member- Joined
- Sun, Apr 09, 2023, 8:13 AM UTC
- HN karma
- 140
- Public activity
- 11 items
- HN profile
- View on Hacker News ↗
About teamchong
No profile information was provided.
Recent public activity
-
comment
Comment #48486047
built this to stop fable blowing up my usage limit https://github.com/teamchong/pxpipe
-
comment
Comment #48135533
[flagged]
- story
-
comment
Comment #47825148
sorry it’s not working for you. I built this as a personal project for self-learning, but I plan to take a look at this issue next weekend. you can check out a video demo of it her…
-
comment
Comment #47824715
firefox has webgpu already, but the subgroups extension isn't in yet. every matmul / softmax kernel here leans on subgroupShuffleXor for reductions, that's the blocker. same reason…
- story
-
comment
Comment #47686425
I made some adjustment, can you try again? Is it faster now? https://teamchong.github.io/turboquant-wasm/search.html
-
comment
Comment #47644881
you’re right that 32f is faster on raw query time, quantization adds extra step. main benefit on download size since gzip won’t help much, which matters most in browser contexts
- story
-
comment
Comment #47066973
I built this after hitting GC stalls parsing streaming tool calls in my AI agent. LLM outputs are getting large — code edits, file writes, 50-200KB JSON payloads. Every AI SDK I lo…
- story