Skip to content

Latest commit

Β 

History

History
82 lines (58 loc) Β· 3.92 KB

File metadata and controls

82 lines (58 loc) Β· 3.92 KB

AI-Native Development Dashboard

I build AI-powered applications and infrastructure. Most of my work involves autonomous agents, LLM tooling, and shipping real products β€” from computer vision systems to full-stack web apps. The dashboard above tracks my AI pair programming workflow in real time.


Projects

AI & Agents

Project Description
πŸͺ΅ Longhouse Centralized platform for managing AI agent sessions, insights, memory, and orchestration
⚑ LLM Benchmarks Benchmarking LLM inference speeds across providers β€” 13 stars
🐣 Hatch CLI tool for spawning headless AI agents (Claude, Codex, Gemini)
πŸ”§ MCP Tools Lightweight MCP server facades for Claude Code β€” 90%+ token reduction
🎁 Code Wrapped Spotify Wrapped for your AI pair programming year
πŸ“œ Agentlog Canonical parser for AI agent session logs (Claude, Codex, Gemini, Cursor)

Apps & Sites

Project Description
πŸ›‘ Stop Sign Nanny AI + IP camera system that tracks and scores vehicle behavior at intersections
πŸŒ… HDR Pop Transform standard photos into HDR using AI-powered gain map generation
πŸ€ March Madness LLM NCAA bracket simulator with AI-powered decisions and a React frontend
🍷 This Wine Does Not Exist Generating fake wines with GPT-2 + StyleGAN
🌊 FloodMap USA Interactive flood risk mapping with elevation data
πŸ€– AI Tools Directory AI agents that discover, catalog, and organize emerging AI tools
πŸ–₯️ Pixel Pilot AI agent for completing computer tasks via screen control

Earlier Work

Project Description
πŸš— MPC Vehicle Controller Model predictive control + computer vision for autonomous vehicle steering β€” 21 stars
🦾 Robotic Control with DRL Deep reinforcement learning for robotic control in Unity
🎯 PID Control PID vehicle controller for autonomous driving
πŸ›£οΈ Lane Tracking Image processing pipeline for autonomous lane detection

Active This Week

{{SHIPPING_TABLE}}

How I Build

The dashboard at the top updates automatically every 6 hours. It tracks my AI-native development workflow β€” combining traditional git commits with AI pair programming sessions across multiple tools.

  • 4 AI coding agents running in parallel: Claude Code, OpenAI Codex, Gemini, Cursor
  • Avg {{AVG_TURNS}} turns/session β€” deep problem-solving, not quick prompts
  • All metrics computed locally and via the Longhouse API

{{LANGUAGE_BADGES}}

Data sources
  • Git activity: GitHub API + local git log
  • Claude sessions: ~/.claude/projects/
  • Codex sessions: ~/.codex/sessions/
  • Cursor sessions: state.vscdb (SQLite)
  • Gemini sessions: ~/.gemini/tmp/*/logs.json

Detailed Stats (Last 30 Days)
  • Commits: {{COMMITS_30D}}
  • Languages: {{LANGUAGES_30D}}
  • AI Sessions: Claude {{CLAUDE_30D}} Β· Codex {{CODEX_30D}} Β· Cursor {{CURSOR_30D}} Β· Gemini {{GEMINI_30D}}
  • Total Turns: {{TURNS_30D}}

Last updated: {{UPDATED_AT}}