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.

e.g. 1, -7, 12 is x² − 7x + 12.

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.

Drop · paste (Ctrl/Cmd+V) · click to choose a file
or pick a sample
Click Run to ask the model.

Food → recipe

Picture of a dish in. Ingredients and steps out.

Drop · paste (Ctrl/Cmd+V) · click to choose a file
or pick a sample
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.

Drop · paste (Ctrl/Cmd+V) · click to choose a file
or pick a sample
Click Run to ask the model.