Skip to content
View Dicklesworthstone's full-sized avatar

Sponsors

@danzam98
@strefethen
@SuperuserLabs
@ErikBjare
@genevadev

Block or report Dicklesworthstone

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Dicklesworthstone/README.md

Jeffrey Emanuel

Jeffrey Emanuel

New York · Builder & engineer · Former long/short equity analyst

Rust TypeScript Python Go Next.js React Three.js Claude Bash SQLite

Building the tooling that lets dozens of AI agents ship complex projects in days.

Stars Repos Contributions Followers X

Website Prompts Flywheel Brenner FrankenTUI Skills MCPMail FrankenSQLite ASupersync Discord

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

GitHub Stats Top Languages

Note

85,434 contributions in the past year, powered by 52+ AI coding agent subscription accounts (~$12K/month) and the Flywheel tooling below. The vast majority landed since January 2026, when the ecosystem hit critical mass.


The Agentic Coding Flywheel

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 (~800 members). Read the comprehensive guide or the beginner-friendly version.

The Agentic Coding Flywheel — 14 interconnected tools for multi-agent development

Tool Stars Lang Purpose
MCP Agent Mail Stars Python Gmail for coding agents: messaging, file leases, audit trails
Beads Viewer Stars Go PageRank-powered task prioritization in a keyboard-driven TUI
Flywheel Setup Stars Bash Zero to fully-configured agentic VPS in 30 minutes
Beads Rust Stars Rust Local-first, non-invasive issue tracker for git repos
DCG Stars Rust SIMD-accelerated guard that blocks rm -rf and git reset --hard
CASS Stars Rust Unified search across 11+ AI coding tool histories
CASS Memory Stars TypeScript Three-layer cognitive memory: episodic, working, procedural
UBS Stars Bash 1,000+ pattern-based bug scanner, runs before every commit
NTM Stars Go Multi-agent tmux orchestration with animated dashboards
Meta Skill Stars Rust Skill management platform with CASS mining and MCP server
XF Stars Rust Sub-millisecond search over X/Twitter data archives
SLB Stars Go Two-person rule: peer approval before dangerous commands
RU Stars Bash Keep hundreds of Git repos in sync with one command
GIIL Stars Bash Download full-res images from iCloud/Dropbox share links

Quick Install

Tip

Full ecosystem (Ubuntu VPS):

curl -fsSL "https://raw.githubusercontent.com/Dicklesworthstone/agentic_coding_flywheel_setup/main/install.sh" | bash -s -- --yes --mode vibe

Individual Rust tools via Cargo:

cargo install xf  # xf — X/Twitter archive search

Other Flywheel tools (CASS, DCG, Beads Rust) install from source via the Flywheel Setup script or cargo install --git.

Agent Mail in Action

Agent Mail — agents coordinating via threaded messages, file leases, and audit trails


The FrankenSuite

Clean-room Rust reimplementations of foundational software. 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
FrankenSQLite Stars SQLite with MVCC concurrent writers and RaptorQ self-healing. 26-crate workspace.
FrankenTUI Stars 850K+ lines of Rust, 20 crates, 106 widgets. Kernel-level TUI foundation.
FrankenTerm Stars WezTerm fork extended into a swarm-native terminal platform. 120+ crates, 45K+ tests.
FrankenSearch Stars Two-tier hybrid search: HNSW ANN + Tantivy full-text + cross-encoder reranking.
FrankenEngine Stars Native Rust runtime for adversarial extension workloads. Deterministic replay, cryptographic receipts.
FrankenNode Stars Trust-native JS/TS runtime on FrankenEngine. Migration autopilot, per-extension trust cards.
FrankenLibC Stars Rust-based libc with LD_PRELOAD safety membrane. Retrofits memory safety onto any C program.
FrankenFS Stars ext4/btrfs in Rust via FUSE. Block-level MVCC + RaptorQ fountain codes for mathematical self-healing.
FrankenRedis Stars Redis reimplementation targeting full protocol parity. Deterministic Latency Replication Core.
FrankenPandas Stars Full pandas API in Rust. Columnar storage, 7 IO formats, 1,500+ tests.
FrankenJAX Stars JAX transform semantics (jit, grad, vmap) with JAXPR-like IR. 110 primitives, full AD, 834 oracle tests.
FrankenTorch Stars PyTorch reimplementation with Deterministic Autograd Contract.
FrankenNumPy Stars NumPy in Rust. 9 crates, zero unsafe, 2,282 tests, bit-exact RNG parity.
FrankenSciPy Stars SciPy with Condition-Aware Solver Portfolio (CASP).
FrankenMermaid Stars Mermaid diagram engine. 25+ diagram types, deterministic layout, WASM-ready.
FrankenWhisper Stars Whisper speech recognition in Rust. No Python dependency.
FrankenNetworkX Stars NetworkX graph library in Rust with Python bindings.

