| ▲ | kailpa1 3 hours ago | |
What features do you think meet the list right now? | ||
| ▲ | wat10000 23 minutes ago | parent [-] | |
I'm not sure where the supposed difficulty lies. "User-controlled execution." Seems easy enough to add settings so this is configurable. "No content may leave the computer without authorisation." OK, so don't do that. "No telemetry of any kind." There are plentiful API providers with zero data retention. If this means no data of any kind, even just records of having accessed the API, then local inference is a thing. "No dependence on a single provider." Trivial. The OpenAI API is a de facto standard implemented by tons of providers. If you really want to go broad, it's easy to implement clients for other APIs too. "No compromises on format." I don't even understand how this would be a problem in the first place. Text goes in, text comes out. The client can put it into whatever format it wants. "Entirely optional." Trivial to add an off switch. Or an on switch, so it's off by default. If it must be completely removable and not just turned off, it can be implemented as an extension. | ||