How to harness the power of existing AI systems? How about ductaping together existing general and highly specialized reasoning systems and all tools we developers use, from searching for data on the internet to using python libraries for machine learning to calling LLMs to making external memory for them, in one metareasoning system! Here's my hypothetical architecture highlevel sketch for it in hypothetical selfmade language.
BurnyCoder/meta-ai
Experimental: How to harness the power of existing AI systems? How about ductaping together existing general and highly specialized reasoning systems and all tools we developers use, from searching for data on the internet to using python libraries for machine learning to calling LLMs to making external memory for them, in one metareasoning system!