>We take contributions as human-written text, not code — see CONTRIBUTING.md. Describe the change you'd like informally in a .txt or .md file in adrs/, and if we're aligned we'll handle the implementation. Report vulnerabilities privately — see SECURITY.md, not a public issue. Starting to think people were right when they talked about our industry itself having an AI psychosis problem.
qm – Multiplayer agent harness for work
11–20 of 186 posts
Re: qm – Multiplayer agent harness for work
#12Earlier quoted context omitted.
They specifically ask not to create/submit a formal proposal. I do not see any restriction on the use of AI otherwise.
i read the emphasized " human-written " part, in combination with that last line, as a blanket restriction (for contributing). but perhaps i read it wrong.
Re: qm – Multiplayer agent harness for work
#13>We take contributions as human-written text, not code — see CONTRIBUTING.md. Describe the change you'd like informally in a .txt or .md file in adrs/, and if we're aligned we'll handle the implementation. Report vulnerabilities privately — see SECURITY.md, not a public issue. Starting to think people were right when they talked about our industry itself having an AI psychosis problem.
Re: qm – Multiplayer agent harness for work
#14Is Hermes the best openclaw like agent as they mention running it before? Also, what are power uses really using openclaw like systems for?
Re: qm – Multiplayer agent harness for work
#15>We take contributions as human-written text, not code — see CONTRIBUTING.md. Describe the change you'd like informally in a .txt or .md file in adrs/, and if we're aligned we'll handle the implementation. Report vulnerabilities privately — see SECURITY.md, not a public issue. Starting to think people were right when they talked about our industry itself having an AI psychosis problem.
> the project does not accept patches from random people on the internet
https://sqlite.org/copyright.html
In their case, it's motivated by a desire to keep copyrighted code out of the SQLite implementation, but I'm sure it has a nice benefit of making it so that an extremely widely used project doesn't get drive by, low effort code review requests while still allowing the community to engage.
Asking that "random people on the internet" don't sent code is not altogether a novel, post-AI idea.
Re: qm – Multiplayer agent harness for work
#16i find something a bit funny in an ai project, written by ai, requiring human-written text with specific guidance to not use ai. " Given that coding agents write most underlying code now, we'd prefer PRs in the form of human-written text. [...] Please do not have AI artificially expand what you'd like to do into a formal proposal. "
Coding agents are extremely useful but often extremely dumb with design. If you do not design the software yourself, you will probably get slop. This was always the core issue with vibe coding.
Re: qm – Multiplayer agent harness for work
#17Is Hermes the best openclaw like agent as they mention running it before? Also, what are power uses really using openclaw like systems for?
I have one reading my second tier RSS feeds and newsletters and giving me news/market updates filtered for things important to me
Re: qm – Multiplayer agent harness for work
#18Is Hermes the best openclaw like agent as they mention running it before? Also, what are power uses really using openclaw like systems for?
- automatically fixing simple CI failures
- getting production alerts and automatically creating RCAs and a fix PR
- periodically checking slow DB queries and finding ways to speed them up.
- creating charts to answer one-off questions about our data
I've tried using it as an on-the-go coding agent as well, but found I prefer more interactive agents, so I can see what the code looks like.
Re: qm – Multiplayer agent harness for work
#19But feels like its written to run on one mac/vm and carries same drawbacks of other similar platforms. I'd rather use Hermes/Openclaw for oss or closed managed agents like Tasklet or Prajvis
Re: qm – Multiplayer agent harness for work
#20Is Hermes the best openclaw like agent as they mention running it before? Also, what are power uses really using openclaw like systems for?
Hermes is huge and packed with features you probably don't need. I prefer smaller one I can extend as necessary, there are so many on github now and it is fun to test them but have been impressed with dirge ( https://github.com/dirge-code/dirge ) not affiliated. I have one reading my second tier RSS feeds and newsletters and giving me news/market updates filtered for things important to me