Learn With Jermaine—Subscribe Now!
I share what I learn each day about entrepreneurship—from a biography or my own experience. Always a 2-min read or less.
Cofounder Infighting
This week, I received a call from a founder. He’s in a disagreement with the other cofounder of his company. Disagreements between people who spend significant time together regularly are inevitable (e.g., family, romantic partners). So, they’re bound to happen between entrepreneurs, who often have stronger opinions than the average person.
Disagreements between founders can fracture the relationship beyond repair and seriously impact the company if they’re not resolved. Cofounder disagreements are one of the top reasons early-stage companies fail.
These two founders decided to get help from a neutral third party. They hired a counselor who specializes in helping founding teams work through disagreements. Through this process, they got to the root cause of the issues and are now trying to work through them.
I’m hopeful that they’ll be able to resolve their disagreement and the company can get back to focusing on customers.
Why One Founder Is Watching Regulatory Changes
This week, I chatted with the founder of a growing company. The business is doing well, but he’s uncertain about the future because the business is in a heavily regulated industry. This makes planning more challenging, especially since a new presidential administration will take over here in the U.S. in January.
The regulations he’s concerned about will determine what customers he can sell to. If the regulations are loose, the number of customers he can serve will be large. If they’re strict, the market of potential customers will shrink materially. There are lots of competitors in the market, so loose regulations mean plenty of business to go around for everyone. Strict regulations will lead to steep competition and, probably, price wars, which will reduce profit margins.
So, while he’s watching the regulatory environment, what he’s primarily worried about is the future size of his market. Markets can make or break a company. This founder hopes that regulation doesn’t shrink his market and put his company in a challenging situation.
The Frugal Founder’s Dilemma
Today, I chatted with an entrepreneur who owns a retail company about what can be done to grow sales. One of the projects mentioned was improving the functionality of its website. The entrepreneur views money spent that way as a cost and wants to spend as little as possible. This perspective got me thinking.
Entrepreneurs should keep a close eye on costs. The old saying, “If you watch the pennies, the dollars will take care of themselves,” is true. The best entrepreneurs keep costs under control.
However, expenses and investments are different. An expense is a cost to operate a business that generally covers only a year. Think insurance, taxes, rent, salary, etc. An investment creates an asset that produces revenue (and hopefully profits) for years. An investment should generate a return.
The entrepreneur I was talking with today was thinking of money spent on an ecommerce website as an expense, but I think it’s an investment. A website is an asset that, if properly built, can drive revenue and create a return on the money invested for years.
Entrepreneurs have a dual role. They should manage the costs of the company to ensure short-term profitability. But they’re also capital allocators who must invest profits in ways that will help the company grow long term. Treating investments as expenses will improve short-term profitability at the expense of long-term viability.
A Great Headline Is Powerful
I’ve been learning more about marketing recently. Last week I finished reading the second book about David Ogilvy. He was a famous advertising entrepreneur who founded the agency Ogilvy & Mather. One of the points stressed in both books is how important a headline is.
Most people will read an ad’s headline, and then some percentage will read the rest if the headline catches their attention. David focused on the headlines because he understood that people will never read the body of an amazing ad if the headline isn’t effective. Great ad content alone doesn’t sell products—there must be a great headline too. Most people focus on the former, but the latter is equally, if not more, important.
I want to improve at thinking about and writing the equivalent of headlines. I’m going to practice with titles for my blog posts. I write these daily, so it’s a good way to get reps of something that David said matters more than people realize. If I get good at this skill, I’m sure it’ll pay off in ways I can’t imagine.
Unlocking Entrepreneurial Wisdom with Mind Maps
A friend of mine, Markell, is an engineer and investor who’s been following my book project journey. Today, he shared an example of a different way to communicate a book’s concepts: a mind map. I like mind maps. They effectively communicate concepts quickly. And creating one is a great exercise in thinking through an idea and all the supporting parts.
My mission with my book project is to create a library of wisdom from notable entrepreneurs that current entrepreneurs can leverage to increase their chances of success.
I’d never considered using a visual like a mind map to communicate entrepreneurial wisdom or an entrepreneur’s journey. But when I looked at what Markell sent me, it clicked. A mind map is a great way to quickly give someone a 50,000-foot view of something. They can then zoom into whatever areas they want to know more about. It’s also a great way to show how actions and ideas build upon each other, how multiple people leverage the ideas, etc. Said differently, it’s an effective communication tool that shows how things are connected.
I’m not sure how to create a mind map of an entrepreneur’s journey or wisdom (or multiple entrepreneurs’ journeys or wisdom), but I’m excited to try to figure it out. It could add a lot of value to my book project.
Weekly Update: Week Two Hundred Forty-Two
Current Project: Reading books about entrepreneurs and sharing what I learned from them
Mission: Create a library of wisdom from notable entrepreneurs that current entrepreneurs can leverage to increase their chances of success
Cumulative metrics (since 4/1/24):
- Total books read: 37
- Total book digests created: 15
- Total blog posts published: 224
- Total audio recordings published: 103
This week’s metrics:
- Books read: 1
- Book digests created: 1 (using technology)
- Blog posts published: 7
- Audio recordings published: 0
What I completed this week (link to last week’s commitments):
- Read a second book on David Ogilvy—a collection of memos, letters, speeches, and interviews
- Created a book digest for David Allen’s Getting Things Done using the “book digest” MVP
- Tested prompts to improve the quality of digests created using the “book digest” MVP
- Tested different parsing methods as alternatives to retrieval augmented generation (RAG) for my “book library” MVP
- Tested prompts to improve the quality of responses from the “book library” MVP
What I’ll do next week:
- Read a biography or autobiography
- Test alternative setups for the “book library” MVP
Asks:
- None
Week two hundred forty-two was another week of learning. Looking forward to next week!
Last Week’s Struggles and Lessons (Week Ending 11/17/24)
Current Project: Reading books about entrepreneurs and sharing what I learned from them
Mission: Create a library of wisdom from notable entrepreneurs that current entrepreneurs can leverage to increase their chances of success
What I struggled with:
- No material struggles this week.
What I learned:
- Retrieval augmented generation (RAG) comes in various flavors (see here), and all of them have shortcomings. The main hurdle is that information indexing can’t be adjusted. It’s a bit of a black box. RAG might not be viable for the “book library” MVP.
- I thought Google Cloud Platform (GCP) was throttling my account last week, impacting the depth of query results from the Gemini LLM. The issue may have been that GCP’s RAG tools could not index a large data set like a book, which led to shallow responses.
- A database can structure and store information, which helps make the data more useful. A database needs a schema. A database might be a necessity for this project.
- The prepackaged solutions meant to save time are good for generic use cases. This project is individualized and may require more solutions to be built from scratch.
Those are my struggles and learnings from the week!
Thoughts on AI Businesses
I’ve been learning more about retrieval augmented generation (RAG) and how it can enhance AI responses and help AI-oriented businesses. Here are a few thoughts based on my understanding today:
- The better the data, the better the responses from AI. Data can be a moat that will keep competitors away. Data aggregated in a single source will be valuable because it will enhance the output from AI. Assuming that AI will aggregate disparate data, organize it, and provide a quality response isn’t a winning strategy as of today.
- Data structure matters for large data sets. AI struggles to make sense of large data sets. The data needs to be structured so AI can easily understand connections within it. And when I say data, I’m including text.
- AI will make it easy to build solutions. I see new niche AI apps launching daily. Competition is ramping up. To succeed long-term, entrepreneurs building AI solutions will need a proprietary data set or a unique way to distribute their solution to customers (e.g., brand credibility or a creative way to acquire customers)—ideally both. Absent these two things, having a sustainable edge over competitors will be difficult.
I’m still learning, but those are my thoughts right now.
What I Learned This Weekend: RAG
I did a lot of reading this weekend for my “book library” MVP. I dug deep into retrieval augmented generation (RAG) and learned some helpful things:
- There are different variations of RAG: GraphRAG, StructRAG, LightRAG, etc. New versions have been introduced every few months this year. Which is the right one depends on your use case.
- Normal RAG isn’t great for a large data set like a book. It struggles to make connections when presented with a lot of data.
- RAG’s results are better when you feed it relationships in a data set via a schema. GraphRAG, StructRAG, and LightRAG try to make up for this by using a knowledge graph to index the information better, which leads to understanding the data better and providing better results.
I’m realizing that how the information gets indexed in large data sets is critical, especially if I want to query across lots of dense data sets like books. Thinking about why entrepreneurs with photographic memories have an edge, I decided that their minds have done a superior job of indexing everything they’ve consumed and making nonobvious connections across the data. Those connections lead to unique insights that lead to creative solutions to problems or actions to get closer to their goal.
This weekend highlighted that I need to focus on and understand how information gets indexed as I evaluate RAG and other alternatives.
Write to Learn Better
Today I read an article about a hack that helps you learn better. It suggests writing a one-page summary after you’ve read ten pages of a book because this increases your retention by 50%. The idea is that to learn, you must stretch yourself. You’re forced to do that if you have to process and organize what you consumed and then express your understanding in writing.
A few months back, I was writing a series of five or so blog posts for every biography or autobiography I read. I created a digest of each book and then shared the important parts via the blog series. Then, I began using the blog series to create a podcast series.
I was doing multiple levels of distillation, which helped me uncover insights from each book and retain more about each founder’s journey that I’d read about. Doing all of this weekly wasn’t sustainable, and I want to find a more sustainable process for doing the same thing. That’s why I’ve created an MVP to help me create book digests.
I’m a fan of writing. It’s a powerful practice that helps me organize my thoughts. When I write about what I’ve read, it feels like a superpower. I identify core concepts and insights I wouldn’t have found by reading passively, I retain them, and I can share them with others.
Writing about what you’ve read is something everyone can do, but most won’t. It’s more work, but I think the reward is worth the effort.