← All writing

AI Is Not Your Co-Founder

Useful AI begins with understanding how you already work

People call AI a co-founder because it can produce many of the artifacts associated with starting a company. Within a few hours, it can draft a business plan, write product requirements, generate code, suggest marketing copy, and organize a launch strategy.

A founder may finish the day with a roadmap, landing page, list of customer personas, and competitive analysis. A folder full of polished work can make the business feel more developed than the evidence supports.

Every document may trace back to the same description the founder entered into the prompt. The model has expanded and organized the idea, though it has learned little about whether customers experience the problem, care enough to pay, or behave in the way the business expects.

The comparison with a co-founder becomes misleading when production capacity is treated as independent judgment. AI can help founders complete work and examine evidence. It has no separate knowledge of the customer unless that information reaches the system, and it carries no responsibility for what happens after a decision is made.

The model works with the evidence it receives

When a founder asks an AI system to evaluate an idea, the answer depends on the information available in the conversation.

The model may know common patterns within an industry. Those patterns cannot establish whether a particular group of customers experiences the problem in the way the founder imagines. The system needs interview notes, sales calls, usage data, support tickets, and other evidence from the actual market.

This creates an easy trap. The founder describes the idea using their own assumptions and preferred framing. The model works within that framing and produces an organized explanation of why the idea could succeed. Because the response came from another system, it can feel like independent validation even though most of the underlying information originated with the founder.

A generated customer persona shows how this happens. The document may include goals, frustrations, buying behavior, and objections before the company has spoken with a customer. Those details remain guesses regardless of how specific the persona sounds.

Market analysis has the same limitation. A model can group competitors, describe their likely positions, and suggest ways to differentiate. Its account may miss recent changes, rely on outdated information, or misunderstand why customers choose one product over another.

Direct evidence is useful because it can force the company to revise its assumptions. Customer interviews may reveal that people describe the problem differently from the founder. Usage data may show that customers ignore a feature the team considered important. Sales conversations can uncover a budget constraint or show that the person experiencing the problem has no authority to buy a solution.

AI can help organize this material, compare responses, identify recurring themes, and prepare questions for the next round of research. The quality of the analysis still depends on the evidence supplied and the care used to separate customer statements from the model’s inferences.

Building with AI still requires product decisions

I am currently building an AI-powered market-research tool using LangChain, Redis, Python, Svelte, PostgreSQL, and S3.

The model and technical stack matter, though most of my time goes into decisions that would exist in any software product. I have to determine what the user should receive at the end of a session, which information the product needs, and how much control the interface should leave open.

I also need a plan for weak research, misunderstood requests, unreliable sources, and responses that sound more convincing than their evidence. The product needs understandable errors, consistent output, useful citations, and a workflow that makes sense to someone who has no interest in how the model is orchestrated.

AI helps me write code, consider edge cases, compare implementation options, and draft parts of the product. Decisions about the user experience depend on watching how people use the tool, where they become confused, and which results they find valuable enough to return for.

An agent that completes a technical task does not answer those questions. A product team still has to decide when the agent should act, what information it needs, how users can correct it, and how much review each result requires.

Rank AI uses by the cost of the existing problem

Founders often begin with a new capability and search for somewhere to use it. A model can browse websites, call tools, summarize large documents, or perform a sequence of actions, so the product is organized around demonstrating that capability.

The resulting feature may work technically while leaving the customer with roughly the same amount of work.

A useful evaluation begins with the existing process. The founder needs to understand where people lose time, which decisions require repeated research, what information they gather manually, and which mistakes carry a meaningful cost.

For my market-research product, research and synthesis belong near the top because users may spend hours gathering information from several sources and organizing it before they can make a decision. Shortening that process has value when the result includes enough source material for the user to check the analysis.

Repetitive tasks with predictable inputs come next. Classifying requests, preparing routine summaries, and drafting messages from structured information can save time because the output is easier to review and the expected result is reasonably clear.

Open-ended idea generation ranks lower when the team already has more ideas than it can evaluate. Generating another list of possible features adds work when someone still has to compare each suggestion with customer evidence, technical limits, and business priorities.

Another company may rank these uses differently because its bottlenecks and risks are different. A customer-support team handling thousands of similar requests may gain more from classification and drafting than from research. A small company entering an unfamiliar market may place evidence gathering first.

The choice should reflect the cost of the current work and the consequences of a poor result. Starting from those constraints gives the team a reason to adopt a capability beyond the fact that the model can perform it.

Frameworks inherit someone else’s workflow

Advice about using AI moves quickly from one preferred method to another. Long system prompts are recommended as a way to give the model expertise. Agent loops become popular for software development. Skills, tools, and multi-agent systems are presented as the next way people should organize their work.

These methods usually come from real problems. Their usefulness changes when the task, evidence, risk, and frequency of use change.

A developer automating code changes may need repository access, tests, version control, and a way to retry failed work. A founder analyzing customer interviews needs source tracking, careful interpretation, and a clear distinction between what customers said and what the model inferred.

Using the same framework for both tasks adds structure without establishing that the structure supports either workflow well.

The setup also has a maintenance cost. Prompts need updates, integrations fail, model behavior changes, and complicated agent systems can become difficult to inspect when the result is wrong. A workflow used every day may justify that maintenance because small savings accumulate. Someone performing the task once a month may spend more time maintaining the system than completing the work manually.

Frequency, risk, available evidence, and the cost of review should determine how much AI infrastructure a task receives. A founder copying another person’s workflow also inherits assumptions about all four.

A co-founder is accountable for the business

A human co-founder brings their own experience, relationships, judgment, and incentives. They can disagree with an idea based on information the other founder does not have, and they share responsibility for the consequences of the decision.

An AI system can generate an opposing argument when asked. Its disagreement is produced from the available context and has no personal stake behind it. The system can recommend a strategy without being responsible for the revenue, employees, customers, or reputation affected by the result.

This limitation does not reduce the practical value of the tool. A founder can use AI to research unfamiliar areas, organize information, draft material, test an argument, write software, and prepare for customer conversations. A small team may complete work that previously required more time or additional people.

The founder remains responsible for deciding which evidence is strong enough, which tradeoffs the company can accept, and whether the business deserves another year of effort. Those decisions cannot be evaluated solely by the amount of work the model produces.

In practice, AI can have broad access to research, code, drafts, and analysis, with review requirements based on the risk of each task. Decisions about customers, spending, hiring, and the direction of the company stay with the people who will carry their consequences.