Academic Business Plans

I just finished reading and commenting on a business plan written by a professor at a prestigious University. I found some things in common with previous business plans written by professors and academics and I thought I would capture that here.

First, the easy comment — too many words. And often passive verbs. The important parts of a business plan do not need much exposition. Investors look for gems, concepts that could explode out of the limitations on the way an industry currently works, technology that cannot be easily duplicated, and well-timed introductions to the market.

The main point — don’t be a professor and educate the investor without making your pitch.

Academic business plans provide a lot of education. It is one of the reasons I enjoy reading them — I learn a lot. The professor provides the information they would normally provide to people in their world: an administrator, a student, a donor, or a visiting scholar (from outside their specialty). It is entirely possible to finish reading the plan and love the concept — but want to invest in a completely different company pursuing the same opportunity. To be convinced by the compelling education and put off by a lightweight description of the company (the investment vehicle). Investors cannot invest in a concept, they have to invest in companies. So don’t blow your chance to sell your company’s strengths in addition to the market idea.

Maybe this is the way to put it: Let someone else educate your investor on the market space, your job is to educate them on why your company will conquer the space. Not the other way around.

What are the key things that academics forget and would be evidence for a good investment?

  • People. Who are you? Is this research that you have spent 10-20 years perfecting and no one has replicated the full technique but you? Are you the most cited person in the field? Have you been part of academic spinouts before?
  • Technology. What have you built that exceeds all commercially available techniques on the market? Patents, of course. What is the speed/throughput/accuracy/benefit where your method outpaces commercial solutions (real #s from real tests)?
  • Risk mitigation. Are you using a SBIR grant for development? Can you get another? Is your intellectual property negotiation complete?
  • Have you sold anything yet? Most academic plans have not, but if you have….
  • Plans. Do you know your next two big milestones and how long you think it will take? What are proof points that make the company more valuable?
  • Established space, labs, personnel. Many plans have none of this yet, but if you have any, specify. This includes working prototypes in your academic lab.
  • Many people put in partners and potential customers — an interesting read, but too easily duplicated. So many people will “take a meeting” and that ends up in a business plan as a “sure thing”. Use sparingly.
The comment below is duplicative of the point just made, but I like it, so let me hammer the concept with the hope this additional description is beneficial:

Generic-proof your writeup. Imagine one of your college sophomore students who writes well has just written something nearly identical to your plan — just a generic, “someone ought to do this” plan based on a lecture you just gave. What have you put into your plan that this imposter cannot? What space have you wasted writing material that this imposter has just duplicated? Examples of generic-resistant points–

    • Your degrees and position.
    • Your papers and citations.
    • Prototypes – real results from prototypes.
    • SBIR and NIH/NSF grants.
    • Established commercial lab, company formed, employees on payroll (if you have any of these).
    • Customers & revenue. Gold standard.
    • Patents and legal agreements owning IP or license to IP.
    • Previous commercial success, partners with previous success, including advisors.

None of these can be duplicated by an imposter and most cannot be duplicated by a colleague in your field at another university. Make your company unique; a good investor knows there are other options, so they have to believe you are the best or only one that can do your main thing.

Side note: Your introduction may still need to inform (within reason) and avoid jargon. But your technology or product description section can be filled with jargon. Good investors will be handing it to another PhD or an established businessperson in your space to solicit an evaluation. I have done many of those evaluations. Lack of any detail anywhere in the plan loses the opportunity to impress an expert in the field.

 

 

Favorite Hacks and Tricks

This post is going to suffer from lack of focus at the outset. Sometimes, I discover that a working model, somewhat similar to a life-hack, for doing something technical is both simple and effective. These are also subjects that I have rarely, if ever, seen written up in the various books and wikis and FAQs and advice centers. Other than I think these are interesting and without a solid alternate reference, there isn’t much unifying the list.

Maybe someday a pattern will emerge as I add to the list and I will have material for a book. In the meantime, enjoy — let me know if you like something, or if you think it is covered somewhere else even better than my attempt here.

Business data analysis

Spreadsheet jocks, powerpivot users, SQL report writing.

Date fields are everywhere and most data analysis involves either putting data into bins by day/week/month/year or putting in date order and summarizing by time period. The problem is that sort and summary algorithms work horribly on date fields. All report writers, by default, summarize based on data that is IDENTICAL (address counts for each state, for example) If the reports you need are not pre-summarized by month/year, etc. then it seems like a huge amount of work to divide up.

Solution: create a new column or field and use this formula (pseudo-code):

newfield = STRING(YEAR(mydatefield)) & STRING(MONTH(mydatefield))

It is important that the months all come out 2-digits. Some languages allow for formatting by template — you would use YYYYMM. This new field now SORTS in alphabetical order by year/month and summarizing functions (e.g. Excel Subtotal) will subtotal for each month.

IT Staff for Small Company

Desktop management and repair when short-staffed.

Let’s face it, all IT at small companies is short-staffed. So a user reports a fleeting problem — computer crashes, blue screens, software acting up, possible virus, hard disk is full, or a driver seems to be missing or went bad. Diagnosis time is one of your most precious resources. And many of these problems don’t seem to stay “fixed” when you finally figure out what you think went wrong. Dual problem — you don’t know if your diagnosis was correct and you don’t know if your fix returned your user to full status.

Solution: Do not diagnose. As part of an upgrade cycle for all desktops/laptops in the organization, purchase 1 or 2 extra computers and install them to “company standard” configuration. User reports a problem that can’t be fixed with 15 minutes of review and training… immediately install the new computer, transfer the user’s files (without any personalization, humour apps, music streaming, other crap) and reclaim the non-working computer. Now reformat the old computer to FACTORY settings and install it to company standard. Another user reports a problem — take your refurbished computer and install it, transfer the user’s files and reclaim the bad one. Continue the cycle.

The biggest key here is that every user with a problem receives a “new” computer (new to them). And you have a known-good state that you delivered it. No diagnosing and no guessing. It just turns out that users with factory-installed OS configurations have fewer problems than those that were repaired or the registry was updated or bad software removed. Those techniques work, but they never return the computer to a known state. By purchasing new computers regularly, this method also rotates in newer equipment and can be used to rotate out ancient equipment. Other variations help support power users by replacing their equipment with new, refurb their old (probably powerful) computers and distribute them as “new” to other users. Over time, the entire base of hardware is updated.

Another side benefit is better handling of hardware problems. It turns out hardware problems are really rare if you implement a 4-year upgrade cycle. What looked like a hardware problem often completely goes away if you do factory restore on the computer. And if you compare the price of hardware (written in 2015) to IT staff time, you find that hardware diagnosis and repair is almost never worth it. If a computer will not restore to factory OS, then trash it or part it out.

 

 

Touchpad “Tap to Click” is Ruining IT’s Reputation

If you are at all responsible for IT support, you may want to think this through.

Every laptop with a touchpad has that pad located right beneath the keyboard where it is likely to get tapped several times while typing anything. And every laptop I have recently installed has the “tap-to-click” feature ON by default.

So, count on your users accidentally tapping the pad and causing a mouse click quite often. I can train myself to avoid the accidental tap, but I find it very difficult. Not only do I doubt that users can train themselves to avoid it, but when you do accidentally click while typing, the results are amazingly confusing. The screen seems to rearrange itself randomly and the focus for typing moves.

My conclusion: computers are mysterious enough for many users. How many times have you been told the computer “just did something” and they had nothing to do with it? What the manufacturers have done by making tap-to-click the default is to reinforce that meme with something close to reality. Through no conscious act at all, users see random changes on their screen, window flipping, everything disappearing (just move your mouse pointer to the lower right and “accidentally” tap) and reappearing, and the words they type refuse to appear.

No wonder people hate IT. We do it to ourselves. Please disable tap-to-click — I always do for my installations.

 

The Tragedy of Save and Save As

Yesterday, a good friend hit the Save button in MS Excel, left the window open, went and clicked on a few things, came back by clicking on the file — and it reverted to the previous version. The underlying problem was related to file downloading and syncing, but that is not my point. With all of the disk space available, why was the previously saved version not easily recovered? Shouldn

Round Lake Designs

Hello everyone,

I am Tim K and I have been using roundlake.com and Round Lake Designs as d/b/a business names since 2002. I even operated a trucking freight company called Round Lake Freight for five of those years.

At some point, I will figure out what to do with this blog. I might start posting entries on items that amuse or interest me.

I often get asked for advice on startup company (aka entrepreneur) activities and I usually can give people some interesting perspective on their company ideas. Hopefully, I will get inspired to write down my most common bits of advice for a later blog post.

Don’t expect much and you won’t be disappointed.

Feel free to reply – if your post is boring, insulting, or irrelevant, I will delete it. No harm done. [Edit: The reply queue has been getting spammed, so sorry, any replies will need to be sent to me via email. You can guess my email address.]

 

Quotes

At the risk of being completely and non-redeemably unoriginal –

There are a few quotes that I have been collecting… (I will update from time to time). If you think they should be corrected, please reply post.

  • In preparing for battle I have always found that plans are useless, but planning is indispensable. — Dwight D. Eisenhower
  • Education is the kindling of a flame, not the filling of a vessel — ancient Greek saying.
  • Life’s journey is not to arrive at the grave safely in a well-preserved body….. but rather to skid in sideways, totally worn out, shouting “holy shit… what a ride!” — from a “seasoned” friend