What I'm Building Now

Project Lang What it does
Flywheel Connectors Rust 89 production connectors (~1.4M lines Rust, 58K+ tests) with WASI sandboxing, cryptographic capability tokens, zone-based encryption
Pi Agent Rust Rust AI coding agent CLI with sub-100ms startup, 7 built-in tools, session branching, ~15MB binary
MCP Agent Mail Rust Rust Ground-up Rust rewrite of Agent Mail. 12-crate workspace, FrankenSearch integration
Cross Agent Session Resumer Rust Resume sessions across Claude Code, Codex, Gemini. Preserves context across providers
Bio-Inspired Nanochat Python What if a Transformer had a metabolism? Living weights with synaptic fatigue and structural plasticity

Live Demos

FrankenTUI Web Demo
FrankenTUI — Web Demo
Pure TypeScript terminal UI running in the browser
FrankenTUI React Demo
FrankenTUI — React Demo
React component wrapper for FrankenTUI widgets
FrankenSQLite
FrankenSQLite
Clean-room Rust version of SQLite
Agent Flywheel
Agent Flywheel
Interactive setup wizard for the complete Flywheel ecosystem
Brenner Bot
Brenner Bot
Multi-agent research orchestration using Sydney Brenner's methods
Jeffrey's Skills
Jeffreys-Skills.md
Paid SaaS for Claude Code skill management
MCP Agent Mail
MCPAgentMail.com
Coordination layer for AI coding agents
ASupersync
ASupersync.com
Cancel-correct async runtime for Rust
Jeffrey Emanuel — TL;DR
jeffreyemanuel.com/tldr
The short version of everything I'm working on

Open Source Highlights

AI & LLM Tools

Project Description
Stars LLM-Aided OCR Tesseract + language models = perfect PDFs. Corrects OCR errors that regex rules never catch.
Stars Swiss Army Llama High-performance FastAPI service for local LLM inference and semantic search.
Stars Your Source to Prompt Secure, browser-based tool that turns codebases into optimized LLM prompts.
Stars Bulk YouTube Transcriber Convert entire playlists into structured, searchable text with Whisper.
Stars Claude Code Agent Farm Orchestrate parallel Claude Code agents to autonomously improve codebases across 34 tech stacks.
Stars Mindmap Generator Distills documents into hierarchical, context-aware mindmaps using non-linear exploration.
Stars Ultimate MCP Client Universal bridge for AI models to interact with the real world via MCP.
Stars Ultimate MCP Server Unified MCP server exposing dozens of tools to frontier models.
Stars Markdown Web Browser Headless browser that renders modern JavaScript-heavy sites into clean Markdown for agents.

Systems & Rust

