Original Reddit post

Let me begin by saying that I am not a traditional builder with a traditional background. From the onset of this endeavor until today it has just been me, my laptop, and my ideas - 16 hours a day, 7 days a week, for more than 2 years (Nearly 3. Being a writer with unlimited free time helped). I learned how systems work through trial and error, and I built these platforms because after an exhaustive search I discovered a need. I am fully aware that a 54 year old fantasy novelist with no formal training creating one experimental platform, let alone three, in his kitchen, on a commercial grade Dell stretches credulity to the limits (or beyond). But I am hoping that my work speaks for itself. Although admittedly, it might speak to my insane bullheadedness and unwillingness to give up on an idea. So, if you are thinking I am delusional, I allow for that possibility. But I sure as hell hope not. With that out of the way - I have released three large software systems that I have been developing privately. These projects were built as a solo effort, outside institutional or commercial backing, and are now being made available, partly in the interest of transparency, preservation, and possible collaboration. But mostly because someone like me struggles to find the funding needed to bring projects of this scale to production. All three platforms are real, open-source, deployable systems. They install via Docker, Helm, or Kubernetes, start successfully, and produce observable results. They are currently running on cloud infrastructure. They should, however, be understood as unfinished foundations rather than polished products. Taken together, the ecosystem totals roughly 1.5 million lines of code. The Platforms ASE — Autonomous Software Engineering System ASE is a closed-loop code creation, monitoring, and self-improving platform intended to automate and standardize parts of the software development lifecycle. It attempts to: produce software artifacts from high-level tasks monitor the results of what it creates evaluate outcomes feed corrections back into the process iterate over time ASE runs today, but the agents still require tuning, some features remain incomplete, and output quality varies depending on configuration. VulcanAMI — Transformer / Neuro-Symbolic Hybrid AI Platform Vulcan is an AI system built around a hybrid architecture combining transformer-based language modeling with structured reasoning and control mechanisms. Its purpose is to address limitations of purely statistical language models by incorporating symbolic components, orchestration logic, and system-level governance. The system deploys and operates, but reliable transformer integration remains a major engineering challenge, and significant work is still required before it could be considered robust. FEMS — Finite Enormity Engine Practical Multiverse Simulation Platform FEMS is a computational platform for large-scale scenario exploration through multiverse simulation, counterfactual analysis, and causal modeling. It is intended as a practical implementation of techniques that are often confined to research environments. The platform runs and produces results, but the models and parameters require expert mathematical tuning. It should not be treated as a validated scientific tool in its current state. Current Status All three systems are: deployable operational complex incomplete Known limitations include: rough user experience incomplete documentation in some areas limited formal testing compared to production software architectural decisions driven more by feasibility than polish areas requiring specialist expertise for refinement security hardening that is not yet comprehensive Bugs are present. Why Release Now These projects have reached the point where further progress as a solo dev progress is becoming untenable. I do not have the resources or specific expertise to fully mature systems of this scope on my own. This release is not tied to a commercial launch, funding round, or institutional program. It is simply an opening of work that exists, runs, and remains unfinished. What This Release Is — and Is Not This is: a set of deployable foundations a snapshot of ongoing independent work an invitation for exploration, critique, and contribution a record of what has been built so far This is not: a finished product suite a turnkey solution for any domain a claim of breakthrough performance a guarantee of support, polish, or roadmap execution For Those Who Explore the Code Please assume: some components are over-engineered while others are under-developed naming conventions may be inconsistent internal knowledge is not fully externalized significant improvements are possible in many directions If you find parts that are useful, interesting, or worth improving, you are free to build on them under the terms of the license. In Closing I know the story sounds unlikely. That is why I am not asking anyone to accept it on faith. The systems exist. They run. They are open. They are unfinished. If they are useful to someone else, that is enough. — Brian D. Anderson ASE: https://github.com/musicmonk42/The_Code_Factory_Working_V2.git VulcanAMI: https://github.com/musicmonk42/VulcanAMI_LLM.git FEMS: https://github.com/musicmonk42/FEMS.git submitted by /u/Sure_Excuse_8824

Originally posted by u/Sure_Excuse_8824 on r/ArtificialInteligence