Show HN: Z80-μLM, a 'Conversational AI' That Fits in 40KB
31–40 of 126 posts
Re: Show HN: Z80-μLM, a 'Conversational AI' That Fits in 40KB
#32This couldn't be more perfectly timed .. I have an Unreal Engine game with both VT100 terminals (for running coding agents) and Z80 emulators, and a serial bridge that allows coding agents to program the CP/M machines: https://i.imgur.com/6TRe1NE.png Thank you for posting! It's unbelievable how someone sometimes just drops something that fits right into what you're doing. However bizarre it seems.
Connections: Alternative History of Technology by James Burke documents these "coincidences".
Re: Show HN: Z80-μLM, a 'Conversational AI' That Fits in 40KB
#33Re: Show HN: Z80-μLM, a 'Conversational AI' That Fits in 40KB
#34As far as I know, the last layer is very quantization-sensitive, and is typically not quantized, or quantized lightly. Have you experimented with having it less quantized, and evaluated the quality drop? Regardless, very cool project.
It depends on the model, but from my experiments (quantizing one layer of a model to 2-bit and then training the model with that layer in 2-bit to fix the damage) the first layer is the most sensitive, and yes, the last layer is also sensitive too. The middle layers take the best to quantization.
Different components of a layer also have a different sensitivity; e.g. the MLP downscale block damages the model the most when quantized, while quantizing the Q projection in self attention damages the model the least.
Re: Show HN: Z80-μLM, a 'Conversational AI' That Fits in 40KB
#35The interaction is surprisingly good despite the lack of attention mechanism and the limitation of the "context" to trigrams from the last sentence.
This could have worked on 60s-era hardware and would have completely changed the world (and science fiction) back then. Great job.
Re: Show HN: Z80-μLM, a 'Conversational AI' That Fits in 40KB
#36This is super cool. Would love to see a Z80 simulator set up with these examples to play with!
Re: Show HN: Z80-μLM, a 'Conversational AI' That Fits in 40KB
#37Re: Show HN: Z80-μLM, a 'Conversational AI' That Fits in 40KB
#38This couldn't be more perfectly timed .. I have an Unreal Engine game with both VT100 terminals (for running coding agents) and Z80 emulators, and a serial bridge that allows coding agents to program the CP/M machines: https://i.imgur.com/6TRe1NE.png Thank you for posting! It's unbelievable how someone sometimes just drops something that fits right into what you're doing. However bizarre it seems.
Re: Show HN: Z80-μLM, a 'Conversational AI' That Fits in 40KB
#39In before AI companies buy up all the Z80s and raise the prices to new heights.