Selected work

What EGI has shipped

Production systems, the framework underneath them, and the public libraries they feed. Everything on this page is running, public, or verifiable. Client engagements are covered by confidentiality and are described by shape, never by name.

By the numbers

Counted from the repositories on 2026-07-24. One engineer, working solo, with agentic tooling.

1,256
commits across the flagship system and the GWEDU platform
2,348
automated backend tests, green on every merge
506
reviewed pull requests merged across three repositories
36
public sources in the CODEX discovery watchlist

Systems

Built and operated end to end: architecture, implementation, CI, deployment, and the on-call that follows.

Flagship · live

Workflowtech.ai live

Architecture · implementation · operations

A public AI terminal that is neither an open chatbot nor decoration: structured intake routes each visitor into a persona mode before the first model call, and the backend owns every decision after that.

  • Local-first model routing with health-gated cloud escalation
  • Spend governance with per-turn, per-day, and dollar ceilings
  • An accounting breaker that treats unmeterable spend as an outage
  • Automated discovery pipeline feeding a public library and digest
Open source

GestaltWorkframe

Framework extraction · public repository

The terminal generalized into a reusable, brandable framework: FastAPI backend, Next.js terminal, and deployment bundles that make branding a directory of configuration instead of a fork. Extracted from the production system in May 2026 and developed in the open since.

Platform · in development

GWEDU in development

Architecture · implementation · 804 commits since 2026-05-28

A self-generating smart LMS. Name a subject or upload your own documents; the system researches it, bounds it in cited sources, designs a curriculum grounded in learning science, generates the materials and assessments, grades its own output, and publishes a branded learning portal that runs on your infrastructure. A learning system, not a quiz site.

  • Every generated claim is checked against the retrieved source text — unsupported items are rejected and regenerated, not just flagged
  • Pedagogy itself is grounded in cited education science, with continuous checks that its own evaluations stay fair
  • A domain-agnostic engine with snap-in Program Modules: content and configuration only, no engine code
  • Self-hosted and air-gappable — modules install from signed bundles through a CLI that validates the manifest and enforces a framework-compatibility gate
  • Locale-aware delivery, tiered entitlements, multi-tenant host routing, xAPI completion records, and certification
Open source

CODEX

Curated public library · automated pipeline

A Git-backed catalog of community-built automation and GenAI-Ops content, assembled by a scheduled discovery pipeline and curated by explicit operator review. Human-browseable on the site and machine-readable for AI crawlers.

Open source

MSP Automation API

PowerShell library · observability and testing

A modular PowerShell automation library for MSP administration, built with the operational furniture such scripts usually skip: structured observability, security boundaries, and a test suite.

Product · live

ROFLcopter live

Full-stack build · real-time multiplayer

A real-time multiplayer AI party word game: synchronized rooms, live scoring, and model-generated play running against latency budgets a turn-based system never has to meet.

Product · beta

4Vida beta

Program Module on GWEDU · bilingual (EN/ES)

An AI lifestyle and fitness coach shipped as a Program Module on GWEDU — its own repository of content and configuration, zero engine code. It is the proof the module model works: a completely different subject domain, brand, and persona set running on the same engine as a training course, with no fork.

Problems worth showing

The parts a demo does not reveal. Each of these is a decision that survived contact with production.

Spend that cannot run away

Public AI features fail on cost before they fail on quality. Every cloud call passes a budget gate with call caps and hard dollar ceilings, and visitors choose the question, never the provider or the spend.

The stronger guarantee is the ledger: a completion that cannot report readable token usage trips a persistent breaker that takes cloud routing offline until an operator clears it. That breaker has fired in production against a perfectly healthy response with a changed usage format, which is the design working — unmetered spend is an outage, not a rounding error.

Status that tells the truth

The public status indicator is computed from whether a route can actually serve the next turn, not from whether keys happen to be configured. A system that says "online" while every route is dead is worse than one that admits it is degraded.

Branding as configuration, not forks

Palette, logo, identity, intake questions, personas, routing policy, and copy load at runtime from a deployment bundle. One codebase serves a consulting terminal and a fitness coach without a branch between them — which is what makes the framework worth releasing publicly at all.

Research that publishes itself

A scheduled discovery pipeline polls feeds, repositories, topics, forums, and video channels; a scout scores what it finds; notable items flow to a public ticker, a curated digest, and the CODEX library. Featuring and publishing stay explicit operator actions with audit records — the automation gathers, a human decides.

How the work is done

Engineering practice, stated plainly, because it is the part that survives the handoff.

Discipline

Tested and reviewed

775 backend tests run on every pull request alongside frontend lint and build and an automated code review gate. Production deploys are workflow-dispatched with an explicit confirmation, never an accidental push.

Discipline

Secrets stay server-side

Model access runs through an on-host key broker with short-lived virtual keys, so rotating a provider credential is an operations task rather than a code deploy. Credentials never enter application code, logs, or model context.

Discipline

Operable by design

Scheduled jobs, backups, restore verification, and retention run on the box with their own logs and alerting paths; admin actions are token-gated and audited. The unglamorous half of shipping is treated as part of the build.

Credentials

Verifiable, and linked to their issuers.

Verified

Claude Partner Badge: Claude Code

Issued by Anthropic and verifiable on Credly.

Certified

Claude Certified Architect

Professional (CCAR-P) and Foundations, issued by Anthropic.

Client engagements are covered by confidentiality. Detail on scope, structure, and references is available on request under NDA.