Applied AI Engineer

SherlockTalent

Miami (FL)

Hybrid

USD 120,000 - 140,000

Full time

14 days+

Get more replies from employers

Send a job-specific resume in minutes.

Benefits offered by this job

Solid Benefits
Referral bonus of $2,500

Job summary

A leading AI solutions company is seeking an Applied AI Engineer to help build cutting-edge automation systems and enhance AI capabilities. You will design and implement LLM-backed features, ensuring high reliability and performance in a production environment. Ideal candidates have strong backgrounds in software engineering, experience with cloud-native services, and familiarity with deploying AI features. This role offers a competitive salary, flexible remote options, and the chance to work on innovative projects.

Qualifications

  • 5+ years in software engineering, 3+ years in distributed, cloud-native services.
  • Hands-on experience with service reliability and performance.
  • 1+ year deploying LLM-powered features in production.

Responsibilities

  • Design and ship LLM-backed product features.
  • Integrate safeguards for secure handling of sensitive data.
  • Own service health in production and mitigate failures.

Skills

Software engineering
Distributed systems
Cloud infrastructure
LLM deployment
Data handling
Performance optimization

Education

Bachelor's degree in Computer Science or relevant field

Tools

Python
TypeScript
Docker
Kubernetes
Postgres/MySQL

Job description

Overview

Job Title: Applied AI Engineer
Location: Remote (Florida based company)
Job Type: Contract and Permanent
Salary: $120K to $140K + Solid Benefits
Job #: 7365

If you believe coding with AI isn't good, then please do not apply to this position... otherwise:

Help us build the future of automation with AI at its core. If you care about shipping real products, solving hard problems with large language models, and building platform capabilities that help others move faster, this is the role for you.

We’re hiring across multiple teams, each with its own focus area in applied AI. Depending on the team, you may work on shared SDKs, evaluation and benchmarking systems, orchestration frameworks, retrieval infrastructure, guardrails, or user-facing AI features. What these teams share is a common operating model: you will ship to production, own meaningful problems end-to-end, and deliver impact across the organization.

Even if this description feels tailored to a very specific candidate, the reality is that the role often adapts to the strengths and experience of the person who joins. If you meet the core criteria below, we encourage you to apply.

About You

Core engineering background

  • 5+ years in software engineering, including 3+ years building distributed, cloud-native services (e.g., microservices, event-driven systems, asynchronous workers, API gateways).

  • Hands-on experience with service reliability and performance: profiling, latency budgets, throughput tuning, backpressure, rate limiting, caching, and resilience patterns (timeouts, retries, idempotency, circuit breakers).

  • Comfortable operating production systems with observability: structured logging, metrics, tracing (OpenTelemetry), dashboards, and on-call style debugging.

Applied LLM experience (production-grade)

  • 1+ year deploying LLM-powered features in production, including prompt design, tool/function calling, and multi-step workflows that must be reliable under real user traffic.

  • Experience with agentic architectures: planners/executors, tool routers, memory management, and guardrailed action execution (e.g., constrained tool schemas, sandboxing, deterministic fallbacks).

  • Familiarity with model behavior and failure modes: hallucinations, instruction hierarchy conflicts, tool misuse, prompt injection, and data leakage risks—and practical mitigations.

Model fundamentals and evaluation

  • Working understanding of transformer-based models (attention, tokenization, context windows) and how these constraints influence product and system design.

  • Experience building LLM evaluation pipelines:

    • Offline and online evals (golden datasets, regression tests, shadow deployments, A/B tests).

    • Metrics such as task success rate, exact match / rubric scoring, faithfulness, latency, cost per successful task, and safety outcomes.

    • Methods like judge-model scoring, human review workflows, and adversarial test sets.

  • Exposure to prompt/version management and reproducible experimentation (dataset versioning, prompt diffs, model snapshot tracking).

Retrieval and knowledge systems (RAG)

  • Experience designing and operating Retrieval-Augmented Generation systems:

    • Document ingestion, normalization, chunking strategies (semantic, recursive, structural), metadata enrichment, and deduplication.

    • Vector search and hybrid search (BM25 + dense retrieval), query rewriting, re-ranking, and caching strategies.

    • Managing vector stores and indexes, and tuning for latency, recall, and precision under load.

  • Understanding of how retrieval choices affect grounding, citation quality, and freshness, and how to detect retrieval regressions.

Cloud and platform engineering
  • Experience deploying services on cloud infrastructure (AWS/GCP/Azure), including containers (Docker), orchestration (Kubernetes/ECS), and CI/CD automation.

  • Comfort with storage and messaging primitives: relational DBs, Redis, queues/streams, object storage, and background job frameworks.

  • Ability to document trade-offs clearly (quality vs. latency vs. cost; determinism vs. flexibility; synchronous vs. async execution).

