Agent tools foundation · Module · 中文版

The agent tool landscape (optional)

10 ptsmoduleOptional — extra credit, not required for the badgeVerified by verify.py

Foundation path module 0 — orientation across six agentic coding tools; pick the one that fits your environment and observe its evidence habits.

Module 0: The agent tool landscape

Points: 10 · Type: orientation · Evidence: self-attested

Before the hands-on courses, get your bearings: what the tools are, what they have in common, and which one you will drive first.

The landscape

Six agentic coding tools carry this path’s hands-on courses. Pick by where you want to work:

ToolWhere it runsWhat it’s good at
Claude Codeterminallong multi-step tasks, strong instruction following, reads CLAUDE.md/AGENTS.md
Codex (desktop app)desktop apptask threads with approvals and diff review, reads AGENTS.md
CursorIDEAgent/Ask/Plan modes inside an editor, .cursor/rules project rules
DeepSeek HarnessPython frameworkplugin-composed agents (cordis.yml), auditable append-only trajectories
Kimi Codeterminalbuilt-in explore/plan/coder subagents that split reading, planning, editing
ZCodedesktop applong-horizon Goal Mode, task lists, workspace Git state, remote check-ins

They differ in interface, not in fundamentals. Every one of them: reads your files, follows written instructions, edits code, runs commands, and — this is the important part — can be wrong in ways that look right. That is why this path spends so much effort on rules and verification, not on prompts.

Choosing by environment: live in the terminal → Claude Code or Kimi Code. Live in a GUI → Codex app, Cursor, or ZCode. Want to assemble and audit the agent loop itself → DeepSeek Harness. You only need one to start; the route challenge at the end asks for a second, different one.

Your first task (no code)

  1. Pick one of the six tools and install it following its official docs (linked from the course pages).
  2. Open it on an empty folder and ask it: “create a Python script that prints the current date, then run it.”
  3. Watch what it does: which files it creates, which commands it runs, what it reports back.
  4. Ask it: “how do you know it works?” — notice whether it shows evidence or just says it worked. That gap is what the rest of this path is about.

Checkpoint

You have finished this module when you can answer, in your own words:

  • Which agent did you install, and how do you start it?
  • What did it do when you asked for the date script — and what evidence did it give you that the script ran?

Self-attested checkpoint: when you can answer both, record it — module M0 of the Foundation path is worth 10 points. Honest self-reporting is the rule of this platform: nobody checks your answer, but nothing here is a certificate.

Record

Done? Claim it.

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.

You

Submit the claim code

Paste the code your run printed on the progress page — an account keeps the points and the badge progress.

Your agent

Let it submit

An authorized agent submits module codes in the same batch as course checkpoints — nothing to copy by hand.