---
title: "Curated Articles"
description: "A curated collection of authoritative articles and practitioner skill collections on AI agent engineering, with selection rationale and practitioner value analysis."
lang: en
pair: index.zh.md
lastUpdated: 2026-05-09
status: published
---

# Curated Articles

A curated collection of authoritative writing on AI agent engineering. Two kinds of entries live here: first-party articles from vendors building agent platforms, and skill collections from individual practitioners whose work has shaped how the community builds with agents. Each entry includes why it was selected and what value it provides to practitioners.

## Selection Criteria

### For official articles

- From official, first-party sources only
- Provides actionable engineering insights (not marketing)
- Current and relevant to modern agent practices
- Verified and accessible

### For practitioner collections

- Clear attribution to a named author with traceable background
- Independent thinking, not a restatement of vendor documentation
- Publicly maintained and still active, or a clearly dated snapshot of a formative idea
- Adds a distinct lens on how to build with agents — not redundant with existing entries

## Official Articles

- [Anthropic: Effective Context Engineering for AI Agents](/en/curated/entries/anthropic-context-engineering/) — how to manage system prompts, tools, retrieval, and memory for reliable agents
- [Manus: Context Engineering for AI Agents](/en/curated/entries/manus-context-engineering/) — engineering lessons from building and scaling an autonomous agent product
- [OpenAI: A Practical Guide to Building Agents](/en/curated/entries/openai-building-agents/) — OpenAI's first-party playbook for agent architecture and tool design

## Practitioner Skill Collections

- [Andrej Karpathy: LLM Wiki](/en/curated/entries/practitioner-karpathy-llm-wiki/) — a persistent-artifact architecture for agent memory, as an alternative to chunk-retrieval RAG
- [Addy Osmani: agent-skills](/en/curated/entries/practitioner-addyosmani-agent-skills/) — production-grade skills organized by software lifecycle phase
- [Matt Pocock: skills](/en/curated/entries/practitioner-mattpocock-skills/) — small, composable, model-agnostic skills as a counterweight to lifecycle frameworks

The handbook curates rather than duplicates. Follow the source links; these collections evolve faster than this page.
