Ela MCB

Ela MCB

AI-Native Engineer

Agents, MCP & production gates—from prototype to production systems

About Me

I am an AI-native engineer. My north star is AI as infrastructure: systems you operate—agents, tools, gates, evidence—not a parade of models. Strategy and foresight first; implementation as proof.

Technical craft still matters—traces, gates, MCP, red-teaming—but it serves that bet: if AI is infrastructure, you build it to be run, not demoed.

AI as Infrastructure

Strategy and foresight—not model theater.

Always on, owned, observable, and governed—the way we treat cloud, CI, and data platforms. Models and agents are components. The product is the system you can run.

  • Foresight: If AI is only a feature, it stays optional. As infrastructure, it becomes how work moves.
  • Bet: Invest in the control plane—identity, tools, eval, override—before you scale autonomy.
  • Standard: Same bar as production systems: owners, SLOs, evidence, and a kill switch.
Read the full thesis

Technical Skills

Supporting craft for autonomous systems—stack under the strategy, not instead of it.

AI Systems & Agents

  • Agentic & tool-using architectures
  • MCP (Model Context Protocol)
  • RAG & retrieval-quality loops
  • LLM observability (traces, evals, datasets)
  • Prompt systems for reliability

AI Quality & Safety

  • LLM evaluation & red-teaming
  • Production / release gates
  • Guardrails, PII, over-refusal budgets
  • Hallucination & injection hardening
  • Playwright + CI for AI product paths

AI Leadership & Delivery

  • AI-native team operating models
  • QA → AI transformation roadmaps
  • Community series for safety leaders
  • Human–AI workflow design
  • TypeScript, Python, SQL, automation

Selected Work

Autonomous systems, control planes, and strategy artifacts first. Full catalog in PROJECTS.md.

AI as Infrastructure Thesis

Strategy & foresight: AI as always-on infrastructure—owned, observable, governed—not a better model debate or a demo that mostly works.

Core bets:

  • Infrastructure bar: Owners, SLOs, evidence, kill switch
  • Control plane first: Identity, tools, eval, override
  • Autonomy earned: Expand only when the last loop proved itself
  • Operate, don’t dabble: Platforms beat one-off assistants

Hydro-Swarm MoE Architecture

Autonomous architecture: Adaptive agent swarms + mixture-of-experts routing for intelligent quality systems—foresight on how fleets should specialize under uncertainty.

Key ideas:

  • Fluid orchestration: Agent swarms that adapt to code “currents”
  • Uncertainty-aware routing: Confidence-driven expert selection
  • Production validation: Drift monitoring in distributed testing
  • IDA-MoE: Complexity metrics drive experts, not token similarity alone

Agentic Release Gate

Control plane: Practical release checklist for tool-using AI—boundaries, authorization, human checkpoints, and evidence before autonomy ships.

What it covers:

  • Tool allowlists and argument constraints
  • Plan control and authorization paths
  • Human-in-the-loop checkpoints
  • Evidence bundles for Security and Legal

Multi-Agent Orchestration

Coordination layer: Manager–worker, swarm, and pipeline patterns for autonomous QA—how agents divide work without losing accountability.

Patterns:

  • Specialized explorer / executor / analyzer agents
  • Orchestrator ownership of handoffs
  • Cost and bug-detection tradeoffs across shapes
  • Path from demo agents to production loops

Unified Autonomous Agent (UAA)

Operating practice: Modular autonomous agents running on this portfolio—CI fix, link health, security—bounded autonomy with measurable outcomes.

In production here:

  • Scheduled agent capabilities via GitHub Actions
  • Shared router and status dashboard
  • Evidence of weekly autonomous maintenance
  • Architecture docs for extending the fleet

LLMGuardian Testing Framework

Eval layer: Systematic LLM validation, safety testing, and monitoring—governance instrumentation for models in the loop.

Capabilities:

  • Accuracy, toxicity, and bias measurement
  • Hallucination and injection checks
  • CI integration for continuous validation
  • Provider-agnostic prompt suites

Recent Results:

Math Accuracy: 94% | Safety Score: 87% | Overall: 91%

LLM & Gen AI Research Discovery

Autonomous research loop: Weekly scans for new LLMs and papers—an always-on foresight feed for strategy, not a one-off search.

Sources:

  • GitHub, ArXiv, Hugging Face
  • Automated weekly cadence
  • Accumulated discovery archive
  • Public discovery dashboard

Learn AI-First Development

Teaching layer: How this portfolio was built with AI-native workflows—supporting material behind the systems work.

Included:

  • Prompt engineering patterns
  • Daily AI workflow integration
  • Advanced prompting techniques
  • Portfolio-as-proof examples

Code Generation

Use Case: Generate Playwright test automation code

