Pre-screened and vetted.
Mid-level Full-Stack Developer specializing in FinTech and cloud-native microservices
“Backend/AI engineer who owned a high-scale Java/Spring Boot microservice for a financial application (millions of requests/day) and led major reliability/performance fixes (including ORM/query and PostgreSQL tuning) achieving ~60% latency reduction. Also shipped application-layer LLM features for ops teams (summarization + tool-calling) with strong guardrails (PII redaction, validation, audit/feedback) and designed a state-driven agent workflow with retries, circuit breakers, and human escalation.”
Senior Full-Stack & GenAI Engineer specializing in healthcare and financial services
“Built and deployed a production LLM-powered customer support assistant using a RAG backend in Python, focused on deflecting repetitive Tier-1 tickets and reducing resolution time. Demonstrates strong production engineering instincts around reliability (confidence scoring + human fallback), scalability/cost optimization (multi-stage pipelines), and workflow orchestration/observability (LangChain, custom DAGs, structured logging, step metrics).”
Junior Data Scientist / Big Data Engineer specializing in ML, LLMs, and analytics platforms
“Backend/data platform engineer who led a major redesign of a hybrid streaming+batch analytics platform processing 10+ TB/day (Airflow/Hive/BigQuery) with strong data-quality automation. Also built a production RAG PDF assistant with concrete mitigations for hallucinations and prompt injection (re-ranking, grounding, verifier step) and has deep experience executing low-risk migrations (dual-write, blue-green, rapid rollback) and implementing JWT-based row-level security.”
Junior Data Engineer / Analyst specializing in AI/ML data infrastructure
“Built and deployed a compliance-sensitive LLM pipeline that extracts rebate logic from hospital–supplier medical contracts, using multi-layer redaction (regex/NER/dictionary), schema-validated structured outputs, and secure placeholder reinsertion. Hosted models on Amazon Bedrock to avoid retraining on sensitive data and improved both accuracy and cost by splitting the workflow into a lightweight section classifier plus a fine-tuned extraction model, orchestrated with LangChain and evaluated via layered, test-driven agent assessments.”
Junior Machine Learning Engineer specializing in GPU-accelerated computer vision
“Robotics software lead from Texas A&M Aggie Robotics who built WoopLib, a SLAM-based vision/navigation library using PID pure pursuit. Has hands-on ROS/ROS2 and Jetson Nano experience integrating Intel RealSense (T265/D435i) with wheel odometry for accurate state estimation, including compiling deprecated sensor support from source and optimizing by moving to Python with C++ bindings and serial streaming to a microcontroller.”
Junior AI Software Engineer specializing in LLMs, RAG, and agent workflows
“Backend/ML-leaning engineer who built a content-based event recommender for FlowMingle using embeddings + HNSW vector search on Google Cloud, with Firebase as the backend and a managed recommendation lifecycle (15 recs/user, daily async generation, weekly deletion) now serving 1500+ users. Also led a cost-driven migration of ConvAI services to Azure AI using parallel request testing from a Unity client, with post-migration monitoring via logs and model evals; contributed to a Massachusetts law-enforcement conversation analysis system by expanding ingestion to PDF/TXT/Excel and multi-file inputs.”
Mid-level Full-Stack Developer specializing in healthcare and FinTech platforms
“Backend engineer who designed and evolved an AWS-based event-processing system in Python/PostgreSQL, achieving a 60% p95 latency reduction while improving reliability during traffic spikes. Led a zero-downtime migration from a monolithic Django app to FastAPI microservices using feature flags, strong testing, and cross-team coordination, with production-grade observability (Prometheus/Grafana/CloudWatch) and security (JWT/OAuth2, RBAC, Postgres RLS).”
Mid-level Full-Stack Developer specializing in React, Node.js, and Java/Spring
“Backend engineer with hands-on experience evolving and stabilizing rapidly growing systems using Python/FastAPI. Focuses on incremental refactors (vs. rewrites) to improve API consistency, performance, and debuggability, and has implemented production security patterns including JWT auth, RBAC, and row-level security.”
Entry-Level Robotics Researcher specializing in autonomous vehicles, SLAM, and motion planning
“Robotics/AV engineer with strong ROS2 and autonomy stack integration experience, including bringing Autoware Universe up on a real Lexus autonomous vehicle platform. Also built a hierarchical reinforcement learning proof-of-concept for Boston Dynamics Spot (navigation + manipulation) and tackled sim-to-real challenges by implementing PD torque conversion for Jetson-based hardware; improved localization accuracy via GNSS+EKF fusion with a reported 28% drift reduction.”
Junior Full-Stack Software Engineer specializing in backend APIs and data systems
“Backend engineer who built an async FastAPI data pipeline at GHN Career Academy to replace a manual Excel-based workflow, migrating 30k+ contact records into Airtable with validation/deduplication and best-effort GPT-based enrichment. Emphasizes reliability under messy real-world data and partial failures via structured logging, retries, and resumable processing, unlocking downstream automations (e.g., Zapier and chatbots).”
Senior Robotics Researcher specializing in neurosymbolic robot learning and manipulation
“Robotics software researcher who led a Boston Dynamics SPOT project on non-prehensile manipulation of heavy boxes, combining MuJoCo-based RL, ViT-based perception, and SPOT SDK control; the work is under review for ICRA 2026. Also built a ROS planning-and-learning stack on a LoCoBot using PDDL task planning, RTAB-Map SLAM, MoveIt motion planning, and RL to recover from execution failures.”
Mid-level Robotics Software Engineer specializing in ROS/ROS2 systems
“Robotics software engineer focused on production-deployed industrial automation, owning robot behavior end-to-end across integration and production support. Has hands-on experience coordinating multiple robots with PLC safety, conveyors, and vision, using state-machine orchestration, deep debugging (logging/I-O tracing), and performance tuning to achieve stable run-at-rate operation. Also builds ROS/ROS 2 distributed systems in C++/Python and tunes DDS/QoS for reliable multi-machine communication.”
Junior Full-Stack & ML Engineer specializing in LLM applications
“Data Scientist (2–3 years) at ZS Associates who has built and productionized agentic LLM systems, including a LangGraph-based multi-LLM prompt-optimization pipeline for entity extraction deployed as a Spring Boot microservice via Jenkins. Also built an Insightmate.ai chatbot and improved its RAG accuracy by diagnosing vector retrieval issues and implementing HyDE query expansion, while partnering with sales and pharma stakeholders to drive adoption (e.g., Zimmer Biomet platform migration into a multi-year partnership).”
Junior MLOps Engineer specializing in LLMs and cloud infrastructure
“Built a production multimodal LLM system (Gemini on GCP) to automate behavioral coding of family-involved science experiment videos, including preprocessing for inconsistent lighting/audio and LangGraph-orchestrated parallel workflows. Also developed rubric-based AI grading workflows and partnered closely with non-technical education stakeholders through explainability-focused walkthroughs and manual-vs-AI evaluation alignment.”
Junior Machine Learning Engineer specializing in LLM evaluation and GenAI pipelines
“LLM/agent engineer who built a production LangGraph multi-agent orchestrator connecting GitHub and APM/observability signals with a chain-of-verification loop for root-cause analysis. Emphasizes pragmatic architecture (start simple with state summaries), performance tuning (async LLM calls, Docker), and rigorous evaluation (LLM-as-judge, adversarial testing, hallucination/instruction adherence metrics, tool-call tracing) while iterating with non-technical stakeholders via A/B testing.”
Entry-level AI/ML Engineer specializing in LLMs, RAG, and DevOps automation
“Built and owned a production-scale AI-driven software release/version intelligence platform orchestrated via GitHub Actions that tracks 1000+ upstream repositories and automatically generates SLA-bound JIRA upgrade tickets for hardened container images. Replaced brittle regex/PEP440 parsing with an LLM-based semantic filtering layer plus deterministic validation to handle noisy/inconsistent GitHub tags at scale, with monitoring for coverage, latency, and correctness validated against upstream ground truth.”
Senior AI Engineer specializing in Generative AI and RAG applications
“AI engineer who has shipped production LLM systems across customer service and marketing use cases—building a RAG app on Azure OpenAI and speeding retrieval with Redis caching tied to Okta sessions. Also implemented a LangGraph multi-agent workflow that pulls image context from Figma to generate structured HTML marketing emails, adding a verification agent to improve image-selection accuracy while optimizing solution cost for business stakeholders.”
Mid-level AI/ML Engineer specializing in fraud detection and healthcare predictive analytics
“Built and deployed a production LLM-powered calorie-counting chatbot that turns plain-English meal descriptions into normalized food entities, quantities, and calorie estimates using a hybrid transformer + rule-engine pipeline. Emphasizes reliability with schema/constraint guardrails, confidence-based routing (including embedding similarity search fallbacks), and strong observability/metrics (hallucination rate, calibration, latency, cost). Partnered closely with nutritionists to encode domain standards into mappings and validation logic.”
Mid-level Full-Stack Engineer specializing in cloud-native microservices
“Candidate indicated they live in New York but did not provide substantive details about their experience; they declined to discuss at least one topic as restricted and did not answer role-related questions with concrete examples.”
Mid-level AI/ML Engineer specializing in LLM, RAG/GraphRAG, and fraud analytics
“LLM/agent engineer who has deployed a production internal assistant to reduce employee inquiry resolution time while maintaining regulatory compliance. Experienced with RAG, hallucination risk triage, and graph-based orchestration (LangGraph) for enterprise/banking-style workflows, emphasizing schema-validated, citation-backed, tool-constrained agent designs and tight collaboration with non-technical business/compliance stakeholders.”
Mid-level Full-Stack Java Developer specializing in cloud-native microservices and React
“Full-stack engineer who has owned customer-facing analytics and dashboard products end-to-end using TypeScript/React with Spring Boot microservices. Strong in scaling and stabilizing distributed systems (RabbitMQ, DLQs/retries, observability with correlation IDs) and in building internal tooling that consolidates ELK/CloudWatch signals to speed up support and operations; reported ~30% performance improvement on a recent dashboard.”
Mid-level Data Scientist specializing in NLP, LLMs, and RAG systems
“Built and deployed a production-style vision-language pipeline that generates structured medical reports from chest X-rays using BioViLT embeddings, an image-text alignment module, and BiGPT fine-tuned with LoRA, delivered via Streamlit and hosted on AWS EC2. Also collaborating experience presenting EDA findings, feature importance, and model performance to Ford managers while working with vehicle parts data at Bimcon.”
Junior Machine Learning & Edge AI Engineer specializing in IoT and robotics
“Robotics/ROS2-focused early-career engineer who built a stereo visual-odometry SLAM system for autonomous navigation and optimized it to run reliably in real time on Raspberry Pi. Strong in sensor fusion (camera+IMU), ROS2 debugging/profiling, and distributed robotics/IoT pipelines (ROS2 + MQTT + cloud), with added experience extracting WiFi CSI for sensing/localization and shipping via Docker + GitHub Actions CI/CD.”
Mid-level Java Full-Stack Developer specializing in Spring microservices and Angular
“Backend-focused engineer working primarily with Python/Django who also handles full-stack responsibilities. Has hands-on experience deploying containerized Python/Java microservices to Kubernetes using Helm and GitOps (ArgoCD), plus building Kafka-based event streaming with reliability controls (acks, consumer groups, DLQ). Also supported major on-prem to cloud/hybrid migrations using Terraform/Ansible with blue-green cutovers and data replication to minimize downtime.”