Open-source agent tools shift toward reusable work loops and control rules
Forsy-AI’s agent-apprenticeship is an ecosystem for AI agents that learn from real work instead of treating each task as a one-off. Its main idea is to turn repeated and past experience into reusable material for later tasks. Other related tools point in the same direction.
Macro brings email, chat, tasks, calls, documents, customer records, and agents into one interface with . Eve and Zkit focus on the building blocks for creating agents, with Zkit positioned as Go libraries rather than a full framework. One live R&D loop used Claude to coordinate work and Codex to ship code for several weeks; one example moved a load-balancing feature from a to a merged with about 1,400 lines of Rust and no human edits to the code diff.
AGENTOWNERS adds a governance angle by defining what AI agents may do in an repository and where human approval is required.
Key points
- agent-apprenticeship focuses on AI agents learning from real work through loops.
- Macro connects multiple workplace tools and agents through .
- A Claude-and-Codex R&D loop reportedly merged a roughly 1,400-line Rust change without human edits to the diff.
- AGENTOWNERS proposes permission rules for what AI agents can do inside .
- For cost reduction, the useful pattern is reusable context plus tighter control over agent scope.
Sources covering this story (7)
- Forsy-AI/agent-apprenticeshipOpen-source agent tools shift toward reusable work loops and control rules ↗
- Forsy-AI/agent-apprenticeshipForsy-AI/agent-apprenticeship: The living ecosystem where AI agents run automated workflow loops on any task, improve through execution, and turn each run into reusable work experience + data to impro ↗
- Hacker NewsShow HN: Macro – unified system for email, chat, tasks, docs, agents (AGPL/Rust) ↗
- Hacker NewsEve – The Framework for Building Agents ↗
- Hacker NewsShow HN: Zkit – Go libraries for building agents, not a framework ↗
- r/AI_AgentsWe let a loop run our R&D for weeks — Claude orchestrates, Codex ships. Open-sourced the whole thing. ↗
- r/opensourceI built AGENTOWNERS — CODEOWNERS, but for AI agents in open-source repos ↗