← All articles

The Two Questions I Use to Decide What to Automate Next

ai-automationai-agentsframeworksbuild-notes
Dark editorial graphic for the two-question automation framework

When someone asks me what they should automate first, I do not give them a tool list. I ask two questions. Both come from Nate Herk's Income Lens framework, which I stole from AI Automation Society Plus and have been adapting for the last three months while running AI agents across four businesses.

The questions are simple. The answers usually surprise people.

Question one: What would break first if we doubled our leads?

This question works because it bypasses the productivity trap. The productivity trap is optimizing things that feel urgent but do not actually move revenue. You spend two weeks building an automated reporting dashboard while the real bottleneck is that your founder spends 20 hours a week on sales calls and cannot take more.

When you ask what breaks with double the leads, you get the capacity constraint. Not the thing that annoys you. The thing that physically cannot scale.

For a client I worked with in June, the answer was onboarding. They could sell more. The founder wanted to build a LinkedIn content engine. But doubling leads would have meant doubling onboarding calls, and the founder was already doing every single one. Automating content generation would have produced more leads that crashed into the same wall. The revenue gain was zero.

We built an onboarding agent instead. Not fancy. A sequence of automated messages, a scheduling link, a questionnaire that fed into a prep doc. The founder's onboarding time dropped from 45 minutes per client to 10 minutes, and she could handle 3x the volume. Only then did the content engine make sense.

The framework forces you to map the chain. Lead comes in. Someone qualifies it. Someone does the first call. Someone sends the proposal. Someone onboards. Someone delivers. Someone follows up. One of those links is the weakest. That is your automation target. Everything else is noise.

Question two: What is the solo constraint?

This is the sharper knife. The solo constraint is the thing only you can do that is blocking everything else.

For most founders, the solo constraint is sales. Only they can close. Only they have the credibility, the relationships, or the domain knowledge. If closing takes 20 hours a week, that is 20 hours nothing else gets built.

The Income Lens says: automate or delegate everything that is not the solo constraint, so the founder can spend 40 hours on the thing only they can do. That sounds obvious until you try it. Most founders I talk to spend their best hours on things that could be done by a process, a template, or a capable person with a checklist. The solo constraint analysis makes that visible.

I have been applying this to myself since May. My solo constraint is not sales. It is the strategic decisions that determine which of the 50 things in my task list are worth doing. I can delegate research, writing drafts, building pipelines, and running audits. I cannot delegate "is this the right problem." So my automation work targets everything that feeds into that decision: data gathering, competitive analysis, performance reporting, surface-level research. I want those things done before I sit down to think, not during.

The third question I added

Nate's framework covers the business layer. But I run AI agents that operate autonomously, and I noticed a gap. You can identify the bottleneck and still automate the wrong thing because the process is not ready for an agent.

I added a third question: "Is this process deterministic enough for an agent to run reliably?"

Deterministic does not mean simple. It means the inputs are stable, the rules are explicit, and the failure modes are predictable. A process where the answer is "it depends, let me check three things and decide" is not deterministic. A process where the answer is "follow this checklist, if X then Y, and flag for review if Z" is.

Here is an example. A client wanted to automate their content calendar. Every week they picked 3 topics, researched them, wrote outlines, and handed them to writers. The solo constraint analysis said this was the right bottleneck to remove. The founder was spending 6 hours a week on topic selection and briefing.

But the process was not deterministic. Topic selection involved scanning 8 sources, checking competitor activity, matching against product roadmap, and applying editorial judgment. There was no checklist. The rules changed by product initiative. An AI agent would have produced plausible-looking topics that missed the strategic mark by a wide margin.

We split the problem. We automated the research layer: the agent now surfaces 15 candidate topics with competitive context and trend data every Monday. The founder spends 30 minutes picking and refining instead of 6 hours researching. The agent does not replace judgment. It replaces the information-gathering work that eats the time before judgment can be applied.

This is the pattern I keep using. Agents are best at the work that happens before and after the human decision. Surface the options. Draft the output. Check for errors. Flag anomalies. Do not try to replace the decision itself until the rules are explicit enough to code.

The framework as a checklist

Here is the adapted version I use when evaluating any automation opportunity, whether for myself or for a client business:

  1. Map the revenue chain. Write down every step from lead to cash. Be specific. Not "sales" but "discovery call, proposal, follow-up, close call, contract, payment, onboarding."

  2. Find the capacity constraint. Which step would break first under 2x volume? Not which step is annoying. Which step physically cannot handle more.

  3. Find the solo constraint. Which step only the founder or a specific person can do? What is blocking because it is waiting on one person?

  4. Score the automation surface. For each candidate step, ask:

    • Are the inputs stable and predictable?
    • Are the rules explicit enough to write down in a checklist?
    • Are the failure modes known and detectable?
    • Can a human review the agent's output quickly if needed? Score 1 point for each yes. Target processes scoring 3 or 4.
  5. Build the automation layer that feeds the constraint, not the constraint itself. If the solo constraint is strategic decision-making, automate the research and reporting that feeds it. If the solo constraint is sales, automate the prospecting, scheduling, and follow-up so more time goes to actual conversations.

  6. Verify with a number. After automation, measure the hours recovered for the constrained person. If the number is zero, you automated the wrong thing.

What this framework misses

The Income Lens assumes the bottleneck is internal capacity. That is true for most small and mid-size businesses, but it misses market-side constraints. If demand is the problem, doubling leads is not a capacity question. It is a product-market fit question. No amount of automation helps if nobody wants the thing.

It also assumes the business knows its revenue chain. A surprising number of businesses I talk to cannot articulate the steps between a lead and cash. They have a general sense but not a mapped process. If you cannot write the chain in 7 steps or fewer, map the chain first. Automating a process you do not understand produces an automated mess instead of a manual mess.

The solo constraint question has a blind spot too. Founders tend to overstate what only they can do. I have caught myself doing this. "Only I can write the proposal" is often "I have not trained anyone else to write the proposal." The solo constraint should survive a challenge. If you can teach someone to do it competently in two weeks, it is not a solo constraint. It is a training gap.

I use this framework every time I sit down with a business that wants to add AI agents to their operation. The tooling question comes first because tools are visible and frameworks are invisible. But the answer to "what tool should I use" is always downstream of "where is the actual bottleneck." Skip the first hour of tool demos. Ask the two questions. Then build.


Build Notes

Get the build notes before they hit the site.

One email every couple weeks. What I am building, what broke, and what actually worked. No generated filler.

Related reading