Senior software engineer based in Wellington, New Zealand.
I work across software systems, backend engineering, infrastructure, cloud, developer tooling, and production debugging. I am strongest when a problem is ambiguous, crosses multiple layers, or needs careful investigation before a fix can be trusted.
My current focus is AI-assisted systems engineering: using advanced models as an engineering harness for reproduction, root-cause analysis, implementation, adversarial testing, and verification.
My Workflow:
Issue discovery β Issue scoring / prioritisation β Repository acquisition + environment setup β Codebase mapping β Failure reproduction β Instrumentation β Hypothesis generation β Parallel investigation agents β Candidate patches β Tests β Benchmarks β Static analysis β Adversarial review agent β Patch refinement β PR preparation β Maintainer feedback ingestion β Revision β Engineering case study
Upstream PR: netty/netty#17391
Investigated a pooled direct-memory regression affecting HTTPS workloads with slow consumers. Isolated the backpressure failure to SslHandler, implemented a bounded TLS wrapping mechanism, added a regression test, and validated the repair against the complete Netty handler module:
- 15,635 tests
- 0 failures
- 0 errors
- JDK TLS compatibility verified
- BoringSSL/OpenSSL compatibility verified
A model-independent engineering control plane for directing AI systems through:
reproduction β evidence β root cause β design β implementation β verification
The objective is not code generation. It is reliable AI-assisted systems engineering with persistent state, evidence gates and human approval.
Public case studies demonstrating production-style debugging, CI repair, environment diagnosis and repository rescue.
