Build the infrastructure for AI insurance
Malcolm is the compliant middleware layer between AI agents and insurance carriers. We're a small team solving a hard, real problem - and we're looking for people who want to ship fast in a regulated world.
View Open RolesCurrent openings
Don't see a perfect fit? We're always interested in hearing from exceptional people. Send us a note.
No open roles right now - but we're always happy to hear from great people.
Get in TouchAI agents already want to sell insurance
Millions of people ask ChatGPT, Gemini, and Perplexity about insurance every day. But there's no infrastructure to ensure those conversations are accurate, compliant, or connected to real carriers.
We're building that infrastructure. Malcolm validates every AI-generated quote against carrier product rules, strips PII in-flight, and generates compliant checkout URLs - all through a single API.
Backed by Founders Factory, working with leading UK insurers, and growing fast. This is a ground-floor opportunity to define how AI distributes insurance.
Our principles
These aren't aspirational posters. They're how we actually make decisions day-to-day.
Ship fast, stay compliant
We move quickly but never cut corners on correctness. Insurance is a regulated industry - speed without rigour is just risk.
Build for the architecture
We solve problems at the system level. If something can be enforced by design - zero data retention, schema validation - we don't rely on policy.
Default to transparency
We write things down, share context early, and explain our reasoning. Async-first, low-ego, high-signal communication.
Think in interfaces
We're a middleware company. Clean APIs, clear boundaries, and well-defined contracts matter more than clever code.
Interested in joining?
Drop us a line at careers@trymalcolm.com - tell us what you're working on and why Malcolm interests you.
$ curl -X POST https://api.trymalcolm.com/v1/quote \
-H "Authorization: Bearer mk_live_..." \
-d '{ "product": "home_insurance" }'
{
"status": "quoted",
"checkout_url": "https://checkout.trymalcolm.com/q/..."
}