Show HN: Symbio self fine-tuning AI loop

(github.com)

9 points | by huyedit 14 hours ago ago

4 comments

  • ChulioZ 13 hours ago

    I place a lot of importance in my own projects that every agent session captures non-obvious learnings as rules and that skills learn from their executions. Interesting approach to bring this fully local! A bit unfortunate that the RAM requirements will lock some Macs out, but I guess that's not easily changeable right now.

    • aiagenta2z 9 hours ago

      So How do you prevent the continuously fine-tunes itself from drifting away from its original capabilities? The idea of training LoRA adapters from user corrections is interesting, and how do you balance personalization vs. catastrophic forgetting?

      • huyedit 5 hours ago

        Well, when fine tuning it doesn't do it as one big adapter. It works like skills it learns a new skill and that becomes an adapter, that is then tested against a golden file that tests its core skills as well as the skills the ai wants to know and if it fails to complete the essential skills than the adapter gets dropped and the new training data considers the gaps in its capabilities.

    • huyedit 13 hours ago

      Well, yeah it is fully local. Unless you want to bring in an MCP server from a frontier AI model to explain and give the solution (but that is in a heavy work in process). Thanks for the feedback and yeah the ram do lock some macs out!