Now
A snapshot of what I'm currently working on, researching, and learning. Inspired by the /now page movement.
Open Source
agentic_codebase_navigator
RLM framework with hexagonal architecture, 7 LLM providers, subprocess code isolation, and 90% coverage gate. 44K LOC (18K src + 26K tests).
semantic-code-agx
15-crate Rust workspace for semantic code search. Typestate FSM pipeline, ONNX local + 4 API embedding providers, HNSW/Milvus backends. ~75K LOC.
semantic-code-for-agents
Bun-first TypeScript SDK with Merkle DAG reindexing, hybrid dense + BM25 search, 4 embedding providers, and Result<T,E> error handling. ~9K LOC.
siglet_architecture
Quantum-inspired symbolic processing research with DTW clustering, MLflow experiment tracking, and Phase 2 falsifiability against 6 null baselines.
energy-analyzer-web-app
Full-stack Rust app for Apple Health data. Tauri v2 desktop + Leptos/WASM web, streaming XML parsing, rayon parallelism, dual chart rendering. ~3K LOC.
Research & Writing
Quantum-Inspired Symbolic Processing
ActiveModeling symbolic units with resonance, coherence, and temporal decay dynamics. Phase 2 falsifiability testing with 6 null baselines, DTW shape-matching, and formal proof gates for hypothesis validation.
Multi-Provider Embedding Architectures
ActiveBuilding pluggable embedding systems across ONNX local inference, OpenAI, Gemini, Voyage, and Ollama. AST-aware chunking via Tree-Sitter for 8+ languages with hybrid dense + BM25 retrieval.
Recursive Language Models
ActiveImplementing the RLM paradigm where LLMs autonomously generate, execute, and refine code iteratively. Subprocess isolation with TCP broker IPC for nested LLM calls and extension protocols for custom stopping policies.
Learning Log
Rust Systems Programming
75K+ LOC across 15-crate workspace: typestate FSMs, async Tokio, Clap CLI, ONNX inference, HNSW vector indexing, and Tree-Sitter AST parsing for 8 languages.
Drizzle ORM + libSQL
Type-safe database layer with edge-ready SQLite. Full blog publishing pipeline with MDX migration, view tracking, and RSC-first rendering.
Tauri + Leptos/WASM
Cross-platform from single Rust codebase: Tauri v2 desktop + Leptos reactive web via WebAssembly. Shipped Energy Analyzer with streaming XML, rayon parallelism, and dual chart rendering.
Hexagonal Architecture Patterns
Applied ports & adapters across three languages: Python (RLM orchestrator), Rust (15-crate workspace), TypeScript (SDK). Zero-dependency domain layers with pluggable adapters.