Is it better to learn technology by oneself or to find a cofounder/outsource? (bootstrapped web-startup)


5

This question is heavily influenced with my experience of an offline entrepreneur.

While hearing voices for teaming with tech-savvy cofounders to create a prototype or working technology I can't help thinking of it as a trap for an entrepreneur. Let me explain why.

First of all, I have drawn from my personal experience that it is better to be a sole founder of a business (for me). Nothing to share, no conflicts, no psychological games or need for special social and communicative tactics to persuade your partner "to sign this contract" or something else.

The second thing is the following: if you do not own (I mean you actually write code) the core technology of your business (web startup) you do not actually control this business. Developers can leave for numerous reasons and you will loose the business at all (or the technology can be stolen, or the developer will refuse to support or it, or to develop it further, or will develop it not in the way you expected - anything).

As you probably understood my position is that: "an MBA hires programmers to build a business from his brilliant idea and inevitably fails" (I have heard that it was proven when the Internet Bubble burst in 2000, isn't it right?).

So, with my new web-startup in the early development phase, I have a dilemma:
To develop a beta on my own and then hire experienced programmers (from beta sales profits) or to find a tech-cofounder/outsource from the very beginning?

The pros for doing it by myself are:

  • the control of the core technology will be preserved;
  • no trade-offs as when working with a cofounder;
  • maybe technological awareness will let me understand the promising tech directions better;
  • I will check my ethereal ideas for reality compliance very early.

The cons are:

  • I will loose time getting familiar with and learning all the technologies needed (although I actually like all this geeky stuff and it is not a problem to learn, - it is much better to devote more time to Customer Development, Marketing and Sales from the business perspective).
Any advices?

Bootstrapped

asked Feb 12 '10 at 05:27
Blank
Kirill Blazhko
393 points
  • At best your pros and cons list is missing items. I'd argue that it is naive and full of misconceptions. – Tim J 14 years ago
  • Tim, I think it'd be helpful to provide examples of items you think are missing / misconceptions you believe he has. – Jay Neely 14 years ago
  • @Jay - you're right, but that is a whole set of other topics. I left it all out because it seems like he has his mind made up. – Tim J 14 years ago
  • Tim, I'll be very happy to hear some comments from you - that is the reason why I asked this question: I'd like to form the right point of view on this issue. – Kirill Blazhko 14 years ago
  • Given the down votes on the answers that you seem to be opposed to based on your initial questions, I suspect it was you who made the down votes, and thus my comments on thinking you really don't wish to hear the truth – Tim J 14 years ago

7 Answers


5

Well - it sounds like you're pre-disposed to go it on your own, have the ability to code, and have beta launch / revenue opportunities defined.

I believe that once you spend some time doing the code, you'll either have a better appreciation of the complexity of the effort and understand its value, or you will be able specify what task(s) are best handled by other parties & outsource them. (perhaps both).

answered Feb 12 '10 at 05:50
Blank
Jim Galley
9,952 points
  • +1 It definitely sounds as if the OP has already made up his mind and has some strange notions about how technology companies work. – Tim J 14 years ago

4

I understand the desire to be the sole founder -- I was, for Smart Bear. Some people argue it's easier to have cofounders, and in general that's probably true, but going it alone isn't automatically wrong.

But then, I was actually capable of doing everything -- the code in addition to the rest.

You're asking whether it's wise to do a company by yourself when you cannot do everything by yourself. Sounds bad when I phrase it that way, right?

Your stipulation that "MBA hires dev is wrong, proved by the bubble" is completely wrong -- the bubble was wrong because the companies had no way to make money. Nothing to do with MBAs or developers or founders.

I do agree however that "MBA hires dev" is difficult because the MBA cannot ascertain whether the dev is any good, just like a non-doctor cannot ascertain whether a certain doctor is competant.

But then, for that same reason you won't be able to write particularly good code. If you believe the strength of your business is in marketing, sales, position, your domain knowledge, or anything else not involving having a good product, then by all means you should stand something up yourself and go!

If the quality of the product matters, then you need a real dev from the start.

Note I am NOT trying to imply that the quality of the product does matter! Many businesses were started with truly shitty software but executed well elsewhere. I'm not lobbying for one way or the other, just trying to inject some reality into the choices.

answered Feb 12 '10 at 14:09
Blank
Jason
16,231 points
  • Jason, thank you for such a detailed answer. The thing is that I am trying to convince myself that a very first prototype or early beta for early customers have not to be so perfect and polished. – Kirill Blazhko 14 years ago

4

I'm going through this right now myself. I've never done web design or web programming before, but in the last couple of weeks, I put together a set of wireframes in PowerPoint, and set up a database hosting service and laid out a content management system in MySQL.

I'm currently putting together a simple text-based version of the site using PHP, which I'm learning from free online tutorials. I've learned how to set up forms to put data in the database and take it out to display it to the user.

Now, I have no expectation that I am going to learn enough to put together a polished product. However, I expect that I can put together a pretty well laid-out minimum viable product that should be sufficient to find investment or show a more technical co-founder that I am serious about this.

The lesson I've learned is that to become 80% proficient in something (like PHP or MySQL) may take me 1000 hours, but to become 50% proficient only takes me 40 hours. 50% isn't enough to build a finished product, but it's enough to know exactly what I need done and find people to do the rest of it.

One last thought here that is somewhat off-topic but entertaining: a less-than-scrupulous guy I know who owns a sign shop once told me that the key to being able to charge somebody ridiculous amounts of money is if they have no idea what it takes to get the job done. "Do you have any idea what it takes to put a welding torch on a crane to install that thing?" They don't, and he charges $1000/hr for the job.

If you can learn that 50%, you know exactly what it will take to do the job, even if you can't do it yourself, and it will save you a ton of money.

answered Feb 12 '10 at 06:57
Blank
Frederick Cook
301 points
  • Why the down-vote? This is literally what I've been doing the last few weeks, and I thought it was a pretty good contribution to the conversation. Am I way off here? – Frederick Cook 14 years ago
  • +1 for the effort - understanding what goes into the effort by attempting it makes for an informed decision. – Jim Galley 14 years ago
  • I disagree that after 40 hours of copy/pasting code that one has enough knowledge to scope a project, or evaluate professional developers. – Tim J 14 years ago
  • Have to go with Tim. I've pounded a thousand nails and no one ever called me a carpenter. – Jeff O 14 years ago
  • @Tim and Jeff: I don't understand, is the advice then to not even try to learn it oneself? I'm not implying that 40 hours of programming is enough, but I have learned a ton since I've started, and I learn more everyday about the scope of the project. – Frederick Cook 14 years ago
  • Sure you can do it yourself, but I think it is so much more productive and useful to find someone who is already adept. If part of your goal is to develop those skills and learn, I am all for that - it is just not the best answer for getting a company going IMO. – Tim J 14 years ago

1

Sorry for sounding harsh, but this do-it-yourself approach sounds like an awfully bad idea when you are not an experienced software developer. Doing software development right is a task that requires knowledge, talent and experience. Therefore, chances are that the first prototype of your software might more-or-less work, but is written in a way that makes it incredibly difficult to maintain and expand for anybody else but you, probably even for you.

Besides that, you would have to invest a lot of time for a job that somebody else probably can do better and faster.

answered Feb 12 '10 at 21:45
Blank
Ammo Q
561 points

1

The pros for doing it by myself are:

* the control of the core technology will be preserved;

* no trade-offs as when working with a cofounder;
* maybe technological awareness will let me understand the promising
tech directions better;
* will check my ethereal ideas for reality compliance very early.

The "control" of the technology will be preserved regardless of whether you do it yourself or hire someone or take on a co-founder. If someone steals your intellectual property that is theft and you have recourse. It is not likely if you find the right person.

Additionally, having no experience with technology yourself there is very limited value in the technology you bring to the table...

The benefits of having a co-founder far outweigh the negatives. This comment is what leads me to believe you just don't want to work with anyone else. I don't see what "trade-offs" you would have. It is pretty commonly accepted that startups have better chances to succeed with two people over one person.

It is unlikely that your short-lived, newly acquired technology skills are going to give you an edge over someone who has been working in the field. In fact, you will have an even more limited and narrow view than most technologists.

I THINK you mean a reality-check, but again, in that case a partner is BETTER suited for this - you can keep each other in check.

The cons are:

* I will loose time getting familiar with and learning all the

technologies needed (although I
actually like all this geeky stuff and
it is not a problem to learn, - it is
much better to devote more time to
Customer Development, Marketing and
Sales from the business perspective).

No argument on that point, but you missed so many others.

Other benefits:

  • share the risk
  • leverage two (double) the intellectual capability, marketing ability and contacts and networking.
  • Moral support during difficult times (don't underestimate how challenging a startup can be)
  • share the undesirable and tedious and difficult tasks
  • and the list goes on...
answered Feb 19 '10 at 07:46
Blank
Tim J
8,346 points
  • Thank you, Tim. A have to admit that my point of view was quite one-sided. – Kirill Blazhko 14 years ago
  • If you can't find someone you work well with, then you are right to go it alone. It only makes sense to have a partner if the partnership works. In any case, best of luck. – Tim J 14 years ago

1

Disclosure: I work for a Russian company that in particular provides custom s/w development services.

I would go the outsourcing route but hedge my risks. For instance, I would engage a trusted third party with the right technical background to help me select the outsourcing vendor, establish the processes, and then review the code and documentation produced by the selected vendor on an ongoing basis. In other words, hire a consultant to be my part-time VP of Tech.

Then I would make it very clear to the bidding vendors from the very start that the results of their work will be reviewed for quality and they won't get paid if their materials do not match the given acceptance criteria.

answered Feb 14 '10 at 17:00
Blank
Dmitry Leskov
606 points
  • Interesting attitude, I'll take that into account, thanks! – Kirill Blazhko 14 years ago

0

Maybe you just don't make a good partner, so you are better off by yourself.

When you start to get into the "geeky stuff", you'll either enjoy it and continue to do it or:

  • Sales and Marketing will suffer because you cannot devote time to it.
  • You'll hit a limitation on your technology skills since you won't be working with people who are better at this than you are and would make you better.
  • You'll get frustrated with the hired developers who will not have a vested interest in your enterprise. Hourly fees will only motivate people so much and you're not the only guy with a check book.
  • You'll get so sad and lonely, buy a puppy and discover that a tech partner can write more code and pee on the carpet a lot less.
answered Feb 13 '10 at 00:35
Blank
Jeff O
6,169 points
  • +1 Good answer, does not deserve a downvote. The OP seems to have posted his question as a validation for his theories, so he needs to fall flat on face first, and then maybe he will ask a question seeking an answer. – Gabriel Magana 14 years ago

Your Answer

  • Bold
  • Italic
  • • Bullets
  • 1. Numbers
  • Quote
Not the answer you're looking for? Ask your own question or browse other questions in these topics:

Bootstrapped