Grove Keepers2026

Currently building ⚡ Built with AI agents

A portrait-mode tower defense loop in Godot 4 exploring "AI ergonomics." Built by treating Claude as a Senior UI/UX Designer and using custom Cursor protocols to eliminate visual debt.

Godot 4 GDScript Claude Code Claude Design Cursor Game design

Synapse2026

Currently building ⚡ Built with AI agents

Privacy-first local semantic memory graph. A Chrome extension monitors active tabs and scrapes content (with a 20s read threshold), while a local FastAPI daemon uses a SentenceTransformer model to generate 384-dimensional vector embeddings and construct an interactive force-directed mind map of your thoughts and reading history in D3.js.

FastAPI SentenceTransformers Chrome Extension D3.js SQLite

MetaCode2026

⚡ Built with AI agents

A metacognitive coding benchmark measuring confidence calibration, error detection, and self-correction in frontier models. Submitted to the Kaggle Measuring AGI Challenge.

Python LLM Evaluation Metacognition Kaggle AGI

Nemotron Challenge2026

⚡ Built with AI agents

Fine-tuning NVIDIA Nemotron-3-Nano-30B with 4-bit QLoRA SFT for the Kaggle Model Reasoning Challenge. Curated reasoning dataset, Dual T4 training on Kaggle, and pre-compiled Mamba/Cutlass kernels to skip the 10-minute compile.

Python PyTorch QLoRA Kaggle Nemotron

PortRadar2026

⚡ Built with AI agents

Terminal UI that unifies host processes and Docker container ports in a single view. Eliminates the context-switch between ps aux and docker ps. Idea to shipped in one afternoon.

Node.js TUI Docker Systems

LLM Cost Tool2026

⚡ Built with AI agents

Real-time cost observability dashboard for LLM API usage, tracks spend, latency, and token burn across sessions. Built because I kept getting surprised by my monthly API bill.

SQLite Node.js Observability Chart.js

RAG Paper Summarizer2024

⌨️ Hand coded, Pre GenAI

Retrieval-augmented generation pipeline for extracting structured insights from academic papers. Beats naive summarization by grounding responses in retrieved chunks.

RAG NLP Python

InvestAI2018

⌨️ Hand coded, Pre GenAI

ETF classification using K-Means clustering, unsupervised learning applied to portfolio construction. Then layered supervised classification on top to predict category membership.

ML Finance R Clustering

Fraud Detection2018

⌨️ Hand coded, Pre GenAI

Ad click fraud detection using XGBoost, imbalanced classification at scale.

XGBoost Security Python

Mynt NFT2021

⌨️ Hand coded, Pre GenAI

NFT minting platform for startups, built when on-chain ownership for digital assets felt like an interesting primitive worth exploring.

Solidity JavaScript Blockchain

Cricket Fantasy Optimizer2018

⌨️ Hand coded, Pre GenAI

Linear optimization to select the highest expected-value 11-man squad for the 2018 IPL season.

R Linear Programming Sports

First Game2024

⌨️ Hand coded, Pre GenAI

My first 2D game in the Godot engine. Shipping something playable beats perfecting something unfinished.

Godot GDScript Game Dev