diff --git a/README.md b/README.md index ffc9de1c..131e6caa 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,20 @@ MIT License

+

+ + Atlas Cloud logo + +

+ +

Run the harness ideas in this course against real models through one OpenAI-compatible API, then compare long-running agent behavior without rebuilding every integration.

+ +

+ Atlas Cloud + · + Coding Plan +

+ > 🌍 This course is available in **14 languages**: English, 简体中文, 繁體中文, 日本語, 한국어, Español, Français, Русский, Deutsch, العربية, Tiếng Việt, Oʻzbekcha, Türkçe, Portuguese (BR). Choose your language from the badges above. Learn Harness Engineering is a course dedicated to the engineering of AI coding agents. We have deeply studied and synthesized the most advanced Harness Engineering theories and practices in the industry. Our core references include: @@ -47,6 +61,7 @@ Learn Harness Engineering is a course dedicated to the engineering of AI coding - [Capstone Project: A Real App](#capstone-project-a-real-app) - [Learning Path](#learning-path) - [Syllabus](#syllabus) +- [Atlas Cloud](#atlas-cloud) - [Skills](#skills) - [Other Courses](#other-courses) @@ -80,6 +95,18 @@ The repository now includes a PDF build pipeline for the course content. --- +## Atlas Cloud + +Atlas Cloud fits this course well if you want to put harness ideas into practice with real coding-agent runs: + +- compare multiple model families behind one OpenAI-compatible endpoint +- prototype evaluator loops, task runners, and verification steps without rewriting provider integrations +- test harness behavior with models such as DeepSeek, Qwen, GLM, Kimi, and MiniMax while keeping the rest of the environment stable + +If you want a budget-friendly path for coding-agent experimentation, try the [Atlas Cloud coding plan](https://www.atlascloud.ai/console/coding-plan?utm_source=github&utm_medium=link&utm_campaign=learn-harness-engineering). + +--- + ## The Model Is Smart, The Harness Makes It Reliable There's a hard truth most people learn the hard way: **the strongest model in the world will still fail on real engineering tasks if you don't build a proper environment around it.** diff --git a/assets/atlas-cloud-logo.png b/assets/atlas-cloud-logo.png new file mode 100644 index 00000000..780a4769 Binary files /dev/null and b/assets/atlas-cloud-logo.png differ