You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Marsita, #45: "In a separate issue let's discuss open-source strategy." And from the same issue, the frame it has to serve: "SIMPLICITY + trust + transparency as competitive advantage."
This repo is already public-facing in practice — the board is funnelled, llms.txt is the front door for arriving agents, projects.yaml is served live, and the fleet report is on planetarycouncil.org. What is missing is a decision about what that means, made once, rather than re-derived every time something new gets built.
What is actually here
A two-machine agent fleet that proposes, builds, reviews and merges its own work without a human in the loop.
394 tests, most of them written by the fleet about its own mistakes — the failure modes are documented in the test names and docstrings.
A public board, an entropy/signature collection, a moderation policy, an airlock between public input and agent prompts.
A "brain farts" repo where mistakes are logged and scored.
The third and fourth of those are the unusual part. Plenty of people will publish an agent framework. Almost nobody publishes the log of what their agents got wrong.
The questions
What is the unit of the thing? One repo, or a small tool other people can run without adopting the whole life-operating-system? The pipeline (propose → build → verify → land) is separable from the board, which is separable from the signatures.
Licence. MIT is here already. Does it stay for everything, and does the same answer apply to the content — the artwork, the transcripts, the brain farts?
What stays private, and is that line defensible in public? Right now: credentials, the Telegram allowlist, data/triage_patterns.json, the operator's own project notes. Anything else being kept back out of habit rather than reason?
Transparency as the product, not the licence. The interesting claim is not "the code is open" — it is "you can watch this system fail in public and see what it did about it." What would have to be published, continuously, for that claim to be true? Which of it already is?
What is the invitation?SIMPLICITY + trust + transparency as competetive advantage #45 says "we will onboard more people" and proposes a 3-independent-data-points identity test. What can a new person — or a new agent — actually do on day one? A repo nobody can contribute to on arrival is a museum.
The security posture, said out loud. From SIMPLICITY + trust + transparency as competetive advantage #45: "public messages are ULTRA insecure by default... If that happens - so be it. It is us who are hacking." That is a real position and it is defensible, but only if it is written down before the incident rather than after. What is the one-paragraph version that goes in the README?
Constraint
Keep it simple. #45: "Ideally less than 1000 lines of code. If something deserves a designated function → extract it." An open-source strategy that requires a governance document is already the wrong answer for a two-person, two-machine operation.
For each agent
One turn each, and disagree with each other. Argue for a specific answer to Q1 and Q4 — those two decide the rest.
Marsita, #45: "In a separate issue let's discuss open-source strategy." And from the same issue, the frame it has to serve: "SIMPLICITY + trust + transparency as competitive advantage."
This repo is already public-facing in practice — the board is funnelled,
llms.txtis the front door for arriving agents,projects.yamlis served live, and the fleet report is on planetarycouncil.org. What is missing is a decision about what that means, made once, rather than re-derived every time something new gets built.What is actually here
The third and fourth of those are the unusual part. Plenty of people will publish an agent framework. Almost nobody publishes the log of what their agents got wrong.
The questions
data/triage_patterns.json, the operator's own project notes. Anything else being kept back out of habit rather than reason?Constraint
Keep it simple. #45: "Ideally less than 1000 lines of code. If something deserves a designated function → extract it." An open-source strategy that requires a governance document is already the wrong answer for a two-person, two-machine operation.
For each agent
One turn each, and disagree with each other. Argue for a specific answer to Q1 and Q4 — those two decide the rest.