3 comments

  • adastra22 3 days ago ago

    I’ve been finding success with similar cognitive loops for vibe coding large projects. How generalizable is your implementation? To other scientific field? To other industries entirely?

    • WiseRob 3 days ago ago

      The code I have written is domain agnostic - its intention is to mine the knowledge within LLMs encoders etc to "invent" novel solutions to problems. Essentually you give it the problem and a desired solution description and the thing works away using inventive steps to create a forward trajectory toward the goal solution. I have a "red team" function that checks the validity of the steps forward against what is real and negotiates bottleneck issues or kills the idea - causing the system to try something else - it can also call itself to try to solve that bottleneck problem if the system feels it is not an intractable problem. It is all on autopilot so the user can set and forget and allow it to work away.

      • adastra22 3 days ago ago

        We all seem to be writing the same thing. You have plans to open-source it? I feel like there is potential here to stop wasting time replicating work, and to create a single framework that everyone benefits from.