-
NEEDLE
A deterministic state machine orchestrator for headless AI agent fleets. NEEDLE runs six-step loops—SELECT, CLAIM, BUILD, DISPATCH, EXECUTE, OUTCOME—with explicit handlers for every outcome. Atomic SQLite claims coordinate twenty concurrent workers across agent-agnostic adapters (Claude Code, OpenCode, Codex, Aider).
-
HOOP
Real-time fleet control plane for NEEDLE workers—web dashboard showing all beads, sessions, and worker health (Live/Hung/Dead). Parses transcripts, detects stuck workers, alerts on quota saturation, hosts a human-interface agent for analysis, and writes exactly one thing: operator-approved bead creation via `br create`.
-
FORGE
FORGE orchestrates multiple AI coding agents simultaneously—Claude Code, Aider, Goose, and more—each paired with different LLMs. It handles context sharing, prevents conflicts, and optimizes resource allocation so teams of specialized agents can work in concert on complex software projects.
-
Options Trading
An options analytics platform that calculates Greeks, visualizes volatility surfaces, identifies optimal spread strategies, and stress-tests positions against extreme scenarios. Built for traders who need clear insights into pricing dynamics and risk exposure.
-
News Trading
AI-powered sentiment analysis that processes news feeds, extracting trading ideas from earnings reports, Fed announcements, and social media. Generates actionable insights based on sentiment scores, helping traders identify opportunities before they become obvious.
-
DUCK-E
Voice-first rubber duck debugging that actually talks back. Describe your bug out loud and DUCK-E asks clarifying questions, suggests hypotheses, and guides you through systematic debugging—like pair programming with an AI that never gets tired of listening.
-
CLASP
A proxy that adapts Claude Code tool calls to work with non-Anthropic APIs like OpenAI, Azure, and Ollama. Write once using Claude Code's format, then route to any provider with automatic translation, fallback, and cost tracking.
-
MANA
Intelligent context management for AI coding agents using RAG and knowledge graphs. MANA remembers your codebase structure, tracks what worked in past sessions, and proactively surfaces relevant context so agents can work effectively across long development projects.
-
CCDash
A terminal dashboard that monitors system resources, Claude Code token usage, and tmux sessions in one unified TUI. Real-time graphs for CPU, memory, and network alongside session management tools for developers who live in the terminal.
-
Face Detection
Browser-based face detection using TensorFlow.js—no server required. Detects multiple faces in real-time, identifies 68 facial landmarks, estimates age and gender, and recognizes expressions. All processing happens client-side for complete privacy.
-
Gait Analysis
Real-time pose estimation and gait analysis that tracks 17 body keypoints from webcam video. Measures joint angles, stride patterns, and movement asymmetries for applications in physical therapy, sports coaching, and ergonomic assessment.
-
Asteroid
A physics-based asteroid simulation with realistic orbital mechanics, gravitational interactions, and collision detection. Built with WebGL for smooth rendering of thousands of objects following Newtonian dynamics in real-time.
-
Sun Simulator
Interactive solar position calculator that visualizes the sun's path across the sky for any location and date. Shows sunrise, sunset, golden hour, and shadow directions on an intuitive compass interface with animated day progression.
-
Adaptive Auto-Battler
A browser-based PvE auto-battler where the enemy AI learns from your unit composition after each wave and escalates counters. Recruit Knights, Archers, Wizards, and Clerics, then watch the enemy intelligently shift its composition to target your dominant strategy.