Founding AI Engineer
Andreessen Horowitz
About the job
TL;DR: Own the machine-learning systems at the core of a live, AI-native fashion product (self-hosted and frontier models, computer vision, and our auto-linking pipeline), and ship plenty of product and backend work alongside them. This is a founding-level role with a path to fully owning AI and a team. We care more about how fast you can learn than about what you already know. Company Description Lekondo is on a mission to create a platform that serves as the ultimate home for the diverse and vibrant cultures that emerge from fashion. We believe fashion is a universal form of identity, yet its potential as a digital community remains untapped. Our vision is to empower people to connect, express themselves, and celebrate their unique styles through an innovative and inclusive platform. Based in New York, Lekondo strives to redefine the intersection of fashion and technology with a focus on creativity and community. Why Now Lekondo is backed by world-class investors. The product is live, users upload their outfits every day, and AI is not a feature bolted onto the side. It is the product. Every outfit someone posts is detected, segmented, classified, matched, and turned into a clean catalog of their wardrobe by a pipeline of self-hosted and frontier models. This is a real, production ML system running our own models at scale, not a thin wrapper around someone else's API. Now we need someone to own it, push it, and grow it as the company scales. You'd join as one of our first handful of engineers, working shoulder-to-shoulder with the founder. This is a rare chance to take ownership of a production AI system that is already live and central to the product, and to grow into fully owning AI and the team beneath it. The Role This role is roughly half AI/ML and half product engineering, and that split is deliberate. For the AI half, you'll own the models and pipelines that power the core Lekondo experience: self-hosted LLMs, computer-vision segmentation, embeddings and retrieval, and the auto-linking system that turns a photo of an outfit into structured, deduplicated wardrobe items. You'll have real latitude here, including training or fine-tuning custom models where it earns its keep. For the other half, you'll ship like the rest of the team. We're small and there's a lot to build, so you'll write backend code well outside of ML: optimizing our Go services, attacking performance, and shipping features end to end. You'll likely lean backend, but if you want to reach into the mobile app and go full-stack, that is welcome too. As we scale, the AI half grows: you'll fully own the AI roadmap and build and lead the team underneath it. For now, you're a hands-on builder who happens to own the most strategically important surface in the company. What You'll Own• Model strategy. Lekondo runs a mix of frontier APIs and open-weight models (think Gemma and Qwen) on our own GPUs, across both AWS and GCP. We process thousands of outfit uploads a day, and each one fans out into a burst of segmentation, embedding, classification, and generation calls, well over 100,000 model inferences daily that all have to stay fast and cheap as we grow. You'll own the routing that sends each job to the right model, the fallback behavior that keeps the product up when a model (or a whole cloud) has a bad day, and the cost and quality tradeoffs across the entire mix. In short, you'll decide when to self-host, when to call a frontier API, and when to train something custom.
• Auto-linking (our flagship ML system). The hardest, most-iterated system we have: a hybrid pipeline of multimodal embeddings, vector search, and LLM re-ranking that matches each garment in a new photo against a user's existing closet. You'll own its precision and recall, its decision thresholds, and its evolution.
• Computer vision. Text-prompted segmentation (SAM3), background removal, image generation, and face anonymization, all running on our own GPU clusters across AWS and GCP. You'll own model selection, quality, latency, and cost.
• Model quality and evals. The classifiers that read aesthetics, colors, taxonomy, and composition from an outfit. You'll own the prompts, the few-shot calibration, the evaluation harnesses, and the relentless quality tuning that separates "demo" from "production."
• The other 50%: product and backend. We're small and there's a lot to ship, so you'll write plenty of code that has nothing to do with ML. That means real backend engineering in Go: the API on ECS, the fleet of Lambdas and Step Functions behind our async pipelines, caching and read-path optimization, and the data modeling that keeps everything fast at scale (DynamoDB & OpenSearch experience is a real plus). You'll ship user-facing features and chase performance wherever it matters. And if you want to reach into the React Native app and go full-stack, that is fair game too. How We Build We are an AI-native engineering team, and we mean it:
• We don't hand-write code. Claude Code, Codex, or whatever tools get the job done, and engineers have full autonomy over their setup.
• Humans own system design and review. Agents write the functions; you own the architecture, the full context, and the PR review. That is where the real leverage, and the hardest thinking, lives.
• Our scale demands judgment. We're past the point where the simplest one-shot solution scales. We're deeply performance-focused, and we need you to know what we're building toward so we're not refactoring around a clever-but-wrong shortcut every day.
• You learn on the job, with AI. You don't have to arrive an expert. You do have to be the kind of person who can take an ambiguous goal in a domain you've never touched, research it, talk to the codebase, prototype and ship it with AI, and then own it over the following months until you are the expert. Learning live as we deploy and optimize is the job. If you've felt the shift in how software gets built over the last two years and you're hungry to operate at the very top of it, you'll feel at home here. How We Work
• High trust, high ownership. We won't set your hours; you own results. That cuts both ways: nobody tracks when you log on, and you're also the one fixing your code on a Saturday when it's affecting users. The team already works like this; people diagnose an alert with Claude and ship the fix before anyone thinks to ask.
• End-user experience is our highest bar. Plenty of things are up for debate. The experience our users get is not.
• Flat, opinionated, and truth-seeking. There is no hierarchy to route ideas through: anyone can pitch anything and the team will genuinely listen. We will also push back hard to make sure it holds water, because we are truth-seeking above all else. Bring strong opinions and hold them loosely.
• Sustainable intensity. When it matters, we need you fully bought in. We also know that steering four AI agents at once gets exhausting fast and that rest is what keeps the work sharp, so we aim for a reasonable balance rather than burnout. What Success Looks Like In your first 90 days, you will have:
• Developed a deep mental model of the full AI pipeline and where its quality, cost, and latency actually live
• Shipped measurable improvements to auto-linking precision and recall, or to model quality
• Taken real ownership of the model serving and routing stack
• Shipped meaningful non-ML product and backend work alongside everyone else
• Formed a clear point of view on where we self-host versus call frontier models versus train our own
• Earned a reputation as a sharp, trusted reviewer of agent-generated code Who You Are
• A systems thinker, above all. You operate at the architecture and design level, hold the whole system in your head, and treat code review as a first-class craft. You spot the solution that won't scale before it ships.
• Ambitious and fast-learning. We care far more about raw ability and drive than about pedigree. You're comfortable (or quick to get comfortable) steering AI tooling, and energized by it rather than threatened.
• Bonus: great taste and design sense. Not required, but a real plus; we sweat the details.
• Bonus: you love fashion. Also not required, but if Lekondo is a product you'd actually use, even better. Ideal Background We're genuinely flexible here. These are signals, not hard requirements:
• Hands-on experience somewhere in ML/AI: LLMs, computer vision, embeddings and retrieval, recommenders, or applied LLM work (prompting, evals, fine-tuning, serving)
• Strong backend engineering, ideally in a typed language at scale (we're in Go)
• Comfort with cloud infrastructure and MLOps (we run on AWS and GCP, with GPU clusters and Step Functions)
• Comfort in a fast-moving, ambiguous, early-stage environment Location For US candidates, this is an in-person role in New York City, five days a week. For non-US, remote. Compensation Competitive cash and meaningful early-stage equity. This is a founding-level role, so you'll own a real piece of what we're building, calibrated to experience. How to Apply Submit your resume along with your LinkedIn, GitHub, or portfolio, and a couple of sentences on why Lekondo. No cover letter required, and no application cap. We read every submission and will get back to you.
Vacancy posted 3 days ago
Similar jobs that could be interesting for youBased on the Founding AI Engineer in New York, NY vacancy
$160k - $220k
...THE MISSION Nolla is building AI doctors so that top-quality healthcare is accessible... ...Catalyst. THE ROLE This is an AI engineering role, not an ML engineering role. You won... ...moving. You'll work directly with the founding team and your work reaches patients immediately...SuggestedFull timeFlexible hours- ...Founding AI Engineer (LLM + Production) Location: New York, NY (In‑Person) Compensation: Top of Market + Equity + Benefits About Everstar Everstar is building AI tools to accelerate nuclear deployment. Our platform, Gordian , powers regulatory search, research...SuggestedFull timeWeekend work
- ...Founding AI Engineer (AI + Production) New York City (5 days on-site) · Top of market + equity + benefits TL;DR: Build AI that accelerates nuclear deployment. Own AI production from evals to fine-tuning. Push the frontier on physics models, world models, and AI-accelerated...SuggestedFull timeImmediate startWeekend work
$120k - $150k
...talent at innovative companies. Our team is 100% remote and we work with teams across the United States to help them hire. Founding AI Engineer Location: New York City, NY (Union Square) Company Stage of Funding: Early-Stage, Venture-Backed AI Startup...SuggestedWork at officeRemote work3 days per week- ...Join SignalFire’s Talent Network for Founding AI Engineer Roles at VC-Backed Startups This is not an application for a specific job. Instead, this is a way to get on the radar of VC-backed startups that are actively hiring AI talent. If you have any questions, please...SuggestedFull time
- Alexander Chapman in NYC seeks a founding member of technical staff to build core AI-enabled infrastructure for critical utilities. You will own architecture, backend, and data workflows, collaborating closely with founders to deploy solutions used in the real world within...
- PayMe seeks a founding engineer to turn vague goals into shipped product using AI-assisted coding. This is a true full-stack builder role with strong product judgment and a bias for action in a fast-growing fintech environment. You will own meaningful product and engineering...
- Selby Jennings is partnering with an early-stage AI company to recruit a Founding Engineer in the NYC & Chicago area. You will join as one of the earliest technical hires and help shape both the product and the company. You'll work with founders and engineering leadership...
$180k - $250k
Our client, an early-stage AI startup, are hiring a Founding Applied AI Engineer to join their team in New York. The successful candidate will design and build the intelligence layer that powers the company’s personalisation, recommendation systems and external APIs, including...Full time- Advatix Inc. in New York is seeking a Founding AI Engineer / Member of Technical Staff to design and ship machine learning systems crucial for public safety. This role involves direct collaboration with founders and investigators to transform digital evidence into actionable...
- Neptune is seeking a founding Full-Stack Engineer to help build a shared operating system for couples, combining AI with vetted financial and legal workflows. You’ll be employee #1 on engineering and work directly with our CTO to shape product direction. You will own features...
- Kinetic is seeking a founding engineer for PayMe, a fast-growing fintech product based in New York. In this role, you will transform ambiguous... ...closely with product, growth, and design teams, and leverage AI heavily in your work. This is an exciting opportunity to shape...
- DEVELOPER L3 Technology GTM Systems Engineer, Salesforce About RampRamp is building the smart... ...Government the company was founded under the belief that a future where humanity... ...sales Sr. Solutions Engineer (Analytics, AI, Big Data, Public Cloud) - Kansai Region,...Local area
$130k - $180k
A healthcare innovation company in New York is looking for a Founding Engineer to develop cutting-edge health AI products. The role involves contributing to technical strategies, designing scalable AI/ML infrastructure, and integrating diverse health data. Ideal candidates...- Recruiting from Scratch is partnering with an early-stage AI healthcare startup in New York to build end-to-end ML systems for... ...medical coding and revenue cycle workflows. We’re seeking a Founding AI Engineer to own core AI systems from data ingestion to production deployment...Work at office
- Forgepoint, an a16z-backed startup, is building AI agents to automate the $3 trillion American manufacturing back office. We are hiring a Founding Engineer in New York City to build the digital backbone, ship core AI features, and integrate with legacy ERP systems from...
$250k - $350k
Goliath Partners is seeking a Founding Fullstack AI Engineer to join their innovative team in New York. This role is key in designing and deploying scalable AI pipelines and building backend systems that power autonomous workflows. Ideal candidates should have at least...- Transformcap is seeking a Founding AI Design Engineer to redefine how pharmaceutical brands create content. You will combine classic design tools with modern AI workflows to build innovative solutions for pharma marketing. The ideal candidate has over 4 years of experience...
$175k - $275k
...changing that. We're building the agentic AI platform designed exclusively for... ...data, business logic, and workflows. Founded in 2024 and backed by GV, NEA, FPV, and Virtue... ...Role Overview We're looking for an AI Engineer to help build the agentic platform at the...Full timeWork at office- ...We're a team of ex-Google engineers who built some of the largest defensive platforms on the... ...challenge: stopping the new wave of adversarial AI attacks already hitting organizations... ...+ years of combined AI experience on the founding team, we know today's landscape changes...Full timeFlexible hours
$160k - $230k
...Standard Template Labs is a stealth-mode, AI-native startup reimagining the future of... ...Role Our team is currently seeking AI Engineers that will design, build, and deploy machine... ..., where you’ll be side-by-side with the founding team in a supportive, collaborative...Full timeWork at officeLocal area$200k - $300k
About Farsight Farsight is the agentic AI platform for financial services, currently... ...Menlo Ventures, supercharged by scalable engineering and AI skills from companies including Amazon... ...from previous work as founders and founding engineers. We focus on hiring the best so...Full timeLocal areaRemote work- ...Job description Rengo AI is building the intelligence layer for fund management — starting with next-generation portfolio... ...performance across assets and strategies . The Role As a Founding AI Engineer , you will build the core system that powers AI-driven...Full timeShift work
- A technology startup in New York is seeking a full-stack developer to build innovative voice AI features. The role involves making significant technical decisions and shipping products quickly in a dynamic startup environment. Ideal candidates are those excited about AI...
$175k - $250k
AI EngineerAbout MillenniumMillennium is a global, diversified alternative investment firm, founded in 1989. Defined by evolution, innovation and focus, Millennium’s mission is to... ...impactPartner closely with product managers, data engineers, and business stakeholders to translate...Flexible hours$240k - $300k
...About EliseAI EliseAI develops cutting-edge conversational AI technology for industries fundamental to our lives: housing... ...breaking into a new vertical: healthcare. We are looking to hire a Founding Software Engineer to play an essential role in building up our new business...Full timeWork at officeLocal areaRelocation$200k - $250k
Acceler8 Talent is seeking a Software Engineer (AI Investor) to contribute to an innovative Applied AI lab in New York. This role involves building AI-native environments and developing autonomous systems that tackle complex financial challenges. The ideal candidate has...- Stealth Startup is building an AI-powered mobile platform to transform residential construction estimates and financing. You will join as a full-stack engineer with deep computer vision expertise, lead the MVP from ground up, and work closely with the Founder & CEO to...
$175k - $250k
...Swayable Swayable is a fast-growing AI and automated data science platform that... ...impact investors, including Y Combinator. Founded in 2018 by physics PhDs, it is led by the... ...the role Swayable is seeking a Senior Engineer blending Python software development...Full time$100 per hour
...About DualEntry Founded in 2024, DualEntry is one of the world’s fastest-growing AI startups. At DualEntry, the future of finance is being written today. ERP... ...momentum - join early. As our Applied AI Engineer , you'll design and ship production AI systems...Full timeImmediate startWeekend work
Do you want to receive more vacancies?
Subscribe and receive similar vacancies to Founding AI Engineer. Be the first to apply!
Related searches



