Skip to content

Pylon Lending

Pylon is “the first AI-native infrastructure platform to deliver autonomous mortgages at scale,” handling “everything from application to capital markets settlement” (home). The thesis is stated bluntly: “Mortgages are the last major financial product that are not programmable” — so Pylon “started from zero and created the first vertically integrated mortgage platform that turns origination into a single API” (about). The pitch is the whole strategy: “Out with the mortgage factory. In with the mortgage rails.”

What it’s built on:

  • Founded ~2022; the team “primarily comes from Stripe and Better” (introducing). HQ in Palo Alto (engineering), with New York (GTM/Product) (careers, Ashby); ~40 people (Paraform tracker).
  • $45M raised (about) — seed ~$8M led by Conversion Capital (Dec 2022, FinTech Global); institutional backers Conversion Capital, Peter Thiel, QED, Citi, Allegis Capital, Fifth Wall (introducing), plus angels including the founders of Ramp, Mercury, Blend, DoorDash, Wealthfront and Naval Ravikant (about).
  • Citi connected its “mortgage trading desk to the Pylon platform alongside a strategic minority ownership investment” (introducing).
  • Claimed results: 74% lower cost to originate vs. the Freddie Mac 2024 study, 75–200bps better pricing, ~102bps more per loan, 2× MoM revenue growth (home, careers).

The product is five composable products on the API — Decisioning, Capital, Command Center, Elements, Compliance (introducing) — sold to brokers, fintechs, lenders, and banks (home).

A single-language TypeScript shop: TS everywhere, GraphQL as the contract, NestJS services, Postgres for state, and Temporal.io orchestrating every long-running mortgage workflow — on AWS. Every row below is named in a first-party JD or shown on the product site.

LayerChoiceEvidence
Backend languageTypeScript (everywhere)every eng JD (API, Infra, Underwriting, Integrations, Fullstack)
API contractGraphQL“this is the product”API JD; createBorrower mutation w/ query-complexity limits on home
Backend frameworkNestJSAPI, Underwriting, Integrations, Fullstack
FrontendReactFullstack JD
Primary datastorePostgreSQLevery eng JD
Workflow orchestrationTemporal.ioevery eng JD
Architecture patternevent-drivenAPI, Infra
CloudAWS (“our cloud home”)Infra JD
Code review / dev flowGraphite (stacked PRs)Infra JD
ObservabilityHoneycombInfra JD
Dev environmentsGitHub CodespacesInfra JD
Underwriting rulescustom DSLs + AI (guideline → executable logic)Underwriting JD
External integrationscredit bureaus, title, insurance, doc services via REST / SOAP / fileIntegrations JD
Agent accessMCP-native infrastructurehome, fintechs, developers
AI in product + dev”AI-driven development tooling and agentic infrastructure”every eng JD
Marketing siteNext.js, HubSpot, GTMnetwork trace (careers)

The LLM provider, document-AI/OCR pipeline, and guideline retrieval index aren’t named — reconstructed in Likely stack & infra choices.

One GraphQL API fronts a five-stage, Temporal-orchestrated pipeline — Intake → Structure → Process → Underwrite → Settle — that reaches out to external mortgage rails for data and lands every loan in the capital markets. Customers reach it three ways: browser, API, or agents over MCP.

Pylon architecture: originators (brokers, fintechs, lenders, banks) hit an integration surface (browser, API, agents over MCP) that fronts a GraphQL API (TypeScript, NestJS, event-driven); the API drives a Temporal.io-orchestrated origination pipeline — Intake (eligibility, income/asset verification, preapproval), Structure (pricing, rate-lock), Process (order-outs, disclosures, conditions), Underwrite (DSL + AI rules, AUS, compliance, fraud), and Settle (closing disclosure, eSign, notary, recording); external rails (credit bureaus, title, insurance, document services) feed Process and Underwrite over REST/SOAP/file; loan state lives in PostgreSQL; Settle hands off to capital-markets takeout via direct Wall Street and the Citi trading desk, rep-and-warranting every loan; exceptions escalate to licensed Technical Oversight mortgage-ops staff.

