First Run¶
This page shows the shortest path to a successful run.
Important:
- these are smoke tests (they prove setup and transport work)
- they are not your real workflow optimization yet
- for real usage, see
guides/from-demo-to-real-workflow.md
Step 1: Run Local Showcase¶
What you should see:
- baseline score output
- tuned score output
- tool traces for each dataset item
Step 2: Run Cloudflare MCP Showcase¶
This uses default endpoint https://mcp.cloudflare.com/mcp.
Use --endpoint only if you want another MCP server.
Cloudflare MCP usually requires auth, so you may need:
Step 3: Save Artifact¶
You will get artifact_path in output.
Step 4: Run Optimization¶
This returns best score and best candidate text.
What You Need for Real Workflows¶
To use SuperCodeMode in your own workflow, you will need:
- your MCP server (Cloudflare, local, UTCP, or internal)
- a small dataset of real tasks
- a metric that reflects success for your use case
- a client config where you can apply the optimized prompt/Code Mode settings
Next: guides/from-demo-to-real-workflow.md
Step 5: Enable Observability¶
Now you can inspect run events in artifacts/obs.jsonl.