-
Notifications
You must be signed in to change notification settings - Fork 109
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Building AI Apps with Elixir - Charlie Holtz - ElixirConf 2023 #212
Comments
Recommend watching. Thinking of building something similar. |
@LuchoTurtle keen to hear your thoughts/feedback. 💭 |
It was a fascinating talk! The way each one was explained was clear-cut and simple, but it shows how powerful we can use AI models (hopefully open-source) to tackle otherwise challenging parsing scenarios.
GenServerThe Adding a The reason why I'm saying this is because it's interesting seeing him employ these techniques to yield correct results from the agent, which is what makes these demos successful. And the way he's parsing the output from the model is exactly why frameworks like When adding AI to an application, the hardest part seems to be how to get a good prompt going. I've had my run-ins with https://github.com/CompVis/stable-diffusion and 99% of the work is prompting, knowing which keywords go hand-in-hand, and adding or reducing weights to some keywords. But when using LLMs to get these simple responses and answers as shown in the video (and actually using an LLM to check the content of the answer and not having to consider all the edge scenarios when parsing user input) is THIS simple, even more so with platforms like Azure AI making it even easier for us, the hardest part is being creative with it.
Generative AgentsGot SUPER excited with the third approach of self-sovereign and aware agents and how EASY it seems to make it in Elixir! The It's so interesting to see how this approach can effect other fields. For example, games! Characters in Red Dead Redemption 2 (apparently) had their own routines hard-coded. But imagine how much more dynamic (thus boosting replayability) the world would be if each one was an LLM agent, with their own set of stories/memories, and seeing them interact with each other and the player! I know for sure this is already being implemented somehow, just can't wait to see it! I'm already starring https://github.com/replicate/replicate-elixir! |
ElixirConf 2023 - Charlie Holtz - Building AI Apps with Elixir: https://youtu.be/TfZI5-oQSqI
The text was updated successfully, but these errors were encountered: