226-day current streak·226-day longest streak
Jeffrey Emanuel 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 ·…
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: 28,800+
!Repos: 183
!Contributions: 201,177
!Followers: 2,900+
!X: 44.8K










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]
> 201,177 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.
---
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 (~1,019 members). Read the comprehensive guide or the beginner-friendly version.
| Tool | Stars | Lang | Purpose |
|:-----|:-----:|:----:|:--------|
| MCP Agent Mail | !Stars | !Python | Gmail for coding agents: messaging, file leases, audit trails |
| DCG | !Stars | !Rust | SIMD-accelerated guard that blocks rm -rf and git reset --hard |
| 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 |
| CASS | !Stars | !Rust | Unified search across 22 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): >bash
> curl -fsSL "https://raw.githubusercontent.com/Dicklesworthstone/agentic_coding_flywheel_setup/main/install.sh" | bash -s -- --yes --mode vibe
>
> Individual Rust tools via Cargo:
> bash
> 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
---
The FrankenSuite
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 | !Stars | Baidu Unlimited-OCR (3B MoE VLM) on CPU in pure Rust. Five-model zoo, custom int8 kernels, no Python. |
| FrankenSQLite | !Stars | SQLite with MVCC concurrent writers and RaptorQ self-healing. 27-crate workspace. |
| FrankenTUI | !Stars | 1M+ lines of Rust, 20 crates, 57 widgets. Kernel-level TUI foundation. |
| FrankenTerm | !Stars | WezTerm fork extended into a swarm-native terminal platform. 77 crates, 57K+ tests. |
| FrankenMarkdown | !Stars | Markdown to HTML and tagged PDF. Zero-dependency engine: own parser, typesetter, font subsetter, PDF writer. |
| 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, 22 IO formats, 7,900+ tests. |
| FrankenJAX | !Stars | JAX transform semantics (jit, grad, vmap) with JAXPR-like IR. 162 primitives, full AD, 864 oracle cases. |
| FrankenTorch |  is for blocking dangerous git and shell commands from being executed by agents.
Rust ★ 5.1k 23h agoExplain → -
llm_aided_ocr ★ PINNED
Enhances Tesseract OCR output using LLMs (local or API) for error correction, smart chunking, and markdown formatting of scanned PDFs
Python ★ 2.9k 3mo agoExplain → -
mcp_agent_mail ★ PINNED
Asynchronous coordination layer for AI coding agents: identities, inboxes, searchable threads, and advisory file leases over FastMCP + Git + SQLite
Python ★ 2.0k 21d agoExplain → -
beads_viewer ★ PINNED
Graph-aware TUI for the Beads issue tracker: PageRank, critical path, kanban, dependency DAG visualization, and robot-mode JSON API
Go ★ 1.6k 2d agoExplain → -
agentic_coding_flywheel_setup ★ PINNED
Bootstraps a fresh Ubuntu VPS into a complete multi-agent AI development environment in 30 minutes: coding agents, session management, safety tools, and coordination infrastructure
Shell ★ 1.6k 1d agoExplain → -
coding_agent_session_search ★ PINNED
Unified TUI and CLI to index and search your local coding agent session history across 11+ providers (Codex, Claude, Gemini, Cursor, Aider, etc.)
Rust ★ 982 1d agoExplain → -
pi_agent_rust
High-performance AI coding agent CLI written in Rust with zero unsafe code
Rust ★ 1.3k 23h agoExplain → -
swiss_army_llama
A FastAPI service for semantic text search using precomputed embeddings and advanced similarity measures, with built-in support for various file types through textract.
Python ★ 1.1k 1y agoExplain → -
beads_rust
Fast Rust port of Steve Yegge's beads: local-first, non-invasive issue tracker storing tasks in SQLite with JSONL export for git collaboration
Rust ★ 996 1d agoExplain → -
claude_code_agent_farm
Orchestration framework for running 20+ Claude Code agents in parallel: automated bug fixing, best-practices sweeps, lock-based coordination, and real-time tmux monitoring
Shell ★ 875 3mo agoExplain → -
your-source-to-prompt.html
Quickly and securely turn your code projects into LLM prompts, all locally on your own machine!
HTML ★ 759 1y agoExplain → -
bulk_transcribe_youtube_videos_from_playlist
Easily take an entire YouTube playlist and turn it into high quality transcripts using Whisper.
Python ★ 685 1y agoExplain → -
fast_vector_similarity
High-performance vector similarity library in Rust with Python bindings: Spearman, Kendall, distance correlation, Jensen-Shannon, Hoeffding's D, and bootstrapped confidence intervals
Rust ★ 430 4mo agoExplain → -
automatic_log_collector_and_analyzer
Replace Splunk in your small company with this one weird trick!
Python ★ 428 1y agoExplain → -
ntm
Named Tmux Manager: spawn, tile, and coordinate multiple AI coding agents (Claude, Codex, Gemini) across tmux panes with a TUI command palette
Go ★ 403 2d agoExplain → -
cass_memory_system
Procedural memory for AI coding agents: transforms scattered session history into persistent, cross-agent memory so every agent learns from every other
TypeScript ★ 400 8d agoExplain → -
acip
The Advanced Cognitive Inoculation Prompt
Shell ★ 329 3mo agoExplain → -
sqlalchemy_data_model_visualizer
Automatically turn your SQLalchemy Data Models into a Nice SVG Diagram
Python ★ 293 1y agoExplain → -
ultimate_bug_scanner
Static analysis tool that catches 1000+ bug patterns across all popular programming languages, with auto-wiring into AI coding agent quality guardrails
Shell ★ 267 8d agoExplain → -
misc_coding_agent_tips_and_scripts
Various things I had to figure out recently to make things work better...
HTML ★ 253 28d agoExplain → -
frankentui
Minimal, high-performance terminal UI kernel with diff-based rendering, inline mode, and RAII terminal cleanup
Rust ★ 252 5d agoExplain → -
franken_ocr
Pure-Rust, CPU-only OCR engine for Baidu Unlimited-OCR (a DeepSeek-OCR-derived 3B MoE VLM). Five-model zoo, custom int8 kernels, no ML framework, no Python, no GPU.
Rust ★ 244 5d agoExplain → -
asupersync
Async runtime for Rust where correctness is structural: region-owned tasks, cancel-correct protocols, capability-gated effects, and deterministic replay testing
Rust ★ 242 1d agoExplain → -
mindmap-generator
Turn any input document into a sophisticated, context-dependent mindmap that distills the meaning and structure of the document.
Python ★ 225 1y agoExplain → -
frankensqlite
Independent ground-up Rust reimplementation of SQLite with concurrent writers and information-theoretic durability
Rust ★ 203 1d agoExplain → -
meta_skill
Local-first skill management platform for AI coding agents: dual SQLite+Git persistence, semantic search, bandit-optimized suggestions, and MCP integration
Rust ★ 181 7d agoExplain → -
visual_astar_python
Generate Cool-Looking Mazes and Animations Illustrating the A* Pathfinding Algorithm
Python ★ 177 1y agoExplain → -
markdown_web_browser
Renders any URL via headless Chrome, tiles screenshots into OCR slices, and streams structured Markdown + provenance back to AI agents and pipelines
Python ★ 174 17d agoExplain → -
ultimate_mcp_server
Comprehensive MCP server exposing dozens of capabilities to AI agents: multi-provider LLM delegation, browser automation, document processing, vector ops, and cognitive memory systems
Python ★ 155 22d agoExplain → -
coding_agent_account_manager
Sub-100ms auth switching for AI coding CLIs (Claude Code, Codex, Gemini): swap subscription accounts instantly when you hit usage limits
Go ★ 150 8d agoExplain → -
ultimate_mcp_client
Async Python client for the Model Context Protocol with interactive CLI and reactive Web UI, connecting AI models to MCP servers via stdio and SSE
Python ★ 149 3mo agoExplain → -
model_guided_research
Systematic investigation of 11 exotic math frameworks (Lie groups, tropical algebra, p-adic numbers, etc.) applied to deep learning, with dual JAX and PyTorch implementations
Python ★ 116 25d agoExplain → -
jeffreysprompts.com
A curated collection of battle-tested prompts for agentic coding - Browse, copy, and install as Claude Code skills
TypeScript ★ 111 2mo agoExplain → -
introduction_to_temporal_logic
An introduction to temporal logic and how it can be used to analyze concurrency
★ 111 2y agoExplain → -
hoeffdings_d_explainer
A Detailed Introduction to My Favorite Statistical Measure, Hoeffding's D
★ 105 2y agoExplain → -
repo_updater
Pure-bash CLI for keeping hundreds of GitHub repos in sync: parallel clone/pull, conflict detection, JSON output, and meaningful exit codes for CI
Shell ★ 103 29d agoExplain → -
mcp_agent_mail_rust
Rust MCP server for multi-agent coordination: 34 tools, Git-backed archive, SQLite indexing, advisory file locks, and an interactive TUI console
Rust ★ 101 1d agoExplain → -
xf
Search your X/Twitter data archive from the command line with sub-millisecond full-text queries via Tantivy and SQLite
Rust ★ 99 1mo agoExplain → -
bakery_algorithm
Lamport's Bakery Algorithm Demonstrated in Python
Python ★ 98 2y agoExplain → -
frankenterm
Terminal hypervisor for AI agent swarms: real-time pane capture, state-machine pattern detection, and a JSON API for coordinating fleets of coding agents across WezTerm
Rust ★ 96 2d agoExplain → -
cross_agent_session_resumer
Resume AI coding sessions across providers: converts Codex, Claude, Gemini, and other session formats through a canonical IR so you can pick up where you left off in any tool
Rust ★ 95 13d agoExplain → -
nextjs-github-markdown-blog
A simple but slick NextJS blogging system for your app, using a GitHub Repo as the CMS
TypeScript ★ 92 1y agoExplain → -
franken_markdown
Pure-Rust, dependency-lean, ultra-fast Markdown -> beautiful all-in-one HTML & tiny optimized PDF (library + single-binary CLI: fmd)
HTML ★ 92 2d agoExplain → -
brenner_bot
Harness the scientific methods of Sydney Brenner using AI Agents
TypeScript ★ 86 1mo agoExplain → -
flywheel_connectors
Mesh-native protocol and Rust connector library for secure AI agent integration with external services: Twitter, Linear, Stripe, Discord, Gmail, GitHub, and more
Rust ★ 84 2d agoExplain → -
coding_agent_usage_tracker
Single CLI to monitor LLM provider usage across Codex, Claude, Gemini, Cursor, and Copilot: remaining quota, rate limits, and cost tracking in one place
Rust ★ 74 24d agoExplain → -
slb
Two-person rule CLI for AI coding agents: peer review and approval required before running potentially destructive commands
Go ★ 74 26d agoExplain → -
frankensearch
Two-tier hybrid search for Rust: sub-millisecond initial results via potion-128M, quality-refined rankings in 150ms via MiniLM-L6-v2. Combines lexical (Tantivy BM25) and semantic (vector cosine) search with Reciprocal Rank Fusion. Progressive iterator API, f16 SIMD vector index, feature-gated compilation.
Rust ★ 73 1d agoExplain → -
rich_rust
Beautiful terminal output for Rust inspired by Python's Rich: tables, panels, syntax highlighting, progress bars, and full-color rendering
Rust ★ 73 1mo agoExplain → -
agent_flywheel_clawdbot_skills_and_integrations
Clawdbot skills for agentic coding workflows - ACFS stack, cloud CLIs, and dev tools
Shell ★ 69 1mo agoExplain → -
atp
atp — fountain-coded file transfer (RaptorQ over UDP/QUIC) that outruns tuned rsync on real networks. Verified end-to-end, fail-closed.
Shell ★ 66 8d agoExplain → -
llm-docs
Condensed, LLM-optimized documentation for popular Python packages: stripped of fluff to maximize context window efficiency
★ 66 1y agoExplain → -
automated_plan_reviser_pro
Iterative specification refinement tool: feeds your docs through GPT Pro Extended Reasoning via Oracle for multiple revision rounds until production-ready
Shell ★ 64 3mo agoExplain → -
grassmann_article
Long-form biographical essay on Hermann Grassmann, the 19th-century polymath who invented exterior algebra, exploring his life, mathematical discoveries, and themes of unrecognized genius
★ 56 2y agoExplain → -
llm-tournament
Automated LLM Coding Tournaments. There can be only one (winning code solution from the competing AIs)
Python ★ 54 3mo agoExplain → -
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
Rust ★ 53 1d agoExplain → -
bio_inspired_nanochat
A version of Karpathy's Nanochat that attempts to capture more biologically inspired structure.
Python ★ 51 1mo agoExplain → -
frankenlibc
Rust interposition layer for glibc: transparent safety membrane that incrementally replaces C library functions with memory-safe Rust implementations
Rust ★ 49 2d agoExplain → -
post_compact_reminder
Claude Code hook that detects context compaction and injects a reminder to re-read AGENTS.md, preventing post-compaction rule amnesia in long sessions
Shell ★ 49 2mo agoExplain → -
kissinger_undergraduate_thesis
Digital edition of Kissinger's 400-page 1950 Harvard thesis: OCR'd and LLM-cleaned from scans, with HTML/EPUB/Kindle formats, interactive mindmap, enriched footnotes, and a reader UI
HTML ★ 48 10mo agoExplain → -
giil
Zero-setup bash CLI that downloads full-resolution images from iCloud/Dropbox/Google Photos share links, bridging iPhone screenshots to remote AI coding sessions
Shell ★ 40 1mo agoExplain → -
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).
Rust ★ 40 6d agoExplain → -
cloud_benchmarker
Cloud Benchmarker automates performance testing of cloud instances, offering insightful charts and tracking over time.
Python ★ 39 3mo agoExplain → -
franken_whisper
Agent-first Rust ASR orchestration stack: Bayesian backend routing across whisper.cpp/insanely-fast-whisper/whisper-diarization, real-time NDJSON streaming, SQLite persistence, TTY audio transport, conformance harness. 107K lines, 2000+ tests, zero unsafe code.
Rust ★ 38 2d agoExplain → -
the_lighthill_debate_on_ai
A Full Transcript of the Lighthill Debate on AI from 1973, with Introductory Remarks
★ 37 2y agoExplain → -
frankensim
Plan-first Rust continuum for certified geometry, physics simulation, optimization, and rendering.
Rust ★ 35 23h agoExplain → -
llm_introspective_compression_and_metacognition
A novel approach for transformer model introspection that enables saving, compressing, and manipulating internal thought states for advanced capabilities like reasoning backtracking, latent thought optimization, and metacognitive control.
★ 34 3mo agoExplain → -
agent_settings_backup_script
Git-versioned backup tool for AI coding agent config folders (Claude Code, Cursor, Codex, etc.) with size-based rotation and easy restoration
Shell ★ 33 2mo agoExplain → -
charmed_rust
Rust port of the Charm ecosystem (Bubble Tea, Lip Gloss, Bubbles, Wish): Elm-architecture TUIs, CSS-like terminal styling, and SSH app framework
Rust ★ 32 23h agoExplain → -
franken_engine
Native Rust runtime for adversarial extension workloads with deterministic replay, cryptographic decision receipts, and fleet-scale containment.
Rust ★ 31 23h agoExplain → -
opentui_rust
Terminal UI rendering engine for Rust with real RGBA alpha blending, scissor clipping, and double-buffered cell composition. Port of OpenTUI (Zig).
Rust ★ 31 16d agoExplain → -
system_resource_protection_script
Prevent processes from taking down your machine or making it unresponsive.
Shell ★ 31 1mo agoExplain → -
youtube_transcript_cleaner
YouTube Transcript Cleaner is a simple web-based application that improves the readability of YouTube transcripts.
HTML ★ 30 1y agoExplain → -
rano
Network observer that tracks outbound connections from AI CLI processes (Claude Code, Codex, Gemini), attributing sockets to providers in real time with SQLite logging
Rust ★ 30 16d agoExplain → -
fastmcp_rust
Rust framework for building Model Context Protocol servers with cancel-correct async, zero-copy serialization, and first-class tool/resource/prompt abstractions
Rust ★ 29 23h agoExplain → -
anti_alzheimers_flasher
Web app delivering 40Hz light and sound stimulation for gamma entrainment research
HTML ★ 29 2y agoExplain → -
aadc
Fixes misaligned right borders in ASCII art diagrams with a single command
Rust ★ 29 2mo agoExplain → -
franken_node
Trust-native JavaScript/TypeScript runtime platform built on franken_engine with deterministic compatibility, migration autopilot, extension trust controls, and incident replay.
Rust ★ 28 1d agoExplain → -
phage_explorer
Learn and explore the world of phages, the viruses that attack bacteria. A window into the world of genetics.
TypeScript ★ 28 2mo agoExplain → -
chat_shared_conversation_to_file
CLI tool that converts public share links from ChatGPT, Gemini, Grok, and Claude into clean Markdown and static HTML transcripts with GitHub Pages publishing
TypeScript ★ 27 2mo agoExplain → -
process_triage
Bayesian process classifier that detects abandoned/zombie processes and recommends safe cleanup actions
Rust ★ 26 2mo agoExplain → -
prepareprojectforllmprompt
Transform your code project into a Markdown document optimized for interaction with Language Learning Models like GPT-4, complete with dynamic file selection and token management features.
TypeScript ★ 26 2y agoExplain → -
vibe_cockpit
Real-time monitoring dashboard for AI coding agent fleets: session health, output streaming, and observability across Claude, Codex, and Gemini
Rust ★ 25 6d agoExplain → -
toon_rust
Spec-first Rust port of TOON (a token-efficient data format): deterministic JSON<->TOON conversion with strict validation and streaming support
Rust ★ 24 23h agoExplain → -
beads_viewer_rust
Rust port of beads_viewer (bvr): graph-aware TUI for the Beads issue tracker with robot-mode JSON API, conformance testing, and full legacy parity
Rust ★ 23 1d agoExplain → -
most-influential-github-repo-stars
See the most influential users who have starred or forked a given repo (sorted by earned stars and follower count)
TypeScript ★ 23 1y agoExplain → -
flywheel_gateway
SDK-first orchestration platform for managing AI coding agent fleets: BYOA key rotation, real-time WebSocket dashboard, DCG integration, and cross-agent search
TypeScript ★ 23 1mo agoExplain → -
frankenmermaid
Rust-first Mermaid-compatible diagram engine with smarter parsing, deterministic layouts, and high-quality output across CLI, SVG, terminal, and WASM targets
HTML ★ 22 1d agoExplain → -
franken_networkx
Memory-safe clean-room Rust reimplementation of NetworkX with deterministic graph semantics, differential conformance, and RaptorQ-backed durability.
Python ★ 22 2d agoExplain → -
ultrasearch
Windows desktop search engine combining NTFS MFT enumeration (instant filename search) with Tantivy full-text content indexing, in a multi-process Rust architecture
Rust ★ 22 3mo agoExplain → -
ees
Client-side, zero-backend web app for exploring and searching the Epstein email corpus with full privacy
HTML ★ 22 3mo agoExplain → -
fastapi_rust
Rust web framework inspired by Python's FastAPI: type-safe routing, zero-copy parsing, OpenAPI generation, and structured concurrency via asupersync
Rust ★ 21 23h agoExplain → -
frankenpandas
Memory-safe, clean-room Rust reimplementation of pandas with packetized conformance gates, strict/hardened runtime modes, and RaptorQ-backed artifact durability.
Rust ★ 20 23h agoExplain → -
frankenfs
Memory-safe FUSE reimplementation of ext4 and btrfs in Rust with block-level MVCC and RaptorQ self-healing. 22-crate workspace, zero unsafe code.
Rust ★ 20 2d agoExplain → -
source_to_prompt_tui
TUI for combining source code files into LLM-ready prompts: tree explorer, syntax preview, token estimation, and structured XML output
TypeScript ★ 20 15d agoExplain → -
doodlestein_self_releaser
Local release tool that reuses your GitHub Actions workflow YAML to build via nektos/act when CI queues are throttled, then uploads artifacts to GitHub Releases
Shell ★ 18 1d agoExplain → -
curl_bash_one_liners_for_flywheel_tools
Copy-paste curl|bash one-liners to install every tool in the Agent Flywheel ecosystem: 23+ CLIs for AI agent orchestration, memory, security, and development
★ 18 3mo agoExplain → -
useful_coding_guides_for_llms
Detailed Next.js best-practice guides designed for humans and LLM coding assistants to collaboratively build robust applications
★ 17 3mo agoExplain → -
sassaman_and_dingledine_on_remailers_at_blackhat_2003
A Full Transcript and Slides from the talk "Attacks on Anonymity Systems: The Theory" by Len Sassaman and Roger Dingledine in 2003
★ 17 2y agoExplain → -
ppp_loan_fraud_analysis
An Analysis of Public PPP Loan Data To Uncover Fraud
Python ★ 17 1y agoExplain → -
frankenredis
Memory-safe clean-room Redis reimplementation in Rust with strict/hardened compatibility modes, deterministic replication semantics, differential conformance harnesses, and profile-guided optimization proofs.
Rust ★ 16 2d agoExplain → -
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.
Rust ★ 16 2d agoExplain → -
some_thoughts_on_ai_alignment
Some Thoughts on AI Alignment: Using AI to Control AI
★ 16 1y agoExplain → -
llm_multi_round_coding_tournament
Pitting together all the best LLMs to fight in a coding tournament with no holds barred! Who will win? You!
Python ★ 15 3mo agoExplain → -
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.
★ 15 2d agoExplain → -
frankentorch
Memory-safe clean-room Rust reimplementation of PyTorch with deterministic autograd contracts, strict/hardened compatibility modes, differential conformance harnesses, and RaptorQ-backed durability artifacts.
Rust ★ 15 6d agoExplain → -
llm_docs
Actual implementation of llm-docs.org project
Python ★ 14 1y agoExplain → -
franken_numpy
Memory-safe clean-room Rust reimplementation of NumPy with strict/hardened compatibility modes, deterministic stride calculus, differential conformance harnesses, and RaptorQ durability artifacts.
Rust ★ 13 2d agoExplain → -
raptorq_article
Interactive visual deep-dive into RaptorQ (RFC 6330) fountain codes — 5 hands-on visualizations, Python demos, and a first-principles walkthrough of the protocol that turns files into mathematical liquid
HTML ★ 13 3mo agoExplain → -
paxos_vs_raft
Educational comparison of the Paxos and Raft distributed consensus algorithms
★ 13 3y agoExplain → -
franken_agent_detection
Deterministic, local filesystem-based detection of installed coding-agent connectors for Rust tooling.
Rust ★ 12 1d agoExplain → -
frankenscipy
Clean-room Rust reimplementation of SciPy with Condition-Aware Solver Portfolio (CASP) — runtime algorithm selection driven by conditioning diagnostics, stability certificates, and decision-theoretic policy controllers
Rust ★ 12 2d agoExplain → -
suno2cd
Convert Suno AI audio to CD quality (44.1kHz 16-bit WAV) in your browser
TypeScript ★ 12 3mo agoExplain → -
beads-for-frankentui
Issue tracker dashboard
HTML ★ 12 3mo agoExplain → -
Dicklesworthstone
GitHub profile README
Python ★ 11 23h agoExplain → -
useful_tmux_commands
Tmux session management toolkit for spawning and coordinating multiple AI coding agents across tiled panes
Shell ★ 11 6d agoExplain → -
cool_desktop_wallpapers
Hiroshi Nagai style AI-generated wallpapers created with Midjourney
★ 11 3mo agoExplain → -
ascii_art_mini_transformer
A tiny, CPU-efficient transformer for generating ASCII art with 2D positional encoding
Python ★ 11 16d agoExplain → -
mcp_agent_mail_website
No description.
TypeScript ★ 10 5d agoExplain → -
frankenjax
Clean-room Rust reimplementation of JAX transform semantics (jit, grad, vmap) with canonical JAXPR-like IR, Trace Transform Ledger, deterministic cache keys, and differential conformance harness
Rust ★ 10 8d agoExplain → -
beads_viewer_for_agentic_coding_flywheel_setup
Issue tracker dashboard
HTML ★ 10 3mo agoExplain → -
gemini-api-updater-doc
Tired of your LLM not knowing the new Gemini API correctly and telling you wrong stuff? Paste this as your first message and set it straight!
★ 9 1y agoExplain → -
cmaes_explainer
An introduction and explanation of the incredible CMA-ES optimization algorithm.
TypeScript ★ 9 3mo agoExplain → -
rust_scriptbots
Deterministic artificial-life simulator in Rust: agent-based evolution with pluggable brain implementations, GPU-accelerated UI, DuckDB analytics, and LLM-in-the-loop experimentation
Rust ★ 8 23h agoExplain → -
wasm_cmaes
Fast WASM version of CMA-ES written in Rust, for use in Javascript, with a nice demo page
Rust ★ 8 2mo agoExplain → -
llm_aided_legal_discovery_bot
AI-powered legal discovery automation: processes PDFs, Word, PST, and mobile databases with OCR and generates relevance-scored dossiers
Python ★ 8 1y agoExplain → -
sqlmodel_rust
Rust ORM inspired by Python's SQLModel: derive-macro models, type-safe query builder, multi-dialect SQL generation, and cancel-correct async via asupersync
Rust ★ 7 2d agoExplain → -
rust_proxy
Targeted transparent proxy using iptables+ipset to route only selected domains (API providers, cloud services) through an upstream HTTP proxy without global system changes
Rust ★ 7 2mo agoExplain → -
homebrew-tap
Homebrew tap for NTM and other tools
Shell ★ 7 3d agoExplain → -
frankensim_website
FrankenSim — the certified simulation & design kernel for Rust. Marketing + docs site with 20 real Rust kernels compiled to WebAssembly, running live in the browser. https://frankensim.org
TypeScript ★ 7 8d agoExplain → -
cohomological_ai
Applying advanced the mathematics of cohomology to AI research (invented by Claude)
Python ★ 7 1y agoExplain → -
beads_viewer-pages
Issue tracker dashboard
HTML ★ 7 3mo agoExplain → -
multivariate_normality_testing
A Novel Way to Determine if High Dimensional Data is Normal
HTML ★ 6 1y agoExplain → -
cass-memory-system-agent-mailbox-viewer
MCP Agent Mail static viewer
JavaScript ★ 6 3mo agoExplain → -
yto_blog_posts
Blog posts for YouTube Transcript Optimizer covering the Python backend, Next.js frontend, and case studies in historical analysis and finance
★ 5 1y agoExplain → -
rust_stream_deck
Rust driver and programmable interface for Elgato Stream Deck devices
Rust ★ 5 16d agoExplain → -
jeffrey_emanuel_personal_site
Personal website for me, Jeffrey Emanuel
TypeScript ★ 5 6d agoExplain → -
franken_snowflake
Clean-room, Rust-first, Asupersync-native Snowflake SQL API connector built for coding agents. 14-crate workspace, live reads and writes, no ODBC or JDBC.
Rust ★ 5 7d agoExplain → -
fast_cmaes
SIMD-accelerated CMA-ES optimization in Rust with Python bindings (PyPI: fast-cmaes), rayon parallelism, deterministic seeds, and a Rich TUI
Rust ★ 5 3mo agoExplain → -
cardinal_network_analysis
Based on a study by Rizzo, Soda and Iorio
HTML ★ 5 3mo agoExplain → -
asupersync_ansi_c
Highly portable, dependency-free ANSI C port of asupersync with deterministic replay, strict resource contracts, and embedded-router profiles.
C ★ 5 1mo agoExplain → -
asupersync-beads
Issue tracker dashboard
★ 5 1mo agoExplain → -
wezterm ⑂
A GPU-accelerated cross-platform terminal emulator and multiplexer written by @wez and implemented in Rust
Rust ★ 4 3mo agoExplain → -
textsynth_server_cluster
Cluster management for TextSynth inference servers
Python ★ 4 2y agoExplain → -
scoop-bucket
Scoop bucket for NTM and other tools
Shell ★ 4 3d agoExplain → -
savant-elite
Native macOS programmer for the discontinued Kinesis Savant Elite USB foot pedal
Rust ★ 4 10d agoExplain → -
letter_learning_game
Educational game for children learning letters and the alphabet
HTML ★ 4 3mo agoExplain → -
lemelsonbot
Structured corpus and methodology distillation from Jerome Lemelson's invention notebooks: cleaned text, reusable heuristics, operator library, and provenance-traced quote bank
Python ★ 4 27d agoExplain → -
jazz_chord_progression_editor_html
Create and explore jazz chord progressions, with annotations and sequences, import/export, presets, and more.
TypeScript ★ 4 6d agoExplain → -
guide_to_openai_response_api_and_agents_sdk
Detailed guide covering OpenAI Responses API, built-in tools (web search, file search, computer use), Agents SDK, and observability tracing
★ 4 3mo agoExplain → -
franken_markdown_website
The FrankenMarkdown demo site (franken-markdown.com): the real Rust markdown→HTML/PDF engine running as WASM in your browser, with a live two-pane playground, HTML⇄PDF toggle, and serverless URL document sharing
JavaScript ★ 4 10d agoExplain → -
frankentui_website
Next.js 16 project site for FrankenTUI with interactive Beads DAG visualization, spec evolution lab, and framer-motion polish
C ★ 4 5d agoExplain → -
frankensqlite_website
Marketing and documentation website for FrankenSQLite
TypeScript ★ 4 3mo agoExplain → -
ffn ⑂
ffn - a financial function library for Python
★ 4 6y agoExplain → -
causal_direction_estimation_from_data
Automated Python script for data-driven causal inference, leveraging machine learning models and statistical error analysis to uncover hidden causal relationships.
Python ★ 4 2y agoExplain → -
bun ⑂
Incredibly fast JavaScript runtime, bundler, test runner, and package manager – all in one
★ 4 1mo agoExplain → -
beads_for_cass
Cass Beads
HTML ★ 4 3mo agoExplain → -
automated_passive_causal_determination
A fully automated causal discovery pipeline using transformers, XGBoost, and model parsimony to infer causal structures directly from observational data.
Python ★ 4 1y agoExplain → -
automated_flywheel_setup_checker
Automated testing framework for ACFS installer scripts — runs all 41 installers in isolated Docker containers with error classification, parallel execution, and Claude-powered auto-remediation
Rust ★ 4 2mo agoExplain → -
asupersync_website
Official Next.js 16 website for the Asupersync runtime: interactive demos, architecture docs, glossary, and searchable spec explorer.
TypeScript ★ 4 5d agoExplain → -
toon-go
Go wrapper for TOON using toon_rust (tru)
Go ★ 3 3mo agoExplain → -
surface-dial-rust
Turn your Microsoft Surface Dial into a premium volume knob for any OS
Rust ★ 3 3mo agoExplain → -
py_chord_chart_generator
Python tool for generating chord charts
Python ★ 3 1y agoExplain → -
my_shared_conversations
Archive of notable AI chat conversations
HTML ★ 3 7mo agoExplain → -
loaded-pow
Conceptual proposal for proof-of-work mining that embeds useful computation (ML training, scientific computing) into the hash puzzle so energy produces real results
Python ★ 3 1y agoExplain → -
homebrew-sbh
Homebrew tap for sbh (Storage Ballast Helper)
Ruby ★ 3 1mo agoExplain → -
hacker-news-clone
Hacker News clone implementation
JavaScript ★ 3 1y agoExplain → -
github-diff-viewer
Web app for viewing and analyzing diffs between GitHub repos or branches using in-browser git operations via isomorphic-git
JavaScript ★ 3 2y agoExplain → -
fmd_blog_posts
Blog posts for Fix My Documents
★ 3 5mo agoExplain → -
ChatTTS
Forked to make it installable via pip
Jupyter Notebook ★ 3 2y agoExplain → -
beads_for_franken_engine
Issue tracker dashboard
HTML ★ 3 4mo agoExplain → -
beads_for_cass_memory_system
Issue tracker dashboard
HTML ★ 3 4mo agoExplain → -
beads_for_asupersync
Issue tracker dashboard
HTML ★ 3 3mo agoExplain → -
ball_fighters
Browser-based two-player game where players control balls on a grid competing to cover squares
HTML ★ 3 2y agoExplain → -
automatic_cpp_code_analysis_with_gpt
Parses C++ files into individual functions, generates GPT-4 analysis prompts, and stores results in SQLite
Python ★ 3 3y agoExplain → -
agent-mailbox-viewer-example
MCP Agent Mail static viewer
JavaScript ★ 3 3mo agoExplain → -
advice_for_learning_to_code_and_making_an_app
Practical advice for beginners learning to code and building their first app
HTML ★ 3 3y agoExplain → -
tsap_mcp_server
MCP server for text search and code analysis: advanced pattern matching, processing pipelines, and static analysis exposed as MCP tools
HTML ★ 2 3mo agoExplain → -
textract-py3 ⑂
Minimally maintained fork of deanmalmgren/textract to remove '*' dependencies
★ 2 3y agoExplain → -
military_history_articles
Collection of military history articles and analyses
★ 2 1y agoExplain → -
hessian_free_email_chain
Email chain discussion on Hessian-free optimization methods
★ 2 1y agoExplain → -
gonode ⑂
All Golang functionality in Pastel Network is consolidated in this repo
★ 2 5y agoExplain → -
github_stars_curve
Svelte app for visualizing GitHub star growth curves over time
JavaScript ★ 2 2y agoExplain → -
eidetic-engine-website-project
Website for the Eidetic Engine AI memory project
TeX ★ 2 1y agoExplain → -
eidetic-engine-docs
Documentation for the Eidetic Engine AI memory system
★ 2 1y agoExplain → -
markdown-browser-agent-mailbox-viewer
MCP Agent Mail static viewer
JavaScript ★ 1 3mo agoExplain → -
interactive_reversible_cellular_automata
Browser-based explorer for one-dimensional reversible cellular automata with WebGPU acceleration, bidirectional time stepping, and live rule editing
HTML ★ 1 1y agoExplain → -
cellular_automata_snowflake_simulator
Interactive snowflake generation using cellular automata rules
HTML ★ 1 1y agoExplain →
No repos match these filters.