Show HN: Maple-Preview – Ternary 20B MoE running at 120 tok/s on a iPhone
Thread
Unofficial Hacker News client; not affiliated with Y Combinator.
Show HN: Maple-Preview – Ternary 20B MoE running at 120 tok/s on a iPhone
Unofficial Hacker News client; not affiliated with Y Combinator.
arjie · · focus · HN ↗
Will give it a crack as a quick model in my clawlike.
sdiazthomas · · focus · HN ↗
The model is reliable at the semantic half. Give it the OCR text of a receipt and it correctly identifies the vendor and the date. What it does not do reliably is follow mechanical instructions. A user asked for dates formatted as TT-MM-JJJJ and got files literally named TT-MM-JJJJ, because it reproduced the format string instead of filling it in. Another asked for uppercase, and the model acknowledged the request in its reasoning and returned lowercase.
The failures were not consistent, which is worse than failing every time. You cannot tell users "this doesn't work", only "this works most of the time", and nobody accepts that from something touching their files.
What fixed it was moving the mechanical part out of the model entirely. The model decides what the document is about; ordinary deterministic code decides how the name is written. Every time I moved that line back toward the model, quality dropped.
Which is a version of your point: with a small model the win isn't making it smarter, it's shrinking what you make it responsible for.