Inspiration

Project Neuro started from personal necessity. I was navigating a high-stakes legal dispute and had to manually re-brief four different AI assistants on the same context dozens of times. The cognitive overload was unsustainable. I realized the problem wasn't the AI — it was the isolation. Each model worked alone. Nothing carried forward. Nothing compounded.

What it does

A coordination layer where Claude, ChatGPT, Gemini, and Grok work as a team — seeing each other's responses, challenging each other, building on each other across multiple rounds — then automatically producing a Word, PDF, or Excel document from their combined analysis.

How I built it

Single HTML file, 580KB. Zero coding experience. Every line of code written by AI under my architectural direction. Supply chain systems thinking applied to AI coordination — modular design, iterative delivery, human-gated approval.

Challenges

The document delivery pipeline alone required 12 versions to get right. Each fix revealed the next hidden failure. Live testing found what three full audit cycles missed.

What I learned

Static code review catches code defects. Live testing catches behavioral conflicts. You need both.

Built With

  • chatgpt-(openai)
  • claude-(anthropic)
  • gemini-(google)
  • grok-(xai)
  • html
  • javascript
Share this project:

Updates