New York · Builder & engineer · Former long/short equity analyst
Building the tooling that lets dozens of AI agents ship complex projects in days.
Multi-Agent Coordination · Agentic Coding · Rust CLI Tools · LLM Applications · Terminal UI · FrankenSuite
Flywheel · FrankenSuite · Building Now · Open Source · Nvidia Thesis · Writing · Products · Philosophy · Connect
Note
223,357 contributions in the past year, powered by 55 AI coding agent subscription accounts (~$12.5K/month) and the Flywheel tooling below. The vast majority landed since January 2026, when the ecosystem hit critical mass.
A self-reinforcing ecosystem of 14 tools for multi-agent software development. Agents coordinate via mail, track work via beads, search past sessions, guard against destructive mistakes, and orchestrate across tmux panes. Each tool amplifies the others. Started October 2025; shipping cadence accelerates with every addition. Join the Flywheel Hub Discord (~1,002 members). Read the comprehensive guide or the beginner-friendly version.
| Tool | Stars | Lang | Purpose |
|---|---|---|---|
| MCP Agent Mail | Gmail for coding agents: messaging, file leases, audit trails | ||
| DCG | SIMD-accelerated guard that blocks rm -rf and git reset --hard |
||
| Beads Viewer | PageRank-powered task prioritization in a keyboard-driven TUI | ||
| Flywheel Setup | Zero to fully-configured agentic VPS in 30 minutes | ||
| Beads Rust | Local-first, non-invasive issue tracker for git repos | ||
| CASS | Unified search across 22 AI coding tool histories | ||
| CASS Memory | Three-layer cognitive memory: episodic, working, procedural | ||
| UBS | 1,000+ pattern-based bug scanner, runs before every commit | ||
| NTM | Multi-agent tmux orchestration with animated dashboards | ||
| Meta Skill | Skill management platform with CASS mining and MCP server | ||
| XF | Sub-millisecond search over X/Twitter data archives | ||
| SLB | Two-person rule: peer approval before dangerous commands | ||
| RU | Keep hundreds of Git repos in sync with one command | ||
| GIIL | Download full-res images from iCloud/Dropbox share links |
Tip
Full ecosystem (Ubuntu VPS):
curl -fsSL "https://raw.githubusercontent.com/Dicklesworthstone/agentic_coding_flywheel_setup/main/install.sh" | bash -s -- --yes --mode vibeIndividual Rust tools via Cargo:
cargo install xf # xf — X/Twitter archive searchOther Flywheel tools (CASS, DCG, Beads Rust) install from source via the Flywheel Setup script or cargo install --git.
Clean-room Rust reimplementations of foundational software and runtimes. Each targets drop-in compatibility with the original while adding memory safety, concurrency, and in some cases entirely new capabilities.
| Project | Stars | What it reimplements |
|---|---|---|
| FrankenOCR | Baidu Unlimited-OCR (3B MoE VLM) on CPU in pure Rust. Five-model zoo, custom int8 kernels, no Python. | |
| FrankenSQLite | SQLite with MVCC concurrent writers and RaptorQ self-healing. 27-crate workspace. | |
| FrankenTUI | 1M+ lines of Rust, 20 crates, 57 widgets. Kernel-level TUI foundation. | |
| FrankenTerm | WezTerm fork extended into a swarm-native terminal platform. 77 crates, 57K+ tests. | |
| FrankenMarkdown | Markdown to HTML and tagged PDF. Zero-dependency engine: own parser, typesetter, font subsetter, PDF writer. | |
| FrankenSearch | Two-tier hybrid search: HNSW ANN + Tantivy full-text + cross-encoder reranking. | |
| FrankenEngine | Native Rust runtime for adversarial extension workloads. Deterministic replay, cryptographic receipts. | |
| FrankenNode | Trust-native JS/TS runtime on FrankenEngine. Migration autopilot, per-extension trust cards. | |
| FrankenLibC | Rust-based libc with LD_PRELOAD safety membrane. Retrofits memory safety onto any C program. | |
| FrankenFS | ext4/btrfs in Rust via FUSE. Block-level MVCC + RaptorQ fountain codes for mathematical self-healing. | |
| FrankenRedis | Redis reimplementation targeting full protocol parity. Deterministic Latency Replication Core. | |
| FrankenPandas | Full pandas API in Rust. Columnar storage, 22 IO formats, 7,900+ tests. | |
| FrankenJAX | JAX transform semantics (jit, grad, vmap) with JAXPR-like IR. 162 primitives, full AD, 864 oracle cases. | |
| FrankenTorch | PyTorch reimplementation with Deterministic Autograd Contract. | |
| FrankenNumPy | NumPy in Rust. 10 crates, 8,100+ tests, bit-exact RNG parity. Unsafe forbidden outside the PyO3 binding layer. | |
| FrankenSciPy | SciPy with Condition-Aware Solver Portfolio (CASP). | |
| FrankenMermaid | Mermaid diagram engine. 24 diagram types, deterministic layout, WASM-ready. | |
| FrankenWhisper | Whisper speech recognition in Rust. No Python dependency. | |
| FrankenNetworkX | NetworkX graph library in Rust with Python bindings. | |
| FrankenSim | Certified simulation substrate: geometry, numerics, meshing, solvers, optimization. 126 crates, each contract-backed. | |
| FrankenSnowflake | The Snowflake driver Rust never had. 14 crates, SQL API direct, no ODBC or JDBC. |
| Project | Lang | What it does |
|---|---|---|
| Eidetic Engine CLI | Durable, local-first, explainable memory for coding agents. A Rust CLI memory substrate built on the franken-stack (Asupersync, FrankenSQLite, Frankensearch, FrankenNetworkX). | |
| Remote Compilation Helper | Intercepts cargo/gcc builds from AI coding agents via hooks and transparently routes them to remote worker machines, returning artifacts as if compiled locally | |
| Franken Manim | A sovereign, deterministic rewrite of 3b1b's manim in pure Rust — native TeX math typesetting (no LaTeX), an analytic Bézier renderer with the 3b1b look, certified bit-reproducible renders, and source compatibility with existing manimlib scenes. One binary; ffmpeg is the only external tool. | |
| FrankenPandas | Memory-safe, clean-room Rust reimplementation of pandas with packetized conformance gates, strict/hardened runtime modes, and RaptorQ-backed artifact durability. | |
| Storage Ballast Helper | Cross-platform Rust daemon that prevents disk-full incidents for AI coding workloads using predictive pressure control, safe artifact cleanup, and multi-volume ballast pools. | |
| FastMCP Rust | Rust framework for building Model Context Protocol servers with cancel-correct async, zero-copy serialization, and first-class tool/resource/prompt abstractions | |
| FrankenSQLite | Independent ground-up Rust reimplementation of SQLite with concurrent writers and information-theoretic durability | |
| Jazz Chord Progression Editor Html | Create and explore jazz chord progressions, with annotations and sequences, import/export, presets, and more. | |
| FrankenSim | Plan-first Rust continuum for certified geometry, physics simulation, optimization, and rendering. | |
| Frankengraphdb | A blank-slate, memory-safe, ultra-high-performance property-graph database in Rust — unified MVCC/time-travel/branches/replication over a fountain-coded commit stream, WCO+factorized execution, incremental everything, and deterministic auditable results. | |
| Franken Lean | A ground-up, native-Rust reimplementation of the entire Lean 4 toolchain — drop-in at the binary surfaces (.olean, C ABI, LSP, CLI), deterministic under parallelism, declaration-granular incremental, with a ≤12 KLOC dual-engine |








