Links

A curated reading list — articles, essays, and resources I found worth saving. Categorized and summarized automatically.

Technology(1)

  • The Anatomy of an Agent Harness

    An agent is a model plus a harness — the surrounding code, config, and execution logic that enables it to do real work. The article breaks down the key components: state management, tool execution, memory systems, and context management. Introduces useful concepts like 'context rot' (performance degrading as context fills) and the 'Ralph Loop' pattern for resetting context mid-task.