Seed: Minimal, self-modifying agent harness
gandalfgeek
54 points
20 comments
August 21, 2026
Related Discussions
Found 5 related stories in 57.2ms across 4,128 title embeddings via pgvector HNSW
- Show HN: StyleSeed – a design-rules engine so AI agents stop building generic UI bitjaru0402 · 23 pts · July 15, 2026 · 55% similar
- Building an (almost) fully self-hosted, sandboxed, agentic software factory jakelsaunders94 · 94 pts · August 21, 2026 · 49% similar
- Hax – a minimalist, terminal-native coding agent written in C OleksandrC · 95 pts · August 12, 2026 · 49% similar
- Show HN: SubjectiveZero, an open-source agentic node editor for creative coding tasoeur · 18 pts · July 10, 2026 · 49% similar
- Show HN: Proliferate- open-source, self-hostable Codex for any coding agent pablo24602 · 38 pts · August 21, 2026 · 48% similar
Discussion Highlights (10 comments)
azath92
I have to say I enjoy the brevity and clarity of this idea, given the ease of producing something large and unfocused in the last couple of years. I hope it stays very simple, and would be interested if the author or anyone else can speak to what kind of complexity arises from using it, rather than bloating out the seed itself with initial complexity. Ive been thinking about starting stimple with a pi framework for example and letting the tools emerge, but this is so much more lean to start, i wonder if it will be more or less interesting and or useful to start here.
lnenad
I think as many things that are posted here lately there is no *why* attached to the readme. Why would one use this, what is the benefit of this approach? Am I really gonna need my model to build exotic tools around it; or is exec/web_search/web_fetch enough for 90% of the use cases? Is my agent not capable of writing new plugins/tools for pi/opencode?
rcarmo
This is lovely and a reminder of why I used pi as a basis for my own harness. I have a similar idea in LISP that isn’t as minimal, might go all in on eval…
Meneth
It looks like you're trying to destroy the world. Would you like some help with that? /Clippy https://gwern.net/fiction/clippy
dexterlagan
Yet another LISP in disguise...
cyanydeez
I think people underestimate the number of successful growth lanes versus the number of failure lanes. I don't think these agents are going to do anything but find unique and interesting ways to torture their users.
killerstorm
This remind me kind of stuff people did back in 2023: https://x.com/SigGravitas/status/1642181498278408193 ... Massive Update for Auto-GPT: Code Execution! Auto-GPT is now able to write it's own code using #gpt4 and execute python scripts! This allows it to recursively debug, develop and self-improve... ... Also fun fact: Loveable started as a fairly basic Python script: https://github.com/AntonOsika/gpt-engineer/releases/tag/v0.0...
Hyperlisk
I just wrote about this. Not this exactly, but how your repository can be your swarm, and essentially be your harness. Using Gitea/GitHub Actions within your repo and agent runner containers allow you to have agents working in your repos 24/7. Not just that, but in a containerized world you can just link up their brains over some shared storage. Using Antigravity, this means you can share the `brain` and its conversation directory with your agent runners and they can get the entire history of everything. While building it out it becomes apparent that we are just getting started!
manmal
> There is no framework here. The entire frozen layer is seed.py Slop language in the second paragraph. I refuse to read on.
skeledrew
A nice idea that I've made a few attempts to implement myself, but somehow always end up with more than I intend. I'll just use this to... seed.