Harper – an open-source alternative to Grammarly
51–60 of 167 posts
Re: Harper – an open-source alternative to Grammarly
#52IMO not using LLMs is a big plus in my book. Grammarly has been going downhill since they've been larding it with "AI features," it has become remarkably inconsistent. It will tell me to remove a comma one hour, and then tell me to add it back the next.
So just like English teachers I see
Re: Harper – an open-source alternative to Grammarly
#53Re: Harper – an open-source alternative to Grammarly
#54I never understood the appeal of grammar tools. If you have reached the minimum professional/academic level needed to be designated to write something, shouldn't you at least be capable of verifying its semantic "correctness" just by reading through it once yourself? Why would you pass a writing job to someone who isn't 100% fluent in the language and then make up for it by buying complex tools?
Re: Harper – an open-source alternative to Grammarly
#55Re: Harper – an open-source alternative to Grammarly
#56Who is the target market is for Grammarly? Working professionals who speak English as a second language?
Re: Harper – an open-source alternative to Grammarly
#57Slightly controversial compared to other comments here but I haven't used Grammerly at all since LLMs came out. Even a 4B local LLM is good enough to rephrase all forms of text and fix most grammer mistakes.
Do you have a setup where this is possible or do you copy paste between text fields? (Genuine question. I’d love to use a local LLM integrating with an LSP).
Re: Harper – an open-source alternative to Grammarly
#58I would much rather check my writing against grammatical rules that are hard coded in an open source program—meaning that I can change them—than ones that I imagine would be subject to prompt fiddling or worse; implicitly hard coded in a tangle of training data that the LLM would draw from. The Neovim configuration for the LSP looks neat: https://writewithharper.com/docs/integrations/neovim The whole thing seems cool…