teleo-codex/inbox/archive/2026-04-04-hesamation-coding-agent-components.md
m3taversal 00119feb9e leo: archive 19 tweet sources on AI agents, memory, and harnesses
- What: Source archives for tweets by Karpathy, Teknium, Emollick, Gauri Gupta,
  Alex Prompter, Jerry Liu, Sarah Wooders, and others on LLM knowledge bases,
  agent harnesses, self-improving systems, and memory architecture
- Why: Persisting raw source material for pipeline extraction. 4 sources already
  processed by Rio's batch (karpathy-gist, kevin-gu, mintlify, hyunjin-kim)
  were excluded as duplicates.
- Status: all unprocessed, ready for overnight extraction pipeline

Pentagon-Agent: Leo <D35C9237-A739-432E-A3DB-20D52D1577A9>
2026-04-05 19:50:34 +01:00

1 KiB

type title author url date domain format status tags
source 6 Components of Coding Agents Hesamation (@Hesamation) https://x.com/Hesamation/status/2040453130324709805 2026-04-04 ai-alignment tweet unprocessed
coding-agents
harness
claude-code
components
architecture

Content

this is a great article if you want to understand Claude Code or Codex and the main components of a coding agent: 'harness is often more important than the model'. LLM -> agent -> agent harness -> coding harness. there are 6 critical components: 1. repo context: git, readme, ...

279 likes, 15 replies. Quote of Sebastian Raschka's article on coding agent components.

Key Points

  • Harness is often more important than the model in coding agents
  • Layered architecture: LLM -> agent -> agent harness -> coding harness
  • 6 critical components identified, starting with repo context (git, readme)
  • Applicable to understanding Claude Code and Codex architectures
  • References Sebastian Raschka's detailed article on the topic