Field note · Product scope

Why I keep AI builds small.

AI projects become fragile when the first version tries to be a platform. I would rather ship one reliable loop, test it against real input, and expand only after the behavior is inspectable.

Cong Fan · Brisbane · Updated May 4, 2026

Abstract AI product operator workspace

Most useful AI systems start smaller than people expect. One page. One intake path. One model call. One approval queue. One billing edge case. One internal workflow. That is usually enough to find the truth.

The early goal is not to prove that AI is impressive. The goal is to prove that a specific workflow can become reliable enough for a real person to use.

One surface beats a platform

A broad AI platform hides weak assumptions. A narrow surface exposes them. If a generation flow fails, you can see the input, output, cost, status, retry behavior, and user expectation in one place.

That is why I prefer a small product surface over a large plan. A small build creates evidence. A large plan creates optionality, and optionality is often where momentum disappears.

Small scope makes verification possible

AI work needs more verification than normal software because the output is often variable. When the scope is small, I can test the browser, inspect rows, check logs, run the build, verify the form, review the generated output, and write down what still needs attention.

Small does not mean trivial

A small AI build can still include real product work: auth, data modeling, prompt flow, model routing, UI states, pricing truth, error handling, handoff docs, and deployment. The constraint is not technical depth. The constraint is behavioral focus.

If one loop works, it becomes a base for the next loop. If it does not work, the team learns that quickly without carrying a half-built platform.

When to expand

I expand after the system has survived real inputs and produced useful evidence. More features should come after the first loop has a stable owner, a repeatable path, and a clear failure mode.

The best first AI build is small enough to ship, inspect, and learn from, but real enough to change what the team does next.