Ideas

Notes on product, AI, investing, and startups - pulled from ongoing reading and thinking.

Product & AI 10 ideas
Learn visibly

Share your learning journey publicly. The process of writing forces clarity; the audience provides accountability. Both compound over time.

The best builders and investors I've followed have an unusual bias toward sharing early, unfinished thinking. Not polished takes - rough notes, open questions, half-formed frameworks. That intellectual honesty is what makes them worth following.

Design for the tightest possible feedback loop

The tightest feedback loops in software are 1–3 days. Beyond that, you lose the thread between cause and effect.

Every system you build - whether a product feature, a model pipeline, or a team process - should be designed to surface signal faster. The question to ask isn't "how do we measure this?" but "how soon can we know if this is working?"

AI model quality is a data quality problem

Garbage in, garbage out - but the stakes scale with compute. Before adding more GPU cycles, audit your training data. Bad labels trained at millions of examples don't produce a mediocre model; they produce a confident wrong one.

The leverage in most AI systems is almost always in data curation, not architecture choices.

The most valuable AI applications are workflow-specific

AI value isn't in general capability - it's in being the fastest, most accurate path through a specific workflow a domain expert already does. Map exactly what the expert does, step by step, then automate the steps with the worst latency-to-signal ratio.

Horizontal AI tools are selling shovels. The gold is in knowing exactly which hill to dig.

Multi-agent architectures: specialization over generalization

Multi-agent systems that actually work tend to separate concerns clearly: one agent for data gathering, one for analysis, one for risk or quality assessment, one for execution or output. Each agent is given a narrow enough mandate that it can be evaluated independently.

The failure mode of agent architectures isn't usually capability - it's overloading a single agent with too many competing objectives. Specialization is what makes the whole system reliable.

Treat prompts as code, tools as APIs

The new generation of AI developer tools treats prompts as versioned, testable code artifacts - not ad-hoc strings pasted into a chat window. The Model Context Protocol (MCP) is standardizing how agents connect to external tools the same way REST standardized HTTP APIs.

Developers who adopt this discipline - version-controlling prompts, testing them before deployment, auditing tool access - will ship more reliable AI products. Those who don't are writing untestable code with no diff history.

AI evaluations are the new test suite

"Evaluations are the centerpiece of serious AI engineering." Comparing model outputs before and after a change - catching regressions in behavior - is now as important as unit tests in traditional software.

The teams shipping reliable AI products have eval pipelines that run on every prompt change and every model upgrade. The teams that don't are flying blind. This is a solved problem in traditional software; AI is catching up fast.

The demo-to-production gap is the hardest AI engineering problem

Early agent demos use master API keys and give the AI unfettered access to user data - fine for a prototype, catastrophic at scale. Production requires OAuth2-style delegated auth, scoped permissions, user consent flows, and token revocation.

Closing the demo-to-production gap is where most AI projects stall. It's not a model problem or a prompt problem - it's an infrastructure and security problem that most AI engineers underestimate until they hit it.

AI observability is the new APM

LLM observability platforms log every prompt and response with metadata - which model, which user, which context. When an AI system returns a wrong output, you need a stack trace equivalent to debug it. This is application performance monitoring, but for stochastic systems.

The analogy to traditional APM is almost exact: without it, production incidents are undebuggable. The teams that skip observability spend days explaining hallucinations they can't reproduce.

Distribution beats product in consumer AI

The consumer AI apps that have won - in India especially - have done so through distribution, not superior models. Simple WhatsApp-first bots often outperform polished native apps because they meet users where they already are.

This is the oldest lesson in consumer tech applied to AI: a good-enough product on the right channel beats a great product on the wrong one. The model is table stakes; the distribution channel is the moat.

AEO is the next SEO: optimizing for AI answers, not search rankings

Answer Engine Optimization (AEO) is emerging as a distinct discipline: rather than ranking on a Google SERP, the goal is being cited by Claude, ChatGPT, or Perplexity when someone asks a relevant question. The target audience has shifted from crawlers to language models.

Competitors like Profound and AirOps are building tooling here. But the core insight is structural: as more discovery moves through AI-generated answers, brands that don't appear in those answers effectively become invisible to a growing segment of buyers - regardless of their traditional SEO standing.

Investing & Business 14 ideas
Vertical SaaS has a structural capital efficiency advantage

