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

Software Engineer - Agentic Platform

Userpilot

About Userpilot

Learn more about the general tasks related to this opportunity below, as well as required skills.

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 ( , , , 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 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. xhyhwjd We are not able to sponsor or take over sponsorship of an employment visa at this time.

Vacancy posted 5 hours ago
Similar jobs that could be interesting for youBased on the Software Engineer - Agentic Platform in Austin, TX vacancy
  •  ...enterprise-grade experiences for data engineering, warehousing, streaming, operational...  ...AI.Join Cloudera’s Machine Learning Platform team as a Staff Software Engineer. You will be a core...  ...to create, deploy, and orchestrate agentic applications and multi-agent platforms... 
    Software
    Full time
    Temporary work
    Remote work
    Work from home

    Cloudera

    Austin, TX
    1 day ago
  • $148.7k - $201.2k

     ...commerce by leveraging generative and agentic AI to transform how sales and account...  ...role at the intersection of Salesforce platform engineering, agentic AI, and enterprise-scale program...  ...management working directly with software engineering teams experience- Experience... 
    Software
    Flexible hours

    Amazon

    Austin, TX
    3 days ago
  • $104k - $175k

     ...generation of enterprise AI and agentic workflows through the CIO FDE Office. The Full Stack Engineer will partner with business...  ...considerations. 4. Cloud and Platform Engineering Develop solutions...  ...related field. ~7+ years of software engineering experience. ~... 
    Software
    Full time
    Work at office
    Local area

    GlobalFoundries

    Austin, TX
    1 day ago
  • $131.3k - $177.6k

     ...for customers. As Consultant, Agentic Delivery Acceleration, you'll...  ...with product managers, engineers, and business stakeholders to...  ...comprehensive and broadly adopted cloud platform. We pioneered cloud computing...  ...and deployment of business software at scale or recent hands-on... 
    Software
    Flexible hours

    AmazonWebServices

    Austin, TX
    23 hours ago
  • $60 - $65 per hour

     ...Description - AI Architect (GenAI / Agentic AI)Role SummaryWe are seeking an...  ...systems, and scalable backend engineering, with proven capability in architecting production-ready AI platforms.Experience Required· 10+ years of overall software development experience· 3+ years... 
    Software
    Hourly pay
    Full time

    SRI Tech

    Austin, TX
    3 days ago
  • $108.67k - $181.18k

     ...the enterprise control plane for agentic technologies, non-human identities, AI platforms, and emerging technologies. This...  ...platforms across employee, engineering, product, and business user populations...  ..., telemetry, secure software delivery, and AI or machine learning... 
    Software
    Full time
    Work from home

    LPL Financial

    Austin, TX
    1 day ago
  • $138.7k - $173.75k

     ...individual contributor in Data Engineering who can independently lead complex...  ...strong focus on automation and Agentic AI. The engineer will build reliable data platforms and use technologies such as...  ...’s degree in Computer Science, Software Engineering, Data Engineering,... 
    Software
    Full time
    H1b
    Local area
    Work from home
    Relocation package
    Flexible hours

    General Motors

    Austin, TX
    1 day ago
  • $121k - $182k

     ...: JR102677# **Welcome to the Agentic Commerce Era**## At Commerce,...  ...Manager to support the Feedonomics platform and drive the evolution of...  ...tooling are reshaping how software is built and operated. This role...  ...* Work closely with engineering to define the right level of... 
    Software
    Work at office
    Local area
    Remote work
    Worldwide
    3 days per week

    Commerce Inc

    Austin, TX
    2 days ago
  • $179.8k

     ...Identity, Machine Identity & Agentic Identity Associate...  ...workloads, APIs, automation platforms, DevOps pipelines, machines,...  ...enterprise architects, and platform engineering teams.  Lead client engagements...  ...firm, systems integrator, software vendor, or large enterprise... 
    Software
    Full time
    Temporary work
    Local area
    Remote work
    Flexible hours

    Protiviti

    Austin, TX
    23 hours 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 outcomesDevelop agentic AI solutions that streamline business processes... 
    Software
    Full time
    Local area
    Work from home
    Relocation package

    General Motors

    Austin, TX
    23 hours ago
  •  ...the elite technical and product engine of the Accenture Google...  ...shift in technology: the move to Agentic AI and Product-Led Operating Models. As a Google Cloud Platform (GCP) Agentic AI Delivery Engineer...  ...truly modern, value-driven software products on Google Cloud.You Are... 
    Software
    Full time
    Work experience placement
    Live in
    Work at office
    Local area
    Shift work

    Accenture

    Austin, TX
    4 days ago
  • $168.56k - $231.77k

     ...team is building the foundational platform that enables every engineering team across the company to create,...  ...position reports to a Senior Manager, Software Engineering and will be 2 days per...  ...deploying production LLM applications or agentic systems.Deep proficiency in Python... 
    Software
    Full time
    For subcontractor
    Work at office
    Local area
    Immediate start
    2 days per week

    Procore Technologies

    Austin, TX
    3 days ago
  • Who You Are: You’re a seasoned software engineer ready for your next challenge. In this role, you...  ...AI team as a Senior Software Engineer, Agentic AI, and play a pivotal role in building...  ...: Work closely with product, platform engineering, security research, and infrastructure... 
    Software
    Flexible hours

    Invicti Security Corp

    Austin, TX
    1 day ago
  • $140.96k - $193.82k

     ...Senior Cloud Infrastructure Engineer to build the core infrastructure...  ...reports to a Senior Manager, Software Engineering and will be 2...  ...hands-on experience with cloud platforms, with strong expertise in Google...  ...with VectorDBs, LLMs, and Agentic Observability tools (Datagrid... 
    Software
    Full time
    Work at office
    Local area
    Immediate start
    2 days per week

    Procore Technologies

    Austin, TX
    2 days ago
  •  ..., TexasProduct Development - Platform /Employee / Full-Time /On-siteWho...  ...the future of agent-centric software development. As the leader in...  ...topping the leaderboards for agentic software repair.SonarSweep &...  ...a member of one of our engineering teams, you'll be a key player... 
    Software
    Full time
    Relocation
    Flexible hours

    SonarSource

    Austin, TX
    4 days ago
  •  ...knowledge and applied AI and data engineering. We help the world’s leading...  ...the data foundations, AI platforms, and governance models that...  ...for how generative and agentic AI is built, secured, and run...  ...of 10 years of experience in software or AI/ML engineering, including... 
    Software
    Full time
    Work experience placement
    Live in
    Work at office
    Local area

    Accenture

    Austin, TX
    2 days ago
  • $147.5k - $245.9k

     ...solutions. You will work across the entire software development life cycle, from front-end...  ...Bachelor's degree in Computer Science, Engineering, or a related field.Minimum of 7 years...  ...and optimization.Experience with cloud platforms (e.g., AWS, Azure, Google Cloud) and... 
    Software
    Full time
    Work from home

    LPL Financial

    Austin, TX
    1 day ago
  •  ...business requirements, in line with guidance provided Facilitate software application design discussions, and document design decisions...  ...Domain SkillsPreferred Skill and ExperienceA portfolio of deployed agentic systems that have delivered significant, measurable impact.... 
    Software
    Full time
    Temporary work
    Relocation

    Infosys Technologies

    Austin, TX
    1 day ago
  •  ...customer experiences.We integrate commerce platforms, customer data, marketing technology,...  ...channels. By embedding Generative AI and Agentic AI into commerce operations, we enable...  ...datasets.Drive integration of AI decision engines into digital commerce platforms (e.g.,... 
    Full time
    Live in
    Work at office
    Local area

    Accenture

    Austin, TX
    2 days ago
  • $176.6k - $239k

     ...design, and adopt AWS as their strategic platform for Generative AI and ML workloads? Do...  ...ML services. You will engage with senior engineers, architects, product leaders, data scientists...  ...specific technology domain areas (e.g. software development, cloud computing, systems... 
    Software
    Local area
    Worldwide
    Flexible hours

    AmazonWebServices

    Austin, TX
    1 day 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
    23 hours ago
  •  ...through autonomous and intelligent platforms.Security at Saronic is a...  ...we’re looking for a Security Engineer for AI Platform Engineering...  ...with modern agent concepts: agentic loops, agent harnesses, context...  ...right model to a taskEnough software and security foundation to build... 
    Software
    Permanent employment

    Saronic Technologies

    Austin, TX
    1 day ago
  •  ...reality. Specialist Forward Deployed Engineers focused on the emerging agentic AI identity stack, designing and...  ...you needMinimum of 5 years of software engineering experience with recent...  ...control.Minimum of 5 years of Cloud platforms (AWS, GCP, Azure), containerization... 
    Software
    Full time
    Work experience placement
    Live in
    Work at office
    Local area

    Accenture

    Austin, TX
    23 hours ago
  • $110.7k - $372.9k

     ...building the reasoning models and agentic systems to rebuild how that...  ...into a lab. As an Agentic AI Engineer, you will design, build, and...  ...AI researchers, modeling and platform engineers, architects,...  ...verticalized AI systems across software, data, models, and cloud infrastructure... 
    Software
    Local area
    Visa sponsorship

    Deloitte

    Austin, TX
    1 day ago
  • $182k - $222k

     ...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, Platform Location: Seattle, WA; Austin, TX; Boston, MA;... 
    Software
    Apprenticeship
    Work at office
    Local area
    Remote work
    Flexible hours
    Shift work
    1 day per week

    HackerOne

    Austin, TX
    1 day 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
    23 hours ago
  •  ...customer experiences.We integrate commerce platforms, customer data, marketing technology,...  ...channels. By embedding Generative AI and Agentic AI into commerce operations, we enable...  ...and knowledge graphExperience with prompt engineering Compensation at Accenture varies... 
    Full time
    Live in
    Work at office
    Local area

    Accenture

    Austin, TX
    4 days ago
  • $159.3k - $202.4k

     ...many security issues for a wide variety of platforms and technologies including cloud...  ...for a technically deep Senior Security Engineer to help secure our foundational platforms...  ...disparate tasks which may include project and software development work. This role will provide... 
    Software
    Flexible hours

    Amazon

    Austin, TX
    1 day ago
  • $185k - $222.5k

    Join to apply for the Senior Software Engineer (Agentic AI) role at Bumble Inc. Join to apply for the Senior Software Engineer (Agentic AI) role...  ...automation systems that integrate with enterprise platforms (e.g., CRM, ERP, internal tools) Collaborate with stakeholders... 
    Software
    Full time
    Temporary work
    Remote work

    Bumble Inc.

    Austin, TX
    23 hours ago
  •  ...organization is seeking a Senior Kafka Platform Engineer with experience to lead the evolution of...  ...aligned to AI-DLC vision.Design agentic workflows and multi-agent orchestration...  ...or related field 10+ years of hands-on software engineering experience with proven technical... 
    Software
    Full time
    Work at office

    The Charles Schwab Corporation

    Austin, TX
    1 day ago

Do you want to receive more vacancies?

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