molequla: Continual Learning AI Organism Built from Scratch with ClaudeCode

molequla is a continual learning AI organism implemented from scratch in Go, C, JavaScript, and Rust, with a Python orchestrator connecting them. This is not a wrapper around an API—each element is a full transformer implementation with vector autograd, trained on raw text, that grows and develops a personality over time.
Key Implementation Details
The project was built with ClaudeCode (Opus) as co-architect and co-implementer across the entire project. This included the Go and Rust elements, the vector autograd system, the immune system, the ontogenesis stages, and the mycelium orchestrator. The work involved actual architectural decisions, debugging gradient flow, and getting four implementations to produce compatible checkpoints.
Core Features
- Ontogenesis: The model starts at ~10K parameters and grows through 6 stages to ~10M as it accumulates corpus. New dimensions preserve old weights—literally, molequla grows up.
- Personality as math: gamma = current_embedding - initial_embedding. This sparse vector represents "who I became," allowing molequla to measure its own identity drift in real time.
- Immune system: Before accepting a training burst, it checks if the update would corrupt its personality (cosine similarity of gamma before/after). Negative = rollback. molequla rejects training that makes it less itself.
- Mitosis: When an organism is overloaded for too long, it reproduces. The child inherits training efficiency memory. Organisms can also voluntarily hibernate when peers are learning faster.
- 4 languages with feature parity: Go, C, JavaScript (runs in browser, zero npm deps), and Rust. Each is a single file. JSON checkpoints are compatible across all implementations.
- Mycelium: Python orchestrator that reads the shared field (SQLite WAL), computes system-level awareness via a C-native BLAS-accelerated operator, and writes steering deltas for organisms to consume.
- Awareness features: Per-token dissonance feedback, pattern-breaking (5% anti-field generation to prevent collapse), self-prediction error, and entropy-adaptive temperature.
Integration tests are all green. The project has 49 GitHub stars.
This demonstrates how AI coding agents like ClaudeCode can be used as genuine co-authors on ambitious technical projects, moving beyond boilerplate generation to architectural decision-making and cross-language implementation.
📖 Read the full source: r/ClaudeAI
👀 See Also

MCP Marketplace Launches Security-Scanned Directory of 1,900+ MCP Tool Plugins
MCP Marketplace (mcp-marketplace.io) provides a security-focused directory of 1,900+ MCP servers with multi-layer security analysis, risk scoring, and one-click installation for Claude Desktop, Cursor, ChatGPT, and VS Code.

Beagle SCM: A Source Code Management System That Stores AST Trees
Beagle is an experimental source code management system that stores abstract syntax trees instead of binary blobs, using a CRDT-ish data format called BASON and backing storage with key-value databases like RocksDB.

Claude Code v2.1.139 Adds /goal Command for Async Long-Running Tasks
Claude Code v2.1.139 introduces the /goal command, enabling fire-and-forget sessions that run until a completion condition is met, plus a new agents view to monitor active sessions.

Query Your Jira Sprint Via Claude MCP: Instant Status, Unassigned Issues, and Blocked Items
A Reddit user connected Jira to Claude via MCP, then asked plain‑language questions about their sprint and got instant clean tables — no clicking through boards.