Founding Engineer, AI & ML Systems
- Discuss this with your agent
- Open in Claude
- Open in ChatGPT
Prepare application
- Draft this with your agent
- Open in Claude
- Open in ChatGPT
Role details
Tech stack
+25 more
Job description
Founding Engineer responsible for building FilmoreAI’s production AI and data platform for construction equipment dealers. The role covers agent infrastructure, model routing, LLM extraction and reasoning, canonical data modeling, entity resolution, Python data pipelines, Azure cloud orchestration, evaluation, observability, and safe human-approved write-back. The engineer will work independently in an ambiguous startup environment and use agentic development tools to ship reliable systems with strong cost, latency, accuracy, and operational guardrails. The summary above was generated by AI What We’re Building
FilmoreAI is the intelligence layer for the construction equipment industry - a multi-hundred-billion-dollar economy where dealers manage every stage of the machine lifecycle (acquisition, financing, utilization, service, trade-in, disposition) on data that lives in a dozen disconnected systems and a thousand reps’ heads.
We’re building the data and AI system that fixes that. We’re building equipment domain specific reasoning using a propietary ontology that connects ERP work orders, CRM opportunities, OEM telematics, UCC filings, auction results, and DMS transactions into a single canonical model of every machine, every customer, every dealer interaction across the lifecycle. Aftermarket, where dealers earn the majority of their profit on tribal knowledge is where the data is messiest and the leverage is highest, so it’s where we lead.
The data system is the product. We parse public information across all 50 states including UCC liens, construction projects, contractors, and early land development. We normalize telematics across OEM standards. We resolve entities across systems that have never spoken to each other. What You’ll Work On
-
Agent infrastructure. Design and ship the agent runtime. Wire agent templates to live data through the canonical schema and the internal MCP tool registry. Build workflows in LangGraph with typed I/O, structured outputs, retries, and observability versioned and tested like backend services, not prompt notebooks. Implement the staged trust ladder for write-back - read-only * human-approved * scoped autonomous with every action logged in the Postgres action ledger alongside the reasoning trace and a rollback path.
-
Model layer & routing. Own the in-house Model Router across Claude, GPT, Gemini, and OSS. Make the live calls on when Opus is worth the cost, when Haiku is enough, when Gemini’s long context is the unlock, and when an OSS model is the right call. Prompt caching, failover, provider-concentration risk, eval-gated rollouts the model layer is a production system and you operate it like one.
-
LLM-powered extraction & reasoning. Build extraction and reasoning workflows over filings, work orders, spec sheets, and other semi-structured or unstructured documents using vision and long-context models. Design typed schemas with Pydantic, iterate on prompts as document formats change, and keep the cost / latency / accuracy tradeoff explicit including when an LLM is the wrong tool and a parser or regex is. Build the golden sets and evals that let you ship changes with confidence.
-
Canonical data model. Migrate and extend the canonical schema. Entity resolution across dealer systems, telematics, public records, transaction histories, and third-party data is a primary, ongoing problem here and the schema is the compounding moat for every agent we build on top. Maintain the OLTP plane in Azure Database for PostgreSQL (with pgvector) cleanly separated from the OLAP plane in Synapse; know which workloads belong where and why.
-
Data pipelines & cloud orchestration. Build and maintain Python ingestion across public, third-party, and partner sources - government registries, filing systems, geospatial APIs, permit and contract systems. Handle the real-world failure modes: rate limits, schema drift, auth flows, JS-rendered sites with Playwright. Operate the stack on Azure - Container Apps, Blob Storage, Container Apps Jobs, Temporal Cloud for long-running jobs, approval queues, and human-in-the-loop write-back paths. The Stack
Data & Pipelines - Python, Playwright, public APIs; Airbyte + custom Python connectors; Databricks, MSFT Fabric, Cloud SQL Postgres with pgvector
Reasoning & Agents - Model Router across Claude, GPT, Gemini; LangGraph/LangChain for agent workflows; internal MCP tool registry; Postgres action ledger
Cloud & Backend - MSFT Azure, Temporal Cloud (orchestration + human-in-the-loop), Python + FastAPI, Terraform, GitHub Actions, Secret Manager
Delivery & Observability - Twilio (SMS), native CRM APIs, Datadog, LangSmith, * Messy real-world data. Inconsistent schemas, pagination edge cases, auth flows, dynamic JS-rendered pages, document parsing. You’ve debugged a scraper at 2am because a vendor changed their HTML.
-
Modern data + agent stack familiarity. Temporal, LangChain, LangGraph, Pydantic AI, pgvector, MCP. We don’t expect all of these - we expect you to learn the ones you don’t.
-
Strong plus: public/government/third-party data sources, enrichment pipelines with fallback logic, document extraction at scale.
-
You operate without supervision. We hand you a problem, not a ticket. You scope it, ship it, and tell us when we got the problem statement wrong.
-
You navigate ambiguity. The spec changes mid-week, the data is weird, and the customer feedback contradicts the design doc. You know when that’s healthy startup velocity and when it’s a signal something’s broken.
-
You ship the smallest thing that proves the bet. Manual version first. Build the API only when it earns its place. Walk away from problems that don’t move the dealer’s P&L.
-
You’re calibrated and bias toward action. When you don’t know, you say so. When the data is wrong, you flag it. When an LLM output is suspect, you don’t ship without guardrails. Then you keep moving.
-
You care about why this exists. Dealers run their businesses on tribal knowledge and relationships. We’re building the platform layer to help them modernize without implementing. If that mission doesn’t pull you forward, the rest of this won’t. AI-Native
-
You drive agentic IDEs as your primary loop. Claude Code, Cursor, or equivalent - not autocomplete, full agent sessions. You give the agent a problem, the right context, and the constraints, then review its work like a tech lead reviewing a strong junior. You know when to let it run and when to take the keyboard back.
-
You run agents in parallel. Multiple worktrees, multiple sessions, multiple branches in flight - one agent migrating a schema, another writing tests, another drafting docs. You’ve adapted your planning, review, and merge discipline to a world where throughput isn’t bounded by what one human can type.
-
You design context, not prompts. You know an agent with the right files, schema, examples, and acceptance criteria does excellent work, and one with a clever prompt and no context does not. You write CLAUDE.md / agent specs / project rules the way you’d write a runbook - because you’ll run them a hundred times., Own and grow strategic enterprise accounts in the Philadelphia territory by generating net-new business and expanding existing revenue. Develop complex sales strategies, engage technical and executive stakeholders, lead negotiations, and exceed revenue targets. Partner with Sales Engineering, Customer Success, Sales Operations, and channel teams to deliver tailored cybersecurity solutions and long-term customer value. Requires enterprise technology sales experience and travel up to 50%. Top Skills: Cloud ComputingCybersecurityGongLinkedin Sales NavigatorSaaSSalesforceSalesloftZoominfo Wipfli
Requirements
-
LLM APIs in production (3+ yrs). You’ve shipped real systems with Anthropic, OpenAI, or Gemini designed extraction schemas, built agentic workflows, written evals, reasoned about cost/latency/accuracy at scale. You can tell a war story about a model regression you caught before the customer did.
-
Modern agent stack. LangGraph (or equivalent typed agent framework), Pydantic AI, MCP, pgvector, golden-set evals, prompt caching. We don’t expect all of these we expect you to learn the ones you don’t and have opinions about the ones you have.
-
Strong Python (5+ yrs). Production-grade service and pipeline code other engineers can read, extend, and trust six months later. Async, typing, packaging the boring parts done right.
-
SQL & Postgres (5+ yrs). Schema design, migrations, query optimization, materialized views, index strategy. You read EXPLAIN plans without flinching. Bonus: dbt and a modern warehouse (Synapse, Snowflake, Databricks).
-
Cloud deployment (5+ yrs). Azure preferred (Container Apps, Blob Storage, Azure Database for PostgreSQL, Synapse Analytics); GCP or AWS translate. You’ve shipped to production, not just dev.
Benefits & conditions
120K-162K Annually Senior level 120K-162K Annually Senior level Artificial Intelligence * Cloud * Information Technology * Sales * Security * Software * Cybersecurity Own and expand strategic enterprise accounts across Ohio, generating net-new business and growing existing revenue. Develop sophisticated sales strategies, engage senior technical and business executives, negotiate complex agreements, and exceed revenue targets. Partner with Sales Engineering, Customer Success, Sales Operations, and channel stakeholders to deliver tailored cybersecurity solutions and long-term customer value. The role requires strong SaaS and cybersecurity expertise, executive communication, independent territory management, and travel up to 50%., Remote or Hybrid United States 107K-160K Annually Senior level 107K-160K Annually Senior level Cloud * Fintech * Software * Business Intelligence * Consulting * Financial Services Serve as a trusted advisor to behavioral health providers by reviewing financial reporting, preparing budgets/forecasts, analyzing KPIs, providing technical accounting support, identifying operational improvements, leading US and offshore engagement teams, and coaching staff to ensure high-quality deliverables and client service. Top Skills: Bill.ComNetSuiteQuickbooks OnlineSage Intacct
What you need to know about the Colorado Tech Scene
With a business-friendly climate and research universities like CU Boulder and Colorado State, Colorado has made a name for itself as a startup ecosystem. The state boasts a skilled workforce and high quality of life thanks to its affordable housing, vibrant cultural scene and unparalleled opportunities for outdoor recreation. Colorado is also home to the National Renewable Energy Laboratory, helping cement its status as a hub for renewable energy innovation.
Key Facts About Colorado Tech
- Number of Tech Workers: 260,000; 8.5% of overall workforce (2024 CompTIA survey)
- Major Tech Employers: Lockheed Martin, Century Link, Comcast, BAE Systems, Level 3
- Key Industries: Software, artificial intelligence, aerospace, e-commerce, fintech, healthtech
- Funding Landscape: $4.9 billion in VC funding in 2024 (Pitchbook)
- Notable Investors: Access Venture Partners, Ridgeline Ventures, Techstars, Blackhorn Ventures
- Research Centers and Universities: Colorado School of Mines, University of Colorado Boulder, University of Denver, Colorado State University, Mesa Laboratory, Space Science Institute, National Center for Atmospheric Research, National Renewable Energy Laboratory, Gottlieb Institute
Apply for this position
This job is hosted externally. Click below to view the full posting and apply.
Prepare application
- Draft this with your agent
- Open in Claude
- Open in ChatGPT
Good distractions
Talks and stories from around this role — technically off-topic, practically not.
Moments
Explore playlistsVideos
See allRelated articles
See all
Dev Digest 137 - AI'm not sure about this
Graph and AI Trends 2026: Why Is AI Running but Not Yet Delivering?
Dev Digest 120 - Apple and peers
MLOps And AI Driven Development