Mermaid source
flowchart LR
classDef client fill:#eef2f8,stroke:#94a3b8,stroke-width:1.5px,color:#0f172a;
classDef api fill:#e8f1fd,stroke:#2563eb,stroke-width:1.5px,color:#0f172a;
classDef stage fill:#eef0fe,stroke:#6366f1,stroke-width:1.5px,color:#0f172a;
classDef engine fill:#eafbf1,stroke:#16a34a,stroke-width:1.5px,color:#0f172a;
classDef ext fill:#fff7ed,stroke:#d97706,stroke-width:1.5px,color:#0f172a;
classDef human fill:#fdecec,stroke:#e0564f,stroke-width:1.5px,color:#0f172a;
Cons("Originators<br/>brokers · fintechs · lenders · banks"):::client
Surf("Integration surface<br/>Browser · API · Agents (MCP)"):::client
API("GraphQL API · the product<br/>TypeScript · NestJS · event-driven"):::api
subgraph Pipe["Origination pipeline · orchestrated by Temporal.io"]
direction LR
Intake("Intake<br/>eligibility · income/asset<br/>verify · preapproval"):::stage
Struct("Structure<br/>pricing · rate-lock<br/>best-option"):::stage
Proc("Process<br/>order-outs · disclosures<br/>conditions"):::stage
UW("Underwrite<br/>DSL + AI rules<br/>AUS · compliance · fraud"):::engine
Settle("Settle<br/>closing disclosure · eSign<br/>notary · recording"):::stage
Intake --> Struct --> Proc --> UW --> Settle
end
PG[("PostgreSQL<br/>loan state")]:::api
subgraph Ext["External rails · REST / SOAP / file"]
direction TB
Bureaus("Credit bureaus"):::ext
Title("Title · insurance"):::ext
Docs("Document services"):::ext
end
Cap("Capital-markets takeout<br/>direct Wall St · Citi trading desk<br/>rep &amp; warrant every loan"):::ext
Ovr("Technical Oversight<br/>licensed mortgage ops · exceptions"):::human
Cons --> Surf --> API --> Pipe
Ext --> Proc
Ext --> UW
Settle --> Cap
Pipe -. "state in" .-> PG
Pipe -. "exceptions escalate to" .-> Ovr

The API encodes the domain, not a wizard. Pylon models mortgage as “path-dependent” and “nonlinear”“the choices you make early in a loan constrain what’s possible later … different borrower situations branch into wildly different flows” — and bets that the API should “encode choice, branching, and path-dependence natively” rather than “paper over that complexity” (API JD). They are moving it toward event-driven: an API that “doesn’t just respond to requests — it tells you what happened, why, and what you can do next” (API JD).

Underwriting is a compiler, not a checklist. The underwriting team “takes human judgment out of mortgage origination and replaces it with systems that are faster, more consistent, and more accurate” (Underwriting JD). The mechanism: “Encode natural language rules into code … with DSLs and novel techniques — including AI — to translate dense regulatory guidelines into executable logic … compiling English into a system that makes six-figure decisions,” built “side-by-side with mortgage experts.”

Integrations are the connective tissue. A dedicated team plugs Pylon into “credit bureaus, title companies, insurance providers, document services”“mortgage touches everything” — across “REST, SOAP, file-based — the full spectrum” (Integrations JD). The pipeline’s order-outs, disclosures, AUS, and fraud checks all ride these connectors, and Settle hands the finished loan to the capital-markets takeout (the Citi trading desk and direct Wall Street access).

Small, senior, and pointedly from outside mortgage: “We don’t come from the mortgage industry. We came in from the outside, got obsessed with the problem” (careers). 30% are former founders and “many of us are former founders”; the engineering bio reads “Many ex-Stripes” (careers, API JD).

RolePersonBackground
CEOTrent Hedgeex-founder, Atmos (about, introducing)
CTO & Head of Pylon LabsJosh KuhnStripe, Theorem (about)
VP EngineeringYves BourelleStripe, Box (about)

