Arithmetic
AI as +, -, *, /. Compared side-by-side against real Python.
Click Run to ask the model.
Polynomial roots
Give the AI a polynomial. It guesses the real roots. numpy.roots solves it for real.
Click Run to ask the model.
Prime factorization
AI tries to give the prime factorization. Real Python does it by trial division.
Click Run to ask the model.
Sentiment
Label a sentence as positive, negative, or neutral.
Click Run to ask the model.
Translate
Type any sentence and any target language. No language pair training needed.
Click Run to ask the model.
Summarize
Shrink a passage down to a target word count.
Click Run to ask the model.
Action list
Messy stream-of-consciousness in, clean bulleted to-dos out.
Click Run to ask the model.
Image label
Hand the model a picture. Get a short label back.
Click Run to ask the model.
Food → recipe
Picture of a dish in. Ingredients and steps out.
Click Run to ask the model.
OCR
Read printed text out of an image. No OCR engine — just a vision-language model asked to read.
Click Run to ask the model.