Jay Taylor's notes
back to listing indexDicklesworthstone (Jeff Emanuel) / Repositories
[web search]-
beads_rust Public
Fast Rust port of Steve Yegge's beads: local-first, non-invasive issue tracker storing tasks in SQLite with JSONL export for git collaboration
-
mcp_agent_mail_rust Public
Rust MCP server for multi-agent coordination: 34 tools, Git-backed archive, SQLite indexing, advisory file locks, and an interactive TUI console
-
frankensqlite Public
Independent ground-up Rust reimplementation of SQLite with concurrent writers and information-theoretic durability
-
brenner_bot Public
Harness the scientific methods of Sydney Brenner using AI Agents
-
pi_agent_rust Public
High-performance AI coding agent CLI written in Rust with zero unsafe code
-
asupersync Public
Async runtime for Rust where correctness is structural: region-owned tasks, cancel-correct protocols, capability-gated effects, and deterministic replay testing
-
franken_node Public
Trust-native JavaScript/TypeScript runtime platform built on franken_engine with deterministic compatibility, migration autopilot, extension trust controls, and incident replay.
-
franken_engine Public
Native Rust runtime for adversarial extension workloads with deterministic replay, cryptographic decision receipts, and fleet-scale containment.
-
frankenlibc Public
Rust interposition layer for glibc: transparent safety membrane that incrementally replaces C library functions with memory-safe Rust implementations
-
frankenredis Public
Memory-safe clean-room Redis reimplementation in Rust with strict/hardened compatibility modes, deterministic replication semantics, differential conformance harnesses, and profile-guided optimizat…
-
frankenpandas Public
Memory-safe, clean-room Rust reimplementation of pandas with packetized conformance gates, strict/hardened runtime modes, and RaptorQ-backed artifact durability.
-
franken_networkx Public
Memory-safe clean-room Rust reimplementation of NetworkX with deterministic graph semantics, differential conformance, and RaptorQ-backed durability.
-
frankentorch Public
Memory-safe clean-room Rust reimplementation of PyTorch with deterministic autograd contracts, strict/hardened compatibility modes, differential conformance harnesses, and RaptorQ-backed durability…
-
frankenfs Public
Memory-safe FUSE reimplementation of ext4 and btrfs in Rust with block-level MVCC and RaptorQ self-healing. 19-crate workspace, zero unsafe code.
-
jeffreysprompts.com Public
A curated collection of battle-tested prompts for agentic coding - Browse, copy, and install as Claude Code skills
-
Personal website for me, Jeffrey Emanuel
-
franken_numpy Public
Memory-safe clean-room Rust reimplementation of NumPy with strict/hardened compatibility modes, deterministic stride calculus, differential conformance harnesses, and RaptorQ durability artifacts.
-
frankenmermaid Public
Rust-first Mermaid-compatible diagram engine with smarter parsing, deterministic layouts, and high-quality output across CLI, SVG, terminal, and WASM targets
-
frankenjax Public
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
-
frankenterm Public
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
-
storage_ballast_helper Public
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.
-
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
-
franken_whisper Public
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,…
-
xf Public
Search your X/Twitter data archive from the command line with sub-millisecond full-text queries via Tantivy and SQLite
-
vibe_cockpit Public
Real-time monitoring dashboard for AI coding agent fleets: session health, output streaming, and observability across Claude, Codex, and Gemini
-
ultrasearch Public
Windows desktop search engine combining NTFS MFT enumeration (instant filename search) with Tantivy full-text content indexing, in a multi-process Rust architecture
-
toon_rust Public
Spec-first Rust port of TOON (a token-efficient data format): deterministic JSON<->TOON conversion with strict validation and streaming support
-
surface-dial-rust Public
Turn your Microsoft Surface Dial into a premium volume knob for any OS
-
savant-elite Public
Native macOS programmer for the discontinued Kinesis Savant Elite USB foot pedal
-
sqlmodel_rust Public
Rust ORM inspired by Python's SQLModel: derive-macro models, type-safe query builder, multi-dialect SQL generation, and cancel-correct async via asupersync