ELSEIF
Your brief EB
368 stories from 119 feeds 464 clusters Refreshed 1 minute ago next pull 08:38

TECH Signal 479

Seed: Minimal agent harness starts from one loop and grows its own tools through self-modification

Seed is a minimal agent framework consisting of a single Python file (seed.py) that connects a language model to one bash execution tool, requiring the agent to grow its own tools, memory, and skills by rewriting its system prompt and writing to its self/ directory.

WHY IT MATTERS

Seed inverts the typical agent framework pattern by providing no built-in tools, memory, or skills, instead forcing the agent to construct its own capabilities through self-modification. Each directory planted creates a divergent agent with its own history, making agent development an emergent rather than prescribed process.

Written by elseif from the cluster below · every claim links back to a source

The three things worth knowing

01

Seed consists of seed.py connecting a language model to one exec tool (bash), with no framework-provided tools, memory, or skills.

02

The agent owns and may rewrite its system prompt file, and must persist everything it wants to keep in its self/ directory since sessions are ephemeral.

03

Each directory planted creates a separate agent individual that diverges based on experiences, with session transcripts recorded to self/sessions/*.json but never loaded as memory.

THE CLUSTER

Same story, 1 feed.

ORDERED BY FIRST SEEN
github.com via Hacker News Seed: Minimal, self-modifying agent harness Open ↗