Back to jobs
tags.new

Staff Firmware Engineer, AI Native, Edge ML

Remote, USA; Remote, Canada

About Life360

Life360’s mission is to keep people close to the ones they love. Our category-leading mobile app, Tile tracking devices, and Pet GPS tracker empower members to protect the people, pets, and things they care about most with a range of services, including location sharing, safe driver reports, and crash detection with emergency dispatch. Life360 serves approximately 97.8 million monthly active users (MAU), as of March 31, 2026, across more than 180 countries. 

Life360 delivers peace of mind and enhances everyday family life with seamless coordination for all the moments that matter, big and small. By continuing to innovate and deliver for our customers, we have become a household name and the must-have mobile-based membership for families (and those friends who are basically family).

Life360 has more than 500 (and growing!) remote-first employees. For more information, please visit life360.com.

Life360 is a Remote First company, which means a remote work environment will be the primary experience for all employees. All positions, unless otherwise specified, can be performed remotely (within the US and Canada) regardless of any specified location above. 

We are AI Native

We are building an AI native company where AI is an integral part of how we build and operate. AI tool usage during interviews varies by role. You may be asked to demonstrate proficiency with AI tools, discuss how you leverage AI, or complete interview exercises without AI assistance. Your Recruiter will provide clear guidance as you move through the interview process.

Undisclosed use of AI not previously discussed with or approved by your Recruiter may impact your candidacy.

About The Team

The Connected Devices team at Life360 owns end-to-end device software readiness across our portfolio — firmware, app, and cloud engineering working as one team to ship the trackers and wearables that keep families connected to the people, pets, and things they care about most. We're not just a firmware team: we own the full device software stack, from the hardware modules to the cloud, across the whole lifecycle — architecture and hardware bring-up through mass production and post-launch refinement.

We're moving toward a more intelligent hardware ecosystem, building Life360's first on-device intelligence — processing complex sensor data on the device itself, in real time, within tight power and memory budgets. We're an AI-Native engineering team: AI isn't just a tool we use, it's how we work — across specifications, code, test, review, data analysis and triage. Today that means firmware running across our Tile and Pet GPS tracker lines — devices shipping in the hundreds of thousands of units, each streaming continuous multi-sensor telemetry — which is the scale this on-device ML platform should be built to handle. 

This role reports to the Engineering Manager, Connected Devices, and works day-to-day alongside our firmware, app, and cloud engineers, data science, hardware, operations, and data teams.

About the Job

We're looking for a Staff Firmware Engineer to build and own Life360's on-device ML platform — the reusable framework that lets any device in our portfolio sample sensor data, run inference on the edge, and act on it without draining the battery or blowing the memory budget.

This is a hybrid role by design, and both halves are non-negotiable. You are a firmware engineer first — deeply fluent in embedded systems and on-device software, from RTOS internals and driver bring-up to power management and debugging on real hardware. You are an Edge ML specialist second — you know how to get a model running, quantized and optimized, on a Cortex-M-class part with kilobytes to spare, whether it comes from Data Science or you build and train it yourself with modern, AI-assisted tooling. The value of this role is that you own the whole path, from the sensor register to the inference result, without handing off the hard parts.

"Staff" here means you set the technical direction for on-device ML and you ship it — you architect the platform and write the code that proves it works. ML demand will ebb and flow; when it's light, you pick up regular firmware work alongside the team. This is a full firmware seat, not an ML-only one — the ML specialization is what you bring on top of being a strong, contributing firmware engineer.

This is a foundational role. We're shipping our first on-device ML feature now, but there's no reusable platform behind it yet — you'll turn that first feature into the foundation the rest of the portfolio builds on, with a lot of room to grow from there. In year one, success looks like owning on-device ML end to end as your domain — you architect the inference platform, ship it to the fleet, and root-cause its production issues from device logs yourself. You're also a credible firmware engineer across the stack — connectivity, OTA, power, drivers, telemetry — not needing anyone else to own the embedded side. And you've turned that platform into member-facing value: 2–3 on-device ML features shipped to the Pet GPS fleet, learning from real device behavior. 

