INITIALIZING SYSTEMS…
DESIGNING INTELLIGENT FUTURESResearch • Projects • Exploration

Hamna Qaseem

AI Engineer · Exploring Robotics & Intelligent Systems

Building AI for autonomous systems — and exploring how machines should communicate confidence, uncertainty, and reasoning when human judgment is on the line.

2+
Yrs AI Engineering
10
Research Modules
01
Conference Abstract
3.9
GPA · BS Data Science
Operator Profile

Human in the loop

Hamna Qaseem Hamna Qaseem — simulation avatar
HQ-01 · ONLINE

I'm an AI engineer moving from machine learning toward embodied intelligence — designing systems that don't just generate answers, but help people decide when to trust them.

After two years building production LLM systems, RAG pipelines, and multi-agent architectures at Mutare Group, I'm now a Research Associate in Blue Marble Space's Young Scientist Program — designing future human habitats for the Moon and Mars that could support ~100-person communities, guided by planetary architecture, in-situ resource utilization, and real engineering constraints, and brought to life through AI-assisted visualization for education and outreach.

Woven through it all is one research question I keep returning to: how should AI communicate confidence and uncertainty so that humans — founders, habitat crews, anyone — know when to rely on it and when to question it.

Alongside research, I'm hands-on in the lab: simulating autonomous robots in Webots and ROS 2, prototyping embedded systems on ESP32 and Jetson Nano, and sharing everything I learn in public along the way — the wins, the failures, and the small victories in between.

Research Associate — Habitat Design & AutonomyBLUE MARBLE SPACE · YSP 2026
Independent Researcher — FounderMindPAPER STUDY · EARLY STAGE
AI/ML Engineer (Generative AI)MUTARE GROUP · 2024–2026
AI Educator & RL Study Group LeadCOMMUNITY · ONGOING
Research Directions

Three connected questions

One thread runs through all of my work: how should intelligent systems behave when humans must rely on them under uncertainty?

DIR-01

Trustworthy AI & Confidence Calibration

How AI systems should communicate confidence, uncertainty, assumptions, and risk — so people develop an accurate sense of when to rely on them and when to question them. Grounded in explainable AI and trust-calibration literature.

DIR-02

Robotics & Simulation (Learning)

Learning the embodied side of intelligent systems step by step — starting with finite-state-machine controllers and sensor-driven navigation in Webots, and slowly working toward real hardware with ROS 2.

DIR-03

Extreme-Environment Autonomy

Decision support for habitats and field systems operating under communication delay — where operators can't phone home, and calibrated machine confidence becomes a life-support question.

Exploration Lab

Research modules

Every module is real, built, and documented — from production LLM systems to robot controllers and embedded habitat experiments.

FounderMind — exploring how AI communicates confidence and uncertainty
MOD A-01 · IN PROGRESS

FounderMind — Independent Research

An early-stage independent research project asking how AI should communicate confidence and uncertainty, not just answers. Right now I'm in the paper-study phase — reading work on calibrated verbalized confidence (Mündler et al.) and trust calibration — and sketching the first ideas. No results yet; I'm sharing the journey as it unfolds.

Trust CalibrationPaper StudyLLMs
YSP Research — confidence-aware habitat decision support with Blue Marble Space
MOD A-02 · IN PROGRESS

Designing Future Human Habitats — Moon & Mars

My Blue Marble Space YSP research: designing an original habitat concept for a ~100-person community — surface and subsurface structures shaped by planetary architecture, ISRU, and real engineering constraints — visualized with design tools and AI imagery for education and outreach. Alongside it, I'm researching confidence-aware decision support for habitat crews; a co-authored abstract is submitted to Space Habitat Event 2026.

Planetary HabitatsISRUHuman-Autonomy TeamingAI Visualization
Webots simulation — e-puck robot navigating between two obstacles
MOD B-01

FSM Controller — E-puck Robot (Webots)

A seven-state finite state machine driving an e-puck through obstacle navigation, 180° turns, and IR-sensor wall following — with hand-tuned sensor thresholds and turn timing. Built for CU Boulder's robotics specialization; full lab report and simulation video recorded.

