Home
3 min read

Founding engineer ≠ first employee

I was the third person at CirclePe, after the two founders. First engineer, first hire. I built the entire lending platform from scratch — database design, KYC integrations, credit decisioning engine, API layer, frontend, CI/CD, observability. Everything.

People sometimes describe this as "being the first employee." It's not. A first employee executes a plan. A founding engineer makes the plan while building the thing the plan describes.

What it actually means

Every single day, I made irreversible architecture decisions with incomplete information. Should we use a monolith or microservices? (Monolith — we had three people.) Which KYC provider? (The one with the best sandbox, because we couldn't afford downtime during integration.) SQL or NoSQL? (Both, because the lending domain has both relational and document-shaped data.)

The skill isn't coding. It's knowing what to build next when everything is on fire.

Lessons from zero to acquisition

  • Ship ugly, then fix. Our first loan disbursement was triggered by a cron job I wrote at 2 AM. It worked. We cleaned it up three months later when it mattered.
  • Own the business outcome, not just the code. I tracked disbursement volume, conversion rates, and partner onboarding timelines — not because anyone asked me to, but because those numbers told me what to build next.
  • Hire for the phase you're entering, not the one you're in. When we went from 3 to 8 people, I had to stop being the person who builds everything and start being the person who makes others productive.
  • Architecture is a bet. Every major technical decision is a prediction about the future. Some of mine were wrong. The ones that mattered most were the ones I could change later without rewriting everything.

The acquisition

CirclePe was acquired by Crib, a proptech startup. By then we'd scaled to 20 Cr+ in lending volume, 1000+ active loans, and 20+ B2B partners. The platform I built from a blank repository was the asset they were buying.

That's the founding engineer's job: turn nothing into something worth acquiring.