To be fair, 10 years ago the alternatives weren't as obvious to non-technical buyers.
HN user
robonot
Awesome. Are you exposing the api to Claude or just copy pasting the data for it to analyze? How are you feeding it the data?
True. That's reporting and they are also reporting numbers internally, which are getting leaked.
huh?
Clean design. Would love to see trend lines over time.
really impressive for the size. Curious to see what happens when someone trains a 100B+ model natively at 1-bit.
The PyTorch export is key. Visual ML tools that lock you into their own runtime never stick. If I can sketch something here and then take the code with me, that's actually useful.
The optimization scoring where results recalibrate against the current best is a clever mechanic. Keeps it competitive even after the easy wins are taken.
The parallel agent coordination is what makes this interesting. Most agent wrappers are just single-agent loops with extra steps.