For candidates based in the US, the salary range for this position is $143,000 to $261,500 USD. For candidates based out of Canada, the salary range for this position is $207,000 to $242,500 CAD. Note: Please be aware that the job title for positions in Canada will be "Developer" in lieu of "Engineer." We take into consideration an individual's background and experience in determining final salary; therefore, base pay offered may vary considerably depending on geographic location, job-related knowledge, skills, and experience. The compensation package includes a wide range of medical, dental, vision, financial, and other benefits, as well as equity.

What You’ll Do

Build and Own the On-Device ML Platform

  • Design and build the reusable on-device inference framework any Life360 device can adopt — the runtime, the model integration path, and the sampling and preprocessing pipeline — and make the platform-level calls (runtime and model format, memory/flash budgeting, OTA model updates).
  • Own it end to end: you architect it, implement it, and debug it when it misbehaves on a device in the field.

Do the Core Firmware Engineering

  • Integrate inference into resource-constrained RTOS firmware (Zephyr / FreeRTOS) without compromising stability, scheduling, or power, and own the low-level plumbing — drivers, DMA data paths, SPI/I²C, and the middleware that feeds the pipeline.
  • Debug on real hardware (oscilloscope, logic analyzer, JTAG) and drive cross-layer issues to root cause across the firmware/hardware boundary.
  • Carry regular firmware work when ML demand is light — a full share of features, bug fixes, field issues, and on-call/triage.

Develop and Ship Models on Device

  • Get models running within firmware constraints — from Data Science or built and trained yourself, increasingly with AI-assisted tooling — handling quantization, operator support, and the latency/memory tradeoffs.
  • Own the whole loop, from training output to validated on-device behavior. You don't take a model over the wall and hope.

Optimize for Extreme Constraints

  • Squeeze inference into tight power, memory, and latency envelopes, and own the tradeoffs between model accuracy, power draw, and footprint — validated in the real world, not just on the bench.

Set Direction, Work AI-Natively, and Level Up the Team

  • Drive alignment across firmware, app/cloud, data science, hardware, and ops on how on-device intelligence gets built here, and raise the team's embedded-ML fluency through code review, design docs, and pairing.
  • Use AI tooling as a genuine development partner across firmware and ML, and help define what AI-native looks like for embedded work.

What We’re Looking For

Foundation

  • 10+ years of firmware engineering, taking complex consumer hardware from prototype through mass production, with a demonstrated track record of shipping at scale.
  • Bachelor's degree in Electrical Engineering, Computer Science, or a related field.

Firmware Engineering — the core bar

  • Deep C/C++ for embedded systems and real fluency in RTOS internals (Zephyr, FreeRTOS, or equivalent).
  • Strong low-level hardware skills — SPI/I²C/UART, DMA, interrupts, driver development from the datasheet up — plus hands-on debugging (scope, logic analyzer, JTAG) and power/memory discipline.

Edge ML

  • Demonstrated experience deploying ML models on microcontroller-class hardware in a shipping product — not a course project or one-off PoC.
  • Hands-on with embedded inference frameworks (TFLite Micro, CMSIS-NN, ExecuTorch, or equivalent) and model optimization (quantization, pruning); able to develop and train models yourself, not only deploy someone else's.
  • Solid grounding in the sensor data and signal-processing pipelines that feed a model (IMU and similar). 

AI-Native and Communication

  • You use AI coding tools (Claude Code or equivalent) as a genuine development partner and review their output as critically as any PR.
  • Strong written communication and a habit of documenting decisions and working across firmware, hardware, and data science.