WebotsFSMIR SensorsCU Boulder
Webots line-following track with start line
MOD B-02

Line Following with Encoder Odometry

Ground-sensor line following fused with wheel-encoder odometry to estimate pose while tracking a curved path — the second Webots lab in the CU Boulder specialization, extending FSM work toward continuous sensor-driven control.

WebotsOdometryControl
LAPTOPJETSONARDUINOROS 2 NODE GRAPH
MOD B-03

ESP32 Hardware Practice & ROS 2 Setup

Practicing hands-on hardware building with ESP32 while assembling a ROS 2 setup across my laptop, Jetson Nano, and Arduino Mega — my step-by-step path from simulation toward real robots. Early days, and I'm documenting every step.

ROS 2Jetson NanoESP32Arduino
Support Ticket Triage Agent — AI-powered ticket classification and prioritization
MOD C-01

Support Ticket Triage Agent

An AI-powered agent that automatically classifies, prioritizes, and routes incoming support tickets — smart classification across categories like authentication, billing, and technical issues, with priority prediction and auto-tagging for faster response times. Built with Python, scikit-learn, and pandas.

PythonScikit-LearnPandasNLP
$ ollama run llama3>> loading local weights…latency: 84ms · cost: $0.00LOCAL INFERENCE
MOD C-02

Local LLM Inference Engine

An offline-first LLM system built on Ollama with context-aware prompt chains, session memory, and a live debugging UI — replacing API calls with local execution to cut inference cost and latency.

OllamaLangChainStreamlitRedis
AI Resume Analysis — smart screening and skill matching
MOD C-03

Career Intellect — AI Resume Analysis

Hackathon team project: an OpenAI-powered platform that parses resumes against job descriptions and returns SWOT analysis, skill gaps, and role-alignment recommendations through optimized few-shot prompt pipelines.

OpenAI APINLPATS
Am I Slacking Off — live YOLO detection during a coding session
MOD C-04

Am I Slacking Off? — CV Productivity Monitor

A real-time computer vision system that catches me slacking — custom-labeled dataset, fine-tuned YOLO detector, and an alerting layer that responds to prolonged distraction. That screenshot is it working live, mid-coding-session.

YOLOOpenCVComputer Vision
Educational Performance Analytics — discover educational trends and patterns
MOD D-01

Educational Performance Analytics

Final-year project: TensorFlow models predicting educational outcomes from socio-economic data across 639,000+ student records — surfacing five key indicators, served through FastAPI and an interactive Streamlit dashboard.

TensorFlowFastAPIStreamlit
Robotics Learning Journey

Inside my learning lab

I'm learning robotics from the ground up, simulation-first — and documenting every step honestly. This is the actual state machine from my first Webots e-puck controller: seven states, tuned through trial, error, and a lot of patience.

FORWARD1 TURN180 MOVE_AWAY FORWARD2 TURNRIGHT FOLLOWLEFT STOP obstacle o1turn doneclear of o1obstacle o2rotated cwwall ends front IR > thresholdtimed rotationfront IR > thresholdps5 wall tracking FIG. 1 — FSM CONTROLLER · E-PUCK · WEBOTS 3×3 ARENA

Simulation Bench — Webots & ROS 2

  • Robotics with Webots & ROS 2 specialization — University of Colorado Boulder (Coursera)
  • FSM e-puck controller: obstacle navigation, 180° turns, IR wall following, timed rotations
  • Line following with encoder-based odometry for continuous pose estimation
  • Lesson learned the hard way: the MOVE_AWAY state — real robots need room to escape their last decision
  • Sensor calibration by experiment: IR sensors return intensity, not distance

Hardware Bench — Embedded Systems

  • Multi-computer ROS 2 stack: laptop ↔ Jetson Nano ↔ Arduino Mega — setup in progress
  • Hands-on hardware implementation underway using ESP32 and other microcontrollers
  • Reinforcement learning study group lead — Q-Learning benchmark analysis on Atari evaluation practices (Agarwal et al., Machado et al.)
