2

Remote Library Jobs in Atlanta, GA (NOW HIRING)

Senior Agentic (AI) Engineer

Atlanta, GA ยท On-site +1

$100K - $138K/yr

Open-source contributions to agent frameworks, eval tooling, or retrieval libraries. * AWS depth ... All Remote Hires will be required to travel to Orlando, Florida at least twice per year for Town ...

... detail libraries and drafting standards. You will coordinate closely with all members of our ... For the ideal candidate and depending on experience and with management approval, remote work is ...

Senior Agentic (AI) Engineer

Atlanta, GA ยท Remote

$107K - $146K/yr

Open-source contributions to agent frameworks, eval tooling, or retrieval libraries. * AWS depth ... All Remote Hires will be required to travel to Orlando, Florida at least twice per year for Town ...

Senior Agentic (AI) Engineer

Atlanta, GA ยท On-site +1

$100K - $138K/yr

Open-source contributions to agent frameworks, eval tooling, or retrieval libraries. * AWS depth ... All Remote Hires will be required to travel to Orlando, Florida at least twice per year for Town ...

Associate, Sales Enablement

Atlanta, GA ยท Remote

$91K - $120K/yr

This is a remote position, open to candidates who reside in: Atlanta, GA. You will be fully remote ... high-impact library of market-facing resources. * Compliance with all applicable laws and ...

This is a remote position so the candidate can live anywhere in the USA. The position will require ... library includes a assortment of technical and professional training tools and resources ...

Software Engineer II

Atlanta, GA ยท On-site +1

$93K - $128K/yr

... remote employees worldwide, we are committed to building a diverse and inclusive workplace. We ... Work on common libraries, frameworks, build patterns, and service development practices that many ...

Build reusable code and libraries using efficient, testable coding practices * Logically identify ... Team members are expected to maintain a dedicated and ergonomically appropriate remote workspace.

A Master's degree in library or information science from an ALA-accredited program or a Master ... This position requires onsite work and is not eligible for remote work. FLSA Exempt Number of ...

Data Platform Engineer

Atlanta, GA ยท On-site +1

$145K - $175K/yr

Experience with building REST APIs, package management and have built libraries. * Should have been ... S. and are willing to consider remote candidates. #LI-Remote Working at PrizePicks: The typical ...

Showing results 41-60

Remote Library information

See Atlanta, GA salary details

$27.4K

$70.2K

$119.2K

How much do remote library jobs pay per year?

As of Sep 2, 2026, the average yearly pay for remote library in Atlanta, GA is $70,185.00, according to ZipRecruiter salary data. Most workers in this role earn between $54,800.00 and $82,200.00 per year, depending on experience, location, and employer.

What is a remote library?

A Remote Library job involves providing library services and support in a virtual or online environment. Responsibilities may include cataloging digital resources, assisting patrons with research, managing databases, and facilitating virtual programs. These roles are typically performed from home or another remote location using digital tools and communication platforms. Remote librarians and library staff help users access information efficiently without needing to visit a physical library.

What does a typical day look like for a remote librarian?

A typical day for a Remote Librarian involves assisting patrons with research requests via email or chat, managing digital collections, updating online catalogs, and collaborating with academic staff or library teams through video meetings. You may also provide virtual instruction on information literacy or database usage, troubleshoot access issues, and curate digital resources relevant to users' needs. While the work is primarily independent, regular communication with colleagues and library users is common. The role offers flexibility but requires proactive time management and comfort with digital communication platforms.

What are the key skills and qualifications needed to thrive in the remote library position, and why are they important?

To excel as a Remote Librarian, you need a solid background in library science, information management, and research methods, often supported by a master's degree in library or information science. Familiarity with digital cataloging systems, online databases, and remote collaboration tools is typically required. Strong communication, self-motivation, and organizational skills help professionals effectively support users and manage resources virtually. These competencies are essential for providing high-quality library services and maintaining efficient access to information in a digital, remote environment.

What are the most commonly searched types of Library jobs in Atlanta, GA?

The most popular types of Library jobs in Atlanta, GA are:

What are popular job titles related to Remote Library jobs in Atlanta, GA?

For Remote Library jobs in Atlanta, GA, the most frequently searched job titles are:

What job categories do people searching Remote Library jobs in Atlanta, GA look for?

The top searched job categories for Remote Library jobs in Atlanta, GA are:

What cities near Atlanta, GA are hiring for Remote Library jobs?

Cities near Atlanta, GA with the most Remote Library job openings:

Infographic showing various Remote Library job openings in Atlanta, GA as of August 2026, with employment types broken down into 1% Internship, 82% Full Time, 12% Part Time, 1% Temporary, and 4% Contract. Highlights an 90% Physical, 3% Hybrid, and 7% Remote job distribution, with an average salary of $70,185 per year, or $33.7 per hour.

