Skip to content

Coze learning map

Coze Programming is the build path in this directory. Official wording (What is Coze Programming):

Coze Programming is an AI-driven application platform. Describe the need clearly and it can produce production agents, workflows, skills, mobile apps, web apps, or mini programs.

Coze itself is a different door. Official wording (What is Coze): "a next-generation AI team collaboration platform for the Agent era." You dispatch agents there. You do not draw the low-code canvas there.

Product landscape

ByteDance ships several AI products. Even the ones branded Coze are not the same surface. This directory covers agent building only.

ByteDance AI (this directory expands the Coze family only)
├── Coze (coze.cn) — team workspace for humans + agents
│   ├── Coze Agent / cloud Agent / local Agent
│   ├── projects, skill store, cloud phone / cloud computer
│   └── in-chat AI programming (web / app / mini program; a subset of Coze Programming)
├── Coze Programming (code.coze.cn) — build agents / workflows / apps  ← main path
│   ├── Low-code: visual agents, workflows, plugins, knowledge
│   ├── AI programming: full-code agents / workflows / web / app / mini program / skills
│   └── Coze CLI (npm @coze/cli)
├── Coze Loop (commercial name: 扣子罗盘) — prompts / eval / traces
├── Open-source cores
│   ├── Coze Studio (self-host the builder)
│   └── Coze Loop OSS
└── Same vendor, not documented here
    ├── Doubao — chat (#79)
    ├── Trae — coding IDE (#80)
    └── Volcengine Ark — model API (#82)
ProductWhat it isEntryThis site
Coze ProgrammingBuild, debug, and publish agents in the browsercode.coze.cnTutorial
CozeConsumer AI team workspace (web / desktop / app)coze.cnOne map row; official start
Coze LoopPrompt, evaluation, tracesWhat is Coze LoopOne map row
Coze StudioOpen-source single-node enginegithub.com/coze-dev/coze-studioOne map row; commercial cloud is not self-hosted
Coze Loop OSSOpen core of Loopgithub.com/coze-dev/coze-loopOne map row
Coze.comInternational sitecoze.com, docs.coze.comOne map row; accounts and channels differ
Coze Pro / EnterpriseEnterprise plan on Volcenginevolcengine.com/product/coze-proOne map row; plans
DoubaoSame-vendor chatdoubao.comNo tutorial → #79
TraeSame-vendor IDEtrae.cn, trae.aiNo tutorial → #80
ArkSame-vendor model APIvolcengine.com/product/arkNo tutorial → #82
Feishu / WeChat / DouyinPublish channels, not Coze productsPublish overviewNot this site

Names that collide

  • Coze ≠ Coze Programming. Workspace vs builder.
  • Coze ≠ Doubao. Doubao is chat. The low-code “publish to Doubao” channel closed on 2026-07-01 (FAQ).
  • Coze Programming ≠ Trae. Trae is an IDE.
  • Low-code agent ≠ full-code agent. Visual canvas vs AI-programming chat.
  • Cloud “Claude Code / Codex CLI” ≠ vendor CLIs. Those frameworks run on a Coze cloud computer. You cannot sign in to Anthropic or OpenAI there (consumer FAQ).
  • Coze Studio ≠ Coze Programming. Studio is the open single-node core. Commercial Coze Programming does not offer private deployment.
  • Older Bot = today’s low-code agent.

Decision tree

What do you need?
├── Zero-code conversational agent, then Feishu / WeChat / API
│   └── Coze Programming · low-code agent (start with the tutorial)
├── Fixed pipeline (report, batch, multi-step tools)
│   └── Coze Programming · low-code workflow (Cookbook)
├── One sentence → full-code agent / web / app / mini program
│   └── Coze Programming · AI programming (Cookbook)
├── Drive Coze from a terminal or another agent
│   └── Coze CLI
├── Work with several agents, PPT / video, local files
│   └── Coze (coze.cn) — not a step-by-step tutorial here
├── Prompt eval and traces
│   └── Coze Loop
├── Data must stay on your machines
│   └── Coze Studio (Programming itself cannot be self-hosted)
├── Chat / copywriting only
│   └── Doubao (#79)
└── Repo IDE
    └── Trae (#80), or Claude Code / Cursor / Grok Build on this site

Sources: what_is_coze, guides_welcome, about-low-code-project, guides_FAQ, cozespace_coze_app_faq.

Goals and non-goals

Goals

  • Pick the right Coze door.
  • Follow the official path to a published low-code agent.
  • Jump to a recipe when you need workflows, knowledge, plugins, skills, or the CLI.

Non-goals

  • No full Doubao, Trae, or Ark tutorials.
  • No PPT / short-video / cloud-phone office manual.
  • No model internals (see Learn LLM).
  • No private-cloud implementation guide for Studio.

Which page

PageTypeWhen
TutorialTutorialFirst time: sign up → low-code agent → debug → publish
CookbookHow-toYou can click the UI; you have one job
CheatsheetReferencePlans, channels, CLI, limits, sources
GlossaryExplanationColliding names, or an old Bot tutorial

Learning path

StageReadOutcome
1. Pick a doorThis mapDo not open Doubao or Trae by mistake
2. Ship one agentTutorialOfficial “praise bot” path
3. Add capabilityCookbookPlugin / knowledge / workflow / publish / CLI
4. Look upCheatsheetPlans and commands
5. Align wordsGlossarySkill vs plugin vs workflow

Feature index (builder surface)

CapabilityOne lineOfficial
Low-code agentPersona + model + skills panelOverview, Quick start
Full-code agentChat produces a deployable projectDevelop an agent
Workflow / chatflowDrag nodes; chatflow is for chatbotsLow-code workflow
PluginOne plugin, many API toolsPlugins
KnowledgeDocuments / tables / images; plus Volcengine knowledgeKnowledge
MemoryVariables, database, long-term memoryOverview · memory
SkillSKILL.md folder, loaded on demandSkills
PublishStore, Feishu, WeChat, mini programs, API, Chat SDKPublish
Coze CLInpm i -g @coze/cli, binary cozeCoze CLI

Freshness

  • Coze 3.0: official date 2026-05-29 for multi-agent collaboration (consumer FAQ).
  • Doubao publish channel for low-code agents: closed 2026-07-01.
  • Douyin avatar: removed 2025-09-03.
  • Workflow / image-flow store: taken down.
  • Ignore 2024 blogs that still say “Bot + one-click Discord / Doubao”.

Built for frontend engineers · Powered by VitePress