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 more than 2 months 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$124k - $155k per year
...make a global impact, help scale unique products across Coursera + Udemy, and grow your career... ...experience across its platform. As a Senior Product Designer, you will own the design... ...product. Partner with product managers, engineers, researchers, and data scientists to...SeniorWorldwide- Join our Product team as a Senior Product Manager and play a critical role in advancing accessible digital experiences at enterprise scale. You... ...offs, and success metrics. Drive alignment across product, engineering, data science, design, and go‑to‑market teams. AI‑Native...SeniorRemote jobLong term contractFull timeImmediate start
$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- ...years, our expert teams have helped our clients deliver reliable products that users enjoy interacting with. Our 100% Canada‑based... ...years of experience in Integration Development , Middleware Engineering , or a related discipline. Hands-on experience developing integration...SuggestedContract workInternship
$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$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- ...We are looking for a Senior Technical Product Manager to drive the next generation of our high-throughput, enterprise data ingestion and data management... ...will lead the strategic transformation of our Data Ingress Engine using technologies like Apache Spark, Databricks, and...SeniorRemote job
$145k - $155k per year
...We are looking for an experienced backend engineer who enjoys solving complex problems,... ...and building reliable software. As a Senior Backend Software Engineer, you will design... ...services, databases, and APIs that support our products. This is a hands-on individual...SeniorRemote work- ...We are seeking a highly skilled Senior Application Engineer with deep T-SQL expertise to join the Liquid Credit Engineering Team, a key division... ...users (traders, portfolio managers), operations teams, and product stakeholders Architecture & Best Practices: Participate in...SeniorRemote job
- ...optimizing advertising systems and marketplace dynamics, our ML engineers tackle some of the most interesting and impactful problems in... ...excited to build systems end-to-end, from research and modeling to production deployment, — and who want to help shape the future of...SeniorRemote jobLong term contractRemplacementFor contractorsFlexible hours
$134k - $185k per year
...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...SeniorFull timeLocal areaRemote workWork from homeHome office- ...decisions. We're experiencing rapid growth, have strong product-market fit, and are looking for the right people to help us... ...and Los Angeles. About the Role We’re looking for a senior-level software engineer who leans backend and can take product problems from first...SeniorRemote jobWork from homeFlexible hours
- ...owned software testing and technology services company. For nearly 30 years, our expert teams have helped our clients deliver reliable products that users enjoy interacting with. Our 100% Canada‑based team brings deep experience in QA, software testing, and IT services,...Contract workInterim roleInternship
- ...owned software testing and technology services company. For nearly 30 years, our expert teams have helped our clients deliver reliable products that users enjoy interacting with. Our 100% Canada‑based team brings deep experience in QA, software testing, and IT services,...Contract workInternship
$170.4k - $234.3k per year
...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- ...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
$100k - $137.5k per year
...StackAdapt to orchestrate high-impact campaigns across programmatic advertising and marketing channels. We are looking for a Senior Product Marketing Manager to lead our Measurement and Performance go-to-market initiatives. In this pivotal role, you will bridge the gap...SeniorLocal areaRemote workWork from homeHome office$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- ...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
- ...our expert teams have helped our clients deliver reliable products that users enjoy interacting with. Our 100% Canada‑... ...application Summary We are seeking a highly experienced Senior Advanced Analytics / AI Engineer (LLMOps) with 10+ years of experience in advanced...SeniorContract workInternship
- ...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
- ...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
$130k - $150k per year
...AMC’s specialist mining consultancy expertise with AFRY’s global engineering, project delivery, and sustainability capabilities. This creates... ...--------------------------------------------------- Position: Senior Mining Engineer Location: Canada or North America Role...SeniorPermanent employmentFull timeInternshipLive InFlexible 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$196k - $246k per year
...Strategist & Solutions Architect, Experience Engineering & Platforms to join DEPT®'s growing... ...-level role, you will serve as the most senior client-facing voice on large-scale digital... .... You have made these decisions in production environments with real stakes. ~ Adobe...SeniorWork at officeLocal areaRemote workFlexible hoursShift 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$150k - $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$130k - $200k per year
...AMC’s specialist mining consultancy expertise with AFRY’s global engineering, project delivery, and sustainability capabilities. This creates... ...--------------------------------------------------- Position: Senior / Principal Backfill Engineer Location: Canada Role...SeniorPermanent employmentFull timeInternshipLive InFlexible hours$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
Do you want to receive more vacancies?
Subscribe and receive similar vacancies to Intermediate/Senior Product Engineer. Be the first to apply!
Related searches
- product design engineer Canada
- design engineer Canada
- catia design engineer Canada
- physical design engineer Canada
- design verification engineer Canada
- software design engineer Canada
- mechanical product design / development engineer Canada
- ingenieur conception moteur electrique Canada
- transformer design engineer Canada
- ingenieur etudes charpente metallique Canada

