Show HN: Grammarly-like extension for any language
chromewebstore.google.com
Show HN: Grammarly-like extension for any language
1–4 of 4 posts
Re: Show HN: Grammarly-like extension for any language
#2Re: Show HN: Grammarly-like extension for any language
#3Does something like this exists for firefox and opensource with local llm (one can dream) ? Or are llm fitted for this still too resource intensive ?
We use about 4-6 calls per improvement and use a mix of Anthropic and OpenAI. Interestingly we really couldn't get sufficiently good performance from just one model. It's interesting how they can be good or bad at different tasks where one task doesn't seem materially harder than the other.
Re: Show HN: Grammarly-like extension for any language
#4Does something like this exists for firefox and opensource with local llm (one can dream) ? Or are llm fitted for this still too resource intensive ?
As far as I know there's not really LLMs good enough that can run locally. Maybe with the R1 improvements and future derivative work that'll change. We use about 4-6 calls per improvement and use a mix of Anthropic and OpenAI. Interestingly we really couldn't get sufficiently good performance from just one model. It's interesting how they can be good or bad at different tasks where one task doesn't seem materially ha…
In the meantime I've seen this model https://huggingface.co/FPHam/Karen_TheEditor_V2_STRICT_Mistr... , I would be interested how it compares. (though it seems specifically fine-tuned for american english)