Senior Agentic (AI) Engineer

Worth AI

Atlanta, GA โ€ข On-site, Remote

$100K - $138K/yr

Full-time

Medical, Dental, Vision, Life, Retirement, PTO

This job post hasย expired 1 day ago.ย Applications are no longer accepted.


Job description

Worth AI is hiring a Senior Agentic AI Engineer to design and ship production agent systems that automate KYB, underwriting, and risk decisions on regulated financial data. You'll own agents end-to-end architecture, retrieval, tools, evals, and production deployment and partner closely with our Chief AI Officer, applied scientists, and platform teams.

Responsibilities
  • Design and ship multi-step agentic systems (planner/executor, tool-using, multi-agent, human-in-the-loop) for onboarding, underwriting, case review, and continuous monitoring.
  • Architect agent graphs in LangGraph (or comparable - CrewAI, AutoGen, Claude Agent SDK) with explicit state, durable execution, retries, and safe fallbacks.
  • Build the retrieval layer powering our agents - chunking, hybrid search, reranking, and grounded citation.
  • Own the eval stack: golden sets, offline regression suites, LLM-as-judge, online A/B and shadow evals, and red-teaming for jailbreaks, prompt injection, and PII leakage.
  • Expose agents to production systems via well-typed tools and MCP servers. Treat tool surface area as a product.
  • Drive production MLOps: deployment, versioning, traffic shaping, cost/latency budgets, tracing, and on-call playbooks for agent incidents.
  • Partner with security and compliance to keep agents inside SOC 2, GDPR, CCPA, and fair-lending posture - auditability and explainability built in, not bolted on.
  • Mentor engineers on agent patterns, prompt hygiene, eval discipline, and LLM failure modes.
  • Technology Stack
    • Languages: Python, Node.js, TypeScript
    • Agent / LLM frameworks: LangGraph, LangChain, Claude Agent SDK, MCP, OpenAI SDK
    • Models: Anthropic Claude, OpenAI, open-weight where appropriate
    • Retrieval & Data: PostgreSQL, pgvector, OpenSearch, Kafka, Redshift, Redis
    • Infra: AWS, Kubernetes (EKS), ArgoCD, Terraform
    • Evals & Observability: LangSmith / Langfuse / Braintrust-style tooling, DataDog

Requirements

  • 5+ years of software engineering experience, with 2+ years building production LLM or agentic systems (not just notebooks or demos).
  • Hands-on experience with a modern agent framework (LangGraph strongly preferred) and a track record of shipping agents that run, fail gracefully, and recover.
  • Strong RAG fundamentals chunking, embeddings, hybrid retrieval, reranking, grounding - and judgment about when RAG isn't the right answer.
  • Real eval experience golden sets, offline and online evaluations, used to make ship/no-ship calls.
  • Production MLOps fluency: deployed LLM workloads under real latency, cost, and reliability constraints.
  • Strong Python; comfortable in TypeScript / Node.js.
  • Solid systems engineering instincts APIs, async patterns, queues, databases, distributed system failure modes.
  • Calibrated communicator; thrives in ambiguous, fast-moving environments.
  • Prior experience in fintech, lending, payments, KYB/KYC, fraud, or AML.
  • Experience building MCP servers or other structured tool interfaces for LLMs.
  • Background in classical ML (ranking, scoring, calibration).
  • Experience designing explainable / auditable AI workflows for regulated environments.
  • Open-source contributions to agent frameworks, eval tooling, or retrieval libraries.
  • AWS depth (EKS, MSK, RDS, S3, Lambda) and IaC with Terraform.
Success Metrics
  • Agent Quality: Measurable improvements in task success rate, grounding accuracy, and hallucination rate on our eval suites.
  • Production Reliability: Agents you own meet defined SLOs for latency (P90/P99), tool-call success, and cost per task.
  • Velocity: New agent capabilities go from prototype to production in weeks, without skipping evals or guardrails.
  • Risk Posture: Zero material incidents tied to prompt injection, PII leakage, or unsafe tool use on agents you own.
  • Force Multiplier: Patterns, tools, and eval scaffolding you build get adopted across engineering.

All Remote Hires will be required to travel to Orlando, Florida at least twice per year for Town Halls and team collaboration, in addition to orientation in Orlando.

Benefits

  • Health Care Plan (Medical, Dental & Vision)
  • Retirement Plan (401k, IRA)
  • Life Insurance
  • Flexible Paid Time Off
  • 9 paid Holidays
  • Family Leave
  • Remote
  • Hybrid work (for Orlando Associates)
  • Free Food & Snacks (Orlando)
  • Wellness Resources