the animations and various demos I show are not the core of the project.
the gist here is adding skills to one's waifu with 1 line of code per skill.
for example: STT, TTS, doing groceries, burping, conversating, stocking shelves, being a robot in west world amusement park.
so if other ppl started crafting skills, what you get is a skill buffet for ppl to chose from and equipe to their bots.
no you are correct that ppl are doing AI stuff. they use LLMs and forms of glue code to add features like STT, TTS, MCP servers. but that is not the same.
with this system you add skills and the design pattern does the rest. so you can scale and collab. and its always the same single function one uses to add a skill. you only need to know brain.add_skill(Skill()) to customize and upgrade the system. yes there are advanced features like AI drugs, but the core stays the same.