Best-in-class vertical SaaS companies generate roughly 11 percentage points more EBITDA margin than horizontal peers at the same revenue scale. The reason is structural: niche focus compounds into pricing power and lower customer acquisition cost over time.

When you build for one industry, you can charge for deep expertise. When you serve everyone, you compete on features and price.

The layer cake upsell strategy

The best vertical SaaS businesses don't just sell software - they start with workflow automation and then layer on payments, insurance, financing, and data products. Each layer increases ARPU without meaningfully increasing CAC, because trust and distribution are already established.

This isn't feature bloat. It's a deliberate expansion of the financial surface area with an existing customer.

Winner-takes-most dynamics in vertical software

In mature vertical software markets, the top 1–2 vendors typically capture 60–80% of the market. The moat isn't just switching costs - it's the compounding data advantage and depth of integrations that makes displacement increasingly painful over time.

This means early category leadership matters disproportionately. Getting to #1 in a vertical isn't just good for revenue; it's how you build a durable business.

Fragmented markets + sleepy incumbents = best opportunity

The best vertical SaaS targets share a pattern: many small operators, no dominant software vendor with modern UX, and an incumbent ERP that hasn't had a meaningful update since the early 2000s.

The gap between customer pain and available solutions is the widest in these markets. You're not displacing a well-resourced competitor - you're replacing spreadsheets and phone calls.

An ACV ceiling of ~$5k forces ecosystem thinking

A single SaaS product in an SMB vertical hits an ACV ceiling somewhere around $5–10k. Beyond that, you need a reason for the customer to pay more - and that reason is almost always an adjacent product that solves a problem your core product created visibility into.

HubSpot, Salesforce, and Intercom all did this deliberately. The ceiling isn't a market constraint; it's a product strategy constraint.

Land-and-expand aligns vendor incentives with customer growth

The best SaaS models grow revenue as customers grow. Seat-based, usage-based, and add-on structures that expand naturally create a rare alignment: the vendor wins when the customer wins.

This is worth designing for explicitly. If your pricing model punishes customer growth or requires renegotiation to expand, you've built in friction at exactly the moment the relationship should be deepening.

AI infra is fragmenting away from hyperscalers

New AI infrastructure providers are competing with AWS, GCP, and Azure on cost and specialization rather than breadth. Together AI, CoreWeave, and others are building AI-first clouds that offer better GPU economics and open-model libraries - not trying to be a full cloud platform.

This is how enterprise software fragmented cloud storage: S3 dominated, then MinIO and Cloudflare R2 carved out specialized use cases. The AI infra market is following the same pattern, just faster.

Sovereign AI: countries want infrastructure they control

A "sovereign cloud" movement is emerging globally - especially in Europe and Asia - where governments and enterprises want AI infrastructure they fully control, for data residency and strategic independence from US tech companies.

This is a durable, government-backed tailwind for regional AI infra companies. It's not just a privacy concern - it's a geopolitical one. The market is large and the buyers have long procurement cycles and sticky contracts.

Open standards as a distribution strategy

Startups adopting open standards like MCP position themselves as the "anti-lock-in" choice. In markets where enterprise buyers fear vendor capture - AI tooling being a prime example - openness becomes a sales strategy, not just a technical one.

The counterintuitive insight: making it easier to leave actually makes customers more likely to stay. Trust is the moat, and open standards build trust faster than any feature.

The real unlock in fashion commerce: trial at home

About 30% of apparel inventory is "in the air" at any given time - shipped, returned, being restocked. The wedge in fashion quick-commerce isn't faster delivery; it's fewer returns. A "trial room at home" model that lets customers try before buying solves a higher-value problem than 2-hour delivery.

New logistics startups building purely around delivery speed are solving a weak problem. The real prize is the returns loop - and whoever cracks it owns the unit economics.

In AI-native content businesses, the moat is the library - not the model

When AI is used to generate content at scale, the temptation is to view the AI model as the competitive advantage. It isn't. Models commoditize. The durable moat is the content library, the production pipeline efficiency, and the subscriber data accumulated over years.

A competitor can replicate or license the same underlying model. They can't replicate 860 proprietary IPs, studio partnerships with Balaji and Zee, and years of subscriber behavioral data. Evaluate AI content businesses on their assets, not their algorithms.

Discovery becomes critical infrastructure when a catalog scales past 1,000 items

