Earlier quoted context omitted.
The source seems to be at the linked repo, and the license is MIT. How’s that a stretch?
> 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.
Scramble: Open-Source Alternative to Grammarly
41–50 of 174 posts
Re: Scramble: Open-Source Alternative to Grammarly
#42Seems 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?
This repo is _only_ really 7 sentences, like "Please correct spelling mistakes in the following text: " (these https://github.com/zlwaterfield/scramble/blob/2c1d9ebbd6b935...)
Everything else is uncreative, and possibly un-copyrightable, boilerplate to send those sentences to OpenAI.
All of the creative software happens on OpenAI's servers using proprietary code.
Re: Scramble: Open-Source Alternative to Grammarly
#43I 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…
Re: Scramble: Open-Source Alternative to Grammarly
#44Re: Scramble: Open-Source Alternative to Grammarly
#45Earlier quoted context omitted.
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.
So it may be more attractive to employers to check their employees' output, rather than an individual checking his own?
Re: Scramble: Open-Source Alternative to Grammarly
#46Re: Scramble: Open-Source Alternative to Grammarly
#47Earlier quoted context omitted.
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.
Yes, but the API at the end is providing the core functionality. Simply swapping out one LLM model for another - let alone by a different company altogether - will completely change the effectiveness and usefulness of the application.
Re: Scramble: Open-Source Alternative to Grammarly
#48Kind of a shame it says it’s specifically for Chrome then. Where’s the love for Firefox?
Re: Scramble: Open-Source Alternative to Grammarly
#49Earlier quoted context omitted.
The source seems to be at the linked repo, and the license is MIT. How’s that a stretch?
Code is only copyrightable if it has any element of creativity. This repo is _only_ really 7 sentences, like "Please correct spelling mistakes in the following text: " (these https://github.com/zlwaterfield/scramble/blob/2c1d9ebbd6b935... ) Everything else is uncreative, and possibly un-copyrightable, boilerplate to send those sentences to OpenAI. All of the creative software happens on OpenAI's servers using proprie…
Re: Scramble: Open-Source Alternative to Grammarly
#50Earlier quoted context omitted.
Yes, but the API at the end is providing the core functionality. Simply swapping out one LLM model for another - let alone by a different company altogether - will completely change the effectiveness and usefulness of the application.
everyone stands on the shoulders of giants.