NNabeel Hassan

Blog · September 26, 2026 · 8 min read

Being the Technical Co-Founder From Lahore With a US Partner: What Makes a Remote Founding Team Work

By Nabeel Hassan — AI Engineer · ICPC World Finalist

TL;DR: I have co-founded two consumer AI products from Lahore with partners in the US: LectureNotes AI with Benjamin Rhodes and Lifemaxxing AI with Benjamin Siegel. LectureNotes reached around 15 million organic Instagram views in two months, nearly 10,000 users and roughly $1k MRR. What makes a cross-border founding team work is not more calls. It is a clean split of ownership (the partner owns proximity to the market, the technical co-founder owns the product actually existing), a handoff written down every day so the time difference becomes a relay instead of a delay, a build that can react to marketing within a day, and numbers both people read the same way. Here is how I think about the technical side of that partnership, and what I would tell anyone about to start one.

Most of what I write here is about client work: AI voice agents, CTO roles at startups, AR systems. This piece is about the other half of my work, the products I build as a co-founder rather than a contractor. The difference matters more than people expect. A client tells you what to build. A co-founder has to decide it with you, from nine to twelve hours away, and then both of you have to live with the result.

Why a Lahore and US founding team makes sense at all

The obvious objection is distance. The less obvious truth is that for a consumer product aimed at US users, the split can be an advantage if each side owns what they are closest to.

A US partner is close to the market. They know how the target user talks, what they already use, which platforms they spend time on, and what a price feels like to them. For LectureNotes AI the audience was students, and the growth came from short-form video that spoke directly to a student's week. That kind of cultural fluency is very hard to fake from outside.

I am close to the build. I have spent more than seven years shipping software, from Unity and AR to full-stack products and now AI agents, and I can turn a decision into a working app faster than most teams can schedule a meeting about it. For an early product, that speed is the thing that keeps the loop tight.

The partnership works when neither person tries to do the other's job badly. It fails when the technical co-founder starts guessing at marketing or the market-facing co-founder starts specifying implementation.

Split ownership, not tasks

The single most useful decision in a two-person founding team is writing down who owns what. Not who does what this week, but who has the final say.

The split I have found works:

"Owns" means that person makes the call after hearing the other one out. It does not mean they work alone. But when you are asleep while your partner is making a decision, you need to know in advance whose decision it is. Ambiguity that costs a five-minute chat in the same office costs a whole day across a time gap.

Turn the time difference into a relay

The time difference is either a relay or a queue. A queue is when a question sits unanswered for a night and blocks work. A relay is when each person ends their day by handing the other a clear baton.

What makes it a relay:

I learned the same thing serving US clients from Pakistan, which I wrote about in going from the ICPC World Finals to US clients: Lahore evenings are US mornings, and if the handoff is good, the client wakes up to progress instead of a question. A co-founder is the same, except the stakes are shared.

The build has to move at the speed of marketing

The part of LectureNotes AI that surprised me most was that growth mattered more than code, and I wrote the full retrospective in how LectureNotes AI got 15 million organic Instagram views. The technical lesson inside that story is about loop speed.

When organic content starts working, it changes what the product needs, fast. A video lands with a particular kind of student, new users arrive with a particular expectation, and the first screen they see either matches that promise or does not. If the build takes two weeks to react, the moment has passed.

What that means for the technical co-founder:

AI products add a cost your partner cannot see

In a consumer AI app, every active user costs money every time they use the core feature. Transcription, summarization and plan generation are real compute. A market-facing co-founder sees users and revenue. The technical co-founder has to see the third number: what a user costs to serve.

That matters most at the moment growth arrives. A sudden wave of free users is great for reach and potentially painful for the bill. Before any push, I want to know the rough cost per active user, which features are expensive, and whether the free tier is generous in the cheap places and careful in the expensive ones.

The choice of model and pipeline is also a product decision, not only an engineering one. Lecture audio is a very different speech-to-text problem from a phone call, which I compared in speech-to-text for lectures vs phone calls. Picking the right tool for the input is where a lot of both quality and cost is decided.

Agree on what the numbers mean

The fastest way for a remote founding team to drift apart is to read the same dashboard differently. One person sees 15 million views and feels the product is winning. The other sees nearly 10,000 users and around $1k MRR and sees a funnel leaking at every step. Both are right, and if you never say it out loud you end up optimizing for different things.

What helped:

The same principle ran through the Amazon seller analytics dashboard at Bettershop: one definition of the truth everywhere, or the people reading it end up arguing about numbers instead of acting on them.

Two products, two different problems

LectureNotes AI and Lifemaxxing AI look similar from far away, two consumer AI apps built with a US partner. Underneath, the core problem is different.

LectureNotes turns an input the user already has, a lecture, into something more useful. The value is obvious in one sentence, which made it spreadable. Lifemaxxing AI helps people plan and track self-improvement with personalized plans. The value there builds over time and depends on people coming back, so the engineering questions shift toward personalization, tracking and giving users a reason to return.

The founding-team lesson carries across both: agree early on which of those problems you are solving, because it changes what the technical co-founder should build first. A spreadable one-shot product and a habit product need different first screens, different metrics, and different definitions of a good week.

What I would tell a technical co-founder starting remote

  1. Write the ownership split down before writing code. Who decides positioning, who decides architecture, what you decide together.
  2. End every day with a handoff that includes your default. Make the time difference a relay.
  3. Protect one overlap window for decisions, not status.
  4. Build a small core loop you can change in a day. Marketing will ask you to.
  5. Know your cost per active user before growth arrives.
  6. Agree on metric definitions and one number per month.
  7. Keep release discipline even when moving fast. Rejected or broken store builds cost you the moment you were moving fast to catch.

None of this is about distance really. It is about making implicit things explicit, which a same-office team can get away with skipping and a cross-border team cannot. The upside is that a team forced to write things down usually ends up clearer than one that never had to.


I build my own products with US partners and engineer AI agents and software for startups across the US, UK and Europe. If you are a non-technical founder looking for someone who can own the build end to end, or you want a second opinion on the technical side of an early product, more about me is here, or book a call.

FAQ

How should a technical and a non-technical co-founder split responsibilities?

Split ownership, not tasks. The market-facing co-founder owns positioning, content, distribution and pricing conversations. The technical co-founder owns architecture, the AI pipeline, what ships and when, releases, running costs and whether a promise can be kept. The core loop, what not to build and the one number to move this month are decided together. Owning something means making the final call after hearing the other person out.

How do you work with a co-founder in a very different time zone?

Treat the time difference as a relay rather than a queue. End each day with a written handoff covering what shipped, what is blocked, what needs an answer and what you will do by default if no answer comes. Protect one short overlap window for decisions and disagreement, keep status in writing, and keep decisions, links and numbers in one shared place.

What should a technical co-founder watch in a consumer AI app?

Cost per active user, alongside users and revenue. Every use of the core feature, such as transcription, summarization or plan generation, costs compute, and a sudden wave of free users can be great for reach and painful for the bill. Know which features are expensive, make the free tier generous where it is cheap and careful where it is not, and choose models that fit the actual input.

Building something in this space?

I take on AI-agent, automation and product work directly — scoped fast, shipped fast.

Book a discovery call →

Keep reading