Input:

"Test login functionality with valid credentials"

AI Output:

test('login with valid credentials', async ({ page }) => {
  await page.goto('/login');
  await page.fill('[data-testid="email"]', 'user@example.com');
  await page.fill('[data-testid="password"]', 'password123');
  await page.click('[data-testid="login-button"]');
  await expect(page).toHaveURL('/dashboard');
});

Defect Analysis

Use Case: Analyze test failures and suggest fixes

Input:

Test failure: Element not found after 5s timeout

AI Output:

  • Check if element selector is correct
  • Verify page load timing
  • Add explicit wait conditions
  • Consider dynamic content loading

QA to Prompt Engineer Journey

Career path artifact: Structured transition plan—kept as supporting history, not the lead story.

What's Included:

  • Four-week prompting and evaluation plan
  • Portfolio and interview story craft
  • Measurable case-study habits

AI Research

This is a curated stream. Browse the full index at All Research.

Hydro-Swarm MoE: Adaptive AI Testing Architecture

Research Focus: A hybrid architecture combining Parallel-Agent Reinforcement Learning (PARL) with Input Domain-Aware Mixture of Experts (IDA-MoE) for dynamic AI testing. Bridges agent swarms and MoE for intelligent code quality assurance.

Key Innovations:

  • Fluid Orchestration: Water-metaphor agent swarms that adapt to code "currents"
  • Uncertainty-Aware Routing: AQUA-based confidence scoring for expert selection
  • Production Validation: Live model drift monitoring in distributed testing
  • IDA-MoE Routing: Code complexity metrics drive expert selection (not token similarity)

LLM Testing Methodologies

Research Focus: Comprehensive analysis of testing approaches for Large Language Models, including hallucination detection, bias measurement, and safety validation frameworks.

Key Contributions:

  • Hallucination Detection: Consistency-based framework for identifying factual errors
  • Bias Analysis: Multi-dimensional approach to measuring unfair responses
  • Safety Validation: Comprehensive framework for harmful content detection
  • Testing Pipeline: Integrated solution for production LLM validation

MCP in Software Testing

Research Focus: Exploring Model Context Protocol applications in software testing, examining how standardized AI-tool communication can revolutionize test automation and create context-aware testing frameworks.

Key Innovations:

  • Context-Aware Testing: Real-time application state integration
  • Dynamic Test Generation: AI-driven test creation based on live data
  • Self-Healing Tests: Automatic adaptation to application changes
  • Intelligent Debugging: Complete failure context analysis

Agentic Testing Integration

Research Focus: Investigating autonomous AI agents for software testing, from existing platform integration to specialized testing agent development and multi-agent orchestration systems.

Key Innovations:

  • Multi-Agent Systems: Coordinated autonomous testing workflows
  • Specialized Agents: Explorer, Executor, Analyzer, and Orchestrator agents
  • Platform Integration: Leveraging AutoGPT, LangChain, and Semantic Kernel
  • Autonomous QA: Self-improving testing systems with minimal human oversight

Evaluating AI Models for Testing

Research Focus: Comprehensive framework for evaluating AI models in software testing contexts, including benchmarking methodologies, performance metrics, ROI analysis, and production deployment strategies.

Key Contributions:

  • Evaluation Framework: Systematic approach to model assessment across 6 key dimensions
  • Benchmark Suite: Test generation, bug detection, and adversarial testing scenarios
  • Model Comparisons: Side-by-side analysis of GPT-4, Claude 3.5, CodeLlama, and Gemini
  • ROI Calculator: Production metrics and cost-benefit analysis for deployment decisions

Why Use AI Agents for Testing?

Research Focus: Practical healthcare case study answering why QA professionals should use AI agentic flows for software testing, demonstrating autonomous agents for test generation, security scanning, and compliance validation.

Key Insights:

  • Healthcare EHR Example: Patient portal with HIPAA compliance requirements
  • 7 Agent Types: Explorer, Generator, Security, Compliance, Orchestrator agents
  • Proven Results: 92% coverage, 88% faster tests, 487% ROI
  • Practical Implementation: Tech stack, adoption roadmap, code examples

Multi-Agent Orchestration Framework

Research Focus: Academic research comparing Manager-Worker, Collaborative Swarm, and Sequential Pipeline architectures for AI testing systems, with empirical results from 50 trials demonstrating optimal task decomposition strategies.

Key Findings:

  • Manager-Worker Architecture: 80.2% defect detection, 31% cost reduction
  • Comparative Analysis: 4 architectures across 5 specialized agent roles
  • ATAO Framework: Context-aware architecture selection system
  • Statistical Validation: ANOVA, Tukey HSD, effect size analysis

AI Advancements Q4 2025

