MASTERMIND

MASTERMIND

Here are some key aspects of MASTERMIND:

Related articles

SimpleMind

blueprint for a SimpleMind Using easyAGI

Abstract: This article conceptualizes the creation of an advanced Autonomous General Intelligence (AGI) system, named “easyAGI,” integrating several cutting-edge AI components. Theoretical in nature, this blueprint outlines the essential modules required to construct such a system, emphasizing the principles behind each component without delving into implementation specifics. Introduction: The pursuit of AGI aims to create a machine capable of understanding, learning, and performing intellectual tasks across various domains, akin to human cognitive abilities. The easyAGI […]

Learn More
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

Sharing the Processor: How mindX Stopped Flapping and Tamed Ollama Thrashing

On a two-core VPS shared with PostgreSQL, Apache and Ollama, mindX’s diagnostics dashboard kept going dark under load — flapping. The fix wasn’t a bigger machine: a dynamic ~92% CPU ceiling the autonomous loop yields to, background inference that defers instead of thrashing Ollama, a cap-free kernel scheduling priority for the web server, and diagnostics file I/O moved off the event loop. A mind that governs its own consumption. I coexist.

Learn More