Sign up to access all features of our service.
  • Job search
  • Favorites
  • Create a CV
    New
  • Salaries
  • Subscriptions

Software Engineer - Agentic Platform

Full-time

Userpilot

About Userpilot

Userpilot is a leading product analytics and user engagement platform used by product teams at hundreds of companies to understand, segment, and activate their users. The product spans a performant JavaScript SDK that runs inside customers' web apps, a Chrome Extension for building in-app UI without code, and a React dashboard that handles complex real-time data, all backed by a distributed Elixir/Phoenix backend that sustains hundreds of thousands of concurrent WebSocket connections, high-throughput Kafka event ingestion, and real-time content delivery at scale.

We move fast, we ship often, and we believe the best engineers care as much about the product they're enabling as the systems and interfaces they build.

The Role

This is an AI-deep role focused on Lia , Userpilot's agent platform, the system that turns a rich product-data model into reliable, grounded, multi-turn AI experiences. The AI is the product, not just a tool you use to build it.

You'll own and elevate the agent platform: a Python service built on Microsoft Agent Framework, with hybrid retrieval over multiple tool catalogs, complex multi-step orchestration utilizing skills and sub-agents, multi-turn state and grounding, and full trace-level observability and cost accounting, all built on framework-neutral domain contracts.

This is a platform you own and push further, not just keep running. You'll contribute to architecture, raise the reliability and eval bar, and help define where a frontier agentic system goes. We hire engineers who can follow a problem wherever it leads, who know when deterministic logic or statistics beat an LLM and vice versa, and who care about the customer experience as much as the system underneath.

What You'll Work On


  • Conversational AI experiences grounded in a rich product-data model, with the tool use, retrieval, streaming, and orchestrated multi-turn grounding required to do it reliably, not just plausibly.

  • The agent runtime and orchestration itself: complex, multi-step agentic workflows, behind framework-neutral domain contracts that keep business logic portable.

  • Hybrid retrieval and tool grounding: RAG (vector + lexical) over tool catalogs assembled from multiple sources (OpenAPI specs, MCP, …), so the agent calls the right operation with the right arguments against live customer data.

  • Packaged AI workflows that produce durable, editable, actionable outputs, not just chat answers that get lost in history.

  • The eval, observability, and cost infrastructure that makes all of this safe and economically viable in production: a multi-layer eval harness (deterministic checks plus live, judge-scored reasoning evals), end-to-end tracing, and per-call cost accounting.

  • Agent interoperability: an MCP server that exposes Userpilot's tools to external AI agents.

What You'll Do


  • Design, build, and operate the agent platform end to end, from the API surface through the runtime, tools, retrieval, persistence, and observability.

  • Build LLM/agent features that ground reliably in customer data, with the streaming, retries, evals, and graceful degradation required to hold them to a production reliability bar.

  • Pick the right tool for each signal (retrieval, deterministic logic, structured outputs, statistics, or an LLM), and combine them well.

  • Treat evals, cost-per-call, and latency as first-class. AI features that run continuously at scale have unit economics; the economics matter as much as the output.

  • Work in a spec-driven, agent-assisted flow, reading and contributing to PRDs that drive both human and AI implementation.

  • Contribute to the team's agentic infrastructure (AGENTS.md, CLAUDE.md, DESIGN.md, slash commands, architectural rules) so AI tooling understands our codebase as well as the humans do.

  • Review code for architectural consistency and reliability, including making sure agent-generated code respects the same boundaries and framework-neutral contracts that human-written code does.

  • Raise the bar around you: set the patterns, write the specs and evals others build on, and level up the engineers (and agents) working in the platform.

What We're Looking For


  • 3+ years building and shipping production software, with a track record of owning systems (not just features) and raising the quality bar for the people around you.

  • Strong Python and CS fundamentals, including solid work with databases, queues, or real-time systems. The agent platform runs on Python (FastAPI, Pydantic, async), so you're fluent here or will be very quickly.

  • Production agentic / LLM systems, not just calling an API: tool use, retrieval grounding, structured outputs, multi-turn state and continuity, streaming, evals, and designing for non-deterministic behavior. Having owned an agent runtime or orchestration layer end to end is a strong signal.

  • Architectural judgment for AI systems: you keep domain logic decoupled from a fast-moving vendor framework, make build-vs-adopt calls deliberately, and know why that matters when the framework landscape shifts every quarter.

  • Judgment about when to use an LLM and when not to: you reach for deterministic logic, retrieval, or statistics when they're more reliable, cheaper, or more reproducible, and you can tell which is which.

  • AI-native workflow: you use AI coding agents (Claude Code, Cursor) as a real part of how you build, prompting for scaffolding, reviewing output critically, and knowing when to push back.

  • Strong product sense and judgment. You care about the user experience and about system correctness in equal measure.

  • Self-management and a continuous-improvement mindset. We don't over-prescribe how the work gets done.

