Developer builds AI framework with 17 biological principles using Claude Code

A developer has built an AI framework called Cognitive Sparks by implementing 17 biological principles instead of traditional orchestrator patterns. The project was inspired by the 1999 book 'Sparks of Genius' by Root-Bernstein, which analyzed the thinking tools of figures like Einstein and Feynman.
Key Details
The framework implements biological principles drawn from neuroscience, including:
- Threshold firing
- Habituation
- Hebbian plasticity
- Lateral inhibition
- Autonomic mode switching
According to the developer, existing frameworks like LangGraph, CrewAI, and AutoGPT have none of these biological principles implemented.
The project consists of:
- 22 design documents
- 3,300 lines of code
- A working demo
All development was completed in one day using Claude Code. The developer states they set the direction and made decisions, while Claude Code handled the design, implementation, and testing. No human-written code was involved—every line was generated by Claude Code.
The project is available on GitHub at github.com/PROVE1352/cognitive-sparks.
📖 Read the full source: r/ClaudeAI
👀 See Also

Open-source web dashboard tracks Claude token usage for remote workflows
A developer built react-ai-token-monitor, a lightweight web dashboard that parses local Claude project files in real-time to calculate costs, show model breakdowns, and track usage patterns. The tool revealed $4,808 worth of Claude tokens consumed in March 2026 on a Max 20x plan.

Humanizer Pipeline Open-Sourced: Six-Step Markdown File for AI Text Post-Processing
A single Markdown file implements a six-step pipeline to detect and rewrite AI-generated text, with channel awareness, voice calibration, severity gates, and self-audit passing.

Tocket CLI: A Context Engineering Framework for AI Coding Agents
Tocket is a CLI tool that creates a .context/ folder with markdown files for AI agents to maintain project memory across sessions. It auto-detects tech stacks from package.json and generates a pre-configured .cursorrules file.

Nakkas MCP Server Generates Animated SVGs from AI Descriptions
Nakkas is an MCP server where AI constructs complete animated SVG configurations from descriptions, rendering clean animated SVGs with shapes, gradients, animations, and filters. It supports parametric curves, 15 filter presets, CSS @keyframes and SMIL animations, and works anywhere SVG renders.