Mission Log

Experience

Jun 2026 — Present

Research Associate

BLUE MARBLE SPACE · YOUNG SCIENTIST PROGRAM 2026

Designing future human habitats for the Moon and Mars supporting ~100-person communities — analyzing planetary architecture across research, concept art, and design competitions, and developing an original surface + subsurface habitat design guided by ISRU and life-support constraints, communicated through AI-assisted visualization for education and outreach. Alongside, early-stage research into confidence-aware decision support for habitat crews, with a co-authored abstract submitted to Space Habitat Event 2026.

May 2024 — Mar 2026

AI/ML Engineer — Generative AI

MUTARE GROUP LLC · MICHIGAN, USA (REMOTE)

Designed and deployed production RAG systems with LangChain + FAISS/ChromaDB, multi-agent pipelines for research and decision support, local inference with Ollama, and end-to-end LLM evaluation and monitoring — from data ingestion through retrieval, inference, and deployment.

Mar 2024 — May 2024

AI Engineer Intern

PLOMX

Built Generative AI features on LLM APIs for automation and NLP applications; integrated LLM components into full-stack systems and contributed to ML + LLM architecture design.

Jan 2023 — Jul 2023

WiDS Ambassador — Pakistan

WOMEN IN DATA SCIENCE · STANFORD UNIVERSITY

Selected to represent Pakistan (Bahawalpur), organizing regional events to bring the WiDS Worldwide conference to the local community. Also Global Ambassador at Women Tech Network and Women-in-Tech Associate at GDSC, The Islamia University of Bahawalpur.

2020 — 2024

BS in Data Science — GPA 3.9/4.0

THE ISLAMIA UNIVERSITY OF BAHAWALPUR

Machine Learning, Deep Learning, NLP, Data Visualization, Data Structures & Algorithms. Final-year project: educational outcome prediction across 639,000+ student records.

Systems Map

Technical stack

AI & Machine LearningSYS-01

PythonTensorFlowPyTorchScikit-LearnLLMsRAGLangChainMulti-Agent SystemsPrompt EngineeringConfidence CalibrationOpenAI APIOllamaYOLOOpenCV

Robotics & Embedded · LearningSYS-02

ROS 2WebotsAutonomous NavigationRobot ModelingHuman-Robot InteractionESP32Jetson NanoArduinoSensor Calibration

Engineering & DataSYS-03

FastAPISQLMongoDBFAISSChromaDBAzureDockerGit / GitHubLinuxPandasNumPyPower BIStreamlit

Research MethodsSYS-04

Experimental DesignLiterature ReviewHypothesis TestingStatistical AnalysisScientific ReportingScience CommunicationTechnical Documentation
Signals

Recognition & publications

Conference Abstract — Space Habitat Event 2026

"A Confidence-Aware Decision Support Framework for Space Habitat Operations Under Communication Delay" — co-authored with my research mentor, submitted.

Publication · 2026

Winner — WebGPU Hackathon

AI solution leveraging GPU acceleration for real-time inference.

LabLab.ai · Jan 2024

Winner — WWCode 7-Day Kaggle EDA Challenge

Top rank in exploratory data analysis, visualization, and statistical storytelling.

Women Who Code · Jan 2024

Learning in Public

Documenting my journey from AI engineering into robotics and research: project breakdowns, papers explained simply, and honest lessons from failures — on LinkedIn, Instagram, YouTube, and Medium.

Community · Ongoing
Research Direction
I'm interested in building intelligent autonomous systems capable of operating in complex, remote, and communication-constrained environments — embodied AI, robotic autonomy, and technologies that enable exploration beyond conventional terrestrial settings.
AIEmbodied IntelligenceAutonomous RoboticsExtreme EnvironmentsFuture Exploration
Open Channel

Let's build intelligent systems

Open to research collaboration, AI engineering roles, and conversations about trustworthy autonomy.

hamnaqaseem@gmail.com