- Co-Chair, IEEE PES Long Range Planning Committee, Subcommittee 5 Emerging Technologies, Digitalization, and AI Readiness. 2026–present. Vision Document due July 2026 PES General Meeting.
- Vice Chair, IC25-004-01 — Grid Readiness for Data Center Deployment IEEE-SA Industry Connections. Published January 29, 2026: ieeexplore.ieee.org/document/11366058. Triggered an IEEE SETCom study group developing five new IEEE standards.
- Section Chair & Editor, IC25-004-02 Section 5 — Data Center Design for IT Load Protection Consumption Patterns and Disturbance Response. Publishing 2026.
- Section Author, IEEE PES PSCCC S17 — SBOM in the Energy Sector Use Cases in the EPS Industry. Citations span NIST SP 800-161 r1, NERC CIP-010/013, CISA/NSA/NTIA, NDAA §889, BIS Entity List.
Palaestra Live
The standards roles above turn on a question that is hard to answer from a document: what actually happens at the interface between the grid and a very large load, when the load is run by someone with an incentive. Palaestra puts a person in that seat. You run a data center for a simulated day — buying power, working a battery, curtailing load, answering events as they arrive — and are scored against a certified optimal line. Where players consistently bend a technical rule is evidence about what that rule should say, which is the whole reason for building an instrument rather than a simulator.
The answers only mean something if the scoring is beyond argument, so the platform is built for that. Scenarios are data rather than code: a new one is a compiled pack, not a deployment. Heavy derivation happens offline in a compiler; the runtime engine is deterministic bookkeeping. Every published optimum is solved offline by mixed-integer linear programming and then replayed through the same engine that scores play, so the target is engine-verified rather than asserted. Re-scoring a stored action log must reproduce the stored score exactly, and that is enforced by tests rather than by intention.
Six scenarios are live and playable now. How the engine works, how scoring and stars are computed, and the interface every player and every agent speaks are documented in the open, alongside the authentication, network, and privacy surfaces.
AssemblyZero Active
Production multi-agent orchestration framework. Five-stage LangGraph StateGraph pipeline (Triage→Design→Spec→TDD→PR) coordinating 12+ concurrent Claude and Gemini agents. Cross-vendor adversarial verification — Claude generates, Gemini reviews — catches hallucinations across model families. Five-layer evaluation framework: execution-based verification, AST structural analysis, cross-model review, stagnation detection, longitudinal learning. 740 issues processed, 88% closure rate, 434 PRs merged, 5,583 tests.
Aletheia Public
Consumer AI for semantic and etymological analysis. Seven-stage handler pipeline with independent short-circuiting. Two-layer guardrails: deterministic denylist plus semantic LLM classifier. Tiered routing: Haiku as default classifier, Opus invoked only as verifier when Haiku flags candidate prompt injection.
Live demo →Chiron Private
AI governance study SaaS for IAPP AIGP exam preparation. Built on the same orchestration and guardrail patterns as the production platforms.
Request access →Maieutics Private
Methodology and tooling for AI-assisted technical authorship at institutional scale. Forces substantive human contribution at every step. Anchored in USPTO Inventorship Guidance and Pannu v. Iolab. PolyForm Noncommercial 1.0.0.
Request access →sentinel-rfc Research
Applied research on agent-context permission bits as an architectural alternative to the "agent inherits user permissions" model that creates excessive blast radius for autonomous agents. Manifest specification, capability authorization design, filesystem-level prototype.
Request access →Clio Public
Chrome extension for extracting LLM conversations to structured JSON. Preserves message ordering, role, code blocks, and tool-use markers across ChatGPT, Claude, and Gemini.
View on GitHub →AI Power Systems Public
Curated AI/ML resources for the Bulk Power System and utility sector. Companion to best-of-pes-ai, a weekly-updated ranked list of open-source AI/ML projects for IEEE PES domains.
View on GitHub →Talos Private
Multi-agent recruitment platform with agentic candidate evaluation, automated screening pipelines, and LLM-driven talent assessment.
Request access →RCA-PDF Pipeline Public
Document AI pipeline for extracting structured data from Rock Core Analysis PDFs using AI vision models. Built as a technical proof-of-concept for the oil & gas / document AI domain.
View on GitHub →From AgentOS to AssemblyZero: A Deterministic Refactor
How we executed a project-wide hard-fork and rename, achieving a 100% stable build and reducing build noise by over 99% in a single session.
Read post →Working Around Permission Friction in Claude Code
Running 12 agents across 4 repos pushed Claude Code's permission system to its limits. Here's what I learned and the tools I built.
Read post →