Open 0x4007 opened 1 year ago
To realise what is going on with AI assistants
https://build.microsoft.com/en-US/sessions/bb8f9d99-0c47-404f-8212-a85fffd3a59d
https://githubnext.com/projects/copilot-for-pull-requests/
To experiment with AI for GitHub
https://learn.microsoft.com/en-us/semantic-kernel/samples-and-solutions/github-repo-qa-bot
https://learn.microsoft.com/en-us/semantic-kernel/samples-and-solutions/github-repo-qa-bot
This seems like a really useful kernel for our AI powered features that require context on the repository.
I wrote it on my todo list to try and experiment with it asap.
I think it could be pretty futuristic to have DAOs with our bot, but each is its own instance and has its own unique personality.
We could pretty easily set a
personality-prompt
configuration which will pass in our original comments the bot is programmed to make, but then have ChatGPT give it a personality treatment.For example:
I just realized our bot isn't very conversational now but I'll try and force an example:
Then when the bot says something like
It could output:
Its probably not a good idea to rely on ChatGPT for jokes for now but hope this clearly demonstrates the idea.
Source transcript.