Ran this prompt: Share an interesting scientific discovery or historical fact that most people don't know about. Please explain why it's significant and its impact on our understanding. Got this nonsense answer: Interesting Scientific Discovery: The Discovery of the "Boson" in 1924 by Charles K. Alton ("Chuck") Alton What it is: In 1924, American physicist Charles K. Alton discovered the "boson", a particle that woul…
Show HN: 1-Bit Bonsai, the First Commercially Viable 1-Bit LLMs
141–150 of 181 posts
Re: Show HN: 1-Bit Bonsai, the First Commercially Viable 1-Bit LLMs
#142It seems PrismML has implemented a better version of an idea I had a while back: what if we had a 1-bit model where the scale of the weight is determined by its position. The model would have to be trained from the ground up for this though, which is why I never tried it. The interleaved scale factor approach of Bonsai is a much more flexible approach at almost the same cost.
Re: Show HN: 1-Bit Bonsai, the First Commercially Viable 1-Bit LLMs
#143What’s the trade-off? If it’s smaller, faster and more efficient - is it worse performance? A layman here, curious to know.
Their own (presumably cherry picked) benchmarks put their models near the 'middle of the market' models (llama3 3b, qwen3 1.7b), not competing with claude, chatgtp, or gemini. These are not models you'd want to directly interact with. but these models can be very useful for things like classification or simple summarization or translation tasks. These models quite impressive for their size: even an older raspberry pi…
Re: Show HN: 1-Bit Bonsai, the First Commercially Viable 1-Bit LLMs
#144Earlier quoted context omitted.
I must add that I also tried out the standard "should I walk or drive to the carwash 100 meters away for washing the car" and it made usual error or suggesting a walk given the distance and health reasons etc. But then this does not claim to be a reasoning model and I did not expect, in the remotest case, for this to be answered correctly. Ever previous generation larger reasoning models struggle with this
I ran it through a rudimentary thinking harness, and it still failed, fwiw: The question is about the best mode of transportation to a car wash located 100 meters away. Since the user is asking for a recommendation, it's important to consider practical factors like distance, time, and convenience. Walking is the most convenient and eco-friendly option, especially if the car wash is within a short distance. It avoids…
Re: Show HN: 1-Bit Bonsai, the First Commercially Viable 1-Bit LLMs
#145Earlier quoted context omitted.
I must add that I also tried out the standard "should I walk or drive to the carwash 100 meters away for washing the car" and it made usual error or suggesting a walk given the distance and health reasons etc. But then this does not claim to be a reasoning model and I did not expect, in the remotest case, for this to be answered correctly. Ever previous generation larger reasoning models struggle with this
I ran it through a rudimentary thinking harness, and it still failed, fwiw: The question is about the best mode of transportation to a car wash located 100 meters away. Since the user is asking for a recommendation, it's important to consider practical factors like distance, time, and convenience. Walking is the most convenient and eco-friendly option, especially if the car wash is within a short distance. It avoids…
Re: Show HN: 1-Bit Bonsai, the First Commercially Viable 1-Bit LLMs
#146Re: Show HN: 1-Bit Bonsai, the First Commercially Viable 1-Bit LLMs
#147Earlier quoted context omitted.
It's because they're natively trained with 1 bit, so it's not losing anything. Now, the question might be how they manage to get decent predictive performance with such little precision. That I don't know.
Not training. Transposing rows/columns of matrices to group 128 parameters with similar (shared) scale factor. Qwen-3 model.
Re: Show HN: 1-Bit Bonsai, the First Commercially Viable 1-Bit LLMs
#148(math: - log error / model size = 1 error / model size = 1/e )
Re: Show HN: 1-Bit Bonsai, the First Commercially Viable 1-Bit LLMs
#149Feels a bit like gradually moving back toward analog circuits, step by step. There is less and less need for the precision that digital circuits provide.
What ? How did you come to this conclusion with this context ?
Large models do not require that kind of exactness. They are somewhat like a "field" or a "probability cloud": as long as the main directional tendency is correct, a few individual deviations—or even a whole cluster of them—make almost no difference.
Re: Show HN: 1-Bit Bonsai, the First Commercially Viable 1-Bit LLMs
#150is this somewhat similar to Microsofot Bitnet?