Nice to Have

  • Security and compliance for connected devices — secure boot, key provisioning, signed and rollback-safe OTA, and RF/regulatory certification (FCC/CE).
  • Hands-on experience with cellular, BLE, GPS/GNSS, or audio subsystems on battery-powered wearables or trackers.
  • New-board bring-up — powering up unproven hardware, verifying power rails and peripherals, and getting first firmware running on a fresh board.
  • Hardware schematic evaluation — reading and reviewing schematics, partnering with EE on design reviews, and catching issues before a board spin.
  • Factory and manufacturing support — manufacturing test development, production-line bring-up and debug, and supporting yield and quality at the contract manufacturer.

AI-Native Expectations

  • Daily use — you use AI tools (Claude Code, Cursor, or equivalent) every day for real firmware and ML work: drafting and refactoring code, debugging on-device failures, writing specs and design docs, and building or validating models. This isn’t autocomplete; it’s a standing part of how you work.
  • Judgment and ownership — you review every line of AI-generated code and every AI-assisted model output as critically as you would a human PR before it ships to a device in the field. The AI writes it; you’re accountable for it.
  • Velocity — you’re expected to use AI to compress timelines that used to take weeks, from specifications to working prototype to validated on-device behavior, and to be able to explain your approach when you don’t.
  • Team leadership — you share what you learn (patterns that work, guardrails you’ve added, failure modes you’ve hit) through code review, design docs, and pairing, and you help raise the team’s AI fluency, not just your own.
  • Continuous learning — you stay current on embedded-AI tooling and techniques and bring recommendations back to the team rather than waiting for them to arrive. 

Our Benefits

  • Competitive pay and benefits.
  • Medical, dental, vision, life and disability insurance plans (100% paid for US employees). We offer supplemental plans for medical and dental for Canadian employees.
  • 401(k) plan with company matching program in the US and RRSP with DPSP plan for Canadian employees.
  • Employee Assistance Program (EAP) for mental wellness.
  • Flexible PTO and 12 company-wide days off throughout the year.
  • Winter and Summer Weeklong Synchronized Company Shutdowns
  • Learning & Development programs.
  • Equipment, tools, and reimbursement support for a productive remote environment.
  • Free Life360 Platinum Membership for your preferred circle.
  • Free Tile Products

Life360 Values

Our company's mission driven culture is guided by our shared values to create a trusted work environment where you can bring your authentic self to work and make a positive difference

  • Be a Good Person - We have a team of high integrity people you can trust.
  • Be Direct With Respect - We communicate directly, even when it's hard.
  • Members Before Metrics - We focus on building an exceptional experience for families.
  • High Intensity, High Impact - We do whatever it takes to get the job done.

Our Commitment to Diversity

We believe that different ideas, perspectives and backgrounds create a stronger and more creative work environment that delivers better results. Together, we continue to build an inclusive culture that encourages, supports, and celebrates the diverse voices of our employees. It fuels our innovation and connects us closer to our customers and the communities we serve. We strive to create a workplace that reflects the communities we serve and where everyone feels empowered to bring their authentic best selves to work.

We are an equal opportunity employer and value diversity at Life360. We do not discriminate on the basis of race, religion, color, national origin, gender, sexual orientation, age, marital status, veteran status, disability status or any legally protected status.

We encourage people of all backgrounds to apply. We believe that a diversity of perspectives and experiences create a foundation for the best ideas. Come join us in building something meaningful. Even if you don't meet 100% of the below qualifications, you should still seriously consider applying!

 

#LI-Remote

Apply for this job

*

indicates a required field

Phone
Resume/CV*

Accepted file types: pdf, doc, docx, txt, rtf

Cover Letter

Accepted file types: pdf, doc, docx, txt, rtf


Select...
Select...
Select...
Select...
Select...

Voluntary Self-Identification

For government reporting purposes, we ask candidates to respond to the below self-identification survey. Completion of the form is entirely voluntary. Whatever your decision, it will not be considered in the hiring process or thereafter. Any information that you do provide will be recorded and maintained in a confidential file.

As set forth in Life360’s Equal Employment Opportunity policy, we do not discriminate on the basis of any protected group status under any applicable law.

