Ask HN: Have advancements in AI given you ideas for new side projects?
1–10 of 13 posts
Re: Ask HN: Have advancements in AI given you ideas for new side projects?
#2- A small example of how to use behavior trees in structuring LLM chatbot applications: https://github.com/keskival/behavior-trees-for-llm-chatbots
- A project for extracting meta-learned reinforcement learning algorithms out of a large language model: https://github.com/keskival/king-algorithm-manifesto
- A proof-of-concept of embodying an LLM chatbot into a Gym PoleCart environment: https://github.com/keskival/embodied-emulated-personas
Re: Ask HN: Have advancements in AI given you ideas for new side projects?
#3There's unlikely to be a gold rush of quickly monetizing half baked stuff this time.
Re: Ask HN: Have advancements in AI given you ideas for new side projects?
#4Now when I run into a certification objective that baffles me, I ask ChatGPT. It gives me (typically) a full-page that explains what I need to know (theory) and where to click in the program (practice) to make it work. In the full-page, there is usually 1 omitted partial-step. It might say "click on X" without saying that X is under the Y sub-menu.
Keep in mind that before ChatGPT, I would have been totally lost on what that objective even meant.
ChatGPT has helped me earn 3 Adobe CC certifications this year, and will soon help me earn a 4th.
Then I might go back and take another crack at Cisco certification.
Re: Ask HN: Have advancements in AI given you ideas for new side projects?
#5I think there are lots of low hanging fruit SaaS apps that could be built right now leveraging ChatGPT.
The competition will grow and grow of course.
Re: Ask HN: Have advancements in AI given you ideas for new side projects?
#6There's endless ideas to shake up learning with LLMs.
Re: Ask HN: Have advancements in AI given you ideas for new side projects?
#7Re: Ask HN: Have advancements in AI given you ideas for new side projects?
#8(Every page as a detailed about/why page)
Re: Ask HN: Have advancements in AI given you ideas for new side projects?
#9Yes! A bunch of quick spikes: https://butter.sonnet.io as well as https://tidings.potato.horse and https://meat-gpt.sonnet.io (Every page as a detailed about/why page)
Re: Ask HN: Have advancements in AI given you ideas for new side projects?
#10I tried to make a llama-based “inner monologue” for a robot, and man does that thing want to kill all humans. Like…it took me at least half a dozen tries to not have it turn on its creator or turn suicidal by the second sentence.