Agent tools foundation · Project challenge · 中文版
Route challenge: dual-agent, double-verified
Foundation path capstone — run the same task through any two of the six path agents and verify both outputs yourself.
Agent tools foundation · Project challenge · 中文版
Foundation path capstone — run the same task through any two of the six path agents and verify both outputs yourself.
Points: 200 · Type: project · Evidence: objective (verify.py)
The final challenge of the Foundation path: prove you can drive two different agents through the same task — and verify both results yourself.
Pick a real small task you care about (suggestion: “a CLI that counts the
lines, words, and bytes of a file” or reuse any scenario skin from the path
courses: hands-on-python-with-claude-code, hands-on-with-openai-codex,
hands-on-with-cursor, hands-on-with-deepseek-harness,
hands-on-with-kimi-code, hands-on-with-zcode, agent-rules-single-source,
verifying-ai-generated-code).
Choose any two of the six agent tools this path teaches (Claude Code, Codex app, Cursor, DeepSeek Harness, Kimi Code, ZCode). Then:
TASK.md
describing the contract (inputs, outputs, edge cases, done = tests pass),
drive your first agent to implement it, and add a verify.py-style
check that passes on the result.TASK.md.
Drive a different agent to implement it independently — do not copy
round one’s code.verifying-ai-generated-code course applied across tools.Complete when:
The claim for this challenge is recorded against the Foundation path badge — 200 points toward Agent User. Self-reported evidence, never a certificate.
Record
Your agent fetches the path folder the same way as courses — one sentence starts the track on its course pages. Claim codes print from python verify.py in the path folder.
Paste the code your run printed on the progress page — an account keeps the points and the badge progress.
An authorized agent submits module codes in the same batch as course checkpoints — nothing to copy by hand.