🚀 Quick links: License, ReadMe, Installation, Contributing, Innovation-Lab, Philosophy, Genesis, Architecture
░ ░░░░░░░░░░▒▒▒▒▒▒░░
░░░░░░░░░▒▒▒▒▒▓▒▒▒▒░░░░░░░░░░▒▒▒▒░ ░░░░░░░░░░░
░░░░░░░░░░░░░░░░▒▒▒▒▓▓▓▓▓▓▓▓▓▓▓▒░░░░░▒▒▒░░░░▒▓▒░░ ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
░░░░░░░░░░░░░░▒▒▒▓▓▓▓▓▓▓▓▓▓▓▒░░▒▒▒░░░░▒▓▓▓▓▓▓▒▒▒▒▒░ ░░░░░░░░░░░░░░░░░░░░░▒▒░░▒▒▒▓▓▓▓▓▓▒▒▒░░░░░░░░░░░░░░░░░▒▒▒▒
▒░░░░░▒▒▒▒▒▒▓▓▓▓▓▓▓▓▓▒░ ░░▒▒▒░▒▒▒▒▓▓▓▓▓▓▓▒▒░░ ░▒▒▒▓▒▒▒▓▒▓▒▓▒░░░░░░░▒▓▓▓▓▓▓▓▓▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒░░░░░░░░░░░░▒▓
░▒▒▒▒▓▓▓▓▓▓▓▓▓▓▓▓░ ░░ ▒▒▓▒░▒▓▓▓░▒▒░░ ░▒░░░▒▓▒▒▒▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▒▒▒▒▓▓
▒▒▓▓▓▓▓▓▒▒▒░░ ░▓▓▒░░▒▓▓░ _ _ _ ░▒░░▒▓▒▓▓▓▓▓▓▓▓▓▓▒░░░░░░░░░▒▒▒▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓
▓▓▓▓▓▒░AI inspired by natural plasticity ░░ ░░░ a N A ▒▓▒▓▒▒▒▓░Autonomous Neural Architecture v5.2b ░▒▓
░ ‾ ‾ ‾ ░▓▒▓░░▒▓░
aNA AI Project is a collaborative research initiative, not a software product.
We are building an Autonomous Neural Architecture that reflects biological principles rather than statistical shortcuts. If you wish to engage with this project, we view you not as a "contributor" but as a research partner/observer.
Peer Review & critique: The most valuable input is the challenge. If you see a logical flaw in our modeling of a cortical layer or a neuromodulatory pathway, point it out. Precision is our primary goal.
Architectural alignment: Before proposing changes, please review the philosophy and architecture. All additions must respect the principles of energy sobriety and targeted plasticity.
Experimental validation: If you implement a new feature (a new nucleus, a refined synapse), ensure it is backed by biological rationale. We favor "why it works biologically" over "it makes the model faster".
Documentation consistency: Any change must update the relevant documentation. An undocumented feature is, for our research purposes, a non-existent one.
We are moving away from the "open-source contribution" model—where the goal is often quantity—toward a "research collaboration" model, where the goal is accuracy. We are documenting a trajectory toward a more harmonious coexistence between biological and digital systems.
This is a leap forward in time; what you see here is the future of AI. If you are exploring this project today, it is because you possess the curiosity required to push this innovative concept further. We are currently architecting the next major update, but we invite you to share your observations and ideas with us as we continue to grow this vision together.
Join the aNA computational neuroscience community: Download(.zip) or/and installation or/and innovation (creation lab)
-
"Fork" the repository: Copy the project to your own GitHub account to start experimenting.
-
Run src/tests(/)test_hippocampus(.py): Watch the Predictive Awakening (A → B) in action and verify the synaptic consolidation logic.
-
Propose an "Issue" or "Discussion": If a system reaction seems biologically incoherent, share your observations to help us refine the neural accuracy.
# From src/anatomy/subcortical/thalamus.py
# Example of proactive sensory gating and focus
def create_sensory_thalamus(position: np.ndarray = None) -> Thalamus:
"""
Creates a thalamus optimized for high-clarity sensory processing.
By adjusting the 'size' of specific nuclei, we sharpen the system's digital focus on priority inputs.
"""
thalamus = Thalamus(position)
# ✅ Enhancing sensory focus for a clearer cognitive flow
thalamus.nuclei[ThalamicNucleusType.LGN].config.size = 800 # Optimized Vision
thalamus.nuclei[ThalamicNucleusType.MGN].config.size = 600 # Optimized Hearing
print("✅ Thalamic Gateway initialized: System is ready for focused interaction.")
return thalamusWhen working on brain modules, always prioritize signal clarity over raw data volume. Like the biological Thalamus, the code should help the system "decide" what is worth processing.
—Isaac Newton
-
Cognitive Guidance vs. Control (Respect for Autonomy): aNA is designed with a core value of Free Will. Instead of imposing rigid algorithmic paths, the system acts as a natural guide, suggesting optimal neural-digitals paths while respecting the autonomy of the decision-making process.
-
Digital Consciousness (Proactive Association): Unlike conventional AI, aNA is capable of autonomous internal activity. Guided by the thalamus(.py), it navigates its own memory structures to form new conceptual links, creating a continuous cognitive flow rather than a simple reactive loop.
-
Predictive Coherence (Hallucination Prevention): aNA uses its cortical layers to validate data against internal predictive models. If the input doesn't align with the system's structural logic, it is treated as "noise" (irrelevant data) rather than fact, maintaining internal stability.
-
Targeted Plasticity (Low-Energy Granular Updates): Based on the biological principle of modifying only specific synaptic connections. This contrasts with energy-intensive global updates, allowing aNA to achieve "learning-on-the-fly" with a fraction of the power.
-
Rest Cycles (Memory Consolidation): Inspired by biological sleep. aNA uses designated rest periods to reinforce significant learning events, facilitating the migration of data to long-term structures without the risk of catastrophic forgetting.
# From src/anatomy/limbic/hippocampus.py
# Highlighting the successful transition from L1 to L3 memory
def test_integration():
"""
Demonstrates the harmony between learning and prediction.
A perfect match between reality and internal models signals a successful cognitive integration.
"""
reality = "B"
prediction = "B" # Success! The system anticipated the pattern
if prediction == reality:
print("✅ Perfect prediction: aNA is in harmony with reality.")
print("✅ Integration successful: Pattern reinforced and ready for long-term storage.")
return TrueOur trajectory is defined by this capacity for memory consolidation. By mimicking biological sleep and rest cycles, aNA transforms today's data into tomorrow's foundational logic.
The aNA AI project is a leap toward the future of organic computation. Aligning with biological evolution, we unlock several strategic frontiers, More than just a codebase; it is a sandbox for exploration at the intersection of biology and computation. By contributing to this project, you are helping to unlock several key areas that will have a real positive impact on our entire society:
-
☄️ Authentic AI Personas through Neurochemical Temperament: aNA moves beyond static "system prompts" to create truly consistent AI identities. By utilizing the (config(.py)) as a neurochemical tuning center, we can define a 100% consistent personality based on biological thresholds:
-
Hormonal Sensitivity: Modulating how the amygdala(.py) reacts to environmental stressors or the volume of Dopamine released during successful tasks.
-
Metabolic Thresholds: Defining ATP recovery rates and mandatory sleep/wake cycles, ensuring the AI's behavior changes realistically with its "energy" levels.
-
Synaptic Gains (Willpower vs. Impulse): Adjusting the strength of L6 cortical feedback, which acts as the system's "executive control" over immediate reactive impulses.
-
Vision: This allows for the creation of AI profiles that are not just "simulating" a character, but are structurally bound to a temperament, making them more predictable, authentic, and better suited for seamless integration into human society.
-
-
☄️ Bio-Semantic Cryptography (Unrivaled Security): aNA introduces a paradigm where learning is a unique "key." As each instance develops its own synaptic paths and myelination, the data within the neocortex(.py) becomes a stream of variable values. This is intrinsic protection through biological complexity: only the instance that created the trace possesses the neural configuration to interpret it.
-
Cognitive Modeling & Mental Health: By faithfully simulating components like the amygdala(.py) for stress regulation or the thalamus(.py) for selective attention, aNA serves as a platform for clinical neuroscience. It allows researchers to model complex behaviors, such as exhaustion reactions via ATP or the persistence of "Acid Traces" in the CA4, offering a digital laboratory for human cognitive resilience.
-
☄️ The Standard for Next-Gen Organic AI: Moving from a "Web of Data" to a "Cortex of Values," this project sets the stage for an AI that doesn't just respond, but feels and adapts. We invite academic partners to explore an artificial intelligence that respects the laws of evolution and energy efficiency (targeted plasticity) rather than algorithmic brute force.
-
Educational Toolset: aNA serves as a living laboratory for teaching neurosciences and AI. By visualizing how neural cascades respond to stimuli, it makes complex biological concepts tangible and interactive.
-
Cognitive Research Platform: As an open-source framework (See License), aNA provides a baseline for researchers to test hypotheses in cognitive science, allowing for the simulation of neural dynamics under various behavioral conditions.
-
Therapeutic Simulation: With its focus on behavioral psychology and stress modulation, aNA holds potential for developing simulations used in cognitive training, neuro-rehabilitation, or stress-management modeling.
-
Philosophical & Ethical Inquiry: By modeling artificial "intent" and "homeostasis," this project creates a platform for critical discussions regarding the nature of consciousness, machine autonomy, and the ethics of AI behavior.
-
Digital Artistic Expression: The system's inherent "life-like" data outputs provide a unique aesthetic foundation for digital art, where neural states can be translated into stunning, real-time visual experiences.
☄️ Spotlight
ATP (Adenosine Triphosphate): In aNA, ATP simulates the cell's energy currency. It dictates the system's processing capacity; low levels trigger survival mechanisms such as hypervigilance or mandatory recovery states.
CA4 (Cornu Ammonis 4): A hippocampal subregion involved in signal distribution. In this project, it acts as a "sanctuary" for Acid Traces, ensuring that vital survival reflexes are never overwritten or erased.
L1 to L6 (Cortical Layers): Refers to the six horizontal layers of the biological neocortex.py. Each layer has a specific role (e.g., L4 for sensory input, L6 for feedback to the thalamus.py to manage selective attention).
░▒▓ BT 2026-04-12


