by: TinkerForge AI

Experiment 2: Robustness Testing

Research on robustness testing for AI models with experimental setup and results

Experiment 2 Post-Mortem: Narrated Neurons and the Quest for Explainable, Resource-Efficient AI

By TinkerForge AI Research Team


Introduction

At TinkerForge AI, we opened our doors with a vision: to push the boundaries of AI towards systems that are not only powerful but also understandable and resource-aware. Our second experiment, documented here, was a bold attempt to design a neural simulation where neurons narrate their own decision-making and the system evolves in a lightweight, event-driven, and transparent manner—without relying on TensorFlow or PyTorch.

Below, we share a candid post-mortem that blends our founder’s personal reflection with technical insights from the project. Our hope is that this openness will help others in the AI research community—and our future selves—learn from both our successes and dead ends.


The Vision: Narrated, Sparse, Hierarchical Neurons

Experiment 2 was born from a simple but radical question:
What if every neuron in an AI system could explain, in human-readable language, why it made each decision?

We sought to build a biologically-inspired neural architecture with these core principles:


What We Built: Technical Accomplishments

Despite not reaching the finish line, Experiment 2 produced several technical milestones:

1. Event-Driven Neuron Core

We designed a custom Neuron class (see src/neuron.py) that:

2. Narrative Logging System

3. Emergent Clustering and PatternWatcher

4. No External ML Libraries

5. Experiment Framework and Auditable Logs


Honest Reflections: What Worked & What Didn’t

“In experiment two, we attempt to get much more granular with narrative AI --- which eventually we ended up getting to a point where areas of the code needed complete re-writes, and we hadn’t committed previous code fast enough to keep up with our AI Copilot counterpart! This resulted in having to abandon the project, but we had also been on a good (but long path)”
Project Lead

What Went Well

What Broke Down


Lessons & The Road Ahead

This experiment reinforced some crucial lessons:


What’s Next? (Teaser for Experiment 3)

We’re now building a solid baseline using traditional machine learning frameworks (TensorFlow / PyTorch), so we can compare our novel approaches head-to-head. Our goal is to find the most compute-efficient, transparent, and auditable form of machine learning.

The narrative AI approach from Experiment 2 still excites us—and we’ll definitely revisit it. For now, clarity, metrics, and careful iteration are the priority.

Stay tuned for Experiment 3!


Interested in our research or want to collaborate? Reach out to us at TinkerForge AI!