Engineering is organized by mortgage subsystem, all Palo Alto / hybrid at $130–220K + equity (Ashby): API (the GraphQL product surface), Integrations (external rails), Underwriting (the DSL/AI decision engine), Foundation (infra — “keep the platform stable and developers productive”), Customer Success (fullstack), and SRE. Engineers “own entire systems, not tickets,” leveraging “AI+ML and operations research” (careers).

Operations research as a first-class tool. Beyond “AI+ML,” Pylon explicitly leverages operations research to “solve the messy, real-world challenges everyone else calls impossible” (careers) — fitting for pricing, loan structuring (“surface the best option … lowest monthly payment, out-of-pocket cost, or best interest rate” (fintechs)), and capital allocation.

A modern, AI-native dev loop. The Foundation team runs Graphite (stacked PRs), GitHub Codespaces (dev environments), and Honeycomb (observability), with the explicit job of keeping “highly available systems” that “process millions of dollars in mortgage transactions” reliable (Infra JD). Every JD lists “AI-driven development tooling and agentic infrastructure” — agents are in the engineering loop, not just the product.

Values steer toward contrarian bets. The stated values — “outcomes over optics,” “contrarian and correct” (“bias toward questioning industry consensus”), and “craftsmanship in everything” (“every pixel and every line of code matters”) — match a team that “built something the industry said couldn’t be built” (careers).

  1. Vertically integrate the whole stack. “Billions have been poured into vertical SaaS, point solutions, and digital front ends. None of it touched the real problem” (careers) — Pylon owns Intake-to-Settle instead of integrating others.
  2. Capital markets first, application last. Build the takeout, then collapse origination into an API on top of it (introducing).
  3. The GraphQL API is the product. Treat versioning, DX, and domain modeling as the core deliverable, not an afterthought (API JD).
  4. Compile underwriting, don’t staff it. Encode guidelines as tested DSLs + AI so a rule is executable and auditable, with humans as exception handlers (Underwriting JD).
  5. Own the risk to earn the margin. Rep & warrant every loan into the capital markets — the liability that justifies removing the middlemen (fintechs).
  6. Crypto as a wedge product. “The only provider with a crypto-asset depletion underwriting model” — staking income and crypto-backed mortgages for HNW users (fintechs).

Reconstructed from public sources only — no insider information. Crawled 2026-06-07. Claim tiers used above: verified (stated on a public page, linked) · inferred (reasoned from a cited signal, confidence flagged) · speculative (best-practice fill-in, labeled). Links are live; pages change, so the supporting quote for each claim is kept in this repo’s evidence map (evidence/pylon-lending-evidence-map.md). Note: this is Pylon Lending (pylonlending.com), not the unrelated “Pylon” customer-support SaaS.

#SourceLink
S1Homepage — “America’s mortgage rails”https://www.pylonlending.com/
S2About — investors + teamhttps://www.pylonlending.com/about/
S3Fintechs & cryptohttps://www.pylonlending.com/fintechs/
S4Developershttps://www.pylonlending.com/developers/
S5Careershttps://www.pylonlending.com/careers/
S6”Introducing Pylon” (Trent Hedge, 11/26/2024)https://www.pylonlending.com/resources/introducing/
S7Job board (Ashby)https://jobs.ashbyhq.com/pylon
S8Backend Engineer, API (JD)https://jobs.ashbyhq.com/pylon/d1ef993a-9d43-432c-8700-f185de00a1e4
S9Backend Engineer, Integrations (JD)https://jobs.ashbyhq.com/pylon/23ee52df-cd68-42c9-bf27-5b844ae8e2c6
S10Backend Engineer, Underwriting (JD)https://jobs.ashbyhq.com/pylon/2ed1cad6-d4c7-48a4-bf8a-f66ce884a0ea
S11Infrastructure Engineer, Foundation (JD)https://jobs.ashbyhq.com/pylon/5e3de934-d746-4753-8436-ea70143baeae
S12Fullstack Engineer, Customer Success (JD)https://jobs.ashbyhq.com/pylon/fd573bb0-d06c-401f-97b5-b73d030662d4
S13FinTech Global (third-party — Dec 2022 seed)https://fintech.global/2022/12/09/
S14Paraform (third-party tracker — headcount/founding)https://www.paraform.com/company/pylon-lending
ComponentLikely choiceWhy
Reasoning LLMa frontier model behind a provider abstraction, used for guideline compilation + doc understanding”including AI” in the underwriting DSL (Underwriting JD); no model named
Document AI / OCRa managed doc-extraction service or in-house ML for paystubs, bank statements, titleIntake “verifies income and assets” (home); extraction is implied, not named
Guideline retrievalembeddings + vector index over investor guidelines”mapping file to guidelines” (home); retrieval over dense rulebooks is the natural fit
Event backboneAWS-native (SNS/SQS/EventBridge) or Kafka feeding the event-driven API”event-driven architecture” on AWS (API, Infra)
Container orchestrationECS or EKS on AWSAWS confirmed (Infra JD); orchestrator not stated
Auth / identitya managed IdP for platform + embedded borrower flowsenterprise/regulated buyers; white-label Elements; no vendor named