Project Description
Stars Fast Vector Similarity High-speed Rust library for complex vector similarity metrics with Python bindings.
Stars FrankenTUI Minimal, high-performance terminal UI kernel. The rendering substrate for CASS and other Rust TUI apps.
Stars FrankenSQLite Clean-room Rust reimplementation of SQLite with MVCC page-level versioning and RaptorQ erasure codes.
Stars FrankenTerm WezTerm fork extended into a swarm-native terminal platform. 120+ crates, 482 modules, 45K+ tests.
Stars ASupersync Structured concurrency runtime with regions, cancel-correct protocols, and capability-based context. Foundation for Pi Agent Rust and FastMCP Rust.
Stars Rich Rust Port of Python's Rich. Markup syntax, tables, progress bars, syntax highlighting for 100+ languages. Zero unsafe.
Stars FastMCP Rust Zero-boilerplate MCP framework built on ASupersync. Attribute macros for tools/resources, automatic timeout budgets.
Stars Fast CMA-ES SIMD-accelerated, Rayon-parallelized evolution strategy optimizer in Rust.
Stars Rust ScriptBots Deterministic, GPU-accelerated artificial life simulator. Modern Rust reimplementation of Karpathy's ScriptBots.
Stars UltraSearch Instant file search engine for Windows using NTFS USN journals and Tantivy. A modern "Everything" in Rust.

Research & Science

Project Description
Stars Bio-Inspired Nanochat What if a Transformer had a metabolism? Living weights with synaptic fatigue and structural plasticity.
Stars Model-Guided Research 11 exotic math frameworks for AI (Lie group attention, p-adic spaces, tropical geometry).
Stars ACIP AI Cognitive Inoculation Protocol: defense against prompt injection via external monitoring.
Stars Brenner Bot Multi-agent research system embodying Sydney Brenner's scientific methodology.
LLM Introspective Compression Treating LLM context as a save state: reasoning backtracking and metacognitive control.
Stars Phage Explorer Interactive educational site exploring bacteriophages with 3D visualization.

Developer Tools

Project Description
Stars SQLAlchemy Visualizer Instantly turn SQLAlchemy ORM models into interactive SVG diagrams.
Stars Automatic Log Collector Open-source Splunk alternative for multi-server log aggregation and analysis.
Stars Coding Agent Tips Battle-tested solutions for AI coding agent workflows and terminal setup.
Stars Coding Agent Account Manager Sub-100ms auth switching across Claude Max, GPT Pro, and Gemini subscriptions.
Stars Flywheel Connectors 89 connectors (~1.4M lines Rust, 58K+ tests). WASI sandboxing, cryptographic capability tokens, zone-based encryption.
Stars Pi Agent Rust AI coding agent CLI in Rust. Sub-100ms startup, 7 built-in tools, session branching, ~15MB binary.
Stars MCP Agent Mail Rust Ground-up Rust rewrite of Agent Mail. 12-crate workspace with FrankenSearch integration.
Stars Cross Agent Session Resumer Resume AI sessions across Claude Code, Codex, Gemini. Preserves context across providers.
Stars Cloud Benchmarker Automated cloud instance benchmarking with charts and historical tracking.

Education & Visualization

Project Description
Stars Visual A* Pathfinding Cinematic, animated visualizations of pathfinding algorithms in action.
Stars Introduction to Temporal Logic How temporal logic can be used to analyze concurrency.
Stars Hoeffding's D Explainer The non-parametric dependency measure that catches what Pearson and Spearman miss.
Stars Lamport's Bakery Algorithm Visual Pythonic implementation of fair mutual exclusion without atomic hardware.
Stars CMA-ES Explainer Interactive deep dive into the evolution strategy that works where gradient descent fails.
Stars Kissinger Thesis Reader A reader for Henry Kissinger's 400-page undergraduate thesis on the meaning of history.

More Projects

Project Description
Stars Next.js GitHub Blog Blogging platform that uses GitHub as a headless CMS
Stars JeffreysPrompts.com Curated prompt library for agentic coding workflows
Stars LLM Docs Documentation optimized for LLM consumption
Grassmann Article The story of the self-taught genius who invented linear algebra decades early
Stars LLM Tournament Arena where LLMs compete and iterate on coding challenges via peer review
Stars Clawdbot Skills Modular skill library teaching agents to use the Flywheel toolkit
Stars Automated Plan Reviser Iterative specification refinement using extended reasoning models
Stars The Lighthill Debate on AI Full transcript of the 1973 debate that nearly killed British AI research
Stars YouTube Transcript Cleaner Clean up raw YouTube auto-captions into readable text
Stars Remote Compilation Helper Transparent build offloading for AI agents via Claude Code hooks
Stars System Resource Protection Intelligent resource guardrails that prevent dev tools from freezing your Linux desktop
Stars Post Compact Reminder Claude Code hook that re-reads AGENTS.md after context compaction
Stars RANO Network observer for AI CLI processes with provider attribution and SQLite logging
Stars Process Triage Bayesian zombie process detection with staged SIGTERM/SIGKILL and protected process lists
Stars Anti-Alzheimer's Flasher Web-based 40Hz neural stimulation tool
Stars Chat to File Convert ChatGPT, Gemini, and Grok share links to clean Markdown
Stars PrepareProjectForLLMPrompt Flatten a codebase into a single LLM-ready prompt

