7 ms·
I made a quick prototype to demonstrate what I think A.I code assistance should be.. https://github.com/hibernatus-hacker/ai-hedgehog https://github.com/hibern
by timothygold 2y ago
I made a quick prototype to demonstrate what I think A.I code assistance should be..
https://github.com/hibernatus-hacker/ai-hedgehog https://github.com/hibernatus-hacker/ai-hedgehog
This is a simple code assistant that doesn't get in your way and makes sure you are coding (not losing your ability to program).
You configure a replicate API token from replicate... install the tool and point it at your code base.
When you save a file it asks the LLM for advise and feedback on the file as a "senior developer".
Run this along side your favorite editor to get feedback from an LLM as your working on (open source code nothing you don't want third parties to see).
You are still programming and using your brain but you have some feedback when you save files.
The feedback is less computationally expensive or fraught with difficulty than actually getting code from LLM's so it should work with much less powerful models.
It would be nice if there was a search built in so it could search for useful documentation for you.
- 9dev 2y agoIt sounds very interesting, I would suggest adding some kind of demo or video on the readme; I think i know how it works, but it would be nice to see Hedgehog in action. I’m going to try it tomorrow!