Customer-first delivery
  • You love shipping. You translate ambiguous user needs into measurable outcomes and production-ready implementations, balancing velocity with correctness, safety, and operational rigor.

  • You collaborate well in distributed teams and value clear written communication, pragmatic design docs, and healthy engineering practices.

Things You’ll Do
  • Build and scale LLM-powered systems

    • Design and ship LLM-backed product features that require high reliability—leveraging tool calling, structured outputs (JSON schemas), and workflow orchestration.

    • Implement prompting and orchestration patterns such as:

      • Multi-step reasoning with intermediate artifacts.

      • Tool routing and fallback models.

      • Deterministic post-processing and validation layers.

    • Integrate safeguards like input/output filtering, schema validation, policy enforcement, and secure handling of sensitive data.

  • Engineer feedback loops and continuous improvement

    • Instrument AI features to capture high-signal telemetry (user outcomes, tool success/failure, latency per step, token usage, cost per request).

    • Build automated pipelines that convert production signals into:

      • New eval datasets and regression suites.

      • Prompt/model updates that can be tested via shadow traffic and progressive rollout.

    • Establish quality gates in CI/CD (eval thresholds, safety checks, performance budgets).

  • Build shared infrastructure and developer tooling

    • Develop internal libraries/SDKs for consistent AI development (prompt templates, tool schema generators, standardized tracing, error taxonomies).

    • Build an evaluation platform that supports:

      • Dataset management, reruns, comparison views, and experiment tracking.

      • Model/provider abstraction layers (swappable models, consistent interfaces).

    • Implement orchestration systems that support concurrency control, retries, idempotency, and cost-aware execution.

  • Retrieval and knowledge platform work

    • Build ingestion and indexing pipelines, optimize chunking/index strategies, implement hybrid search and reranking, and ensure grounding quality.

    • Add monitoring for retrieval quality (coverage, recall proxies, “no-good-retrieval” detectors) and regression alerts.

  • Improve cost observability and efficiency

    • Implement cost controls: budget alerts, per-feature cost attribution, caching, batching, model tiering, and dynamic routing based on task complexity.

    • Optimize for cost-per-successful-task, not just token reduction—balancing quality, latency, and spend.

  • Operate production systems

    • Own service health in production: dashboards, alerts, incident response, root cause analysis, and post-incident improvements.

    • Proactively address failures such as model degradation, provider latency spikes, tool execution errors, and data pipeline drift.

  • Technical Environment (Representative)

    • Languages: Python, TypeScript

    • Runtime: containerized services (Docker), orchestration (Kubernetes/ECS equivalent)

    • APIs: REST/GraphQL, internal service RPC patterns

    • Data: Postgres/MySQL, Redis, object storage, queues/streams

    • Observability: OpenTelemetry tracing, metrics/logging, alerting

    • AI Stack: LLM providers, tool/function calling, RAG with vector + hybrid search, evaluation pipelines, experiment tracking

    Nice to Have
    • Experience with security and privacy controls for AI systems (PII handling, secret management, sandboxing, policy enforcement).

    • Experience building workflow engines or orchestration layers (DAG execution, distributed task queues).

    • Experience with model routing, fine-tuning adapters, or embedding model optimization.

    • Prior work on reliability engineering for probabilistic systems (SLOs for non-deterministic components).

    Not for you? SherlockTalent offers a $2,500 referral bonus for successful placements into this role. Include your name in the “Referral Source” field on the application.

Get your free, confidential resume review.
or drag and drop your file here.
Similar jobs

Similar jobs worth comparing

Forward Deployed Engineer
Forward Deployed Engineer

Elios AI • San Francisco (CA)

On-site
USD 180,000 - 260,000
Forward Deployed Engineer
Forward Deployed Engineer

Elios AI • Phoenix (AZ)

On-site
USD 150,000 - 210,000
Forward Deployed Engineer
Forward Deployed Engineer

Elios AI • Atlanta (GA)

On-site
USD 120,000 - 190,000
Forward Deployed Engineer
Forward Deployed Engineer

Elios AI • Town of Texas (WI)

On-site
USD 110,000 - 170,000
Forward Deployed Engineer
Forward Deployed Engineer

Elios AI • Boston (MA)

On-site
USD 140,000 - 200,000
Applied AI Engineer
Applied AI Engineer

Pareto • United States

On-site
Forward Deployed Engineer
Forward Deployed Engineer

Elios AI • Fort Lauderdale (FL)

On-site
USD 120,000 - 210,000
Forward Deployed Engineer
Forward Deployed Engineer

Elios AI • Chicago (IL)

On-site
USD 120,000 - 190,000
Forward Deployed Engineer
Forward Deployed Engineer

Elios AI • Los Angeles (CA)

On-site
USD 150,000 - 230,000
Forward Deployed Engineer
Forward Deployed Engineer

Elios AI • Houston (TX)

On-site
USD 120,000 - 180,000