As a content platform's catalog scales past 1,000-2,000 titles, discovery becomes an existential problem. Without a strong recommendation engine, the long tail of content generates zero engagement - content spend becomes wasteful rather than compounding.

Netflix faced this at scale and invested $2bn+ in recommendations to solve it. Any content business projecting catalog growth needs to underwrite the recommendation problem early. It's not a product feature - it's the mechanism that converts content spend into subscriber retention.

Marketing channel saturation is the silent killer of consumer subscription unit economics

As a consumer subscription business scales, it exhausts the cheapest marketing channels first. As bid competition increases, Meta and Google CPMs rise - meaning CAC escalates continuously. If ARPU is fixed by market price sensitivity, margins compress structurally over time.

The tell is when CAC growth starts outpacing subscriber growth. In price-sensitive markets, where ARPU is capped by what customers will pay, this trap is especially dangerous. The only escape is organic acquisition - which requires product and brand investment, not more performance marketing spend.

Repeat subscriber share is the most honest signal of subscription business health

The path to margin expansion in a consumer subscription business runs through repeat subscriber share. As returning users grow as a percentage of active subscribers, marketing spend as a share of revenue falls naturally - you're no longer paying to acquire customers you already have.

Watch ARPU trend by cohort as a leading indicator: stable or growing ARPU means you're acquiring higher-quality users over time; declining ARPU means you've exhausted your best cohorts and are moving down-market. LTV/CAC is the output - cohort ARPU trend is the input that tells you where it's heading.

Startups 6 ideas
AI startups are rebuilding entire industries from scratch

Proteins, search, code, and gaming are being rebuilt from scratch by AI-native startups. The question isn't "will AI change X?" - that's already settled. The question is who has the distribution and data advantage to win when the market consolidates.

In most of these races, the winner won't be the best model - it'll be the team that figured out distribution first.

Standard TAM math undersells AI opportunities

Traditional bottom-up TAM analysis assumes roughly linear market structure - segment the users, price per seat, multiply. AI breaks this model. When one system can serve millions simultaneously at near-zero marginal cost, the unit economics look nothing like traditional software.

Think about platform-level concentration instead: winner-takes-most at a scale that makes today's SaaS multiples look conservative.

Lessons are repeated until they are learnt

Every mistake in a company's history recurs in a new form until its root cause is addressed. The lesson doesn't go away - it just wears a different disguise and waits for a moment of distraction to resurface.

This is why post-mortems matter less than the cultural reflex they're supposed to build. Speed of learning, not speed of building, is the real competitive advantage in early-stage companies.

Cultural tailoring beats product quality in new markets

AI companionship apps in India need vernacular language and local cultural context - family dynamics, emotional expression, social norms - not a translation of what works in the US. A Character AI clone with Hindi text is not a vernacular product.

The pattern repeats across categories: the product that wins in a new market is usually built from the ground up for its specific emotional and linguistic context. Localization is not a feature - it's the foundation.

Short-form education: snackable content is the new EdTech

Companies like Seekho are building subscription education on 2-3 minute videos covering everything from mutual fund account opening to practical skills - distributed over UPI auto-debit subscriptions. The format meets users at their actual attention span, not the format educators prefer.

The business model insight: UPI auto-debit removes the psychological friction of paying. Combine that with snackable content and vernacular delivery, and EdTech stops being a graduation-certificate business and starts being a daily habit.

Bingeable vertical content is a new media category

ReelShort launched in 2022 and reached a $4-5B valuation by building serialized, episodic drama in vertical video format - not TikTok clips, but actual shows shot for a phone screen. This is a distinct new category: bingeable, vernacularized, subscription-native short-form content.

Ten-plus similar plays are emerging in India. The insight: people don't want shorter entertainment; they want entertainment in the right format for the device they're already holding. Vertical, episodic, and local is a formula that works independently of platform.

AI services economics: headcount efficiency is the real metric

For AI-augmented services businesses, revenue growth is the wrong leading metric. The right question is: how many users can one FDE (field deployment engineer / human-in-loop) serve, and does that number improve over time? If it doesn't, AI is a cost center dressed up as a growth story.

Long-term margin in AI services comes from technology replacing labor internally - not from charging customers for AI features. The companies that will have great margins in 5 years are the ones quietly improving their output-per-headcount ratio today.