I build databases, developer tools, and agents in Go, Rust, and TypeScript.
- omendb - Embedded retrieval database for hybrid vector + text search over mutable application data, with metadata, source evidence, and bounded relationships. Active Mojo engine; public developer preview.
- omendb-rs - Rust implementation and reference line for OmenDB, with Python and Node.js bindings and hybrid filtered retrieval
- omengrep - Semantic code search CLI. Tree-sitter parsing for 22 languages, hybrid embedding + BM25 ranking
- hnsw-go - Pure-Go HNSW vector search with mmap-backed persistence, filtering, and segment merging
- stt-bench - Speech-to-text benchmarking across 13 acoustic conditions. Published results for 4 models
- ion - Terminal coding agent in Go. 43K lines. Multi-provider LLM support, tool execution, session management
- pi-compactor - LLM-driven context compaction for coding agents. Model decides when to compact, not thresholds
- pi-subagents - Agent delegation for pi. Define agents as markdown, chain them in sequence or run in parallel
- pi-goal - Persistent, session-scoped goals for pi. Explicit budgets, pause/resume, and evidence-gated completion
- pi-workflows - Durable script-as-plan orchestration for pi. Parallel agents, budgets, journals, and resumable runs
- agent-research - Source-level analysis of frontier agent implementations (Claude Code, Codex, Gemini, Cursor)
- sy - Rust file synchronization with delta transfers, parallel I/O, SSH, and reflink support
- aku - Typesafe Go API framework built on net/http, with request extraction, validation, and OpenAPI generation
- jb - Background job manager for long-running CLI tasks
- tk - Task tracker for AI agents. Git-friendly storage with blocking dependencies
- brotli - Pure Go Brotli encoder and decoder
- avc - Agent-native Git-compatible VCS. Local workbench for AI-assisted development
- pacabot (private) - Prediction market trading system. LLM-driven analysis of market data, news, SEC filings, and congressional trades
- go-clob-client - Go SDK for the Polymarket CLOB. Trading, authentication, and order signing