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$110k - $120k per year
...around the world. Their success is built on engineering excellence, practical innovation, and a... ...are on-site to support onboarding, product training, and team integration. Following... ...strategies Mentor and guide junior and intermediate developers Establish best practices...SeniorPermanent employmentFull timeRelocation package$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- ...Remote and shape the future of reporting and insights as the Senior Product Manager, Reporting & Insights . Your mission: enable customers... ...and insights experiences. Working closely with Product, Engineering, Design, Data, GTM, Sales, Customer Success, Security, Legal,...SeniorRemote jobFull timeInternshipLocal areaImmediate startHome officeFlexible hours
$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$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- ...across programmatic advertising and marketing channels. As a Senior Product Designer at StackAdapt, you will be designing products that... ...customers thrive. You’ll work collaboratively with Product Managers, Engineers, and other StackAdapters to research, design, launch, and...SeniorLocal areaRemote workWork from homeHome office
$150k - $185k per year
...understand, manage, and engage with donors at scale. Our products bring donor information, campaign activity, analytics, prospect... ...greater impact. Position Summary We’re looking for a Senior Data Engineer to join our Product Engineering team and help evolve the modern...SeniorLong term contract- ...How You'll Make an Impact: As a Senior Frontend Engineer on the squad, you'll build and evolve... ...TypeScript codebase, partnering with backend, product, and design to ship features that are... ...can sell directly through the booking engine. Our Booking Engine Team: This role...SeniorWork at officeLocal areaRemote workWork from homeWorldwideHome officeWeekend work
- ...We are seeking a highly skilled Senior Python Engineer to join our distributed engineering team. In this role, you will work closely with our... ...streamline operations and reduce manual workloads Advanced, production-level experience building backend applications Strong hands-...SeniorRemote job
- ...Location: Remote How You'll Make an Impact: As a Senior Backend Engineer on the Booking Engine squad, you'll implement new architectures, features,... ...completes a booking. It's one of our highest-leverage products, and if you want to own real software used around the...SeniorLong term contractWork at officeLocal areaRemote workWork from homeWorldwideHome officeWeekend work
- ...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
$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- ...years, our expert teams have helped our clients deliver reliable products that users enjoy interacting with. Our 100% Canada‑based... ...quality, teamwork, and making an impact. Summary The Senior Data Engineer is responsible for designing, developing, and maintaining enterprise...SeniorContract workInternshipRemote work
$110k - $130k per year
...AI that creates personalized, meaningful content drafts at scale, Kindsight’s product suite is truly changing the game for donor fundraising. Position Summary: The Senior Automation Engineer will play a pivotal role in modernizing the quality-engineering foundation...SeniorLong term contractImmediate startShift work$142.8k - $184.8k per year
...operations and be on a team that’s shaping an exciting array of product solutions, including Video-Based Safety, Vehicle Telematics, Apps... ...team at Samsara built its foundation at the edge: six firmware engineers shipping the software that runs on dash cams in hundreds of thousands...SeniorRemote jobLong term contractFull timeInternshipFlexible hours- ...We’re looking for a Software Development Engineer in Test (SDET) to help raise the bar for... ...is defined, measured, and built into the product experience from the start — across platform... ...AI. What You'll Do Act as a senior technical authority for quality engineering...SeniorFull timeRemote workFlexible hours
$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
$180k per year
...an independent team of data & AI experts, engineers, and designers who build intelligent... ...enables enterprises to build breakthrough products and modernise legacy systems by unleashing... ...innovative digital products. Whether you are a Senior Engineer, Tech Lead, or DevOps Engineer,...SeniorPermanent employmentFull timeManual laborRemote workFlexible hours- ...the ClickHouse cloud environment. We seek exceptional software engineers to develop and maintain the infrastructure to transform ClickHouse... ...operating scalable, fault-tolerant, distributed systems. ~ Production experience with programming languages like Go, C++ or Java ~...SeniorRemote jobLocal areaHome officeFlexible hours
- ...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
- ...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- ...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
- ...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
$196k - $246k per year
...Experience: Demonstrable experience in a pre-sales or solution-engineering capacity, including estimating effort and writing technical... ...composable commerce (GraphQL, PWA Studio); familiarity with other Adobe products such as AEM, Adobe Analytics, or AEP; and a background in a...SeniorWork at officeLocal areaFlexible hours- ...years, our expert teams have helped our clients deliver reliable products that users enjoy interacting with. Our 100% Canada‑based... ...delivery status. Required Skills & Qualifications Oracle SQL – Intermediate proficiency required. Product Management – Advanced...Contract workInternshipRemote work
- ...portfolio management and asset movement platforms, helping transition a team from manual to automated testing at scale. Join EPAM to engineer solutions that matter. From AI to cloud transformation, you'll collaborate with top-tier innovators, gain autonomy to explore your...SeniorRemote job
- ...The Senior PBAC Engineer is responsible for architecting, deploying, and operating secure application infrastructure that aligns with business needs. This role focuses on developing scalable and resilient security solutions to support business initiatives. Req# 1025895901...SeniorRemote jobLong term contract
Do you want to receive more vacancies?
Subscribe and receive similar vacancies to Intermediate/Senior Product Engineer. Be the first to apply!
Related searches
- physical design engineer Canada
- design engineer Canada
- ingenieur conception moteur electrique Canada
- design engineer solidworks Canada
- design verification engineer Canada
- ingenieur etudes charpente metallique Canada
- mechanical product design / development engineer Canada
- transformer design engineer Canada
- catia design engineer Canada
- ingénieur financier produits structurés Canada