Research Focus: Analysis of major AI breakthroughs in October-December 2025 and their implications for software testing, AI systems, and autonomous agents.

Key Developments:

  • GPT-5.2 Release: Enhanced coding capabilities and long-context understanding
  • Gemini 3.0 Pro: New benchmarks in AI performance and reasoning
  • Agentic AI Systems: Higher autonomy and decision-making capabilities
  • Multimodal AI: Processing text, images, audio, and video together
  • Regulatory Milestones: FDA qualification of first AI tool for drug development

State of AI Testing

Research Focus: Living overview of AI testing trends and research discoveries for builders of AI systems. Updated monthly by the Research & Literary Agent—no manual publish needed.

What you get:

  • Monthly digests: Curated LLM/Gen AI tools and papers from the discovery pipeline
  • Broad scope: Trends and implications, not tied to a single quarter
  • Automated: Agent runs on the 1st of each month and commits the update

The 40-Prompt Production Gate

Research Focus: Practical LLM safety and red-teaming for QA leaders—a first sprint teams can run before production: eight adversarial families, forty prompts, spreadsheet template, Pass/Conditional/Fail rubric, and numeric release gate.

You can implement this week:

  • Fixed matrix: Same 40 cells every release for comparable regressions
  • Time-boxed: Roughly half a day with two testers
  • Leadership-ready: Evidence links and gate thresholds, not vague “we tried jailbreaks”

Agentic Release Gate

Companion to the 40-prompt gate: a practical checklist for tool-using, multi-step agents—tool boundaries, plan/loop control, authorization, human approvals, data containment, and replayable evidence for release sign-off.

When to use it:

  • Tools & workflows: MCP, plugins, internal APIs, or “coding agent” style automation
  • Same bar as prompts: Pass / Conditional / Fail, leadership-ready evidence
  • Pairs with the matrix: prompts for content attacks; this gate for actions and traces

LLM Safety & Red-Teaming — Community Series

Dedicated hub for QA leaders focused on LLM safety and red-teaming—parallel to the main AI research index, with its own cadence and article list.

What this is:

  • Own section of the site (use the shield icon in the hero next to Research)
  • ~three-week cadence for new articles when the topics queue has entries
  • Practical shorts you can share or use internally with your teams

Ethical AI Frameworks — Community Series

Sister hub to the LLM Safety series: short articles on governance, principles, and operational ethics for the Ethical AI Frameworks LinkedIn group.

How it works:

  • Own hub on this site (balance-scale icon in the hero)
  • ~25-day cadence when the topics queue has entries
  • Same automation as LLM Safety—copy the live URL into the group when you are ready

AI System Testing: A Gentle Introduction

Research Focus: A human-centered approach to understanding and testing AI systems, exploring hallucinations, bias, and safety considerations through gentle observation and compassionate inquiry.

Key Topics:

  • Hallucination Detection: Learning to notice when AI creates rather than recalls
  • Bias Recognition: Understanding inherited patterns and assumptions in AI responses
  • Safety Considerations: Creating spaces where people feel heard and protected
  • Gentle Testing Methods: Tools as extensions of human intuition and discernment
  • Philosophy of Approach: Curiosity, humility, and patience in AI system evaluation

Model Drift: When Your AI Stops Paying Attention

Research Focus: A research paper exploring model drift in machine learning systems: what it is, why it happens, how to detect it, and how to fix it. Written for the curious, not just the experts.

Key Topics:

  • Data Drift vs Concept Drift: Understanding where model degradation occurs
  • Detection Methods: Accuracy monitoring, statistical tests, multi-signal tracking
  • Business Impact: Financial losses, engagement collapse, regulatory liability
  • Solutions: Retraining, continuous learning, ensemble models, feature stores
  • Real-World Examples: Fraud detection, recommendation systems, spam filters

More Projects

Additional case studies and tools. Full list in PROJECTS.md.

QA-to-AI Transformation Roadmap Premium

A proven 6-12 month strategy for transitioning traditional QA teams to AI-augmented ways of working. Transform your team into AI-first leaders.

Leadership Strategy Change Management ROI Modeling

Key Results:

  • 487% ROI (Healthcare case study)
  • 40-70% efficiency gains
  • 85%+ automation coverage
  • 32-week phased implementation

AI Test Generator

A tool that uses AI to automatically generate test cases based on application behavior and user stories.

Python OpenAI API Playwright

Playwright Framework

Production-ready test automation for elamcb.github.io with AI-powered testing via MCP. Validates critical functionality, navigation, and performance with 100% test success rate.

Playwright ES Modules MCP CI/CD

Job Search Automation Suite

An ethical automation system that demonstrates intelligent job matching, application tracking, and interview preparation using AI and test automation principles.

Python Playwright AI/ML Data Analytics

