Quality engineering / AI systems / Release architecture

I build systems that show release risk before it becomes production risk.

I work on quality platforms, test architecture, CI/CD feedback loops, and AI-assisted analysis. My focus is practical: help engineers understand what changed, what failed, what is noisy, and what decision is safe.

What I work on

Quality systems with enough structure to scale.

The common thread is signal. Good quality architecture does not only run tests; it explains risk in a way engineers can use.

Quality architecture

Frameworks, execution models, reporting, ownership boundaries, and release gates that make quality evidence easier to trust.

AI-assisted test intelligence

RAG, agents, CI logs, repository context, and failure history used to route evidence instead of hiding it behind vague summaries.

Cloud test infrastructure

Distributed test execution across containers, CI workers, and cloud environments with clear isolation, timing, and failure signals.

Featured project

MockDoctor

A CLI and GitHub Action that compares ReadyAPI REST virtual-service files with an OpenAPI spec or JSON contract, then flags drift before stale mocks leak into tests or CI.

npx mockdoctor compare \
  --readyapi ./readyapi-project.xml \
  --openapi ./openapi.yaml
Checks

Missing operations, response status drift, content-type mismatches, and JSON schema mismatches.

Inputs

ReadyAPI REST virtual services with OpenAPI 3.x or JSON contract files.

CI usage

Runs as a CLI or GitHub Action, with optional HTML drift reports for build artifacts.

Notes

Writing on quality systems.

Short notes on automation architecture, AI-assisted testing, release signal, and the failures that shape better systems.

2026-06-14

Quality as Observability

A short note on treating quality engineering as a signal system rather than a test execution department.

All notes

About

I like quality work that sits close to engineering decisions.

I am a quality engineering architect and lead SDET with experience across FinTech, HealthTech, automation platforms, service testing, and cloud-native execution.

The part of the work I care about most is the handoff from evidence to action: what the system knows, what it can prove, and what an engineer should inspect next.

  • Python
  • Java
  • Playwright patterns
  • Selenium
  • ReadyAPI
  • GitLab
  • Jenkins
  • AWS
  • Kubernetes
  • Nomad
  • RAG
  • MCP

Contact

Have a hard quality problem?

I am happy to compare notes on quality platforms, contract drift, AI-assisted testing, distributed execution, and release confidence.

Want a quick tour? I can show you the important parts.