Generally, I try to use off the shelf agents instead of ripping my own.
Agents are LLMs + 24/7 access + tool calls.
- how i think about building agents
- base
- agentic harness
- https://github.com/ultrmgns/claude-private
- https://blog.langchain.com/the-anatomy-of-an-agent-harness/
- https://sausheong.com/the-context-and-the-harness-c18156077de4
- https://www.anthropic.com/engineering/effective-harnesses-for-long-running-agents
- https://www.markdown.engineering/learn-claude-code/
- long-running
- verifivable / labeled / eval
- medium
- knowledge base
- advanced