online · Tokyo, Japan · UTC+9

Technical Profile

DennySORA

李汶道 DennySORA ~/dennysora/detail/production

Production Evidence

Systems shipped to production at TrendMicro: agent orchestration, cloud infrastructure, AI security and platform engineering.

Production Evidence

Agent Orchestration Platform PRODUCTION
Google ADK
     ↓
   A2A
     ↓
LangGraph
     ↓
CopilotKit
  • remote agent coordination
  • tool use · state tracking
  • retry / failure handling
  • SSE streaming · Human-in-the-Loop
  • dynamic agent loading
  • zero-downtime configuration rollout
  • adopted cross-team

ADK-AGUI Middleware (GitHub)

Cloud Infrastructure Optimization PRODUCTION
EKS
├── ARM monitoring nodes
├── CPU optimized pools
├── memory optimized pools
├── Helm modules
└── CNI / networking fixes
  • cost / performance / reliability / maintainability
  • multi-tenant cluster stability
AI Security & Data Protection PRODUCTION
  • PII pipeline (AWS Comprehend) — cost reduced by ~99%
  • policy enforcement
  • AI proxy · Bedrock integration
  • access control
  • tenant isolation
  • auditability
Platform Engineering PRODUCTION
Plugin-based API platform

Core
 │
 ├── lifecycle hooks
 ├── authentication
 ├── rate limiting
 └── integration plugins
  • reusable / extensible / cross-team / production-oriented