Build Basics / Industry term
One-use-case-first
A sequencing strategy that tests one concrete, valuable workflow slice before investing in a broader AI system.
One-use-case-first is a way of starting AI work by picking one concrete task to get working before trying to systematize everything. You name the single outcome you want today, ask the agent to deliver just that, and refine until it is reliable before adding anything else. Say you want help answering password-reset questions. Instead of asking for a full support bot that handles billing, accounts, and refunds, you tell the agent to draft a clear reset reply from a customer's message, test it on a handful of real messages, and only then add the next question type. The first working case teaches you what the broader system really needs.
Builder example
A narrow slice can expose real data, permissions, quality criteria, and operating costs early. Some systems need shared infrastructure or several linked steps before any one slice has value, so the tactic should reduce uncertainty rather than become a rule against necessary architecture.
Common confusion: Starting with one use case is about sequencing your effort, not capping your ambition. You still plan to grow the system; you prove one outcome works before stacking the next one on top, so each addition builds on something you already trust.