Automation Features:

  • ✅ Intelligent job matching (85% accuracy)
  • ✅ Application status tracking
  • ✅ Interview analytics dashboard
  • ✅ Resume optimization suggestions

AI IDE Collection - Gotta Code 'Em All

Interactive comparison of 10 AI-powered development environments tested over 100+ hours. S-Tier through B-Tier rankings with detailed pros, cons, and real-world performance insights.

Developer Tools AI Assistants Comparative Analysis Interactive UI

IDEs Tested:

  • S-Tier: Cursor (My Favorite), Windsurf
  • A-Tier: GitHub Copilot, Zed, Void, Continue.dev, Trae
  • B-Tier: Replit AI, CodeWhisperer, Tabnine
  • 11 IDEs tested over 100+ hours

Legacy-AI Bridge Framework

Practical solution for introducing AI capabilities into legacy enterprise systems without disruption. Addresses the #1 barrier to AI adoption in established companies.

Enterprise Integration Legacy Systems AI/ML Pipeline Risk Management

Real-World Results:

  • ✅ Banking System: 40% faster processing, 60% fraud reduction
  • ✅ Manufacturing ERP: 25% less downtime, 30% inventory optimization
  • ✅ Healthcare Records: Improved outcomes, maintained HIPAA compliance
  • ✅ Zero Downtime: Non-invasive integration approach

Algorithmic Trading System

A systematic mean reversion trading strategy with automated backtesting, risk management, and performance analytics. Demonstrates quantitative analysis and systematic decision-making.

Python pandas Statistical Analysis Risk Management

Trading Performance:

  • ✅ +127% total return (2020-2024)
  • ✅ 1.67 Sharpe ratio (risk-adjusted)
  • ✅ 64% win rate across 342 trades
  • ✅ -12.4% maximum drawdown

Bio-AI Analogies: Educational Content Generator

An innovative educational tool that explains complex AI concepts through biological analogies. Demonstrates interdisciplinary thinking connecting AI with biological systems, making advanced concepts accessible through familiar natural processes.

Python Educational AI BDH Model Content Generation

Key Features:

  • ✅ Explains neural networks through synaptic plasticity
  • ✅ Makes attention mechanisms accessible via selective vision
  • ✅ Compares reinforcement learning to animal training
  • ✅ Bridges AI and biological systems thinking

AI Innovations Discovery for QA Testing

Weekly automated discovery system that scans GitHub, Hacker News, and research sources to find cutting-edge AI tools, frameworks, and methodologies applicable to quality assurance and testing. Stay ahead of the latest innovations in AI testing.

Automated Discovery GitHub Actions Weekly Updates QA Innovation

Discovery Features:

  • ✅ Automatic weekly scans (every Monday)
  • ✅ 15+ targeted search keywords for QA/testing
  • ✅ Categorization by innovation type (test generation, execution, maintenance, etc.)
  • ✅ Filters duplicates and existing tools
  • ✅ Generates detailed reports with QA applications

Work In Progress WIP

Resources and projects currently in development. Includes ETL testing templates, AI innovations for data QA, and experimental tools.

ETL Testing Data QA AI Tools Templates

Current Contents:

  • ✅ ETL Test Plan Template
  • ✅ SQL & Python Test Cases
  • ✅ AI Innovations for ETL Testing
  • ✅ E2E Testing for DevOps & LLMOps
  • ✅ Data Quality Frameworks

Unified Autonomous Agent LIVE

Modular unified agent system with multiple capabilities working 24/7 to maintain, monitor, and enhance this portfolio. Single workflow, shared utilities, easy to extend.

Unified Architecture Modular Design GitHub Actions CI/CD Automation Agentic Workflows

Active Capabilities:

  • 🔧 CI-Fix: Auto-fixes CI failures (npm sync, dependencies, output format errors)
  • 🔗 Link-Health: Weekly broken link scans, creates PRs with fix reports
  • 🔒 Security: npm audit, secret detection, auto-fixes moderate issues
  • Impact: Zero manual intervention for routine maintenance
  • 🏗️ Architecture: Single workflow, modular capabilities, shared utilities

Portfolio Impact

0

Unique Visitors

0

Total Views

10x

AI-Native Iteration

Full-loop

Build · Eval · Lead

Get In Touch

Open to conversations on AI-native engineering, agent systems, safety/release gates, or leading teams through AI adoption.

Contact Me

Interactive Zone

Optional: test your eye for AI- vs human-written code.

AI vs Human: Guess Who Wrote This Code

Can you tell the difference between AI-generated and human-written code? Test your skills!

Score: 0/0 Accuracy: 0%

Challenge yourself: AI-generated code often has certain patterns, while human code shows personal style and creative problem-solving approaches.