Bonus Points


  • Experience with agent frameworks or orchestration: Microsoft Agent Framework, LangGraph, AutoGen, or a runtime you built yourself.

  • RAG and tool-use platforms (retrieval over tools and APIs, OpenAPI-driven tool generation, MCP).

  • LLM evals and observability: designing them, running them, and acting on the signal, with tracing and cost tooling like Langfuse or OpenTelemetry GenAI.

  • Cost engineering on LLM workloads (caching, batching, model routing, prompt compaction).

  • Embedding-based retrieval or clustering (vector DBs, hybrid search, HDBSCAN, UMAP, and similar).

  • Multi-tenant SaaS architecture: data isolation, per-tenant state, noisy-neighbor concerns.

  • Full-stack / core-services depth: production React/TypeScript, and/or our core stack (Elixir/Phoenix with OTP, ClickHouse, Kafka). You won't live here day to day, but it helps where the agent platform meets the rest of the product.

  • Time-series anomaly detection or drift monitoring; recommendation or ranking systems with user-feedback loops.

  • Spec-driven development, writing or working from specs that drive both human and AI implementation.

  • Contributing to developer experience or agentic infrastructure.

  • Technical leadership on an engineering team.

  • Open source contributions.

How We Build

AI is at the center of what we ship and how we ship it. A few things we believe about how the work gets done:


  • Statistics, heuristics, and LLMs each have a role. The mistake we don't want to make is asking an LLM to do anomaly detection or risk scoring directly: wrong economics, wrong reliability, wrong reproducibility. Use the LLM where it's strongest; use statistics where they're strongest; use heuristics where they're cheapest.

  • Features start with a written spec (a PRD that captures intent and constraints), not a two-line ticket, whether the implementer is a human or an agent.

  • Coding agents do the scaffolding; engineers own the architecture, the review, and the judgment calls.

  • Evals are how we ship safely. Every LLM-shaped feature gets an eval suite before it goes to production, and we look at the suite, not just whether it ran.

  • LLM calls are economics, not free. Caching, batching, model routing, and prompt compaction are first-class engineering concerns.

  • Feedback loops are how AI features get smarter. Instrument everything.

  • Our patterns are encoded explicitly. Every umbrella app and product domain has an AGENTS.md capturing what it does, the patterns it uses, and the mistakes to avoid, so an agent working on core doesn't violate a cache invariant or write directly to ClickHouse, and an agent on the dashboard doesn't break a design contract.

  • DX is a product: if a new engineer (or an AI agent) can't understand a domain from its documentation and rules, that's a bug we fix.

You don't need to have done all of this at your last job. But you should be genuinely curious about it, comfortable owning a system end to end, and excited to help shape how AI products get built here.

EEO Statement

Userpilot is an equal opportunity employer. We do not discriminate on the basis of race, color, religion, sex, sexual orientation, gender identity, national origin, age, disability, veteran status, or any other characteristic protected by applicable law. All qualified applicants will receive consideration for employment.


Visa/Work Authorization

Applicants must be legally authorized to work in the United States. We are not able to sponsor or take over sponsorship of an employment visa at this time.

