engineering

The time to build is now. by Pranav Khandelwal

There has never been a better time to build those big ideas, the ones that required funding and entire teams and months or years of effort to deliver.

AI has changed the game and it’s made it easier than ever for the little guys to compete with the big players.

There are so many ideas that I have been sitting on because they were simply too big for one person to take on alone. Now a single $200/mo subscription is the equivalent of a full supporting team.

I have been a software engineer for a very long time. I have worked on over 30 different projects spanning every single part of the stack and all sorts of paradigms: monoliths, microservices, mobile apps, web apps, APIs, content sites, data pipelines….you name it.

The point is, I have experience, a lot of experience. And I can say without a shadow of a doubt that these tools work.

BUT…. you have to know how to use them effectively. You have to hone your skills, you have to practice, you have to really put in the work. I mean…that’s the nature of software engineering as a discipline..isn’t it?

You have to become a proficient operator of these tools.

The best way to do that is to BUILD. Build something real. An actual product. Not a toy app you will never ship.

Push yourself.

Go through your notes where you jot down all your ideas, find the one that you were most afraid to take on and start and don’t stop until you ship.

The time to build is now.

The Two Types of Developers by Pranav Khandelwal

There are two types of developers.

Every founder hiring their first engineers needs to understand this distinction. It's not about skill level or experience, it's about mindset. Hire the right type and you'll move at light speed. Hire the wrong type and you might not realize they're inadvertently sabotaging your company until it's too late.

The Software Engineer

The software engineer's focus is the code.

The software engineer asks:

  • What programming language should we use?

  • What development framework are best suited for the task?

  • Is the code high quality?

  • Is it organized properly?

  • Does it follow the teams' agreed-upon coding style?

  • Does it follow best practices?

  • Are variables named properly?

The software engineer cares about the how.

The software engineer is very process oriented. They implement exactly according to specs. If something is not in the specs, it's not a requirement. It's "out of scope".

The software engineer cares deeply about the implementation. The software engineer is obsessive about performance, testability, scalability.

The software engineer thrives in a structured environment. They do well at big companies where the product is already well established. There is no existential threat to the business and speed is no longer a priority.

In these environments, the software engineer is a stabilizing force who prevents million-dollar outages, maintains systems serving billions of users, and ensures the codebase doesn't collapse under its own weight.

The Product Engineer

The product engineer's focus is the product.

The product engineer asks:

  • What problem are we trying to solve?

  • Who is the end user?

  • What are other products doing?

  • Are there any quick wins that can add more value?

  • Is the feature good enough to gather feedback?

The product engineer cares about the why.

The product engineer prioritizes speed over process. They prefer to implement quickly, gather feedback, and iterate. They treat specifications as a starting point, challenge requirements, and share ideas. They push to add functionality if they believe it makes the product better.

The product engineer cares deeply about the user. The product engineer is obsessive about the design, information architecture, and overall user experience.

The product engineer thrives in unstructured environments. They do well at start-ups where the product is still being built and speed matters. Where it's a race against the clock to find product-market fit before the company runs out of money. Where the product roadmap can change at any given point based on customer feedback.

In these environments, the product engineer is a force multiplier who can 10x a startup's velocity.

Why the wrong fit can kill a startup

A software engineer at an early-stage startup isn't just a poor fit. They can unknowingly become an active liability.

While they're debating whether to use microservices for your 10-user MVP, your competitor just shipped their third iteration.

While they're writing comprehensive test coverage for a feature you might pivot away from next week, you're bleeding runway.

While they're insisting on a two-week sprint planning process, the market opportunity is closing.

They'll push for code reviews on prototypes. They'll want to refactor the "technical debt" in code that might get completely thrown out. They'll build abstractions for scale you'll never reach if you don't find product-market fit first.

The tragedy is they genuinely believe they're helping. They're doing everything they were taught was "right." They don't realize that in a startup, perfect code that nobody uses is worthless. That technical debt doesn't matter if the company dies. That "best practices" can be poison for a company with six employees and eight months of runway.

Software engineers are heroes at scale, while product engineers are the heroes at zero.

Choose wisely. Your startup's life depends on it.