Skip to content
Use cases

Bring the work.
Keep the decision.

Two ways to put ML.ai Code to work: build a change, or plan it before touching the code.

Understand the codebase
The work starts here

“Make checkout
safe to submit.”

Build Plan
Your review. Your decision.
01 / Build

From the request
to a reviewed change.

Let lighter model routes handle reading and planning. Reserve stronger reasoning for the proposed change and its checks.

checkout  /  ML.ai CodeLocal example
PayButton.tsx M
12async function handlePay() {
13- await charge();
14 if (pending.current) return;
15 pending.current = true;
16 try {
17 await charge({ idempotencyKey });
18 } finally {
19 pending.current = false;
20 }
21}
Change ready for your review 2 files
fix/checkoutGeneral  ·  Approval requiredReading the task
01

Understand

Inspect the repository and establish the work.

02

Prepare

Use the appropriate agent and model for the step.

03

Review

See the proposed change before allowing a write.

02 / Planning

See the path.
Before changing the code.

Architect identifies the relevant files, trade-offs and sequence of work without changing the code. Plan can turn that reasoning into a file for your review.

Read first. Decide next.

A clear plan is a useful outcome on its own.

Explore agent scopes
01 Repository
02 Architect
03 Plan
PLANNING / CHECKOUT plan.md

A safer payment flow

01
Trace the request

PayButton.tsx → charges.ts

02
Choose the boundary

Server-side idempotency

03
Cover the edge case

Double-submit regression

Code unchangedReady for review
One product family

The editor is just
one place to start.

ML.ai Code brings ML.ai into the editor. Explore the orchestration layer when the question moves from one task to a workload.

Meet Inference
An exploded isometric stack: your application above the ML.ai, with the model stack below Your applicationAgents & workflows ML.aiRoute. Verify. Learn. Model stackApproved routes

Build and Planning are the two workflows on ML.ai’s use-case page. The checkout scenario above is a visual example, not a customer result.

ML.ai

Bring your next task.
Keep the final say.

Start in the editor, or explore the ML.ai orchestration behind it.