Win Wang

857 posts

Win Wang banner
Win Wang

Win Wang

@Winium

Founder @ ParaQuery (YC X25) | Data processing for the GPU era. Dilettante of FP, PL, philosophy, physics, quantum computing. Possibly writing code.

Beigetreten Haziran 2011
786 Folgt396 Follower
Dmitrii Kovanikov
Dmitrii Kovanikov@ChShersh·
@Winium And in this talk, I'll be like "So here's what I was going to tell there", and just proceed with my original talk. Clever.
English
1
0
7
876
Win Wang
Win Wang@Winium·
Holy fuck, it's so much easier to develop CUDA with AI help. ...Yes, I'm talking about CMake.
English
0
0
1
14
Win Wang retweetet
Thariq
Thariq@trq212·
We just added /btw to Claude Code! Use it to have side chain conversations while Claude is working.
English
1.2K
1.6K
26K
2.7M
Win Wang
Win Wang@Winium·
@lydiahallie Amazing. I did this all the time as a custom skill-like solution, glad to see it formally in CC!
English
0
0
0
75
Win Wang
Win Wang@Winium·
If you're not seeing "Thinking about issues with this request" on Claude, are you even prompting?
English
0
0
1
35
Win Wang
Win Wang@Winium·
@blelbach I was just thinking about making a mini-transpiler in Scala, lol. Hyper-typesafe cuda. (though Rust-like lifetimes/borrow don't seem completely possible)
English
0
0
0
210
Bryce Adelstein Lelbach
Bryce Adelstein Lelbach@blelbach·
I predict in the near future, the majority of GPU cycles in the world will execute code written in Python DSLs that lower to machine code without going through C++. Triton, JAX/Pallas, torch.compile, cuTile, CUTE DSL, etc The era of C++ and C as the foundational layer is over.
lyv ⌘@wholyv

What if C++ was used for machine learning instead of Python. given C++ evolved to allow that. I wonder how faster, our AI models would be these days.

English
70
38
572
101.2K
Win Wang
Win Wang@Winium·
Love Scala docs, lol. I guess resolution decided to diverge at that line.
Win Wang tweet media
English
0
0
1
38
Win Wang
Win Wang@Winium·
For you Claude Coders/Codexers, I suggest to use a different model for code review than the implementation agent. Also consider a different model to write tests to spec (do this before/in parallel with impl).
English
0
0
0
43
Win Wang retweetet
Prof. Anima Anandkumar
Prof. Anima Anandkumar@AnimaAnandkumar·
We’re excited to release TorchLean which is the first fully verified neural network framework in Lean. The Lean community has largely focused on pure mathematics. TorchLean expands this frontier toward verified neural network software and scientific computing. With the recent release of CSlib, we see this as another step toward a fully verified ML stack. We support features: 1. Executable IEEE-754 floating-point semantics (and extensible alternative FP models) verified tensor abstractions with precise shape/indexing semantics 2. Formally verified autograd system for differentiation of NN programs Proof-checked certification / verification algorithms like CROWN (robustness, bounds, etc.) 3. PyTorch-inspired modeling API with eager-style development + export/lowering to a shared IR for execution and verification Project page: leandojo.org/torchlean.html Paper: [2602.22631] TorchLean: Formalizing Neural Networks in Lean Work done @Robertljg, Jennifer Cruden, Xiangru Zhong, @huan_zhang12 and @AnimaAnandkumar. #MachineLearning #ScientificComputing #Lean
Prof. Anima Anandkumar tweet media
English
27
247
1.6K
135.5K
Win Wang
Win Wang@Winium·
@fbrasisil I've actually been working with different CLAUDE_CONFIG_DIR with multiple agents in the same repo dir. I use a commit mutex with a prompt "macro" for single-time auto-approved commits. Also working on a fully dockerized solution with tmux'd persistence.
English
0
0
1
9
Flavio Brasil
Flavio Brasil@fbrasisil·
@Winium yeah, the new built-in worktree feature isn't great. Sub agents don't respect it and file searches end up returning content from the main repo or other worktrees. I'm managing worktrees manually in separate folders. It works ok that way
English
1
0
1
26
Flavio Brasil
Flavio Brasil@fbrasisil·
to be fair: I complained about Claude Code recently but the beast is back! working on multiple parallel sessions is truly a next-level experience 😍
English
3
0
9
827
Win Wang
Win Wang@Winium·
@headinthebox @fbrasisil Yes. I find that Claude writes significantly better Scala, not to mention the static guardrails Scala allows.
English
0
0
2
175
Erik Meijer
Erik Meijer@headinthebox·
@fbrasisil Existential question, does the programming language even matter anymore when the AI agent does all the work?
English
22
1
54
5.5K
Flavio Brasil
Flavio Brasil@fbrasisil·
A nice plot twist: Scala's bad DevEx is greatly mitigated by AI agents. I don't bother with broken IDE refactoring, don't need to fight sbt anymore, don't need to debug stuff because of bad docs, can easily pinpoint compiler bugs and find workarounds, etc. Just ship 🚀🚀🚀
English
4
0
37
6K
Win Wang
Win Wang@Winium·
Did you know: Claude Code drops tool results at ~100k tokens, then continuously afterward? Not sure if/how it selectively drops, but something to note bc it presumably breaks prefix cache. One downside of giving it a guide.md rather than a putting in memory.
English
0
0
0
52
Win Wang
Win Wang@Winium·
Claude has genuinely ruined the word "genuinely" for me. 🙃
English
0
0
2
49
Win Wang
Win Wang@Winium·
@garrytan I think this is specifically about certain users pushing the (Max plan) limits in a way that makes it unsustainable for Anthropic to even offer the Max plan.
English
0
0
0
40
Garry Tan
Garry Tan@garrytan·
Anthropic’s War on Its Own Power Users Charging power users $200/month then banning them for actually using it is not ‘abuse prevention’ — it’s the RIAA playbook for AI, and we all remember how that movie ends. garryslist.org/posts/anthropi…
English
170
57
1K
177K
Win Wang
Win Wang@Winium·
@paulg Depends on the code, probably. Also, I think there was something like a massive upgrade around oct/nov last year. I've aleays been pro-AI but it was mostly unusable for my projects outside of being a great googler. Now, idk about 1k/hr, but definitely thousands/day.
English
0
0
0
284
Paul Graham
Paul Graham@paulg·
An experienced programmer told me he's now using AI to generate a thousand lines of code an hour. When I posted a similar stat 6 months ago, I got about a 50-50 mix of indignant disbelief and "Yeah, me too." I'm curious if the split will be different this time.
English
579
53
2.1K
502.1K
Win Wang
Win Wang@Winium·
Despite basedpyright+beartypes+(etc), Python AI code generation still lags behind FP Scala in both immediate term and long-session quality. I've been migrating internal tools to Scala because of this. ...Actually we should have PythonFix if there isn't one already.
English
0
0
0
32
Win Wang
Win Wang@Winium·
The shape of "good" code has changed, if you're heavily using AI coding tools. Static tooling is even more important now. Strict typing and compile options are almost a necessity. There's no room for leaving even nits open anymore, as they compound.
English
1
0
0
26