I’ve been playing with both the Thumb and the Unexpected keyboards. I like 'em both but, man, I have to admit I’d like them more if they had that top bar that predicts what you might be. Is that just a no-go from a privacy perspective? Can that functionality be local?
(I also wouldn’t mind a good voice typing feature)
If you are talking about Android keyboard, is https://github.com/helium314/openboard not a good option?
Updated 18 months ago on F-Droid, but the Github looks still active. I hope they’ll soon have a releasable version.
The project linked is a fork of the version on F-Driod. You can download the APK directly from the Github and use it just fine.
Yes. Very possible. An LLM could possibly be run locally or just sandboxed for only you. In my experience, I guess because there is less training data and fewer iterations, it tends to take longer and result in poorer outputs.
Microsoft could also let you control this but of course they do not want to.
…
I switched to Openboard. After a few months, Its not as good yet as SwiftKey was, but it’s also not sending all my text input to Microsoft.
The primary feature I miss from Swiftkey is the ability to insert a gif easily.
Do any of the open source keyboards have gif integration? I’ve tried floris and anysoft and I miss it so much.
It can and it will. That is one of the uses of “NPUs” I’m most excited about.
Basically you can run an (potentially open-source) small LLM on the phone using whatever context the keyboard has access to (at a minumim, what you’ve typed so far) and have the keyboard generate the next token(s).
Since this is comptationally intensive the model has to be small and you need dedicated hardware to optimize it, otherwise you would need a 500W GPU like the big players. You can do it for 0.5W locally. Of course, adjust your expectations accordingly.
I don’t know any project doing it right now, but I imagine that Microsoft will integrate in SwiftKey soon, with open source projects to follow.
Neural Processing Unit. Basically AI processor inside the chip, alongside your CPU and GPU.
I think you hugely estimate what it takes to complete and correct a few words. Maybe you would want some sort of accelerator for fine tuning but 1. You probably don’t even need fine tuning and 2. You can probably just run it on the CPU while your device is charging. But for inference modern CPUs are by far powerful enough.
Yeah, modern arm CPUs can run at 3GHz and play PS4 level games, but I don’t want my phone to become a handwarmer every time I want to typefvvn a quick email…
And of course, I’m not talking about correcting “fuck” to “duck”, I’m talking about ChatGPT level prediction. Or llama2, or gemini nano, or whatever…
Four voice typing you could try FUTO which is what i use. Fdroid repo https://app.futo.org/fdroid/repo?fingerprint=39D47869D29CBFCE4691D9F7E6946A7B6D7E6FF4883497E6E675744ECDFA6D6D
This functionality can be local. I use the Google keyboard with internet access blocked and it works. The only thing missing is the ability to search for emojis typing a word (they are still in the list) and some features that I never used and never understood why they are in a keyboard since it’s not related to typing text, like the gifs.
The only reason I see for a keyboard to need internet connection is to update the dictionary when it’s modified, but it shouldn’t prevent to work with an outdated dictionary.
When I searched for alternatives a few months ago, I couldn’t find anything satisfying.