Select...
Select...
Race & Ethnicity Definitions

If you believe you belong to any of the categories of protected veterans listed below, please indicate by making the appropriate selection. As a government contractor subject to the Vietnam Era Veterans Readjustment Assistance Act (VEVRAA), we request this information in order to measure the effectiveness of the outreach and positive recruitment efforts we undertake pursuant to VEVRAA. Classification of protected categories is as follows:

A "disabled veteran" is one of the following: a veteran of the U.S. military, ground, naval or air service who is entitled to compensation (or who but for the receipt of military retired pay would be entitled to compensation) under laws administered by the Secretary of Veterans Affairs; or a person who was discharged or released from active duty because of a service-connected disability.

A "recently separated veteran" means any veteran during the three-year period beginning on the date of such veteran's discharge or release from active duty in the U.S. military, ground, naval, or air service.

An "active duty wartime or campaign badge veteran" means a veteran who served on active duty in the U.S. military, ground, naval or air service during a war, or in a campaign or expedition for which a campaign badge has been authorized under the laws administered by the Department of Defense.

An "Armed forces service medal veteran" means a veteran who, while serving on active duty in the U.S. military, ground, naval or air service, participated in a United States military operation for which an Armed Forces service medal was awarded pursuant to Executive Order 12985.

Select...

Voluntary Self-Identification of Disability

Form CC-305
Page 1 of 1
OMB Control Number 1250-0005
Expires 04/30/2026

Why are you being asked to complete this form?

We are a federal contractor or subcontractor. The law requires us to provide equal employment opportunity to qualified people with disabilities. We have a goal of having at least 7% of our workers as people with disabilities. The law says we must measure our progress towards this goal. To do this, we must ask applicants and employees if they have a disability or have ever had one. People can become disabled, so we need to ask this question at least every five years.

Completing this form is voluntary, and we hope that you will choose to do so. Your answer is confidential. No one who makes hiring decisions will see it. Your decision to complete the form and your answer will not harm you in any way. If you want to learn more about the law or this form, visit the U.S. Department of Labor’s Office of Federal Contract Compliance Programs (OFCCP) website at www.dol.gov/ofccp.

How do you know if you have a disability?

A disability is a condition that substantially limits one or more of your “major life activities.” If you have or have ever had such a condition, you are a person with a disability. Disabilities include, but are not limited to:

  • Alcohol or other substance use disorder (not currently using drugs illegally)
  • Autoimmune disorder, for example, lupus, fibromyalgia, rheumatoid arthritis, HIV/AIDS
  • Blind or low vision
  • Cancer (past or present)
  • Cardiovascular or heart disease
  • Celiac disease
  • Cerebral palsy
  • Deaf or serious difficulty hearing
  • Diabetes
  • Disfigurement, for example, disfigurement caused by burns, wounds, accidents, or congenital disorders
  • Epilepsy or other seizure disorder
  • Gastrointestinal disorders, for example, Crohn's Disease, irritable bowel syndrome
  • Intellectual or developmental disability
  • Mental health conditions, for example, depression, bipolar disorder, anxiety disorder, schizophrenia, PTSD
  • Missing limbs or partially missing limbs
  • Mobility impairment, benefiting from the use of a wheelchair, scooter, walker, leg brace(s) and/or other supports
  • Nervous system condition, for example, migraine headaches, Parkinson’s disease, multiple sclerosis (MS)
  • Neurodivergence, for example, attention-deficit/hyperactivity disorder (ADHD), autism spectrum disorder, dyslexia, dyspraxia, other learning disabilities
  • Partial or complete paralysis (any cause)
  • Pulmonary or respiratory conditions, for example, tuberculosis, asthma, emphysema
  • Short stature (dwarfism)
  • Traumatic brain injury
Select...

PUBLIC BURDEN STATEMENT: According to the Paperwork Reduction Act of 1995 no persons are required to respond to a collection of information unless such collection displays a valid OMB control number. This survey should take about 5 minutes to complete.