Projects
Things I've built — agents, frameworks, tools, hardware. Click any project for the long version.
little-loops
ActiveA Claude Code plugin that turns Claude into a full development workflow engine — issue tracking, sprint planning, and FSM-based autonomous loops that drive multi-step development tasks. Ships with 21 commands and 8 specialized agents, published on PyPI.
Voice & Agents
-
blender-agents
ActiveA production AI automation platform that runs Claude agents inside Blender for complex 3D tasks driven from natural language. A structured OODA loop autonomously executes 245 operations across 25 capability domains — modeling, rigging, materials, geometry nodes, and more.
-
lmc-voice
ActiveA production-grade, self-hosted real-time voice AI assistant. WebRTC audio in, streaming LLM, and tool execution across four provider categories — runs fully offline or against cloud providers, with enterprise monitoring across the stack.
-
swan
ArchiveA lean Python multi-agent framework (~1,200 lines) that scales from a single CLI process to distributed Celery workers without changing agent code. BAML-typed LLM contracts replace stringly-typed outputs, and Microsandbox isolates execution.
AI & Dev Tooling
-
deep-codebase
ActiveA CLI tool that uses Tree-sitter parsing and Claude AI to extract working implementations and map architectures from any open-source codebase. Produces byte-accurate snippets, dependency chains, and integration notes — built for developers who need code, not documentation.
-
claude-loop
ArchiveAn early automated Claude Code agent inspired by self-directing AI research, exploring whether Claude could autonomously loop on a task without step-by-step guidance. The direct precursor to little-loops.
-
graphrag-claude-code
ArchiveA fork of Microsoft's GraphRAG that swaps the OpenAI API for the Claude CLI as the model backend, with local embeddings via Ollama. Integrates as a pure adapter through GraphRAG's official ModelFactory API — no core framework code modified.
Infrastructure & Dev Environment
-
dotfiles
ActiveA cross-platform development environment framework managed with GNU Stow — every tool from terminal emulator to shell prompt is tuned together with a unified Gruvbox theme, conflict-resolving install, and a sub-50ms shell startup target.
-
MC-Vault
ActiveA custom Obsidian knowledge base built on a hybrid LYT/PARA structure. 39+ automation scripts and 11 background macOS services continuously sync the vault with GitHub activity, Raindrop bookmarks, and Claude Code sessions.
-
mission-control
ActiveThe central coordination repository for home network, homelab, cloud services, automation, and dev environment configuration. Single source of truth that makes the entire stack reproducible and auditable.
Hardware & Electronics
Game AI
-
UntieAI
ArchiveA C# Utility AI framework for Unity that replaces behavior trees and FSMs with a composable scoring pipeline. Pairs with an Influence Mapping layer for spatial reasoning so agents weigh regions of the world, not just direct object relationships.
-
UntieAnimation
ArchiveA Unity animation framework that decouples AI decisions from animation logic. The agent emits named actions; physics-aware blending, predictive transitions, and editor-driven configuration handle everything that follows.