I made the best text correction tool out there… and it’s an AutoHotkey script

Alright, this is quite an interesting one. I cannot call this a “project” per se, as it is not that massive of an undertaking and it heavily relies on a keyboard shortcut script service to work, but nonetheless, I find is most certainly amusing and super useful! This keyboard shortcut uses the power of Groq’s rapid inference, paired with their Kimi K2 0905 deployment, allowing for near instantaneous text corrections. This may sure sound janky, and the setup may sure feel so, but once it is all said and done, it’s simply magical.
Check out the full source, installation notes, and usage details on GitHub: BenItBuhner / Insta-AI-Correct

This is real-time, and not sped up in any way; this is all to the speed of Groq and power of Kimi K2.
All it takes to actually use this cool little tool is:
- Highlight the text to correct: This will be the text parsed to Groq for text text correction.
- Press the keyboard shortcut: It is simply
Ctrl + Alt + Rto trigger the correction.
And that is it! P.S. that GIF you see above is real-time, no speed ups, no tricks.
I really hope that this tool is useful to someone as it is to me, because I use it for almost everything!
- Correcting text in a draft before Tweeting.
- Fixing typos within DMs prior to sending.
- Cleaning up snippets of code in my IDE of choice (like Zed and Cursor).
- And so. Much. More.
