Pre-screened and vetted.
Intern Robotics/Mechatronics Engineer specializing in automation and ROS2 systems
“Robotics software builder who developed a solo fault-adaptive robotic arm: current-based joint health monitoring feeding an ESP32, ROS 2/MoveIt 2 motion planning that adapts to joint failures, and a custom brute-force IK solver to overcome URDF/MoveIt singularity issues. Also worked on real-time 12-microphone sensor-fusion audio processing for drone navigation, resolving buffer/noise problems with multithreading and chunked sampling; experienced with Webots/CoppeliaSim and learning Isaac Sim.”
Junior AI/ML Engineer specializing in RAG systems and cloud-native MLOps
“Built and shipped a production LLM-powered RAG system at Upstart enabling natural-language search across 50k+ scattered internal technical docs. Delivered sub-300ms p95 latency for ~50 active users with strong hallucination safeguards (retrieval-first, thresholds, citations) plus robust testing/monitoring and cost controls (prompt caching cutting API spend ~20%).”
Entry-Level AI/ML Engineer specializing in LLM apps, RAG pipelines, and production ML systems
“AI/LLM practitioner at iFrog Marketing Solutions who drove a RAG chatbot from prototype to production in a legacy, AI-resistant environment by validating customer needs and building a business case. Implemented production-grade LLM practices (CI/CD eval gating, rollbacks, prompt/context engineering) and led internal workshops to bring non-AI-native developers up to speed while partnering with sales on tailored demos to drive adoption.”
Mid-level Machine Learning Engineer specializing in Generative AI and LLM applications
“GenAI engineer who has deployed production LLM/RAG chatbots for internal document search, focusing on reliability (hallucination reduction via prompt guardrails + retrieval filtering) and performance (latency improvements via caching). Experienced with LangChain/LangGraph orchestration for multi-step agent workflows and iterates using monitoring/logs and benchmark-driven evaluation while partnering closely with product and business teams.”
Intern Software Engineer specializing in AI/ML and computer vision
“Backend-focused Python engineer who owned and deployed EcoHero, a recycling guidance app using FastAPI + Firebase with barcode lookup, ZIP-code-based state rules, and user history tracking backed by 50 state datasets. Has hands-on Kubernetes + Docker experience and uses GitHub Actions and GitOps-style PR workflows for consistent deployments, plus event-driven async processing patterns with idempotency and retries.”
Junior Software Engineer specializing in cloud APIs, security testing, and AI web apps
“Software engineer with experience delivering customer-facing and internal tools across GE Renewables, GE Healthcare (supply chain/production systems), and a Boulder-based event app startup. Recently focused on scaling backend performance using Redis and RabbitMQ, and has hands-on experience resolving hard-to-reproduce production issues in legacy authentication/session systems; also deployed a personal project (Journal Buddy) publicly.”
Senior Full-Stack Developer specializing in Python microservices and cloud-native AWS deployments
“Backend engineer with hands-on ownership of FastAPI/Django services using MongoDB and React integration, focused on production reliability and performance (Redis caching, Celery background jobs, automated testing). Has delivered AWS container deployments via GitHub Actions to ECR with scripted rollouts/health checks, and supported phased migrations with replication and rollback planning. Also built a real-time user-activity streaming pipeline addressing partition hot spots and consumer lag through partition-key strategy, idempotency, and monitoring.”
Mid-level Machine Learning Engineer specializing in LLMs, agentic AI, and risk/fraud modeling
“Built and productionized an agentic LLM workflow during a summer internship to transform unstructured clinical reports into analytics-ready structured data, using a LangChain multi-agent design plus an LLM-as-a-judge layer to control quality in a regulated setting. Also has experience orchestrating ML pipelines at Piramal Capital using AWS Step Functions/EventBridge/CloudWatch, with strong emphasis on observability, evaluation rigor, and measurable impact (80–90% reduction in manual data entry).”
Junior Software Engineer specializing in cloud-native microservices and ML/LLM pipelines
“Backend-leaning full-stack engineer who ships AI-enabled products end-to-end: built CodeChat, a production internal codebase Q&A tool using RAG with Pinecone and a model-agnostic wrapper across OpenAI/Anthropic/AWS Bedrock, cutting AWS costs ~50% and latency ~45%. Also built and operated RealityStream, a Flask-based real-time forecasting API with JWT/RBAC, MLflow model versioning, and Prometheus/Grafana observability, including handling a real production latency incident via rollback, preloading, and caching.”
Mid-level Full-Stack Software Engineer specializing in AI-powered web products
“Early engineer at a fast-growing startup who owned an AI-powered portfolio/site generation workflow end-to-end (frontend in Next.js App Router/TypeScript through backend orchestration). Emphasizes server-first security/performance (Server Components/Actions, revalidation), and production hardening with validation, caching, observability, retries/idempotency, and CI/E2E testing.”
Entry-Level Game Developer specializing in Unreal Engine gameplay systems
“Junior Unreal Engine developer who owned end-to-end UI implementation for a UE5 horror-game vertical slice, building production-minded subtitle and interaction UI with responsive UMG layouts and polished transitions. Demonstrates strong UI architecture instincts (MVVM-style separation, layered screen ownership, cross-input focus behavior) and uses Unreal profiling tools to diagnose and reduce redundant UMG updates.”
Mid-level Full-Stack Software Engineer specializing in enterprise web apps and real-time dashboards
“Backend/full-stack engineer from Foxconn Industrial Internet who led development of a production TypeScript/Node.js facility monitoring platform delivering near real-time manufacturing metrics (e.g., downtime and OEE) using MySQL + InfluxDB and a React dashboard. Demonstrates strong production operations mindset with queue-based workers, idempotency/DLQ patterns, structured observability, and automated Docker + GitLab CI/CD deployments.”
Intern Full-Stack Software Engineer specializing in AI/ML and cloud
“Built a Python-based geospatial machine learning backend for PFAS contamination risk mapping, including reproducible feature pipelines, ensemble modeling, and a FastAPI layer for visualization/analysis. Emphasizes data integrity and robustness (CRS/coverage checks, fail-fast validation) and has led safe backend refactors using feature flags, idempotent backfills, and Postgres RLS for secure, queryable results delivery.”
Principal AI Systems Architect specializing in AI governance and audit-safe autonomous agents
“Backend engineer who architected and owned a mission-critical outage management/decision-support platform, replacing a legacy system that failed under load. Emphasizes auditability, deterministic validation, and server-side concurrency controls (section locking, scoped autosaves), plus redundancy/load balancing and monitoring to keep the system stable for 24/7 operations handling 1,500+ weekly outage events.”
“Backend-focused intern who built and refactored the backend for an LLM-driven gifting mobile app using FastAPI, tackling high-latency LLM + product-API workflows. Implemented async worker-pool/queue processing with Redis caching plus retries/fallbacks, cutting end-to-end suggestion latency from ~4–5 seconds to ~1 second while improving reliability and rollout safety via staged migrations and testing.”
Junior Backend/Full-Stack Software Engineer specializing in cloud microservices and AI apps
“Accenture engineer who owned an insurance e-application end-to-end and drove incremental releases that reduced recurring production issues. Also built a TypeScript/React (Next.js) + NestJS microservices platform using PostgreSQL, Redis, Stripe, and Kafka, with strong focus on decoupling, eventual consistency, and scaling consumers under load. Created a hackathon chat-based internal assistant that used live form context and documentation-grounded answers to help agents resolve customer queries during form filling.”
Mid-level Generative AI Engineer specializing in LLMs and RAG systems
“Built and shipped a production RAG-based enterprise knowledge assistant to replace slow/inaccurate search across millions of documents, using LangChain orchestration with GPT-4/LLaMA and vector databases. Strong focus on production constraints—latency, hallucination control, and cost—using hybrid retrieval, guardrails, LLM-as-judge validation, and model routing, and has experience translating non-technical stakeholder pain points into measurable outcomes.”
Senior Machine Learning Engineer specializing in LLMs, speech AI, and RAG systems
“AI engineer with production experience building multilingual speech-to-speech translation pipelines (ASR + LLM) for enterprise/media, focused on reliability at scale. Has hands-on orchestration experience (including IBM Watson contexts) and emphasizes production evaluation/monitoring using a mix of traditional metrics and LLM-based evaluators to catch quality regressions while balancing latency and cost.”
Mid-Level Full-Stack Software Engineer specializing in web apps, data pipelines, and ML
“Software engineer who owned an Order Management System end-to-end at Reliance Jio, improving large-table performance via UI virtualization shipped behind feature flags and refined through direct ops-user observation. Also built an OCR automation tool at Piramal Realty using Python/Tesseract with validation and manual correction fallbacks, driving adoption by operations teams. Experienced integrating with Kafka-based microservices and improving observability using structured logging and correlation IDs.”
Mid-Level Software Engineer specializing in backend microservices and distributed systems
“Built and productionized an internal LLM-powered search tool that helps engineers find the right SolidWorks macros using plain-English queries, using OpenAI embeddings and ChromaDB with strong logging/fallback safeguards. Experienced in diagnosing RAG/agentic workflow issues in real time and in hands-on API support, including fixing customer macros after SolidWorks version updates and driving adoption through reusable solutions and best practices.”
Junior Software Engineer specializing in machine learning and data science
“Python backend engineer who built a personal LLM-powered AI code review tool that parses code into context-preserving diff chunks and uses the OpenAI API to analyze and summarize changes. Has hands-on Kubernetes deployment experience (replicas, rolling updates, ConfigMaps/Secrets, health probes) and follows GitOps-style, declarative CI/CD workflows; also has experience designing streaming/event-style processing with attention to reliability and observability.”
Mid-level Full-Stack Developer specializing in Java/Spring Boot, Angular, and AWS
“Full-stack engineer with recent Mutual of Omaha experience building a cloud-native microservices application in Java/Spring Boot with a React/Angular frontend, integrating multiple AWS services (Lambda, S3, DynamoDB, SQS). Has hands-on experience operationalizing AI features via OpenAI/AWS Bedrock and improving reliability/performance through caching, async processing, and CI/CD pipeline optimization.”
Mid-level AI/ML Engineer specializing in cloud data engineering and GenAI
“AI/LLM engineer with production experience in legal tech: built a GPT-4 + LangChain RAG summarization system at Govpanel that reduced legal case-file review time by 50%+. Previously at LexisNexis, orchestrated end-to-end Airflow data/AI pipelines processing 5M+ legal documents daily, improving ETL runtime by 35% with robust validation, monitoring, and SLAs.”
Intern Machine Learning & Full-Stack Engineer specializing in computer vision and healthcare AI
“AI/ML-focused backend engineer who shipped two production systems: PersonaPal (agentic LLM chatbot with RAG, FAISS-based retrieval, and Redis semantic caching) and CervixScan (clinical diagnostics platform with PostgreSQL data modeling and human-in-the-loop safety for low-confidence predictions). Demonstrates strong performance/reliability work (indexed vector search, caching, query optimization to ~200ms) and end-to-end ownership from orchestration design through deployment.”