Instead of “a fitness app”
“I want to record three exercises and see my progress over the last four weeks.”
Create an app with AI
Shape a small useful application, create the first working version with an AI assistant and improve it with real feedback instead of guesses.
In plain language
Do not start with twenty features. Describe one person, the task they repeat and the result they need at the end. An AI assistant can turn that into a first screen and the necessary logic. Once that single journey works reliably, actual use will tell you which feature deserves to come next.
What you can build
A precise benefit makes the first useful version much easier to create.
“I want to record three exercises and see my progress over the last four weeks.”
“I want to save customer requests and see which callbacks are due today.”
“I want to search my manuals and see the source passage beside each answer.”
How to start
Finish one full user journey before adding more menus and optional features.
Write two sentences describing who uses the app and which annoying task becomes easier.
List the required inputs, visible output and two realistic examples.
Ask for a simple version in which one user can finish the most important journey.
Give it to two people without instructions and improve the places where both hesitate.
Before you share it
The main journey matters much more than the number of features.
Continue
Compare code completion, editor chat and assistants that can edit several files based on your experience and the kind of project you want to build.
Private AI on your computerUse a coding assistant without a cloud model, understand the few pieces involved and choose a model size that runs smoothly on your own machine.
Use Ollama in your editorInstall a local coding model, connect it to your editor and confirm the setup with one small programming task.
Technical references are linked to the original project or manufacturer documentation.