The first half introduces Transformer-on-MetaX, a 21-day open-source course built by MetaX: starting from a 220-line handwritten minimal Transformer in Python on CPU, migrating it to MetaX's domestic C500 GPU for real training, then diving into inference optimization through the Decoder-Only architecture and KV Cache, comparing it against industrial-grade inference frameworks such as vLLM and SGLang, and experiencing three operator development approaches — MACA C++, Triton, and TileLang. The talk shares the course design, real runtime data, and lessons learned by students.
The second half introduces the "AIGC and Agent Application Development in Practice" course series built on MetaX: centered on the Python ecosystem, six lessons progress through "generate, acquire, think, master, evaluate, collaborate," covering model APIs, tool calling, retrieval-augmented reasoning, skill accumulation, model evaluation, and agent orchestration. Each lesson produces a runnable application, culminating in a personal AI assistant that can autonomously select capabilities — pushing agents from being mere "conversational assistants" toward becoming "digital employees" that deliver results.