Inputs
What goes into the solution (data, material, etc.)
Inputs are everything the solution needs to receive before it can do anything useful: the data, files, text, context, or decisions that must arrive first.
AI is not intuitive about what it is missing. If an input is absent, the tool will often proceed anyway, producing output that looks confident but is built on nothing. Knowing what goes in is not just a design detail, it is a prerequisite for getting a result you can trust.
Inputs for AI solutions often mix the obvious and the invisible. A customer email is an obvious input. The context about what that customer has bought before, or the tone policy your team follows on replies, is invisible unless you make it explicit. Most of the work in defining inputs is surfacing the invisible ones.
It is also worth asking where each input comes from and whether it can actually reach the solution. An input that lives in someone's head, or in a system with no integration, is a blocker that needs solving before building begins.