The Nvidia Short Thesis

In January 2025, I published a 12,000-word analysis arguing that DeepSeek and the economics of AI inference would collide with Nvidia's valuation narrative. Within days, roughly $600 billion in market cap evaporated.

Naval Ravikant "Come for the trade, stay for the dazzling 60-minute education on the state of AI."
Matt Levine "A candidate for the most impactful short research report ever written."
Simon Willison "Long, excellent... Jeffrey has a rare combination of experience in both computer science and investment analysis."

Writing

Selected essays from jeffreyemanuel.com/writing:


GitHub Activity

GitHub Contribution Graph

Star History Chart


Products


Philosophy

Important

The bottleneck in software isn't writing code — it's coordination. Build the right tooling and you can run a dozen frontier-model agents on the same repo at the same time, delivering in days what used to take months. That's the Flywheel thesis: every tool you add makes every agent more productive, and the compounding never stops.


Recognition

  • Naval Ravikant called the Nvidia short thesis a "dazzling 60-minute education on the state of AI"
  • Matt Levine (Bloomberg) called it "a candidate for the most impactful short research report ever written"
  • Simon Willison (creator of Datasette) praised the "rare combination of experience in both computer science and investment analysis"
  • Steve Yegge called me "a top-tier engineer, mathematician, AI researcher, and hedge-fund financier, equally rarified-air at all of them" and featured my tools in two Medium posts
  • Ryan Sean Adams (Bankless) called the analysis "one of the most thorough analyses of a company I've ever seen"
  • Front page of Hacker News (multiple times)
  • Featured on Slashdot, the Bankless podcast, Delphi Digital, Farzad Podcast, and picked up by analysts and fund managers worldwide
  • 20,000+ GitHub stars, 2,300+ GitHub followers, 170+ open-source projects, 41K+ X followers

Connect

X GitHub LinkedIn Website Email


Background

  • Spent a decade as a long/short equity analyst at hedge funds in New York
  • Building with deep learning since 2010, multi-agent systems since 2023
  • Consult to PE firms and hedge funds on AI automation strategy
  • The Flywheel ecosystem started in October 2025 and each tool accelerates the creation of the next

Pinned Loading

  1. llm_aided_ocr llm_aided_ocr Public

    Enhances Tesseract OCR output using LLMs (local or API) for error correction, smart chunking, and markdown formatting of scanned PDFs

    Python 2.9k 204

  2. mcp_agent_mail mcp_agent_mail Public

    Asynchronous coordination layer for AI coding agents: identities, inboxes, searchable threads, and advisory file leases over FastMCP + Git + SQLite

    Python 1.8k 189

  3. beads_viewer beads_viewer Public

    Graph-aware TUI for the Beads issue tracker: PageRank, critical path, kanban, dependency DAG visualization, and robot-mode JSON API

    Go 1.4k 115

  4. your-source-to-prompt.html your-source-to-prompt.html Public

    Quickly and securely turn your code projects into LLM prompts, all locally on your own machine!

    HTML 748 67

  5. coding_agent_session_search coding_agent_session_search Public

    Unified TUI and CLI to index and search your local coding agent session history across 11+ providers (Codex, Claude, Gemini, Cursor, Aider, etc.)

    Rust 621 85

  6. fast_vector_similarity fast_vector_similarity Public

    High-performance vector similarity library in Rust with Python bindings: Spearman, Kendall, distance correlation, Jensen-Shannon, Hoeffding's D, and bootstrapped confidence intervals

    Rust 428 26