Skip to content
Discussion options

You must be logged in to vote

What a “basic AI workflow” usually looks like

At a high level, most simple AI workflows follow this pattern:

Input – text you want the model to work on

Prompt – instructions + context you give the model

Model call – sending the prompt to a model (via GitHub Models or API)

Output – model’s response

Evaluation – checking if the output is good, consistent, and useful

You don’t need anything fancy at first—clarity beats complexity.

Replies: 2 comments

This comment was marked as off-topic.

Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Models
Labels
Question Ask and answer questions about GitHub features and usage Models Discussions related to GitHub Models
3 participants