by: TinkerForge AI

Experiment 1: Open-Source Alignment Benchmark

Our first open-source alignment benchmark with methodology and results

T# Post-Mortem: The “Green Detection” Neuron Experiment — Lessons from the Lab

By the TinkerForge AI Research Team — July 2025


Introduction

As TinkerForge AI opened its doors, we set out to explore the fundamental building blocks of biological intelligence: neurons. Our founding experiment, chronicled here, was a bold attempt to capture the emergent, interactive, and adaptive nature of biological neurons — in code. Our goal? To see whether a simple, bio-inspired neural system could “learn” to detect green pixels, mimicking the learning and decision-making processes of real neurons.

This post-mortem is both a technical summary and a candid reflection on what we learned as a new research lab — about neurons, about code, and about the creative chaos of ambitious experiments.


The Vision and the Reality

We began with the idea that neurons are the basis of biological thinking, and that in artificial systems, vision appears to be the easiest thing to test. We decided to build out a project that might incorporate the learning process of an actual neuron and neural network using membrane potential, learning rates, activation rates, and more. But this proved to be much more complicated and nuanced when we created the entire system.

It was very easy to lose track of where we were, what code had been created, and how to rightfully tune the system in general. This introduced a great reason we don’t try to attack ALL problems at once: it’s complicated!! Keep it simple!

Thus, we ended up with a hodge-podge of great ideas, implemented in code… with no insightful way of tuning things because our own reach exceeded our grasp. In this way, the overall project was scrapped, and attempted to be recreated with a simpler format in experiment 2.


What We Actually Built: Technical Achievements

Despite the project’s complexities, our team accomplished a number of technical milestones:

1. Custom Bio-Inspired Neuron Model

2. Ensemble Monitoring and Emergent Clusters

3. Goal-Driven Activation

4. State Persistence and Experiment Logging

5. Interactive Experimentation and Visualization


Key Innovations and Biological Inspirations


Lessons Learned


What’s Next?


Conclusion

Our first experiment was a beautiful mess: ambitious, chaotic, and ultimately unsustainable in its initial form. But in true research spirit, it provided the foundation for a more disciplined, interpretable, and powerful approach. At TinkerForge AI, we’re committed to open, iterative, and honest science — and we hope our post-mortems are as valuable as our successes.

Stay tuned for Experiment 2 and beyond!


Interested in collaborating, or have feedback on our approach? Reach out to the TinkerForge AI team!