The verified spine is real: a React/Elements front end and an MCP-native GraphQL API (TypeScript, NestJS, event-driven) over a Temporal-orchestrated, Postgres-backed core on AWS; a custom DSL + AI underwriting engine; REST/SOAP/file integrations to credit, title, insurance, and document partners; capital-markets takeout via Citi; and a Honeycomb/Graphite/Codespaces dev platform. Reconstructed here are the LLM provider, document AI/OCR, guideline vector index, event/streaming bus, container orchestration, and auth.

Full-system architecture for Pylon: verified anchors (React/Elements UI, GraphQL API on TS/NestJS, MCP surface, Temporal.io, PostgreSQL, custom DSL + AI underwriting, credit/title/insurance/document integrations, Citi capital-markets takeout, and Honeycomb/Graphite/Codespaces) shown as solid boxes; assumed parts (LLM provider, document AI/OCR, guideline vector index, event/streaming bus, ECS-vs-EKS container orchestration, and auth/identity vendor) shown dashed.

Mermaid source
flowchart TB
classDef verified fill:#e8f1fd,stroke:#2563eb,stroke-width:2px,color:#0f172a;
classDef spec fill:#ffffff,stroke:#b4bdca,stroke-width:1.3px,stroke-dasharray:6 4,color:#475569;
subgraph Edge["Surfaces"]
direction TB
FE("Borrower UI · React<br/>Elements · white-label"):::verified
GQL("GraphQL API · TS · NestJS<br/>event-driven"):::verified
MCP("MCP-native surface · agent access"):::verified
end
subgraph Core["Origination core · on AWS"]
direction TB
Temporal("Temporal.io · workflow orchestration"):::verified
PG[("PostgreSQL · loan state")]:::verified
Bus("Event bus / streaming<br/>likely SNS-SQS / Kafka"):::spec
Orch("Container orchestration<br/>ECS vs EKS · likely"):::spec
end
subgraph UW["Underwriting + decisioning"]
direction TB
DSL("Custom DSL + AI<br/>guideline → executable rules"):::verified
LLM("LLM provider · likely frontier model"):::spec
OCR("Document AI / OCR<br/>income · assets · title · likely"):::spec
Vec[("Guideline retrieval / vector index · likely")]:::spec
end
subgraph Integ["Integrations · REST / SOAP / file"]
direction TB
Part("Credit bureaus · title · insurance<br/>document services"):::verified
Cap("Capital-markets takeout · Citi"):::verified
end
Auth("Auth / identity vendor · likely"):::spec
Obs("Honeycomb · Graphite · Codespaces"):::verified
Edge --> Core
Core --> UW
Core --> Integ
DSL -.reasons via.-> LLM
DSL -.reads.-> Vec
UW -.parses docs via.-> OCR
Edge -.guarded by.-> Auth