After years with Grammarly, I wanted a simpler, cheaper way to improve my writing. So I built Scramble, a Chrome extension that uses an LLM for writing enhancements. Key features: - Uses your OpenAI API key (100% local) - Pre-defined prompts for various improvements - Highlight text and wait for suggestions - Currently fixed to GPT-4-turbo Future plans: add LLM provider/model choice, custom prompts, bug fixes, and im…
Without marketing speak can I ask why anyone would have a need for a service like grammerly, I always thought it was odd trying to sell a subscription based spell checker (AI is just a REALLY good spell checker).
Scramble: Open-Source Alternative to Grammarly
31–40 of 174 posts
Re: Scramble: Open-Source Alternative to Grammarly
#32People really should stop calling a glorified openAI API as an open-source software.
So, it's not as clear cut. The general approach of using LLMs for this is not a bad one; LLMs are pretty good at this stuff.
Re: Scramble: Open-Source Alternative to Grammarly
#33Seems a stretch to call it open source.
The source seems to be at the linked repo, and the license is MIT. How’s that a stretch?
Speaking for myself, I clicked on this thinking it might be open source in the sense of something I can run fully locally, like with a small grammar-only model.
Re: Scramble: Open-Source Alternative to Grammarly
#34People really should stop calling a glorified openAI API as an open-source software.
There are several free alternatives to OpenAI that use the same API; which would make it possible to substitute OpenAI for one of those models in this extension. At least on paper. There is an open issue on the github repository requesting something like that. So, it's not as clear cut. The general approach of using LLMs for this is not a bad one; LLMs are pretty good at this stuff.
Re: Scramble: Open-Source Alternative to Grammarly
#35Earlier quoted context omitted.
Without marketing speak can I ask why anyone would have a need for a service like grammerly, I always thought it was odd trying to sell a subscription based spell checker (AI is just a REALLY good spell checker).
The "grammar" part, at least in a professional setting. You might be shocked at how many people will write an email pretty much like they would talk to friends at a club or send a text message (complete with emojis!) or just generally butcher professional correspondence.
Re: Scramble: Open-Source Alternative to Grammarly
#36Re: Scramble: Open-Source Alternative to Grammarly
#37I have been using LanguageTool[1] for years as "an open source alternative to [old school] Grammarly". It doesn't do that fancy "make this text more professional" AI stuff like this or Grammarly can now do, but they offer a self-hosted version so you don't need to send everything you write to OpenAI. If all you want is a better spelling/grammar checker, I highly recommend it. [1] - https://github.com/languagetool-org…
You also can self-host and we do that at my workplace, because we deal with sensitive documents.
Re: Scramble: Open-Source Alternative to Grammarly
#38Re: Scramble: Open-Source Alternative to Grammarly
#39Re: Scramble: Open-Source Alternative to Grammarly
#40easy to install in LibreOffice