Back to jobs
New

Software Developer

Newark, CA

About Lucid

At Lucid, we are creating exceptional mobility experiences through innovation to drive the world forward. Built on Lucid’s proprietary technology and software-defined vehicle architecture, our award-winning vehicles bring our “Compromise Nothing™” approach to the global automotive market. That means refusing to choose between performance and sustainability, design and engineering, ambition and integrity. In Lucid Air and Lucid Gravity, we have designed and built vehicles that have redefined their segments, combining exceptional range, performance, design, and expansive space in a single experience. 

We achieve this through deep vertical integration, with design, engineering, and production happening in-house across our global offices and manufacturing facilities. Our teams come from industries around the world, united by a shared commitment to excellence. By refusing to settle, you can help redefine what’s possible and shape the future of mobility.

Leading the future in luxury electric and mobility At Lucid, we set out to introduce the most captivating, luxury electric vehicles that elevate the human experience and transcend the perceived limitations of space, performance, and intelligence. Vehicles that are intuitive, liberating, and designed for the future of mobility. We plan to lead in this new era of luxury electric by returning to the fundamentals of great design – where every decision we make is in service of the individual and environment. Because when you are no longer bound by convention, you are free to define your own experience. Come work alongside some of the most accomplished minds in the industry. We're providing a community for innovators who want to make an immediate and significant impact. If you are driven to create a better, more sustainable future, then this is the right place for you.
 
About the Team
Engineering Workflow Platforms is a small, forward-deployed team that builds and operates the systems Lucid uses to run its vehicle programs. Engineering release data lives across disconnected systems: 3DX / R-Tree, Amazon Redshift, Moku, Pegasus, Auros, Jira, and Jira Assets.
We are business systems architects and developers embedded directly with the business rather than a ticket queue behind it. We own production Python pipelines, a multi-program executive analytics suite, a growing portfolio of Atlassian Forge applications used daily across the engineering organization, and the Jira and Assets architecture underneath them. AI-assisted development is a core part of how we work, and it is what allows a team this size to carry this much surface area.
 
Role :
We are seeking a Software Developer to own and extend that estate: keeping it correct, keeping it running, and scaling it as new vehicle programs come online. The work spans production data integration, executive-grade data visualization, and full-stack development on a live Jira platform application that program teams depend on every day.
This is not a ticket-taking role. You will decide which system wins for a given field, where a piece of logic belongs, how fresh the data must be, and what the failure behavior should be. You will write those decisions down, socialize them, and defend them. The ideal candidate pairs strong Python and data engineering fundamentals with the judgment to change business-critical production records safely and reversibly. This role is based in Newark, CA and requires employees to be onsite five days a week.
 
Responsibilities:
  • Data Reconciliation Pipelines (3DX / Redshift to Jira)
  • Build and operate multi-program Python pipelines that detect discrepancies between the engineering system of record and Jira, then correct them at scale across release status, electrical impact, ECR links, Assets object links, and 3DX variant codes
  • Maintain a single shared classification engine so no two pipeline stages can disagree on which source row drives a decision
  • Hold the line on safety semantics: dry-run by default, batched execution, revert snapshots for every write, and idempotent re-runs, at a scale of thousands of Jira field writes per production run
  • Synchronize Launch Quality Plan stage dates (S1 through S4) from Auros and Pegasus, and upsert thousands of Engineering Change Request records from Redshift into Jira Assets with change detection and per-run diff audit trails
  • Executive Analytics and Dashboards
  • Extend a shared Python rendering library and per-program dashboard suites covering OKTC tooling kick-off status, plan versus actual release curves, LQP / PPAP maturity, MRD shipment risk, PV readiness, and ECR cycle time
  • Build interactive views for executive audiences: milestone tiles, date-range brushing, click-to-drill filtering, JQL copy, and CSV export
  • Keep the suite configuration driven (YAML for Jira base, custom field IDs, buckets, taxonomies, per-program milestones and JQL) so new programs and milestones are added without forking code
  • Operate the orchestration layer: parallel execution behind a run lock, pinned run timestamps, schema pre-checks, shared fetch caching, and retry on transient failures
  • Production Jira Platform Development (Atlassian Forge)
  • Develop and release changes to a live Jira global-page app and issue panels, spanning roughly forty backend resolvers over Jira and Jira Assets covering revisions, base parts, stage gates, MRD / GSM / VPPR views, Part Passport workflows, bulk updates, and gate rescheduling
  • Build front-end interactions in vanilla JavaScript Custom UI: sortable and filterable data grids with inline editing, spreadsheet-style bulk fill with multi-select copy, paste and drag, an interactive Gantt with drag-rescheduling and dependency-aware gap preservation, and SVG chart views
  • Own event-driven behavior: issue-update triggers that reconcile shipment gate sets, web triggers for index hygiene, and scheduled triggers that warm the cache layer
  • Enforce fail-closed access control and deploy guardrails, where instance profiles are the only source of Jira URLs and custom-field IDs
  • Architecture, Proposals, and Technical Decision-Making
  • Make and defend architectural decisions, including choosing the source of truth for a given field, deciding what belongs in a pipeline versus a dashboard versus the platform app, and setting caching and freshness contracts
  • Write technical proposals for new capabilities and significant changes covering problem statement, options considered, trade-offs, blast radius on live production data, and the rollout and rollback plan, then socialize them with engineering and business stakeholders before building
  • Production Operations and Release Safety
  • Own production readiness end to end: linting, static typing, test coverage, CI, guardrail validation, staged rollout, live smoke testing, and a documented rollback path for every release
  • Work day to day in GitLab with feature branches, merge requests under review, CI pipelines as the merge gate, and issue boards for planning and traceability, so every production release traces back to a merged MR
  • Use GitHub Copilot and agent-based coding tools to accelerate scaffolding, test generation, refactoring, and exploration, while independently verifying every generated change against tests, linting, and live data
  • Investigation, Collaboration, and Knowledge Transfer
  • Root-cause cross-system data discrepancies across 3DX, Redshift, Jira, and Assets, and publish written, evidence-backed findings that other teams can act on
  • Partner directly with Program Management, Tooling, Supplier Quality, and TPM stakeholders to translate launch-readiness questions into data products
  • Maintain architecture documentation, developer guides, changelogs, and deployment runbooks alongside the code
