Staff AI Applications Engineer
CarParts.com
Job Description
Job Description
What We Do
CarParts.com is the go-to eCommerce platform for auto care and maintenance. We provide drivers with quality parts at competitive prices and enable them to schedule appointments with trusted mechanics directly through our website. Using world-class design principles and the latest technologies, we deliver a fast, intuitive digital experience backed by our company-owned national distribution network.
With over 1,000 employees worldwide, we are scaling rapidly, fueled by our most recent strategic partnership and $35 million investment. This positions us for the next phase of growth as we continue to empower drivers along their journey.Our Culture
At CarParts.com, our culture goes beyond our core values of Safety First, Customer Focused, and Commitment to Excellence. We are a performance-driven, data-focused, and fast-paced team where results matter and winning is expected.
- Hungry & Hardworking: We set ambitious goals, measure progress with clear metrics, and hold ourselves accountable to deliver results.- Promote from Within: We reward top performers with opportunities for growth and advancement.
- Collaborative & In-Person: We believe the best ideas and fastest execution happen face-to-face.
- High Standards: We move quickly, pay attention to details, and dig deep - whether it’s analyzing contracts, aggregating complex scenarios, or building clear, data-driven presentations.
- No Passengers: We value grit, ownership, and the relentless pursuit of results
We are investing heavily in AI-powered engineering — building intelligent agents, integrating LLMs into our platform, and developing MCP (Model Context Protocol) servers to orchestrate context-aware automation across our ecommerce stack. This role sits at the intersection of full-stack engineering and applied AI.
Why This Role Is AI-Forward
This is not a traditional full-stack role with AI bolted on. AI is woven into how we build, ship, and operate:
- Every engineer uses AI coding assistants (Claude Code, Claude Cowork, GitHub Copilot, Cursor) as a daily multiplier — not an optional extra
- We are building production AI agents that automate merchandising, search relevance, customer support triage, and content generation
- Our agents use agentic patterns — autonomous planning, multi-step reasoning, tool orchestration, self-correction, and human-in-the-loop checkpoints — not simple prompt-response chains
- Our platform exposes MCP servers so LLM-powered tools can read catalog data, trigger workflows, and act on real-time signals
- We treat prompt engineering and token economics as first-class engineering disciplines, reviewed in PRs alongside application code
If you want to ship AI features that millions of customers interact with — not just prototype in a notebook — this is the role.
Who You Are
- The Builder:You’d rather write a reusable abstraction, a CLI tool, or a code generator than repeat the same manual task twice — and you design systems that scale without you babysitting them.
- The Troubleshooter:A user reports a broken checkout flow and you instinctively open the network tabztrace the API call, and pinpoint whether it’s a frontend state bug, a backend validation edge case, or a data mismatch — before anyone else finishes reading the ticket.
- The AI Enthusiast:You treat token budgets and prompt design with the same rigor as component architecture — optimizing context windows, evaluating model trade-offs, and shipping AI-powered features that move product metrics.
What You’ll Do
Build & Ship Product Features (50%)
- Design, develop, and own full-stack features across React/Next.js frontends and Node.js/Express microservices
- Build AI-powered product experiences: intelligent search, personalized recommendations, automated content generation, and conversational commerce flows
- Design and develop agentic systems — agents that plan, reason over multiple steps, select and call tools, handle errors autonomously, and escalate to humans when confidence is low
- Implement agentic patterns:ReActloops, chain-of-thought planning, reflection/self-critique, memory (short-term context and long-term retrieval), and multi-agent coordination
- Develop and maintain MCP servers that expose ecommerce domain tools (catalog, pricing, inventory, order) to LLM-powered clients
- Integrate LLM APIs into production paths with proper error handling, fallback strategies, andcostguardrails
- Write prompts, evaluation harnesses, and monitoring for AI features — treat them as code, version them, review them
AI & Automation Requirements & Developer Experience (30%)
- Optimize frontend performance: Core Web Vitals, page load time, time-to-first-byte
- Design APIs (REST,OpenAPI) that are clean, well-documented, andbackward-compatible
- Build shared tooling: CLI utilities, code generators, reusable component libraries, and internal developer tools powered by AI
- Improve CI/CD pipelines, containerized builds, and deployment workflows
- Participate in architecture decisions, code reviews, and technical design documents
- 1+ year hands-on experience integrating LLM APIs (OpenAI, Anthropic, or equivalent) into production or near-production systems
- Demonstrated ability to build or extend AI agents that use tool-calling, function execution, and structured output
- Proven approach to token budget management: prompt optimization, caching strategies, cost monitoring dashboards
Collaborate & Grow (20%)
- Translate business requirements into technical designs with product and design stakeholders
- Mentor engineers on AI integration patterns, prompt engineering, and modern full-stack practices
- Stay current with AI/ML tooling, LLM advances, and MCP ecosystem developments — bring what you learn back to the team
Position Requirements
- Contributions to open-source AI tooling or MCP ecosystem
CarParts.com is an equal-opportunity employer. We enthusiastically accept our responsibility to make employment decisions without regard to race, religious creed, color, age, sex, sexual orientation, national origin, religion, marital status, medical condition, physical or mental disability, military service, pregnancy, childbirth and related medical conditions, or any other classification protected by federal, state, and local laws and ordinances.
The above-noted job description is not intended to describe, in detail, the multitude of tasks that may be assigned but rather to give the incumbent a general sense of the responsibilities and expectations of his/her position. As the nature of business demands change so, too, may the essential functions of this position.
Position Requirements
Core Engineering (Required)
- 5+ years of experience in full-stack web application development using Node.js, JavaScript, TypeScript, and modern frameworks
- Extensive experience building scalable applications and microservices using React, Next.js, Node.js, Express, HTML, and CSS
- Hands-on TypeScript across frontend and backend systems
- Strong knowledge of RESTful API design andOpenAPIspecifications
- Experience designing and integrating APIs, including REST and modern data-fetching patterns
- Extensive experience with MySQL, MongoDB, PostgreSQL, and Redis, with solid understanding of data modeling trade-offs
- Familiarity with micro-frontend architecture and module federation
- Strong experience building performant React applications using hooks and state management (Redux or equivalent)
- Experience with cloud-native development using Docker and containerized environments
- Experience with CDNs, caching strategies, performance optimization, and security considerations
- Strong knowledge of JavaScript build tools (Webpack, Vite, or modern bundlers)
- Proficiency with Chrome DevTools and frontend performance profiling
- Experience with SPA, PWA, responsive design, and MPA architectures
- Strong foundation in data structures, algorithms, and database design
- Proven experience in software architecture, design patterns, and engineering best practices
AI & Automation (Required)
- 1+ year hands-on experience integrating LLM APIs (OpenAI, Anthropic, or equivalent) into production or near-production systems
- Demonstrated ability to build or extend AI agents that use tool-calling, function execution, and structured output
- Solid understanding of agentic concepts and design patterns:
- ReAct(Reason + Act) loops, chain-of-thought planning, and step-by-step task decomposition
- Tool orchestration — selecting, invoking, and chaining external tools based on model reasoning
- Memory architectures: conversation context, scratchpads, vector-backed long-term recall
- Self-correction and reflection — agents that detect errors in their own output and retry
- Human-in-the-loop checkpoints, confidence thresholds, and graceful fallback to manual workflows
- Multi-agent coordination — delegating subtasks across specialized agents and merging results
- Acquaintance or hands-on experience developing agents:
- Built, extended, or shipped at least one agent (production, internal tool, or well-scoped prototype) that performs multi-step autonomous tasks
- Familiar with agent frameworks such asLangChain,LangGraph,CrewAI,Autogen, Claude Agent SDK, or custom orchestration loops
- Comfortable designing agent tool schemas, managing agent state, and debugging non-deterministic agent behavior
- Experience designing or contributing to MCP servers or similar context-orchestration layers
- Proven approach to token budget management: prompt optimization, caching strategies, and cost monitoring
- Comfortable using AI coding assistants (GitHub Copilot, Claude Code, Claude Cowork, Cursor) daily to accelerate development
- Able to write effective prompts for code generation, refactoring, test creation, and documentation
- Understands foundational LLM concepts: tokens, temperature, context windows, embeddings, and RAG
- Can evaluate AI-generated code for correctness, security, and performance — not just accept output blindly
Nice to Have
- Experience with public cloud services (AWS, Azure, GCP)
- Experience with ecommerce/retail purchase journeys
- Experience migrating legacy applications to modern stacks
- Familiarity with vector databases (Pinecone,Weaviate,pgvector) and RAG pipelines
- Experience with agent frameworks (LangChain,LangGraph,CrewAI) or custom orchestration loops
- Experience fine-tuning or distilling models for domain-specific tasks
- Contributions to open-source AI tooling or the MCP ecosystem
- Experience withGraphQL
CarParts.com is an equal-opportunity employer. We enthusiastically accept our responsibility to make employment decisions without regard to race, religious creed, color, age, sex, sexual orientation, national origin, religion, marital status, medical condition, physical or mental disability, military service, pregnancy, childbirth and related medical conditions, or any other classification protected by federal, state, and local laws and ordinances.
The above-noted job description is not intended to describe, in detail, the multitude of tasks that may be assigned but rather to give the incumbent a general sense of the responsibilities and expectations of his/her position. As the nature of business demands change so, too, may the essential functions of this position.
$165k - $185k
...R10089521 Principal Applications Engineer (Open) Location: Long Beach, CA - Management - Regional Office How will you CONTRIBUTE and GROW? Airgas Inc. belongs to the Air Liquide Group, a world leading supplier of industrial gases. Present in 75 countries,...SuggestedFull timeTemporary workFor contractorsWork at office- ...401k, continued education, certifications maintenance, reimbursement and more. Who we’re looking for: We are seeking an Application Security Engineer with expertise in Static and Dynamic Application Security Testing (SAST & DAST) methodologies and enterprise-level security...SuggestedContract workRemote work
$75k - $110k
Description Mazak Corporation's Western Applications department is searching for an Applications Engineer to join the team. The Applications Engineer assists Sales staff by providing technical information on the use of Mazak machine tools to produce customer parts/products...SuggestedWork at office$70k - $90k
...Raymond West is looking for a sharp Application Engineer to join our Systems teams! The Application Engineer is a professional technical position, responsible for end-user concepting, technical planning, software/controls know how, testing, field support, installation...SuggestedContract workFor contractorsFor subcontractorWork at officeLocal areaRemote workFlexible hours$106.2k - $182.98k
...respect for the people and communities we serve.The Job:As an AI Engineer specializing in enterprise knowledge systems, you will... ...Integrate knowledge graphs with AI, analytics, and enterprise applications, ensuring quality and scalability.AI-Powered Knowledge Systems...SuggestedFull timeFor contractorsWork at office$106.2k - $182.98k
...respect for the people and communities we serve.The Job:As an AI Engineer, you will design, build, and optimize enterprise AI solutions... ...serves its members. Your responsibilities span developing AI applications, building secure and scalable data and automation pipelines,...Full timeFor contractorsWork at office$125.4k - $181.42k
...communities we serve.The Job:We are seeking a visionary Principal AI Security Engineer to serve as the primary architect and guardian of our... ...looking for talented people to join our team! Qualified applicants are encouraged to apply now!At SCAN we believe that it is our...Full timeFor contractorsWork at officeLocal areaRemote work$114k - $148k
...AI Engineer Location : Remote, United States Employment Type : Full-Time Benefits Offered : Vision, Medical, Life... ...quantifiable value to our end users. Our AI solutions incorporate applications across the AI and machine learning spectrum, including (but...Full timeTemporary workWork experience placementWork at officeRemote work- ...Summary/Objective: The Sr. Application Engineer will lead the design and development of application software and integration objects for our WMS (Warehouse Management System) to meet the requirements of our internal operations and customers. You will lead the efforts...Permanent employmentLocal area
- ...Job Description Job Description Title: Applications Engineer II Reports to : Applications Manager Location : DMG MORI USA... ...installation. Frequent communication with internal technical staff, external customers, and external suppliers Minimum Requirements...Full timeWork at officeShift work
$181k - $271k
...inspires the next generation of explorers. About the Role:Own the application-level software on the optical terminal processor — thermal... ...Ethernet interfaces, and radio transceivers alongside electrical engineers and the FPGA gateware developerAbout You:BS/MS in Computer...$135.15k - $182.85k
Embedded Software Engineer (Senior or Lead)Company:The Boeing CompanyThe Boeing Company is looking for Embedded Software Engineers (Experienced... ...:Boeing is a Drug Free Workplace (DFW) where post offer applicants and employees are subject to testing for marijuana, cocaine,...Permanent employmentFull timeWork experience placementInterim roleCurrently hiringRelocationVisa sponsorshipWork visaFlexible hoursShift work- ...development model to accelerate how automation and AI solutions are delivered across the enterprise.We’re looking for a Staff Software Engineer to own the platform, governance, and... ..., and governance standardsEstablish Application Lifecycle Management (ALM) practices (dev...Full timeFor contractorsWork at office
$132k - $198k
...manufacturing choices in direct coordination with the manufacturing engineering team Perform packaging assessment of systems - resolve... ...absent a current, fully executed agreement with Talent Acquisition that specifically authorizes submissions for the applicable role.$111.35k - $150.65k
...(BGS) is seeking an Experienced Structure and Payload Design Engineer to join our dynamic Spares Engineering Design team in Long Beach... ...Workplace: Boeing is a Drug Free Workplace where post offer applicants and employees are subject to testing for marijuana, cocaine, opioids...Permanent employmentFull timeVisa sponsorshipWork visaRelocation packageFlexible hoursShift work- ...(DAPS) that comprehensively uses machine learning to optimally engineer, additively manufacture, and flexibly assemble complex integrated... ...shape the future of technology and production We are looking for an AI Solutions Engineer who not only builds cutting-edge generative-...Work at office
- ...Description & Responsibilities:DASSAULT SYSTEMES is seeking an AI / Machine Learning Engineer to join our R&D organization. This individual will... ..., and continuous improvement of generative AI applications, services, and software solutions. The ideal candidate combines...
- ...Staff Embedded Software Engineer - Linux and Hardware Systems Location: Greater Los Angeles Area, California (Hybrid) Position overview Our... ...electronics and communications hardware. The role spans application software, low-level hardware integration, networking, control...
- ...skills Familiar with defect tracking tools and source control systems like JIRA and STASH (GIT) Knowledge of front end coding within applications that utilize JSP-like scripting languages Experience with page speed optimization techniques Planning / Team Work /...Full time
$110k
job summary: Are you a manufacturing mind who thrives at the intersection of complex engineering and hands-on execution? We are seeking an autonomous, forward-thinking Application Engineer to drive advanced machining solutions from concept to reality. In this...Permanent employmentTemporary workPart timeWork experience placementLocal area- ...motivated and detail-oriented Technical Support Engineer to provide front-line technical support... ...in collaboration with senior technical staff as appropriate. This job description... ..., and system setup for customer applications. Maintain, develop, and update technical...Remote work
$95k - $135k
...motivated and detail-oriented Technical Support Engineer to provide front-line technical support... ...in collaboration with senior technical staff as appropriate. This job description... ..., and system setup for customer applications. Maintain, develop, and update technical...Work at officeLocal areaRemote workFlexible hours- Company DescriptionSonSoft is an IT Staffing and consulting firm and duly organized under the laws of Commonwealth of Georgia. We are growing at a steady pace with specializing in the fields of Software Development, Software Consultancy and Information Technology Enabled...Permanent employmentFull timeWork experience placementH1b
- ...frameworks(C#)At least 2 years of experience in UI development in MVC, ASP.Net, HTML5, CssAt least 2 years of experience in web application development using JS, Angular.js/ React.JSExcellent programming skills, including the use of design patternsKnowledge of DBMS like...Permanent employmentFull timeH1b
$132k - $198k
...every day; it’s about building the systems to build the rocket. Engineers and technicians work side by side, with deep collaboration and... ...absent a current, fully executed agreement with Talent Acquisition that specifically authorizes submissions for the applicable role.$133k - $170.5k
...meaningful work of your career is waiting. Join us.About the Team:The Engine Manufacturing team is dedicated to delivering high-performance... ...owed absent a current, fully executed agreement with Talent Acquisition that specifically authorizes submissions for the applicable role.$104k - $156k
...needed.About You: 2+ years of experience in a full cycle design engineering role Bachelor's degree in engineering or related technical... ...absent a current, fully executed agreement with Talent Acquisition that specifically authorizes submissions for the applicable role.- Job Description Core technical skills ( must haves):- Aspx, .net, C#, VB, PL/SQL, SQL server 2005/2008 R2/2014, T-SQL, SSIS, SQL queries, stored procedures, functions, load balancer fundamentals, IIS web server fundamentals, html, web services, WCF, SSRS, SSIS, ...Full time
$132k - $198k
...generation of explorers.About the Role:As a Senior Structures Engineer within the Interplanetary Sciences Program at Relativity Space... ...owed absent a current, fully executed agreement with Talent Acquisition that specifically authorizes submissions for the applicable role.$80k - $100k
...MISSION We are seeking a talented and motivated Components Test Engineer to join our growing team. In this role, you will lead and... ...of advanced avionics components and subsystems for aerospace applications. You will be responsible for planning, executing, and documenting...Permanent employmentFull time
Do you want to receive more vacancies?
Subscribe and receive similar vacancies to Staff AI Applications Engineer. Be the first to apply!
- assistant engineer Long Beach, CA
- engineering aide Long Beach, CA
- staff engineer Long Beach, CA
- senior staff systems engineer Long Beach, CA
- technology administrator Long Beach, CA
- senior application security engineer Long Beach, CA
- application performance engineer Long Beach, CA
- senior application support engineer Long Beach, CA
- software applications developer Long Beach, CA
- app developer Long Beach, CA


