/projects · things i've shipped

projects .

~/projects 12 entries 4 categories 6 oss orgs

Things I've
shipped & broken in production.

Tools, systems, and experiments built to solve real-world infrastructure problems — not portfolio pieces. Every one of these has shipped or been used in anger.

01 category · 3 entries

Products

kubmin proj

kubmin

Per-workload cost and efficiency tracking for Kubernetes. Detects idle resources, compares deployments across versions, and surfaces SCI/SEE sustainability scores — the missing layer between your workloads and your bill. Powered by Kepler (CNCF) and aligned with the Green Software Foundation.

  • Go
  • · Kubernetes
  • · FinOps
  • · Sustainability
  • · Kepler
  • · CNCF
kli proj

kli

Cloud-agnostic Kubernetes management tool supporting multi-cloud clusters (EKS, GKE, AKS, K3s, kubeadm). Features carbon-aware provisioning and cost-optimized region selection.

  • Go
  • · Kubernetes
  • · Multi-Cloud
  • · Sustainability
PDF Editor proj

PDF Editor

Web application for merging and rotating PDF documents.

  • JavaScript
  • · PDF
  • · Web App
02 category · 4 entries

AI/ML

AI Agent Evals proj

AI Agent Evals

Security-focused evaluation benchmarks for AI coding agents. Tests whether agents can perform real-world incident response — investigating a compromised production server, removing attacker backdoors, restoring SSL/TLS chains, fixing nginx configs, and hardening Go services — all inside Docker-based infrastructure using the Harbor evaluation framework.

  • AI Agents
  • · Security
  • · Evals
  • · Python
  • · Docker
  • · Go
InfAI proj

InfAI

Zero-management launch templates for llama.cpp. Auto-detects GGUF models, saves named profiles in SQLite, and launches llama-server with live logs and real-time metrics — no flag soup. Supports 11+ themes on macOS and Linux.

  • Go
  • · TUI
  • · llama.cpp
  • · LLM
  • · SQLite
AI Agents Skill Library proj

AI Agents Skill Library

A curated skill library for AI agents, enabling modular capability composition and reuse across agent architectures.

  • AI Agents
  • · Skills
  • · LLM
Chat Bot using GPT-2 proj

Chat Bot using GPT-2

HTTP server using Rust with a text-to-text generator bot via HuggingFace. Multiple implementations: WasmEdge, Spin by Fermyon, and Tokio/Async.

  • Rust
  • · WASM
  • · GPT-2
  • · HuggingFace
03 category · 3 entries

Experiments

wae (WASI App Experiment) proj

wae (WASI App Experiment)

Showcases latest WASI v0.2 development with composition features. Combines ML, Green Software, and WASI learnings into a single project.

  • Rust
  • · WASI
  • · WebAssembly
  • · Green Software

Actor Model Implementation

Understanding the Actor model through reverse engineering and blog study. Exploration of concurrent computation patterns.

  • Go
  • · Actor Model
  • · Concurrency
Universal CI/CD Pipeline Manager proj

Universal CI/CD Pipeline Manager

Tool for creating convenient workflows and pipelines for automated testing and CI workflows.

  • Go
  • · CI/CD
  • · Automation
04 category · 1 entry

Distributed Systems

Raft-based Distributed Consensus Datastore proj

Raft-based Distributed Consensus Datastore

Distributed consensus model using Raft with peer and client connections via gRPC. CLI client for key-value storage with leader-based external database operations.

  • Go
  • · Raft
  • · gRPC
  • · Distributed Systems