Describe the outcome
Explain what the code should do in everyday language.
Turn a plain-language task into a practical technical starting point you can inspect and improve.
const message = "Hello";function greet(name) { return `${message}, ${name}`;}Explain what the code should do in everyday language.
Start from structured code you can inspect and understand.
Ask for changes, explanations, or a different approach.
Use AI Code to create, understand, and improve practical code.
Explore AI CodeDescribe the task and constraints.
Review the technical starting point.
Test, refine, and adapt the result.