# Source Capture: PaperAgent Loop Engineering Article

Captured: 2026-06-27  
Original WeChat URL: https://mp.weixin.qq.com/s/uTVEAxmfZb7mxCQoE5jLfQ

## Access Result

The WeChat article was accessible via local `curl` with desktop and mobile WeChat user agents.

- HTTP status: `200`
- HTML size: about 3.4 MB
- Extracted title: `刚刚，Anthropic内部Loop Engineering方法论公开`
- Account nickname: `PaperAgent`
- WeChat timestamp: `ct=1782533485`
- Published time converted: `2026-06-27 12:11:25 Asia/Shanghai`
- Body container: `id="js_content"`
- Extracted text length after stripping HTML: about 4,873 characters

Note: after repeated probing, a plain `HEAD` request to the same WeChat URL redirected to a `wappoc_appmsgcaptcha` URL. Treat WeChat access as volatile; the successful capture above came from full `GET` requests with browser-like user agents.

Temporary files used during capture:

- `<local-tmp>/wechat_article.html`
- `<local-tmp>/wechat_article_mobile.html`
- `<local-tmp>/loop_engineering_drive_download.bin`
- `<local-tmp>/loop_engineering_drive.txt`

These are not committed or copied into the public dashboard.

## WeChat Article Structure

The article opens with:

- PaperAgent self-introduction.
- A claim that an Anthropic senior engineer released an 11-page report on `Loop Engineering`.
- Three headline bullets:
  - no longer prompt the agent directly; build the system that prompts it;
  - `Schedule -> Discover -> Build -> Verify -> Repeat`;
  - six components, Generator/Evaluator separation, Stripe example, and building loops from zero.

Main sections observed:

1. Loop Engineering 到底是什么？
2. 四层架构：Prompt Engineering -> Context Engineering -> Harness Engineering -> Loop Engineering
3. 循环的五步动作与六大组件
4. Generator / Evaluator 分离
5. 五种失败模式
6. 三个真实案例
7. 隐性成本：验证债务、理解腐烂、认知投降、Token 爆炸
8. 如何安全地构建第一个循环
9. Read a Sample / Cap Before You Ship / Keep One Door Open

## Original / Primary Source Cross-Check

### Addy Osmani

Addy Osmani's public article `Loop Engineering` contains the core definition and maps capabilities across Codex app and Claude Code:

- automations / scheduled tasks;
- worktrees;
- skills;
- plugins / connectors;
- subagents;
- state.

It also quotes Peter Steinberger and Boris Cherny as the community triggers for the term.

### Claude Code Docs

Claude Code docs verify that the relevant primitives exist:

- `/goal`: Claude keeps working until a completion condition is met; a small fast model evaluates after each turn.
- `/loop`: prompts can run repeatedly on fixed or dynamic schedule.
- subagents: specialized assistants with separate context, tools, model, permissions, memory, and optional worktree isolation.
- worktrees: isolate parallel Claude Code sessions so changes do not collide.

### 0xCodez X Post

X oEmbed confirms the 0xCodez post:

- Author: Codez / `@0xCodez`
- Date: 2026-06-24
- Text begins with: "A senior Anthropic engineer just dropped 11-page PDF on Loop Engineering for agentic systems..."

Direct full X scraping was blocked by anonymous access limits, so only oEmbed metadata is treated as verified.

### Google Drive PDF

The Google Drive file was downloadable:

- File name: `Loop-Engineering-IEEE.pdf`
- File size: 199,848 bytes
- Pages: 11
- Created: 2026-06-24 10:41:08 UTC
- Extracted title: `Loop Engineering: The Anthropic Playbook for Designing Systems That Prompt Your Agents`

Important caveat: the PDF footer states it is an independent reformatting of an open "Orange Book" guide, not a confirmed official Anthropic release. This should not be cited as official Anthropic documentation unless later verified.

## Copyright / Public Page Boundary

Do not copy the full WeChat article or full PDF into public notes. Keep:

- source links;
- metadata;
- short terms / phrases;
- structured Chinese explanation;
- project-specific insights and experiment questions.
