Backend Platform Engineer - Labrynth

Posted 3 Hours Ago
Hiring Remotely in United States
Remote
Senior level
Artificial Intelligence • Financial Services
Amplifying founders and building companies with exponential potential, founded by Invisible with a focus on AI services
The Role
Own and build the greenfield B2C backend: schema-first TypeScript BFF, OpenAPI contracts, Cognito-based auth, Postgres domain models with forced RLS, durable asynchronous operations (transactional outbox, SQS, worker leases), Python worker integration, observability, compatibility/versioning, tests, runbooks, and handoff documentation.
Summary Generated by Built In
About Labrynth

Labrynth accelerates progress by streamlining regulatory complexity. We build AI-powered platforms that navigate complex regulations, generate audit-level documentation, and provide certainty, not shortcuts. Our technology serves clients across heavily regulated industries, including energy, compliance, and government.

We operate as a forward-deployed engineering organization: small, high-velocity teams embedded directly with clients to rapidly discover needs and ship production-quality solutions.

About the Role

Patent Intelligence is an active Labrynth engagement delivering an AI-assisted patent intelligence platform. The current product ingests and analyzes public patent data, identifies white-space opportunities, generates and evaluates ideas, and supports patent drafting workflows. The next product is an invite-only B2C platform for personal and team accounts, built as a greenfield product alongside the current application, with a modular TypeScript BFF as the sole customer authorization and domain-mutation boundary and private Python workers handling patent retrieval, embedding, and model workloads.

This engagement owns the application backend for the first secure B2C foundation: the greenfield B2C API and authorization boundary, private data model, durable asynchronous operations, and Python worker integration. It is an agency / Statement-of-Work contract with a fixed 60-90 day initial term and option to extend, reporting to the Patent Project engineering lead and coordinating closely with Frontend, DevOps / Platform, and Security. The role does not own the entire B2C roadmap within one term, the AWS/Terraform enforcement substrate (DevOps / Platform), or security review (Security); application authorization policy remains Backend-owned. Meaningful overlap with US and Australian project hours is required for weekly planning, architecture reviews, and scheduled failure drills.

Stack: Node.js 22, TypeScript, Fastify, JSON Schema/OpenAPI 3.1, PostgreSQL 18 with forced RLS and pgvector, Amazon Cognito, SQS, S3, Python 3.14 with uv and pydantic-ai, OpenTelemetry.

What You'll Do
  • Build the versioned REST/OpenAPI contract and modular TypeScript BFF, with stable success/error envelopes, generated TypeScript clients, and contract-drift CI gates.

  • Integrate Cognito identity with opaque application sessions, and implement admission, invitations, personal/team accounts, memberships, capabilities, explicit account switching, and guarded account conversions that preserve asset identity and history.

  • Implement the minimal separate operator admission service and audited break-glass workflows, keeping customer and operator identities, sessions, routes, roles, and audit paths independent.

  • Design PostgreSQL domain models, migrations, forced-RLS authorization, transaction-bound authorization contexts, and immutable account_id constraints, proving cross-account denial through BFF tests and direct runtime-role SQL tests.

  • Deliver the durable asynchronous operation path: idempotent acceptance, typed payment-disabled beta entitlements, transactional outbox, account-fair SQS dispatch, worker lease/heartbeat/fencing, result commit, retry, cancellation, and DLQ/redrive.

  • Implement durable progress delivery: append-only operation events, resumable SSE, and cursor polling with no lost or duplicated logical events.

  • Maintain usage, provider, and observability foundations: exactly-once logical usage ledgers, safe (customer-content-free) logs, metrics, and traces, and the worker and operation signals Platform dashboards need.

  • Support current-and-prior compatibility semantics across database, OpenAPI, events, queues, and worker callbacks, including expand/deploy/backfill/verify/contract changes and rollback.

  • Build private Python worker workflows and typed pydantic-ai agent boundaries, and hand over API documentation, ADRs, threat models, tests, fixtures, runbooks, and a dependency-aware plan for the next B2C vertical.

What We're Looking For
  • TypeScript backend engineering: strong Node.js and TypeScript experience building modular production APIs; Fastify, JSON Schema, generated OpenAPI, and schema-first tooling such as TypeBox strongly preferred.

  • PostgreSQL security and data modeling: advanced schema design, migrations, transactions, row-level security, database roles, composite foreign keys, append-only ledgers, and concurrency control.

  • Identity and authorization: integrating Cognito or another OIDC provider while keeping product admission, account membership, and capabilities in authoritative application state.

  • Distributed work execution: transactional outbox, SQS or comparable queues, idempotency, at-least-once delivery, leases, heartbeats, fencing tokens, cancellation, retries, and DLQ recovery.

  • Revisioned domain design: immutable revisions, compare-and-swap updates, ETags, lineage, state machines, and evidence-preserving lifecycle transitions.

  • Python worker integration: modern typed Python, uv, Pydantic, pydantic-ai, and clear service contracts between TypeScript application code and private Python workers.

  • AI trust boundaries: typed model tools and outputs, server-resolved authority, bounded retrieval context, citation validation, and fail-closed persistence of model proposals.

  • Testing and operability: TDD, contract and integration tests, adversarial tenant-isolation tests, failure drills, OpenTelemetry instrumentation, and end-to-end execution against realistic services.

