Competitive analysis is the systematic study of competitors' positioning, products, pricing, customers, go-to-market motion, financials, and strategic moves. It covers direct competitors, indirect competitors, potential entrants, and substitutes, and is used to identify differentiation opportunities, anticipate competitive moves, inform pricing and positioning, and develop sales battlecards that help reps win competitive deals. The discipline is focusing on actionable insights rather than producing exhaustive documents nobody reads. It is one of the most-conducted strategic exercises and one of the most-often wasted.
The dimensions to analyze:
Positioning and messaging:
Cash flow is the net movement of cash into and out of the business over a defined period, categorized into operating, investing, and financing activities. Operating cash flow comes from running the business (customer payments minus operating expenses), investing cash flow tracks long-term asset purchases or sales, and financing cash flow captures debt and equity raised or repaid. Cash flow (not revenue or accounting profit) is the metric that actually determines whether a startup survives, because companies fail when they run out of cash regardless of what their P&L shows. It is the most operationally critical metric at most startups and the one founders most often misunderstand.
The three categories of cash flow:
Operating cash f...
CAC payback period is the number of months for a customer's gross profit to repay acquisition cost, calculated as CAC divided by monthly gross profit. It's a primary unit-economics metric for capital efficiency (shorter payback = capital recycles faster) and risk (longer payback = greater exposure to churn before breakeven). Benchmarks vary by business model: under 12 months is excellent for SaaS, 12-18 months is healthy, 18-24 months is acceptable, and over 24 months is typically problematic. It is the unit-economics metric that's most operationally actionable because it directly answers "when does this customer become profitable?"
The calculation:
Basic formula:
The Transformer is the neural network architecture introduced in Google's 2017 paper "Attention is All You Need" that now powers virtually every modern foundation model. It replaced earlier sequence-processing approaches (RNNs and LSTMs) and underlies GPT, Claude, Gemini, Llama, BERT, T5, and others. Its core innovation is the self-attention mechanism, which allows the model to consider all positions in a sequence simultaneously rather than processing them sequentially. It's the architectural breakthrough that enabled the modern AI revolution; understanding it (at least conceptually) is foundational vocabulary for anyone in tech.
The pre-Transformer era:
RNNs (Recurrent Neural Networks) and LSTMs (Long Short-Term Me...
Generative AI is the category of AI systems that create new content (text, images, code, audio, video, 3D) rather than classifying or analyzing existing data. The November 2022 release of ChatGPT marked the cultural and commercial inflection point that transformed generative AI from research curiosity to mainstream technology used by hundreds of millions of people within months. It's the category of AI that produces output rather than just labels or predictions.
The pre-ChatGPT history (compressed):
2014: Generative Adversarial Networks (GANs) introduced. First major generative image breakthrough.
2017: Google's "Attention is All You Need" paper introduces the Transformer architecture (the foundation for modern LLMs).
2018: Op...
An AI moat is the defensible advantage an AI startup builds to prevent commoditization by competitors. Five real moats exist in the AI era: data flywheel, workflow integration, distribution, brand and trust, and network effects. Raw access to foundation models is NOT a moat because everyone has the same APIs, making moat-building one of the most strategically important questions for any AI founder. It's the answer to "why can't anyone else build this?"
The five real AI moats:
1. Data flywheel ([Data Flywheel]):
An AI startup is a company whose product depends on artificial intelligence or machine learning as a core differentiator. The category breaks into three distinct archetypes: foundation model labs (OpenAI, Anthropic, Google DeepMind, Meta AI training the largest models), AI infrastructure (Hugging Face, LangChain, Pinecone, Weights & Biases providing tooling), and AI application companies (Cursor, Perplexity, Harvey, Glean building products on top of foundation models). Each archetype has fundamentally different economics, capital requirements, and defensibility characteristics. Understanding which category your AI startup falls into is the first step in evaluating its moat.
The three categories:
Foundation model labs:
The context window is the maximum number of tokens a large language model can process in a single input (prompt plus output). It is determined by the model's architecture and training. Everything the model can "see" for a query (instructions, examples, context, conversation history, reference documents) must fit within this token budget, making the limit one of the most consequential constraints in designing LLM applications. It's the size of the model's working memory for any given request.
The token math:
1 token ≈ 0.75 English words (rough approximation). 1 token ≈ 4 characters of English text.
So a 100,000-token context window holds roughly 75,000 words, or about 300 pages of a typical book.
How context windows have grown...
Accounts Receivable (A/R) is the balance-sheet asset that tracks money customers owe for products or services already delivered but not yet paid for. It's recorded as a current asset because the company has a legal claim to be paid, and tracked with aging buckets (0-30 days, 31-60, 61-90, 90+) that reveal how quickly customers are actually paying. A/R represents revenue that's been recognized but not yet collected; healthy A/R turns into cash on time; aged A/R becomes collection risk.
The basic mechanics:
Customer signs a $50K contract with Net-30 payment terms. Service is delivered (or in SaaS, the recognized portion is delivered). On the day of invoice:
A balance sheet is the financial statement showing a company's assets, liabilities, and stockholders' equity at a specific point in time. Unlike the P&L and cash flow statements that cover a period, the balance sheet is a snapshot, and the fundamental equation Assets = Liabilities + Equity always holds (hence "balance"). It is one of the three core financial statements (P&L, balance sheet, cash flow) that together provide a complete view of financial position. Balance sheets are more important at later-stage and public companies than at early-stage startups, where most items are minimal and cash is the only meaningful asset.
The standard balance sheet structure:
Assets (what the company owns):
Current Assets (convertible to ca...