energic and funcy model!

#2
by KottCh - opened

like this mode, much better than 1B. (F16 tested)

  1. it managed to decode 1 base64 chunk. failed for 2nd
  2. wrote simple Fermat's factoring.
  3. here applied 1 optimization out of 2
  4. wrote Miller-Rabin Primality Test
  5. wrote rho algo (added Primality test), but some faulty python return lines.
  6. SVG drawing is meh..
OpenBMB org

Thanks for the detailed write-up! Great to hear the jump from 1B is noticeable. We've noted the base64 chunk failure, the broken returns in the rho code, and the weak SVG output β€” all useful signals for us.

Sign up or log in to comment