Qualifications:
  • Production software engineering experience with meaningful ownership of data integration or internal platform tooling
  • Strong Python: package structure, type annotations, testing, CLI design, and concurrency
  • Practical SQL against large, messy operational warehouse tables (Amazon Redshift or equivalent)
  • Hands-on Jira REST API and Jira Assets / AQL experience, including failure modes, pagination and row limits, custom-field payload shapes, and write semantics, not just the happy path
  • Modern JavaScript without a framework: ES modules, DOM APIs, SVG rendering, and event delegation
  • Disciplined engineering habits: unit and characterization tests, linting, static typing, coverage gates, and CI
  • Proficiency with GitLab or equivalent: branching strategy, merge requests and code review, CI/CD pipelines, and issue tracking
  • Effective use of GitHub Copilot or comparable AI coding assistants, with the judgment to review, test, and reject generated code rather than trusting it
  • Demonstrated ability to change live production systems safely, with dry runs, staged rollouts, and reversibility as the default posture
  • Architectural judgment: able to weigh options, choose a source of truth, and explain the trade-off in writing
  • Clear technical writing; able to author a proposal or design document and document a system well enough that someone else can operate it
Preferred Qualifications:
  • Atlassian Forge development: Custom UI, resolvers, KVS, scheduled and event triggers, and the deployment lifecycle
  • Manufacturing, PLM, or NPI domain exposure: BOM structures, ECRs, stage gates, MRD, and PPAP or an equivalent supplier-quality maturity model
  • Experience shipping to production environments without a full sandbox, designing changes that are independently verifiable and reversible
  • Data visualization and dashboard design for executive audiences
  • Experience hardening large, undertested legacy modules behind characterization tests rather than rewriting them
  • Experience authoring architecture decision records (ADRs) and driving them to a decision with stakeholders
  • Comfort building AI-assisted workflows into a team's development process, including prompt patterns, generated-code review standards, and agent tooling
At Lucid, we don't just welcome diversity - we celebrate it! Lucid Motors is proud to be an equal opportunity workplace. We are committed to equal employment opportunity regardless of race, color, national or ethnic origin, age, religion, disability, sexual orientation, gender, gender identity and expression, marital status, and any other characteristic protected under applicable State or Federal laws and regulations.
 
 
 
 
At Lucid, we don’t just welcome diversity - we celebrate it! Lucid Motors is proud to be an equal opportunity workplace. We are committed to equal employment opportunity regardless of race, color, national or ethnic origin, age, religion, disability, sexual orientation, gender, gender identity and expression, marital status, and any other characteristic protected under applicable State or Federal laws and regulations.
Salary Range: The compensation range for this position is specific to the locations listed below and is the range Lucid reasonably and in good faith expects to pay for the position taking into account the wide variety of factors that are considered in making compensation decisions, including job-related knowledge; skillset; experience, education and training; certifications; and other relevant business and organizational factors.
 

Base Pay Range (Annual)

$134,700 - $185,240 USD

Compensation & Benefits: Lucid offers a comprehensive and competitive benefits package including medical, dental, and vision insurance; life and disability coverage; paid time off; paid holidays; and a 401(k) retirement plan. Eligible employees may also participate in Lucid’s equity program and/or a discretionary annual cash incentive program. Incentive and equity awards, if applicable, are determined based on individual performance, role scope, market considerations, and overall company results, in accordance with the terms of the applicable plans. 

 

Equal Opportunity: At Lucid, we believe diversity strengthens everything we build. Lucid Motors is proud to be an equal opportunity employer and is committed to providing an inclusive workplace for all. We consider all qualified applicants without regard to race, color, national or ethnic origin, age, religion, disability, sexual orientation, gender, gender identity or expression, marital status, or any other characteristic protected by applicable state or federal laws and regulations. 

 

Accessibility: Lucid Motors is committed to providing reasonable accommodations for qualified individuals with disabilities. If you need any accommodation to participate in the application process, please contact us at TA-Operations <@> lucidmotors.com. This email address is designated solely for accommodation requests and is not monitored for job applications or resume submissions. To be considered for employment, all applications must be submitted through the Lucid Motors Careers website.

 

Candidate Data Privacy: By submitting your application, you understand and agree that your personal data will be processed in accordance with our Candidate Privacy Notice. 

 

To all recruitment agencies: Lucid Motors does not accept agency resumes. Please do not forward resumes to Lucid Motors. Lucid Motors is not responsible for any fees related to unsolicited resumes. 

 

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


Education

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

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

U.S. Standard Demographic Questions

We invite applicants to share their demographic background. If you choose to complete this survey, your responses may be used to identify areas of improvement in our hiring process.
Select...
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 Lucid Motors’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.