Nice to Have
  • Patent, legal-tech, document-workflow, or other evidence-heavy domain experience.

  • Pgvector retrieval, embedding pipelines, and public/private retrieval separation.

  • Neo4j or graph-query experience for a read-only public reference plane.

  • Stripe webhook, entitlement projection, and usage-reconciliation experience.

  • Secure source-document ingestion, malware-scanning, and provenance pipelines.

  • Experience building operator and audited break-glass application workflows.

What We Offer
  • High-impact work at the intersection of AI and critical infrastructure regulation

  • Direct customer exposure and a seat at the table when we decide what to build

  • Small team with outsized influence; your field learning shapes the product roadmap

  • Modern AI-native development environment (Claude Code, Cursor, multi-model orchestration)

  • Remote-first

  • Competitive compensation

Values We Hire For
  • Character: integrity and trustworthiness above all

  • Competency: evoking trust and reliably delivering

  • Togetherness: family-level support and alignment

  • Impact: meaningful outcomes over activity

  • Commitment: ownership and follow-through

What's In It For You

Labrynth is committed to fair and competitive pay, ensuring that compensation reflects both market conditions and the value each team member brings. Hourly rates are determined based on factors such as location, relevant experience, skills, internal pay equity, and market conditions.

During the interview process, your Talent Acquisition Partner will confirm the hourly rate range applicable to your location. For contractors outside the U.S., compensation is aligned with local market conditions and cost of living.

While every engagement is unique, our compensation philosophy is designed to ensure fairness, consistency, and competitiveness across Labrynth. Additional details regarding compensation, contract terms, and the scope of the engagement will be discussed throughout the hiring process.

Equal Opportunity Statement:

We’re an equal opportunity employer. All qualified applicants will receive consideration for employment without regard to race, color, religion, sex, national origin, disability, or veteran status, or any other basis protected by law.

Skills Required

  • Strong Node.js and TypeScript backend engineering experience
  • Experience with Fastify and schema-first API design (JSON Schema/OpenAPI 3.1)
  • PostgreSQL advanced schema design, migrations, transactions, and row-level security (RLS)
  • Experience integrating Cognito or other OIDC identity providers and application-level authorization
  • Distributed work execution experience: transactional outbox, SQS or comparable queues, idempotency, leases, heartbeats, retries, DLQ
  • Designing revisioned domain models: immutable revisions, ETags, compare-and-swap, lineage and state transitions
  • Python worker integration with modern typed Python, uv, Pydantic and pydantic-ai
  • OpenTelemetry instrumentation, TDD, contract/integration testing, adversarial tenant-isolation tests, and failure drills
  • Experience with observability, usage ledgers, safe logging, metrics and traces for platform dashboards
  • Experience with TypeBox or other schema-first TypeScript schema tooling
  • Experience with pgvector, embedding/retrieval pipelines, or vector DBs
  • Experience with Neo4j or graph-query systems (read-only reference plane)
  • Experience with Stripe webhooks, entitlement projection, and usage-reconciliation
  • Domain experience in patent, legal-tech, document-workflow, or evidence-heavy systems
Am I A Good Fit?
beta
Get Personalized Job Insights.
Our AI-powered fit analysis compares your resume with a job listing so you know if your skills & experience align.

The Company
HQ: New York, NY
17 Employees
Year Founded: 2023

What We Do

Infinity incubates companies focused on AI service businesses, combining repeat founders with world class applied AI engineers creating the next generation of service industries.

Similar Jobs

Narmi Logo Narmi

Senior Sales Engineer

Enterprise Web • Fintech • Payments • Software • Financial Services
Remote or Hybrid
2 Locations
140 Employees
150K-185K Annually

General Motors Logo General Motors

HR Solutions Leader, Total Rewards

Automotive • Big Data • Information Technology • Robotics • Software • Transportation • Manufacturing
Remote or Hybrid
2 Locations
165000 Employees
154K-204K Annually

NBCUniversal Logo NBCUniversal

Cyber Communications Lead

AdTech • Cloud • Digital Media • Information Technology • News + Entertainment • App development
Remote or Hybrid
New York, NY, USA
90K-110K Annually

Deepgram Logo Deepgram

Senior Software Engineer

Artificial Intelligence • Machine Learning • Natural Language Processing • Software • Conversational AI
Remote
USA
150 Employees
180K-240K Annually

Similar Companies Hiring

Legora Thumbnail
Artificial Intelligence • Legal Tech • Software
New York, New York
700 Employees
Hanover Park Thumbnail
Artificial Intelligence • Fintech • Software • Financial Services
New York, New York
42 Employees
Onshore Thumbnail
Artificial Intelligence • Fintech • Software • Financial Services
New York, New York
60 Employees

Sign up now Access later

Create Free Account

Please log in or sign up to report this job.

Create Free Account