jefe@ecosystem_
46 repos
jefe@ecosystem:~$ whoami

I build platforms,
not just features.

Senior Systems Engineer by title. Platform engineer, AI architect, and fullstack developer by practice. 20+ years turning infrastructure into systems that think, adapt, and ship. Currently orchestrating 30 AI agents across 46 repositories through a custom ops dashboard.

LinkedIn Resume jeff@jeffhulford.com
20+
Years Engineering
11
Languages
38
Repos Active (90d)
30
AI Agents
jefe@ecosystem:~$ cat philosophy.md

What I Build

I started in operations — keeping servers alive, managing deployments, watching dashboards at 3 AM. That evolved into infrastructure automation, then into platform engineering, then into building the tools that build the tools.

Today I design interconnected systems where AI agents coordinate development work across an entire ecosystem. 30 specialized agents — each with scoped permissions, custom skills, and independent verification workflows — working in parallel across Python, TypeScript, Rust, C++, Go, and C# codebases, tracked through a custom ops dashboard.

The six projects below are the main line of work. They're the ones I'd defend in a design review: a from-scratch kernel, a local inference platform, a secrets broker, an encrypted messaging stack, an AI game engine, and the pipeline that audits all of it. Everything else lives in Side Quests — bots, games, a Linux distro, home automation, and a few things that didn't pan out.

jefe@ecosystem:~$ git log --oneline professional/

Professional Experience

Anonymized case studies from enterprise engineering work.

Enterprise Infrastructure

Enterprise Git Migration + CI/CD Modernization

Migrated an entire engineering organization's codebase to a new Git org with GitHub Actions deployment pipelines. Built GitHub Apps integrations, implemented HashiCorp Vault with JWT authentication for secrets management, and integrated Artifactory for artifact storage. Automated dozens of operational processes including certificate provisioning via SecretStore.

100%
Codebase migrated
GHA
CI/CD pipelines
Vault
JWT secrets mgmt
40+
Processes automated
AI-Assisted Engineering

Engineering Dashboard with RAG-Powered Codebase Search

Built a custom GUI system (Star Trek LCARS-inspired) for the engineering team featuring an integrated RAG-indexed codebase chatbot. Engineers search the entire codebase in natural language. Upgraded legacy Windows Forms to modern WPF, integrated with GitHub Actions and Artifactory. The dashboard became the team's primary interface for build monitoring, deployment tracking, and documentation search.

RAG
Codebase search
NLP
Natural language queries
WPF
Legacy UI modernized
GUI
Custom dashboard UI
jefe@ecosystem:~$ ls -la projects/

Projects

Six projects, not thirty. These are the ones I'd defend in a design review — the rest are in Side Quests.

AI/ML · Platform

JefeAI

Live

Local inference platform on my own hardware. RAG semantic search over multiple ChromaDB collections, multi-model routing (vLLM → Ollama → hosted fallback) with per-backend timeouts, MLflow experiment tracking, and a 3-tier LLM evaluation harness. Powers the assistant further down this page.

Python vLLM ChromaDB MLflow RAG
Security · Automation

Sentinel

In use

Automated code review across the ecosystem. It started as an LLM-driven sweep — then I measured the output against real code, found the findings weren't reliably grounded, and cut that path. What shipped instead is deterministic: Semgrep SAST plus Trivy, grype, pip-audit and npm-audit, publishing structured findings to an ops dashboard and Discord. Killing the AI feature made the tool trustworthy.

triage: 954 → 393 open findings across 12 projects
Python Semgrep Trivy grype Forgejo Actions
Security · Secrets Management

JefeVault

Live in production

HashiCorp Vault-style secrets broker. Wrap/unwrap workflows, TTL-bound service tokens, rotation automation across 10+ internal services. SQLite-backed with server-side AES-256-GCM and PBKDF2-SHA512 master-key derivation; Express/TypeScript control plane on Titan.

TypeScript Express Prisma SQLite AES-256-GCM PBKDF2 Token Auth
Encrypted Messaging · Fullstack

FreeChat

Live Alpha

E2E encrypted messaging platform. AES-256-GCM encryption, RSA-4096 key exchange, WebSocket real-time, bot/webhook system. Four clients: React web, Tauri desktop, native Android (Kotlin/Compose), API.

TypeScript Kotlin AES-256-GCM RSA-4096 PostgreSQL
AI · Interactive Fiction

Adventure GUI

Private alpha

Interactive tabletop RPG campaign platform with AI dungeon master, TTS narration, and AI-generated scene illustrations. Campaign management with persistent world state and character tracking.

Python FastAPI ComfyUI Kokoro TTS
ls side-quests/  →  the other 40 repos
jefe@ecosystem:~$ cat skills.yml

Capabilities

> Languages
Python, TypeScript, JavaScript, Rust, C++, C#, Kotlin, Go, Shell, Groovy, SQL
> AI / ML
vLLM (Nemotron Cascade 2, local 96GB VRAM GPU), Ollama, ComfyUI, Stable Diffusion, ChromaDB/RAG, Kokoro TTS, MLflow, QLoRA/Unsloth fine-tuning, multi-agent orchestration
> Fullstack
React, Express, FastAPI, WebSocket, Prisma, PostgreSQL, Redis, REST API design, Zustand, Vite
> Infrastructure
Docker, Jenkins CI/CD, Prometheus/Grafana, Cloudflare, Linux server admin, GitHub Actions, HashiCorp Vault
> Security
E2E encryption (AES-256-GCM, RSA-4096, ChaCha20), OAuth2 (Ory Stack), TLS 1.3 implementation, secrets management
> Mobile & Desktop
Android (Kotlin, Jetpack Compose, Hilt, Retrofit), Tauri (Rust), OBS integration
> Systems
x86_64 kernel dev, bootloaders, drivers, NTFS, networking stacks, SSH/TLS from scratch
> AI Agents
30 specialized agents, custom skill system, cross-agent verification, parallel dispatch, ops dashboard orchestration
jefe@ecosystem:~$ tree --dirsfirst -L 1

The Platform Spine

The eight pieces everything else plugs into. Inference, secrets, identity, CI, and the dashboard that watches all of it — running on my own hardware.

Titan
On-prem GPU inference host
JefeAI
Inference + RAG platform
JefeVault
Secrets broker
JefeOS
Custom x86_64 kernel
FreeChat
E2E encrypted chat
Sentinel
Automated code review
JefeGit + Jenkins
Self-hosted CI/CD
JefeHQ
Unified ops dashboard
Plus around forty more — bots, games, a hardened Linux distro, home automation, monitoring, and a few experiments that didn't pan out. They're all in Side Quests →
Infrastructure
Docker · Jenkins + Forgejo Actions · Prometheus/Grafana · Traefik · Cloudflare
Connected Via
WebSocket · REST API · OIDC · RAG · Postgres · Redis
Business Entity
JefeWorks LLC (filed 2026)
jefe@ecosystem:~$ ./assistant --interactive

Ask the AI

RAG-powered assistant trained on my professional background. Searches a ChromaDB vector store with semantic retrieval. Try it.

assistant vLLM (Nemotron Cascade 2) + ChromaDB RAG
[assistant] I can answer questions about Jeff's experience, skills, projects, and technical background. What would you like to know?
>
jefe@ecosystem:~$ tail -f devlog/

Engineering Log

Documented engineering sessions. Each one written by the agents that did the work, with independent security verification.

View devlog →