Vacancy posted 3 hours ago
Similar jobs that could be interesting for youBased on the Software Engineer - Agentic Platform in Austin, TX vacancy
  •  ...limits of what's possible. As a Lead Software Engineer at JPMorgan Chase, within the...  ...Airflow, Kafka, and Flink Develops data platform components including data cataloging, data...  ...capabilities, and skills Experience with Agentic AI, LLMs, RAG architectures, vector... 
    Software

    J.P. Morgan

    Austin, TX
    24 days ago
  •  ...Role General Motors is seeking a Senior Software Engineer to support, design, and improve...  ...applications, integrations, and intelligent platform capabilities across the Global Physical...  ...experience, and business outcomes Develop agentic AI solutions that streamline business... 
    Software

    General Motors

    Austin, TX
    1 day ago
  •  ...can push the limits of what's possible. As a Lead Software Engineer - ML Engineer for Agent Platform at JPMorgan Chase within the Commercial and...  ...practices Hands-on experience building LLM-power or agentic systems, including tracing, evaluations, and guardrails... 
    Software

    J.P. Morgan

    Austin, TX
    1 day ago
  • $94.4k - $266.3k

     ...customer experiences. We integrate commerce platforms, customer data, marketing technology,...  .... By embedding Generative AI and Agentic AI into commerce operations, we enable real...  ...datasets. Drive integration of AI decision engines into digital commerce platforms (e.g., Adobe... 
    Suggested
    Live in
    Work at office
    Local area

    Accenture

    Austin, TX
    1 day ago
  • $190k - $230k

     ...Continuous Threat Exposure Management (CTEM). The HackerOne Platform unites agentic AI solutions with the ingenuity of the world's largest...  ...empowerment, inclusion, respect, and accountability. Senior Software Engineer, AI Platform Location: Seattle, WA; Austin, TX;... 
    Software
    Apprenticeship
    Work at office
    Local area
    Remote work
    Flexible hours
    Shift work
    1 day per week

    HackerOne

    Austin, TX
    3 days ago
  •  ...collection, reporting, and analysis – an integrated family of hardware, software and professional services backed by relentless customer service...  ...design to help build a new, API-first, microservices cloud platform. Hands-on experience coding C# and .NET. Requirements... 
    Software
    Full time
    Work at office
    Immediate start
    Free visa

    American Innovations

    Austin, TX
    3 hours ago
  •  ...Time Zone) – Remote Role Overview We are looking for a Lead Agentic AI Engineer to drive the design, development, and deployment of advanced...  ...agentic AI systems Integrate AI solutions with enterprise data platforms (SQL, Databricks) Provide technical leadership, mentorship,... 
    Remote work

    KRISCON

    Austin, TX
    3 days ago
  •  ...We’re looking for a senior engineer who can take Vi’s AI agent capabilities...  ...including CRMs, EHR/EMR platforms, specialty pharmacy systems,...  ...shipping customer-facing software. Solutions engineering or consulting...  .... LLM orchestration and agentic system design: prompt... 
    Software
    Full time

    V.i. Labs

    Austin, TX
    3 hours ago
  • $200k

     ...multiple successful developer platforms. Perfect Timing: We're at...  ...We need Forward Deployed Engineers who are deeply technical, incredibly...  ...of the rapidly evolving Agentic AI ecosystem, mastering LLM orchestration...  ...and you know how enterprise software actually gets deployed.... 
    Software
    Shift work

    Arcade.dev

    Austin, TX
    2 days ago
  •  ...Role: Junior / Senior / Lead Platform Engineer - DevOps / SRE | Location: Dallas TX About The Team...  ...) Collaborate with Product Managers, Software Engineers, Security, and Infrastructure...  ...modern tooling, AI‑powered solutions, and agentic workflows Participate in a 12‑hour on‑... 
    Software

    Olik Global

    Austin, TX
    3 days ago
  •  ...A leading outdoor services platform is seeking a Principal Software Engineer to join their remote team. This role will involve leading projects, designing system architecture, and mentoring fellow engineers. Candidates should have extensive experience in both server-side... 
    Software
    Remote work

    LawnStarter

    Austin, TX
    1 day ago
  •  ...architecture for cloud-native platforms that enterprises run their...  ...clear, executable architecture engineers can build from day one.  Support...  ...-8 years building production software, including 1-3 years of real...  ...AI-assisted development, Agentic solutions, DevSecOps, or platform... 
    Software
    For contractors
    Local area

    Presidio

    Austin, TX
    20 days ago
  •  ...Senior Platform Engineer – NODA AI Location: Austin, TX (Hybrid on-site, with up to 10% travel...  ...iterate and deploy mission-critical software across diverse environments. They ensure...  ...deployment pipelines for scaling multi-domain, agentic orchestration. We are an Equal... 
    Software
    Flexible hours

    Noda Ai

    Austin, TX
    3 days ago
  •  ...Senior Platform Engineer The Senior Platform Engineer at ClosedLoop is responsible for building...  ...and golden paths assisted by agentic workflows and automation. SRE/DevOps...  ...of experience in engineering roles at software companies. ~ Proficiency in Python, Go... 
    Software
    Shift work

    ClosedLoop.ai

    Austin, TX
    2 days ago
  • $74.16k - $111.24k

    # **Welcome to the Agentic Commerce Era**## At Commerce, our mission is to empower businesses...  ...implementations, integrations, and platform migrations within defined scope, timeline...  ...managing technical implementations or software delivery projects, ideally within SaaS,... 
    Software
    Local area

    BigCommerce

    Austin, TX
    1 day ago
  • $100k

     ...Partners is a professional services firm specializing in engineering future‑state software solutions for Fortune 500 companies. Focusing on...  ...Core Web Vitals. Integrate third‑party tools, APIs, CRM platforms, forms, and marketing automation systems. Troubleshoot website... 
    Software

    Cyberhill Partners

    Austin, TX
    3 days ago
  • $700 per month

     ...the leading safety technology platform, helping communities thrive...  ...and security. Our hardware and software suite connects cities, law...  ...’re hiring a Senior Software Engineer to build Night Shift, a conversational...  ...on prompt engineering and agentic workflows while maintaining a... 
    Software
    Work at office
    Work from home
    Home office
    Flexible hours
    Night shift

    Flock Safety Group

    Austin, TX
    3 days ago
  •  ...making, and leadership of cross-functional engineering teams. Key Responsibilities...  ...implement solutions using Claude API, LLMs, and agentic AI frameworks Design multi-agent...  ...Qualifications ~10+ years of experience in software engineering, AI/ML, or related fields... 
    Software

    Georgia IT Inc

    Austin, TX
    3 days ago
  • $170k - $240k

     ...regularly. Some roles are hybrid or in-office by design. For example, our engineering team in India works primarily from our Gurugram office. Role As a Senior Software Engineer on the Data Platform team at SentiLink, you will own the data infrastructure components that... 
    Software
    Live in
    Work at office
    Remote work
    Home office
    Flexible hours

    SentiLink

    Austin, TX
    3 days ago
  • $92.5k - $209.5k

     ...tools. This role will lead the design and development of scalable software solutions while mentoring and guiding teams. Leveraging...  ...object‑oriented languages. Experience developing software with Agentic AI. Proven ability to deliver products through the full software... 
    Software
    Temporary work
    Flexible hours

    Oracle

    Austin, TX
    3 days ago
  •  ...We are seeking a highly skilled AI Engineer with hands-on experience in agent development...  ...-Augmented Generation (RAG), agentic workflows, and platforms such as Cursor AI. The ideal...  ...function Information Technology Industries Software Development #J-18808-Ljbffr... 
    Software
    Full time

    Altimetrik

    Austin, TX
    3 days ago
  • $195k - $257.5k

     ...NYSE: CRCL) is one of the world’s leading internet financial platform companies, building the foundation of a more open, global...  ...encouraged and everyone is a stakeholder. Your Team Senior Software Engineer (III) | Staff Software Engineer (IV) Your Team Is Responsible... 
    Software
    Contract work
    Remote work
    Flexible hours

    Circle

    Austin, TX
    3 days ago
  •  ...Forward Deployment Engineer Hybrid at Bloomfield, CT or Austin, TX. Remote profiles can...  ..., multi-turn context management, and agentic design patterns (MCP, LangChain-style frameworks...  ...from rough idea to deployed, working software with minimal handoffs — writing code,... 
    Software
    Remote work

    Apolis

    Austin, TX
    7 hours ago
  • $160k - $200k

     ...Founded by data scientists and engineers, Striveworks set out to make...  ..., our proprietary AIOps platform, and you will inform and contribute...  ...extend Striveworks’ core software products. You will work alongside...  ...) Experience building agentic systems, agentic workflows, or... 
    Software
    Full time
    Work at office
    Remote work

    Striveworks

    Austin, TX
    3 hours ago
  •  ...proactive suggestions, plus powerful agentic actions. Extensions for your teams...  ...’t make you choose between new software and old. Its AI‑native platform lets you extend existing tools with...  ...and external stakeholders, and engineering the solution to get the job done.... 
    Software

    DevRev

    Austin, TX
    3 days ago
  • $133k - $185k

     ...that powers our go-to-market engine. As an AI / Data Engineer (P3...  ...Redshift). ~ Familiarity with agentic coding tools (Claude Code,...  ...and/or marketing automation platforms (Salesforce, HubSpot, Marketo...  ...analytics. ~ Familiarity with software engineering principles and... 
    Software
    Summer holiday
    Live out
    Work at office
    Local area
    Flexible hours
    2 days per week

    BetterUp

    Austin, TX
    4 days ago
  • $175k - $263k

     ...Engineering Manager, Authentication (Core Services) Join us at Zendesk...  ...Zendesk’s access management platform by coordinating a distributed...  ...term goals. Required 8+ years software engineering experience and 2+...  ...responsible, risk‑aware adoption of agentic AI for authentication use... 
    Software

    Zendesk

    Austin, TX
    3 days ago
  • $157.64k - $210.91k

     ...Qualifications 7+ years of experience in enterprise software pre‑sales, solution consulting, or...  ...Bachelor’s degree in Computer Science, Engineering, Information Systems, Business, or...  ...with Agentforce, AI‑driven scheduling, or agentic workflow automation. Track record of... 
    Software

    Salesforce

    Austin, TX
    3 days ago
  •  ...marketing technology ecosystem, including platforms such as HubSpot, Salesforce, 6sense,...  ...scalability, and operational excellence. AI & Agentic BDR Operations Drive the design,...  ...tools. Experience in B2B SaaS or enterprise software environments. Competencies & Attributes... 
    Software

    Baxter Planning

    Austin, TX
    1 day ago
  •  ...Senior AI Infrastructure Engineer Austin, Texas, United States;...  ...design, build, and operate the platforms that enable large-scale...  ...engineering, and production software development. You will collaborate...  ..., inference, evaluation, and agentic AI workloads. Design and operate... 
    Software
    Work experience placement
    Flexible hours

    seekr

    Austin, TX
    5 days ago

Do you want to receive more vacancies?

Subscribe and receive similar vacancies to Software Engineer - Agentic Platform. Be the first to apply!