Live data from Hacker News

Harper – an open-source alternative to Grammarly

writewithharper.com

31–40 of 167 posts

Re: Harper – an open-source alternative to Grammarly

#31
post #10

IMO 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.

General purpose LLMs seem to get very confused about punctuation, in my experience. It's one of their big areas of obvious failing. I'm surprised Grammarly would allow this to happen.

Re: Harper – an open-source alternative to Grammarly

#33

Given this is an Automattic product, I'm hesitant to use it. If it gets remotely successful, Matt will ruin it in the name of profit.

It's FOSS, so even if the worst happens, anyone could just fork the last good version and continue development there.

Re: Harper – an open-source alternative to Grammarly

#34

Why wouldn't you want an LLM for a language learning tool? Language is one of things I would trust an LLM completely on. Have you ever seen ChatGPT make an English mistake?

Grammarly is all in on AI and recently started recommended splitting "wasn't" and added the contraction to the word it modified. Example: "truly wasn't" becomes "was trulyn't" https://imgur.com/a/RQZ2wXA

Hm ... I wonder, is Grammarly also responsible for the flood of contraction of lexical "have" the last few years? It's standard in British English, but outside of poetry it is proscribed in almost all other dialects (which only permit contraction of auxiliary "have").

Even in British I'm not sure how widely they actually use it - do they say "I've a car" and "I haven't a car"?

Re: Harper – an open-source alternative to Grammarly

#35

Why wouldn't you want an LLM for a language learning tool? Language is one of things I would trust an LLM completely on. Have you ever seen ChatGPT make an English mistake?

Grammarly is all in on AI and recently started recommended splitting "wasn't" and added the contraction to the word it modified. Example: "truly wasn't" becomes "was trulyn't" https://imgur.com/a/RQZ2wXA

This is what peak innovation looks like

Re: Harper – an open-source alternative to Grammarly

#37
this solution is just fundamentally insufficient. in the age of LLMs it's pretty insane to imagine programmers manually hard-coding an arbitrary subset of grammatical corrections (sure: it's faster, it's local first, but it's not enough). on top of that, English (like any other natural language) is such a complicated beast that you will never write a classic deterministic parser that's sophisticated enough to allow you to reliably implement even the most basic of grammatical corrections (check the other comments for examples). it's just not gonna happen.

i guess it's a nice and lightweight enhancement on top of the good old spellchecker, though

Re: Harper – an open-source alternative to Grammarly

#38
post #34

Earlier quoted context omitted.

Grammarly is all in on AI and recently started recommended splitting "wasn't" and added the contraction to the word it modified. Example: "truly wasn't" becomes "was trulyn't" https://imgur.com/a/RQZ2wXA

Hm ... I wonder, is Grammarly also responsible for the flood of contraction of lexical "have" the last few years? It's standard in British English, but outside of poetry it is proscribed in almost all other dialects (which only permit contraction of auxiliary "have"). Even in British I'm not sure how widely they actually use it - do they say "I've a car" and "I haven't a car"?

"they" say "I haven't got a car".

Contractions are common in Australian English to, though becoming less so due to the influence of US English.

Re: Harper – an open-source alternative to Grammarly

#40
Looks cool, but it's weird to constantly make comparisons to Grammarly (in the post title, description section of the site, benchmarks) when this is clearly a rule-based spellcheck and very different from what Grammarly offers.

Instead tell me how it compares to the built-in spellcheck in my browser/IDE/word processor/OS.

Post reply on HN