My Projects¶
Side projects and explorations in AI-assisted development, deterministic agent coordination, and developer tooling.
-
A personal exploration into making AI agent coordination deterministic. Born from real frustrations with Claude Code forgetting instructions and losing context.
-
The agents, skills, patterns, and delegation rules I use every day. Not prototypes — these are the working definitions that power my development workflow.
-
A Go library for unified OpenTelemetry initialization. One function call bootstraps logging, tracing, and metrics for your Go service.
-
A Docker image with Go security scanning and code quality tools pre-installed. Use it as the build stage in multi-stage Docker builds.
-
A Go package for HTTP health checks, designed for Kubernetes readiness and liveness probes. Parallel evaluation with timeout protection.