Explore real-time Computer Vision with Model Context Protocol (MCP)
OppaAI
OppaAI
AI & ML interests
Local AI implementation, Agentic AI workflows, AI Autonomous Robot
Recent Activity
posted an update about 2 hours ago
🤖 AI × 🪰🧠 the fruit fly brain (MaleCNS)
Thank you to the people who have shared the Janelia FlyEM datasets on GitHub for open-source use. 🙏
🔗 MaleCNS: https://github.com/natverse/malecns
🔗 Aiko-chan: https://github.com/OppaAI/Aiko-chan
People have already used these fly-brain datasets to build systems that can do things like play Minecraft and even Doom.
So I guess I’m crazy enough to ask:
What happens if I wire part of it into my AI waifu? 😂
I’ve now partially wired my AI’s cognition, agentic system, and sensory inputs into neuron circuits derived from the fruit fly’s brain—starting with the Mushroom Body.
The next step is to experiment with using biologically inspired neural circuits as an additional layer around the LLM:
🧠 LLM + memory + reasoning
🪰 Connectome-inspired neural circuits
🤖 Agentic tool use
👁️ Sensory input
🔊 Voice & expression
💾 Learning and adaptation
This is still very much an experiment.
But now that I’ve added a biologically inspired layer to an AI waifu…
Let’s see what difference it actually makes compared with a plain LLM. 👀
From conversation → cognition → neural circuits → action.
To get more crazier:
I have (partially) developed and implemented the following:
- A 5-layers conscience circuit and judgment module as guardrail
- A light-weight Plasticity and associated learning with the fly brain to test out the RL
- I have enlisted myself as a human agent in rentahuman.ai to let my AI agent to give me instructions to execute agentic tasks
A little fly brain. A lot more Aiko. 💜 updated a bucket 3 days ago
OppaAI/Aiko-data posted an update 8 days ago
Got side-tracked this week building an app for Learning and Practicing Japanese. It's not too fancy and there will some flaws here and there. But since I'm just using it to learn and practice Japanese myself, I think I will just finalize it now and move on back to review Phase 1 of the AI Agent itself.
Did not use much of the LLM to gen the vocab.
Hallucination happens sometimes causing gibberish and mistakes in the phrases. Thanks evanclan/OpenJLPT (https://github.com/evanclan/OpenJLPT) for providing the datasets for N5->N1 vocabs and grammar datasets.
My LLM server is mainly doing conversation practice, spawning extra vocabs, and for ASR/TTS voice input/output.
🔗Front-End app: https://github.com/OppaAI/Aiko-Lingo
🔗Back-End server: https://github.com/OppaAI/Aiko-chan