Monday, April 27, 2026

Algorithms Matter, mostly

I often hear about language wars where my language, such as c++ or another c derivative language, is better than your language, like Visual Basic.  There will be all kinds of basis for this, from letter counts to compile times to the man in the moon.  no, no, and no.  In my 30+ years of development, for the work that I do, languages do not matter.

First, let’s look at the kind of work that I do.  It is the same as 99% of developers.  There is some type of code that sits in front of some type of datastore.  This can be as simple as a web application sitting in front of a database. In general, there is some type of application that talks to some type of datastore.   There tends to be all kinds of plumbing between the application and the data store.  The application could be any type of application from a user interface standpoint.  It could be a web interface, a windows app, an iPhone app, or something else.  The datastore is most like a database with some type of intelligent processing happening, so it could be the database, a messaging system, some central processing, web services, or a host of other things.

You want to use your datastore as much as possible.  You don’t want to have a lot of communication between the database and the rest of the application.  Those are chatty apps, and can be really slow.  You also want to optimize your database, a good schema, a good indexing set based on the queries that the application runs are a good thing.

Now, a lot of algorithms don’t lend themselves to operating within a relational database.  A good Loic layer close to your database while only sending results to your front end application, now that is what is important.

Create optimal,algorithms, and your performance problems tend to solve the,selves.

Be Careful With The Marketing Bros

One of the things that I see that is counter productive is that startups are treated like “little companies.”  No startups aren’t little companies.  I see this a lot with economic development organizations.  

  • Startups need to find customers.  No, customers aren’t just there in your web browser.  Startups need to go find customers early on and look at them face to face.  Startups need to knock on doors, introduce themselves, have conversations regarding pain points, talk to enough customers to get a broad understanding of of industry problems, figure out how to tailor solutions to meet those customer and industry problems.
  • Too often, I see startups that are afraid to go talk to people face to face.  They make every excuse to not do the leg work.  I hear this argument against this “customers don’t know anything….blah blah blah, talking to customers is a waste of time, etc.”  customers have pocketbooks and money.  Ignore their needs at your own peril.
  • Build a solution that is for one customer thinking it will work for everyone.  Writing code that is for a particular customer, just to get a sale is incredibly common, but leads you down the wrong path.  I did an inventory at one customer that had at least 100 reports, each report doing what one customer needed specifically in a search report.  That’s 100 pieces of code that must be supported, but you are only getting paid for it once.  Why not build a report that allows for customer customization so that each customer can build the query that they want?  I’ve done this and it isn’t very hard.  Instead of 100 reports that must be supported for the lifetime of a product/company, I built four screens that allowed a customer to tailor the search criteria involving 100+ criteria.  100 screens of custom code that has to be supported and can’t be shared or four screens of code that can be customized by the client to their heart’s content and when one improvement happens, everyone gets the update.
  • Marketing is a great thing to do, once you have a product that is worth selling.  You’ll need to get into the Minimum Viable Product area and way of thinking.  I see these economic development organizations that push startups to do more marketing.  I get it, economic development organizations are marketing people.  That’s not the most important thing early on in a startup.  Economic development want to grow and think everyone else should to.  Until a startup has a defined product and a defined target market, marketing is like the ICBM that you launched but you didn’t tell it where to go.  You don’t have a recall button and you never get that second chance to make a first impression.  The marketing bros might be great once you have a defined product, a defined market segment to target, but early in, marketing bros of economic development whether independent marketing bros or the self proclaimed experts that do talks and have classes tend to do more harm than good.  You have limited resources.  Sure, take some shots early in, but don’t just blindly spend money, which is a problem I see.

This isn’t a condemnation of economic development organizations.  They can be good if you use them properly.  There are a lot of decisions that have to be made before you should spend the first dime on marketing.  As a startup, you don’t have infinite resources or money.  Stop, pause, and think thru what you should do first.  Engage with a few local customers that you know personally.  That will get you going better than anything else.  Once you’ve done that and proven that there is something there, then engage with economic development groups, angels, VCs, etc.

Does you startup need some help?  Do you have ideas, but don’t know how to get started?  I can put you on the right path, just contact me.  https://www.linkedin.com/in/wallymcclure/

Monday, April 6, 2026

Will AI actually kill software companies and developers?

 I'm hearing a lot about AI "killing" software companies. I just wanted to share some experiences and thoughts.

I worked at The Coca-Cola Company 30+ years ago. There was this idea that Coke should build its own software internally because it gave us total control over every feature we could ever want and that this was a competitive advantage. I would argue that for one off applications, this is true, but that for commodity applications where there is a large marketplace for multiple products, building on your own makes little sense. It is hard to understand the few that building your own database ODBC driver or MAPI driver for application automation provides a competitive advantage. For many years, many applications have provided the necessary integration today into the the necessary industry standards that have widespread support. We had a set of internal apps called KO/Office. Its key feature was email and discussion (threaded discussion). There was a DOS version and a Windows version. It worked ok. It didn’t work well in situations where there were disconnected offices, or rarely connected. This happened with offices in Africa as well as Asia at the time. We think of a standard internet connection as the default today, but it wasn’t back 30 years ago. While we could handle the issue with email, the discussion boards were not easily resolved, if they ever were. We spent millions trying to get “distributed bulletin board” to work and I don’t remember it working. To keep email working, we had rows of dos based computers that all they did was to login to various servers, look at email in a file based system, and then to transfer email. We had to have people that worked 24x7 to literally reboot these dos based mailmen. I tell the above story to say that I don’t believe in this idea that customers are going to build their own software for companies and stop using Saas based systems or third party software. While AI companies want to push this idea, they are really pushing themselves as the solution to a problem that really doesn't exist. I don't see where customers should staff up the necessary technical expertise to host their own applications, because when you take on your application it must be hosted somewhere and that is up to the company/customer. I’ve seen no evidence of customers building their own solutions to commodity problems. If they are doing it, i don’t know that and they aren’t prepared for the complexity and cost of what is going to happen. If a company is going to write their own software and not use Saas based systems, they need to think about the above story and all of the hidden costs. There tend to be a lot of hidden costs that they don’t see coming until the commitment is made. I also want to be clear that I believe that AI can help with tasks. I don't see it as taking over. Btw, from what I hear, Coca-Cola has a commodity smtp email system now, probably based on Microsoft Exchange Server, but I don't know that.