I design, ship, and study AI systems — from agentic workflows and retrieval-augmented pipelines to multimodal human-robot interaction research. Currently a Lead AI/ML Engineer at Booz Allen Hamilton and a Ph.D. candidate at UMBC.
Selected work
Things I have designed, built, and shipped.

Mobile-first, context-aware personal time assistant. Learns your routines, commute, meals, sleep, and calendar to tell you what to do next — without making you maintain another productivity system.
Swift · Kotlin · FastAPI · PostgreSQL · LLM

AI-powered resume & cover letter generator with job matching and auto-apply workflow.
Next.js · OpenAI · PostgreSQL · Tailwind

Toolkit for multimodal HRI experiments and dataset benchmarking of instruction grounding.
Python · PyTorch · Vision-Language · Evaluation
Publications
Peer-reviewed work on grounded language understanding and trustworthy human-robot interaction.
Ekele Ogbadu, Stephanie Lukin, Cynthia Matuszek
AAAI Symposium Series 7(1), 223–231
Understanding natural language as a representational bridge between perception and action is critical for deploying autonomous robots in complex, high-risk environments. This work investigates how large language models (LLMs) can support this bridge by interpreting unconstrained human instructions in urban disaster response scenarios. Leveraging the SCOUT corpus, a multimodal dataset capturing human-robot dialogue through Wizard-of-Oz experiments, we construct SCOUT++, aligning over 11,000 visual frames with language commands and robot actions. We evaluate three instruction classification approaches: a neural network trained on tokenized text, GPT-4 using text alone, and GPT-4 with synchronized visual input. Results show that while GPT-4 (text-only) outperforms traditional models in accuracy, its multimodal variant exhibits degraded performance, often producing vague or hallucinated outputs. These findings expose the challenges of reliably grounding language in visual context and raise questions about the trustworthiness of foundation models in safety-critical settings. We contribute SCOUT++, a reproducible multimodal pipeline, and benchmark results that shed light on the capabilities and current limitations of vision-language models for risk-sensitive human-robot interaction.
Ekele Ogbadu
IEEE RO-MAN (accepted)
When a natural-language instruction is ambiguous, a robot that acts confidently is more dangerous than one that asks. This work studies when a robot should request clarification rather than commit to an interpretation of a grounded instruction.