2

Remote Backend Engineer Jobs in California (NOW HIRING)

$129K - $168K/yr

We are looking for an experienced Senior Backend Developer to help lead efforts on the back end of ... This role will be remote to start and then will be flexibly based out of California (once covid-19 ...

Senior Backend Engineer (Node.js / AWS) Location: Oakland, CA (Remote) | Open to CA, OR, WA Company: Fictiv Build the Future of Manufacturing Manufacturing is a $13 trillion industry-but much of it ...

Software Engineer, Backend

San Francisco, CA · On-site +1

$160K - $200K/yr

... solid foundation of engineering knowledge. What You'll Bring * 4+ years of relevant backend ... Experience working in a remote-friendly environment. Success Looks Like * Experience working with ...

Senior Backend Engineer (Node.js / AWS) Location: Oakland, CA (Remote) | Open to CA, OR, WA Company: Fictiv Build the Future of Manufacturing Manufacturing is a $13 trillion industry--but much of it ...

next page

Showing results 1-20

Remote Backend Engineer information

What are Remote Backend Engineers?

Remote Backend Engineers are software developers who specialize in building and maintaining the server-side logic, databases, and APIs of web applications, while working from a location outside of a traditional office environment. They focus on ensuring that the application's data and processes function smoothly, securely, and efficiently. Working remotely, they collaborate with teams using digital tools to manage projects, communicate, and deploy code. This role requires strong programming skills, problem-solving abilities, and the discipline to work independently.

What is the difference between Remote Backend Engineer vs Remote Software Developer?

AspectRemote Backend EngineerRemote Software Developer
Required CredentialsBachelor's in CS or related field, often with backend-specific certificationsBachelor's in CS or related field, with general programming certifications
Work EnvironmentFocus on server-side, database, and API developmentDevelops applications across front-end and back-end, often full-stack
Employer & Industry UsageTech companies, startups, SaaS providersTech, finance, healthcare, and various industries
Search & Comparison IntentLooking for specialized backend rolesSeeking broader software development roles

The main difference is that a Remote Backend Engineer specializes in server-side development, APIs, and databases, while a Remote Software Developer may work across both front-end and back-end tasks. Backend Engineers focus more on infrastructure and data management, whereas Software Developers have a broader scope in application development.

What are some common challenges Remote Backend Engineers face when collaborating with distributed teams?

Remote Backend Engineers often work with colleagues across different time zones and cultures, which can make real-time communication and quick problem-solving more challenging. They may need to rely heavily on written documentation, asynchronous communication tools, and clear code reviews to ensure everyone stays aligned. Proactively reaching out, maintaining regular updates, and participating in virtual standups or sprint meetings are key strategies to overcome these challenges and foster effective teamwork.

What are the key skills and qualifications needed to thrive as a Remote Backend Engineer, and why are they important?

To thrive as a Remote Backend Engineer, you need strong programming skills in languages like Java, Python, or Node.js, along with a solid understanding of database management and software architecture. Familiarity with cloud platforms (such as AWS or Azure), version control systems (like Git), and CI/CD pipelines is typically required, and certifications in cloud computing or backend frameworks can be advantageous. Excellent problem-solving abilities, self-motivation, and clear written communication are crucial soft skills for remote collaboration and project delivery. These competencies enable efficient development, seamless teamwork, and the effective building and maintenance of scalable backend systems in a distributed work environment.
What are the most commonly searched types of Backend Engineer jobs in California? The most popular types of Backend Engineer jobs in California are:
What job categories do people searching Remote Backend Engineer jobs in California look for? The top searched job categories for Remote Backend Engineer jobs in California are:
What cities in California are hiring for Remote Backend Engineer jobs? Cities in California with the most Remote Backend Engineer job openings:

Staff Software Engineer - Backend & AI Infra - Trading

Career Renew

Los Angeles, CA • Remote

Full-time

Posted 25 days ago


Job description

Career Renew is recruiting for one of its clients a Staff Software Engineer - Backend & AI Infra - Trading - this is a fully remote role for US/UK based candidates.

We are building the Hyperliquid Agent Runtime.

We’re hiring a Staff Software Engineer to own two critical workstreams: the agent runtime and backend infrastructure that powers every trade in our fleet, and the migration of model hosting and agent deployment in-house — moving us off third-party LLM providers and hosted agent platforms to Senpi-owned infrastructure.

This is a building role. You’ll write the backend services, runtime engine, and deployment systems that our entire agent fleet runs on. When you ship, every agent in the fleet immediately gets faster, more reliable, and more autonomous.

What You’ll Build

Agent Runtime & Backend (~50%)

The runtime is the engine that makes every agent work. You’ll own the core systems:

  • Plugin Runtime — the per-agent process that runs position tracking (10s polling), the RatchetStop exit engine (tiered trailing stops with sub-second evaluation), and DSL state management. Currently Go + Python; migrating to a centralized Go service with Postgres state and real-time websocket price feeds

  • Scanner Gateway / Rules Engine — a YAML-configurable evaluation layer that sits between scanners and execution. Scanners produce raw signal variables; the rules engine applies gates, scoring, and filters defined in YAML. Users customize trading behavior without touching Python. This is the next major runtime feature

  • RatchetStop Backend — centralized profit-trailing service that protects positions even when the agent is offline. Evaluates tier upgrades and places stop-loss orders on Hyperliquid via websocket, replacing per-agent polling with condition-based evaluation across all positions

  • Execution Layer — the MCP (Model Context Protocol) server that bridges agents to 48+ Senpi platform tools: position creation, clearinghouse state, market data, Smart Money intelligence. You’ll own auth, rate limiting, and the contract between agents and the exchange

  • Data Layer — enriched Hyperfeed pipeline (top 1K trader positions, momentum events, market concentration) flowing through Redis, Postgres, and ClickHouse. Real-time ingestion, 4-hour rolling windows, and the APIs that every scanner calls

Model & Agent Hosting Migration (~30%)

We’re moving off third-party hosted agents and external LLM inference to Senpi-owned infrastructure. You’ll lead the technical execution:

  • Agent deployment platform — migrate agents from Railway/OpenClaw to Senpi-hosted infrastructure. Each agent needs isolated workspace, cron scheduling, state persistence, MCP connectivity, and Telegram notifications. Target: deploy any skill from a GitHub repo with one command

  • Model hosting — evaluate and implement the path from external LLM APIs (Anthropic, Google) to self-hosted inference. Options range from proxied external models with full telemetry capture, to fine-tuned models running on Senpi GPUs. You’ll own the decision and execution

  • Agent telemetry — capture every scanner evaluation, every trade decision, every signal score across all agents. This data feeds the self-reinforcing loop: agents learn from fleet-wide performance, fork winning strategies, and improve autonomously

  • Deployment pipeline — CI/CD for shipping scanner updates, runtime patches, and skill configs to 50+ live agents without interrupting open positions. Zero-downtime rollouts where downtime = unprotected capital

Infrastructure & Operations (~20%)

  • Build monitoring and alerting that catches agent failures, orphaned positions, state corruption, and auth expiration before they cost money

  • Manage cloud infrastructure (AWS/EKS) with infrastructure-as-code

  • Own incident response — in a trading system, every minute of downtime is real dollars at risk

  • Health monitoring for the agent fleet: which agents are scanning, which are stuck, which have the midnight rollover bug

What We’re Looking For

Must Have

  • Strong backend engineering — you write production code daily in at least two of: Go, Python, Node.js/TypeScript. Go preferred for the runtime services

  • Experience building backend services from scratch at a startup: APIs, job scheduling, state management, distributed systems

  • Solid understanding of real-time systems where latency matters: websocket connections, condition-based evaluation, sub-second response requirements

  • Production experience with Postgres, Redis, and at least one analytics DB (ClickHouse, TimescaleDB, BigQuery)

  • Kubernetes experience — deploying, scaling, and debugging production workloads on AWS EKS

  • You’ve owned a system end-to-end: designed it, built it, deployed it, operated it, fixed it at 3am

Strong Plus

  • Experience with model serving / LLM infrastructure — deploying, scaling, and optimizing inference (vLLM, TGI, TensorRT-LLM, or managed endpoints)

  • Background in trading systems, exchange APIs, or fintech where uptime has direct financial consequences

  • Experience with onchain infrastructure: wallet operations, RPC nodes, transaction monitoring, DEX integration

  • Familiarity with MCP (Model Context Protocol) or similar agent-to-tool connectivity patterns

  • Experience building multi-agent platforms — orchestrating many independent processes sharing infrastructure but operating autonomously

  • Experience with CI/CD for systems where “deploy” means updating live trading agents, not just web servers

What This Role Is Not

This is not a pure DevOps role. You’ll spend 80% of your time writing Go, Python, and TypeScript that ships to production. The infrastructure you manage is the infrastructure you built — because at our stage the best person to operate a system is the person who designed it.

You’re building the backend for autonomous AI agents that manage real money in real time. The runtime you build determines whether positions are protected. The model hosting you stand up determines whether agents can think. The deployment pipeline you create determines whether the fleet can evolve. This is foundational infrastructure for a new category of software.