funagi

Socratic Reasoning

Understanding SocraticReasoning.py

understandin the ezAGI framework requires a fundamental comprehension of reasoning with SocraticReasoning.py disclaimer: ezAGI fundamental Augmented Generative Intelligence may or not be be fun. use at own risk. breaking changes version 1 To fully audit the behavior of how the premise field is populated in the SocraticReasoning class, we will: SocraticReasoning.py Audit Initialization and setup of SocraticReasoning class Adding Premises Programmatically Adding Premises Interactively Now, let’s look at the interactive part of the interact method: […]

Learn More
fundamentalAGI

FundamentalAGI Blueprint

funAGI Objective: Develop a comprehensive Autonomous General Intelligence (AGI) system named FundamentalAGI (funAGI). This system integrates various advanced AI components to achieve autonomous general intelligence, leveraging multiple frameworks, real-time data processing, advanced reasoning, and a sophisticated memory system. Design will be modular for dynamic adaptation using modern object oriented programming technique primary in the Python language. Components of funAGI: the big picture Detailed Architecture and Implementation Plan 1. Cognitive Architecture 2. Multi-Modal and Multi-Model Integration […]

Learn More

fundamental AGI

putting the fun into a fundamental augmented general intelligence framework as funAGI funAGI is a development branch of easyAGI. easyAGI was not being easy and SimpleMind neural network was proving to not be simple. For that reason is was necessary to remove reasoning.py and take easyAGI back to its roots of BDI Socratic Reasoning from belief, desire and intention. So this back to basics release should be taken as a verbose logging audit of SocraticReasoning […]

Learn More