Intermediate/Senior Product Engineer
Full-time
Symend
Job purpose
We’re building a voice agent that calls people who are past due on bills, explains their situation, and negotiates a payment arrangement – in real time, without a human on the line. It uses synthetic voice, behavioral science, and LLM-orchestrated decision logic to run conversations that actually work. That’s the product. It’s technical, ethically loaded, and genuinely hard to build well. This role exists at the intersection of product and engineering, and it leans hard into both. You’ll own the full lifecycle of that product: pre-sales conversations where you help a client understand what’s possible, discovery where you find the real job-to-be-done, and implementation where you build and ship it. You’re not a PM who hands off to engineering. You’re not an engineer who gets handed a spec. You do both, and you’re accountable for whether the product finds its market. You’ll lead a small delivery team , one to two junior and intermediate engineers , operating on a parallel track to the core platform. What you learn feeds back into the roadmap. What you ship is the conversational product. The domain matters. You’re building AI that makes real-time decisions with real financial consequences – inside compliance guardrails, with a person on the other end of the line. Candidates who have worked in regulated, high-stakes AI application domains will have a meaningful head start. If you’ve survived a client integration that went sideways at 11pm and have opinions about when to throw out what the model generated, read on. What You'll Do:
LLM orchestration depth is the floor You’ve built real agentic pipelines. You understand context window constraints, tool call patterns, failure modes, and what happens when an agent loses the thread mid-call. “I’ve used ChatGPT” is not this. You should be able to explain where your last pipeline broke and why. Voice AI and telephony familiarity Hands-on experience with at least one of: Twilio, ElevenLabs, Retell, or Deepgram. You know why real-time audio is technically hard – latency, media streaming, session state – and you’ve built something that had to work under those constraints. Full-stack implementation capability You write async Python with confidence: asyncio, FastAPI, SQLAlchemy async. That’s the core of this stack and where most of the hard problems live. You’re comfortable in TypeScript/React and can work across the frontend, but you don’t need to be a specialist there. If you’re stronger on the backend and can navigate a Vite/TanStack/Zustand frontend without getting lost, that’s fine. Client-facing discovery skills You know how to run a conversation that surfaces the real problem, not just the stated one. You can translate a messy client requirement into a scoped technical approach and explain it back to a non-technical stakeholder without losing the room.
Integration and event-driven architecture You’ve wired up external APIs, dealt with inconsistent documentation, rate limits, and auth schemes, and made it reliable. Webhooks are the primary integration pattern for Twilio, ElevenLabs, and Retell. You’ve built webhook receivers, implemented HMAC signature validation, handled replay attacks, and designed for idempotency. You’ve used Redis as more than a cache: pub/sub, streams, session state at scale. AI tooling philosophy You use AI as a drafting partner, not a decision-maker. You reach for it on boilerplate, test scaffolding, and exploration. You own the design. You know when the output needs to be thrown out. A bad sign: you ship what the model generates without reading it. Multi-tenant systems experience You’ve built multi-tenant SaaS where tenant data bleed is a real threat, not a hypothetical, and you can describe specifically how you prevented it. Per-tenant credential scoping, namespaced keys, org-scoped access patterns are second nature. Cloud deployment literacy You’ve shipped to cloud-hosted containers. You can read a GitHub Actions workflow, understand why a build fails in CI but works locally, and debug a deployment without needing someone to translate the logs. Azure experience is a plus; the pattern matters more than the platform. Agentic SDLC toolkit fluency We’ve built a custom agentic development toolkit on top of Claude Code and internal tooling. You’ll become expert in it. Not just as a user, but as someone who understands its capabilities well enough to identify where it falls short and push it forward. Existing AI Coding Agent experience is a strong signal (Claude Code, Codex, OpenCode, etc.). Performance Expectations
90 days: First client implementation is in active development with a clear delivery plan and a client aligned on scope. You’re fluent in the agentic SDLC toolkit. You’ve led at least one discovery conversation independently and can articulate where the product fits and where it doesn’t for that client’s context. 12 months: Three to four clients live on the voice AI product. A repeatable delivery motion exists — not just in your head, but documented and transferable. You’re feeding clear PMF signal back into the core roadmap, and there’s a case for growing the team or doubling down on the product direction. What You'll Need:
We’re building a voice agent that calls people who are past due on bills, explains their situation, and negotiates a payment arrangement – in real time, without a human on the line. It uses synthetic voice, behavioral science, and LLM-orchestrated decision logic to run conversations that actually work. That’s the product. It’s technical, ethically loaded, and genuinely hard to build well. This role exists at the intersection of product and engineering, and it leans hard into both. You’ll own the full lifecycle of that product: pre-sales conversations where you help a client understand what’s possible, discovery where you find the real job-to-be-done, and implementation where you build and ship it. You’re not a PM who hands off to engineering. You’re not an engineer who gets handed a spec. You do both, and you’re accountable for whether the product finds its market. You’ll lead a small delivery team , one to two junior and intermediate engineers , operating on a parallel track to the core platform. What you learn feeds back into the roadmap. What you ship is the conversational product. The domain matters. You’re building AI that makes real-time decisions with real financial consequences – inside compliance guardrails, with a person on the other end of the line. Candidates who have worked in regulated, high-stakes AI application domains will have a meaningful head start. If you’ve survived a client integration that went sideways at 11pm and have opinions about when to throw out what the model generated, read on. What You'll Do:
LLM orchestration depth is the floor You’ve built real agentic pipelines. You understand context window constraints, tool call patterns, failure modes, and what happens when an agent loses the thread mid-call. “I’ve used ChatGPT” is not this. You should be able to explain where your last pipeline broke and why. Voice AI and telephony familiarity Hands-on experience with at least one of: Twilio, ElevenLabs, Retell, or Deepgram. You know why real-time audio is technically hard – latency, media streaming, session state – and you’ve built something that had to work under those constraints. Full-stack implementation capability You write async Python with confidence: asyncio, FastAPI, SQLAlchemy async. That’s the core of this stack and where most of the hard problems live. You’re comfortable in TypeScript/React and can work across the frontend, but you don’t need to be a specialist there. If you’re stronger on the backend and can navigate a Vite/TanStack/Zustand frontend without getting lost, that’s fine. Client-facing discovery skills You know how to run a conversation that surfaces the real problem, not just the stated one. You can translate a messy client requirement into a scoped technical approach and explain it back to a non-technical stakeholder without losing the room.
Integration and event-driven architecture You’ve wired up external APIs, dealt with inconsistent documentation, rate limits, and auth schemes, and made it reliable. Webhooks are the primary integration pattern for Twilio, ElevenLabs, and Retell. You’ve built webhook receivers, implemented HMAC signature validation, handled replay attacks, and designed for idempotency. You’ve used Redis as more than a cache: pub/sub, streams, session state at scale. AI tooling philosophy You use AI as a drafting partner, not a decision-maker. You reach for it on boilerplate, test scaffolding, and exploration. You own the design. You know when the output needs to be thrown out. A bad sign: you ship what the model generates without reading it. Multi-tenant systems experience You’ve built multi-tenant SaaS where tenant data bleed is a real threat, not a hypothetical, and you can describe specifically how you prevented it. Per-tenant credential scoping, namespaced keys, org-scoped access patterns are second nature. Cloud deployment literacy You’ve shipped to cloud-hosted containers. You can read a GitHub Actions workflow, understand why a build fails in CI but works locally, and debug a deployment without needing someone to translate the logs. Azure experience is a plus; the pattern matters more than the platform. Agentic SDLC toolkit fluency We’ve built a custom agentic development toolkit on top of Claude Code and internal tooling. You’ll become expert in it. Not just as a user, but as someone who understands its capabilities well enough to identify where it falls short and push it forward. Existing AI Coding Agent experience is a strong signal (Claude Code, Codex, OpenCode, etc.). Performance Expectations
90 days: First client implementation is in active development with a clear delivery plan and a client aligned on scope. You’re fluent in the agentic SDLC toolkit. You’ve led at least one discovery conversation independently and can articulate where the product fits and where it doesn’t for that client’s context. 12 months: Three to four clients live on the voice AI product. A repeatable delivery motion exists — not just in your head, but documented and transferable. You’re feeding clear PMF signal back into the core roadmap, and there’s a case for growing the team or doubling down on the product direction. What You'll Need:
- Minimum 3 years experience building SaaS products at scale
- B2B experience is an asset
- You need detailed tickets and a tech lead to make forward progress
- You’ve built “integrations” but couldn’t explain the failure mode at the API boundary
- You’ve “worked with LLMs” but haven’t built a production agentic pipeline
- You’ve never been in a client conversation and don’t want to be
- You treat AI-generated code as ground truth
Vacancy posted a month ago
Similar jobs that could be interesting for youBased on the Intermediate/Senior Product Engineer in Canada vacancy
$100k - $135k per year
...Intermediate Software Engineer Location: Remote (Anywhere in Canada) Company Overview eDynamic Learning... ...high-quality educational technology products. In this role, you will work across... ...practices. You will partner with senior engineers for guidance on architecture...SeniorLong term contractFull timeRemote work$127.16k - $149.6k per year
...shaping an exciting array of product solutions, including Video-Based... ...-optimization products. As a Senior Product Manager on this team,... ...performance, partnering closely with engineering, design, data science,... ...optimization and energy-management engine for the world's largest fleets...SeniorRemote jobLong term contractFull timeInternshipFlexible hoursShift work$115k - $130k per year
...you! THE ROLE Salary: $115,000 - $130,000 We're hiring a Senior Product Manager to lead our integrations and platform product... ...technically fluent product manager who enjoys working closely with Engineering, understands complex product ecosystems, and can translate strategic...SeniorLong term contractInternshipWork at office$100k - $135k per year
...AppDirect offers a subscription commerce platform to sell any product, through any channel, on any device - as a service. We power millions... ...complex billing and contract logic for enterprise clients, engineering teams, and cross-functional stakeholders who each need a...SeniorPermanent employmentContract workWorldwide$105k - $140k per year
...meaningful content drafts at scale, Kindsight’s product suite is truly changing the game for... ...efficiently. You’ll work closely with engineering, design, marketing, and our nonprofit customers... ...strategy and roadmap, aligning it with senior leaders and stakeholders. Maintain the...SeniorLong term contract$153k - $213k per year
...compounding interest. About the Product team The Product team listens... ...works closely with design, engineering, and analytics to build... ...Originations product area is the engine that powers how every Affirm loan... ...entities. We're looking for a Senior Product Manager to own the...SeniorRemote jobLong term contractWork at officeFlexible hours$100k - $200k per year
...its customers, employees, and communities. The Role As a Senior Product Manager, Platform on the Compass Patient data product , you... ...right time and the right sequence Collaborate closely with Engineering, QA, and Product Management to ensure products are built and...SeniorRemote jobWork at officeLocal areaWork from home$154k - $176k per year
...building a groundbreaking new product line that will transform the... .... As an AI-Driven Full Stack Engineer, you'll be part of a team charting... ...while mentoring junior and intermediate engineers Help drive sound... ...computer vision, recommendation engines etc. Proficiency with cloud...SeniorRemote jobWork at officeWork from home$180k per year
...Job Summary We are seeking an experienced Product Manager to lead the development and growth of a blockchain-powered real estate platform... ...digital property solutions. You will work closely with engineering, design, legal, compliance, marketing, and executive stakeholders...SeniorContract work$100k - $200k per year
...employees, and communities. The Role Veeva is seeking a Senior Product Manager, SAP ERP Integrations, who would be responsible for defining... ..., and sales to understand business needs Interact with engineering and QA teams to drive high quality product feature...SeniorRemote jobWork at officeLocal areaWork from home- ...in 2024 – but we're just getting started. How You'll Make an Impact: As a Senior Fullstack Engineer on the Distribution Team, you'll be instrumental in developing and enhancing the products that connect Cloudbeds' ecosystem to the world's largest distribution channels....SeniorLong term contractWork at officeLocal areaRemote workWork from homeWorldwideHome officeWeekend work
$150k - $180k per year
...ROLE Salary Range: $150,000 - $180,000 We are seeking a Senior DevOps Engineer with deep AWS expertise, multi-account architecture... ..., observability stack, and infrastructure governance across production and regulated environments. This is a hands-on technical...SeniorInternshipWork at office2 days per week- ...web hosting companies with a wide range of products available. At its core, we provide... ...putting our customers first. As the Engineering Manager, AI Product Development , you will... ...environment. What you'll do Lead a team of senior software engineers, creating a culture of...SeniorFull timeRemote workFlexible hours
- ...AT THIS TIME. What do we need Dotmatics is seeking a Senior Full Stack Engineer with an understanding of both Node.js and React to join our... ...company's needs. Working on groundbreaking Scientific Software products such as LUMA you will bring an understanding of Node.js,...SeniorFull timeRemote workVisa sponsorshipFlexible hours
- ...scalable SaaS-based cloud service. At Behavox, our engineering culture is built around speed, experimentation,... ...The Software Engineer (Java) operates at a senior engineer level, driving technical direction across core product domains. The role combines deep hands-on Java engineering...SeniorLong term contractContract workLive InWork at officeImmediate startWorldwideFlexible hours1 day per week
$104k - $139k per year
...with more than 225 million people around the world using our products each month, we’re shaping the next 25 years of technology... ...on their terms. About this role: Mozilla’s Cloud Engineering team seeks a Senior Software Engineer to mature, maintain, and build features...SeniorRemote jobImmediate startHome office- ...advertising and marketing channels. Engineering at StackAdapt: As an Engineer at StackAdapt... ...of our advertising platform, producing production level code that will have a direct... ...help you succeed. We're seeking a Senior Full Stack Engineer to help lead our growing...SeniorLocal areaRemote workWork from homeHome officeFlexible hours
$104k - $123.5k per year
...across programmatic advertising and marketing channels. As a Senior Quality Engineer in Quality Infrastructure at StackAdapt, you'll lead the... ...projects that enhance our engineering velocity and product reliability. You'll collaborate with QE, product engineering...SeniorLocal areaRemote workWork from homeHome office$114k - $172k per year
...Okta helps organizations become more secure, make people more productive, and maintain compliance. The Okta platform provides... ...identity management systems. We are looking for an experienced Senior UI Software Engineer to work on our Onboarding and Lifecycle Management (LCM)...SeniorFull timeRemote workFlexible hours$180k - $230k per year
...brand partners, our data systems are doing the work behind the scenes. We’re looking for a Senior Software Engineer, Data to own and evolve the pipelines, platforms, and data products that power Narvar’s analytics, ML, and merchant-facing products. You’ll work across the...SeniorRemote jobWorldwide$90k - $110k per year
...We are seeking a high-performing Senior Data Engineer to help build and scale the data infrastructure that powers analytics, automation, and... ...responsibility, not shadow work. You will design and implement production-grade data pipelines, work with cloud-native tooling, and...Senior- ...to help enterprises build the AI-native products and intelligent agents that will define the... ...and Helix Pods delivery model put our engineers at the center of real agentic transformation... ...the premier destination for trailblazing senior engineers like yourself. Picture...SeniorRemote jobWork at officeFlexible hours
- ...advertising and marketing channels. Engineering at StackAdapt: As an Engineer at StackAdapt... ...of our advertising platform, producing production level code that will have a direct... ...Collaborate with stakeholders and other senior engineers across the organization to identify...SeniorLocal areaRemote workWork from homeHome officeFlexible hours
- ...The Senior PBAC Engineer helps architect, deploy and operate a secure application infrastructure that aligns with business needs. The position is responsible for developing security solutions at scale and with resiliency to support business initiatives. In this role, the...SeniorRemote jobLong term contract
- ...capabilities in others. About the Role: As a Site Reliability Engineer , you’ll join the global Platform SRE team responsible for... ...world’s API connectivity. You’ll design, automate, and run production systems serving thousands of customers across AWS, GCP, and...SeniorFull time
- ...This role is focused on mobile product development, with an emphasis on building and evolving advisor-facing capabilities across iOS... ...platforms Collaborate with the Client’s Product Owners, UX, and Engineering teams to define, refine, and prioritize use cases supporting advisor...Remote job
- ...We are seeking a collaborative and driven Senior AI Software Engineer to join our team. As a core contributor to our platform, you will help build and scale the intelligent services powering our autonomous visual asset editing pipeline. You’ll work closely with a talented...SeniorRemote job
$190k - $220k per year
Narvar is growing! We are hiring a Principal Product Manager to build the platform that every Narvar merchant — and every Narvar product... ..., prototype, dig into data, and work shoulder-to-shoulder with engineering and design. Bias hard toward putting something real in front of...Remote jobWorldwideShift work- ...Join EPAM as a Senior iOS Engineer , where you will design scalable mobile solutions, mentor developers, and drive technical excellence across... ...solution documents, architecture artifacts, and work products that guide development decisions Mentor mobile developers, including...SeniorRemote jobFor contractors
- ...the most important work of your career. About the team The Product Design team is composed of several teams that work together to... ...brand and product. Product Designers are strategic partners to Engineering and Product Management within a dedicated product area. In...
Do you want to receive more vacancies?
Subscribe and receive similar vacancies to Intermediate/Senior Product Engineer. Be the first to apply!
Related searches
- design engineer Canada
- design engineer solidworks Canada
- product security engineer Canada
- ingénieur financier produits structurés Canada
- design verification engineer Canada
- transformer design engineer Canada
- mechanical product design / development engineer Canada
- catia design engineer Canada
- ingenieur conception moteur electrique Canada
- software design engineer Canada
