struct Engineer {
building: &'static [&'static str],
shipped: &'static [&'static str],
researching: &'static [&'static str],
stack: &'static [&'static str],
}
const ME: Engineer = Engineer {
building: &[
"Distributed async agent infrastructure (Rust + Tokio)",
"Production document AI pipelines (10K+ forms/month)",
"Ethereum protocol tooling (EIP-7805 FOCIL + DVT)",
],
shipped: &[
"rysen-lpc-ocr — async OCR pipeline, 15 multi-tenant locations",
"Rysen-Learning-System — LMS + 15-tool agentic loop, 50+ staff",
"job-agent — AI job automation, Claude + Gmail API + Playwright",
],
researching: &[
"ZK proofs for agent computation (RISC Zero)",
"P2P networking via eBPF + libp2p",
"TEE-based agent sandboxing (AWS Nitro)",
],
stack: &[
"Rust · Python · FastAPI · Celery · PostgreSQL · Redis",
"Tokio · libp2p · RISC Zero · Docker · OpenTelemetry",
],
};| Project | What | Scale |
|---|---|---|
| rysen-lpc-ocr | Async document AI pipeline — FastAPI + Celery + Redis + Vision LLM | 10K+ forms/month, 15 locations |
| Rysen-Learning-System | LMS with 15-tool agentic loop — Next.js + Groq + PostgreSQL | 50+ staff, 15 campuses |
| job-agent | End-to-end job search automation — Claude API + Gmail + Playwright | 46 applications, Day 1 |
| Project | What |
|---|---|
| dvt-focil | EIP-7805 FOCIL for DVT clusters — Rust, client-agnostic (Lighthouse / Prysm / Teku) |
| axiom-engine | ZK-augmented AI agent engine — RISC Zero + libp2p gossipsub + AWS Nitro TEE |
| p2pflow | Ethereum P2P traffic analysis — eBPF CO-RE kernel probes |
- Rust async depth — Tokio internals, distributed consensus
- OpenTelemetry instrumentation across async pipelines
- Contributing to lm-evaluation-harness — document extraction hallucination benchmark
Computational systems that ship, scale, and prove correctness.