@eastweb3eth: Must-Read Books for Starting Vibe Coding from Zero — Harness Engineering Book. Whether Claude or Codex has already replaced a lot of basic coding work, and allows people with no coding background to start Vibe Coding. But without systematic study of Harness…

X AI KOLs Timeline Tools

Summary

This article introduces the open-source Harness Engineering books, aiming to help zero-basis users efficiently Vibe Code through Claude Code and Codex, explaining in detail how to build constraint systems to deal with the behavioral consequences of AI programming models.

Must-Read Books for Starting Vibe Coding from Zero — Harness Engineering Book. Whether Claude or Codex has already replaced a lot of basic coding work, and allows people with no coding background to start Vibe Coding. But without systematic study of Harness Engineering, using large models is very inefficient. Now these two books explain Claude and Codex's Harness Engineering in one go, and there is a Chinese version, don't miss them~ Repository: https://github.com/wquguru/harness-books… Thanks to @wquguru for open-sourcing. Online reading and download link: https://harness-books.agentway.dev/index.html I am Nika, I regularly share useful and interesting tools and projects related to AI, US stocks, and Web3. If interested, feel free to follow. See you next time~
Original Article
View Cached Full Text

Cached at: 05/14/26, 10:43 PM

Essential Books for Starting Vibe Coding from Scratch — Harness Engineering Books

Both Claude and Codex have already replaced a large number of basic coding jobs, and have also enabled people with no coding background to start Vibe Coding. However, without systematically studying Harness Engineering, efficiency is low when using large models. These two books now explain the Harness Engineering of Claude and Codex in one go, and there are also Chinese versions — don’t miss them~

Repository: https://github.com/wquguru/harness-books… Thanks to @wquguru for open-sourcing.

Read online and download link: https://harness-books.agentway.dev/index.html

I am Nika, and I regularly share useful and interesting tools and projects related to AI, US stocks, and Web3. If you’re interested, feel free to follow me. See you next time~


wquguru/harness-books

Source: https://github.com/wquguru/harness-books

Harness Books

中文 README

Read Online (https://harness-books.agentway.dev/en/)

About AgentWay (https://agentway.dev)

Two books on harness engineering. They pursue the same engineering question: once a code-writing model is placed inside terminals, repositories, permission systems, and team workflows, what keeps the overall system bounded, continuous, and accountable for consequences?

Harness Engineering: A Design Guide to Claude Code Read online · Download PDF

The Harness Design Philosophies of Claude Code and Codex Read online · Download PDF

These books are not meant to walk line by line through the source code. They focus on how a harness organizes constraints and execution, and how an inherently unstable model can be folded into a sustainable engineering order. Prompt layering, query loops, permission decisions, context governance, failure recovery, multi-agent verification, local rules, and team institutions together form the organ system of a harness. The real danger is not that a model occasionally says something wrong, but that the system has no structure for handling consequences.

Core Claims

  • Harness engineering is about how constraint structures organize execution.
  • Once a code-writing model enters a real engineering environment, the main problem is no longer answer quality but behavioral consequences.
  • Prompts, tools, permissions, state, recovery, verification, and institutions are not accessories around the system. They are organs in the same control structure.
  • When comparing agent systems, the key question is not the feature checklist but where order is actually placed.
  • If a team cannot turn individual experience into reusable rules, it will struggle to turn an agent into a stable system.

What The Two Books Focus On

Book 1: A Design Guide to Claude Code

The first book uses Claude Code as the observation target and concentrates on runtime structure. Its concern is why a system eventually has to grow components such as a control plane, query loop, tool permissions, context governance, recovery paths, multi-agent verification, and team rules. Start with Book 1 if these are the questions you care about:

  • Why harness engineering is not just prompt engineering at a larger scale
  • Why prompts are fundamentally part of the control plane rather than a chat box
  • Why model mistakes should be treated as a runtime norm rather than an exceptional event
  • Why multi-agent work and verification should not be blended into one vague mechanism
  • How a team can solidify personal experience into reusable engineering institutions

Book 2: Comparing Claude Code and Codex

The second book places Claude Code and Codex side by side and asks where each harness places order. One path starts from runtime discipline; the other starts from a more structured control layer. Both systems can work, but they distribute authority differently. Start with Book 2 if you care more about system choice, architectural judgment, or what to learn when building your own harness:

  • What the biggest control-plane divergence is between Claude Code and Codex
  • How to align the roles of query loops, threads, rollouts, and state
  • What governance roles are played by permissions, sandboxes, and policy languages
  • How skills, hooks, and local rules encode organizational habits into the system
  • If you want to build your own harness, who to learn from first and which layer to study first

Suggested Reading Paths

  • Want the full frame first: read Book 1, then Book 2.
  • Already familiar with coding-agent tools and want the architectural split directly: start with Book 2.
  • Only want the conclusions: read Book 1 Chapter 9 plus Book 2 Chapter 7.

Full Table of Contents

Book 1 — Harness Engineering: A Design Guide to Claude Code

Book 2 — The Harness Design Philosophies of Claude Code and Codex

Want To Keep Practicing? Try AgentWay

AgentWay is a related but separate practice platform. Harness Books explains control structures, engineering judgments, and architectural divergences. AgentWay is where these ideas continue into training paths, drills, project exercises, and agent PoCs.

Local Build

Build the two locale-aware Honkit sites and then assemble the unified Pages site:

python3 tools/book-kit/build_honkit.py book1-claude-code
python3 tools/book-kit/build_honkit.py book1-claude-code --locale en
python3 tools/book-kit/build_honkit.py book2-comparing
python3 tools/book-kit/build_honkit.py book2-comparing --locale en
python3 tools/book-kit/build_pages_site.py

Final output is written to dist/.


Keywords: Harness Engineering, Claude Code guide, Claude Code vs Codex, AI coding agent, control plane, query loop, agent recovery, agent verification, local governance, approval policy

Similar Articles

@cevenif: Using Claude Code or Codex for development, but feel like AI is running wild? This course might be the missing piece you need. There's an open-source course on GitHub called Learn Harness Engineering, which teaches you to establish a controllable workflow framework for AI coding assistants, centered around five core mechanisms...

X AI KOLs Timeline

GitHub open-source course Learn Harness Engineering teaches you to build a controllable workflow framework for AI coding assistants (e.g., Claude Code, Codex). It includes 12 theory lessons and 6 hands-on projects, covering core mechanisms: instruction, state, validation, scope, and session.

@bozhou_ai: Self-learning Vibe Coding? Just these three open-source projects are enough, no need to buy courses. Many AI Coding course materials come from here, but the originals are more systematic. 1. Easy-Vibe: A systematic tutorial from DataWhale, 5k stars. Three stages: from AI programming small games…

X AI KOLs Timeline

This article recommends three high-star open-source GitHub projects to help developers systematically learn AI programming and Vibe Coding workflows at zero cost, covering structured tutorials, prompt skill libraries, and a comprehensive tool directory.

@Xudong07452910: Open-Source High-Quality Tutorial: 'vibe-coding-cn' – Chinese Vibe Coding from Beginner to Mastery. This is a complete Chinese-localized Vibe Coding tutorial, with the core goal of helping developers systematically turn 'an idea' into a runnable product through AI pair programming workflows...

X AI KOLs Timeline

'vibe-coding-cn' is an open-source complete Chinese Vibe Coding tutorial, designed to help developers systematically turn ideas into runnable products through AI pair programming workflows, covering the complete engineering practice from requirement decomposition to deployment.