Re: [PATCH] docs: outline bug expectations wrt automated tools / AI agents

2025-06-09 Thread Daniel P . Berrangé via Devel
On Mon, Jun 09, 2025 at 03:06:00PM +0200, Michal Prívozník wrote: > On 6/6/25 10:52, Daniel P. Berrangé via Devel wrote: > > From: Daniel P. Berrangé > > > > Bug reports from automated tools and AI agents are time consuming > > > Maybe orthogonal topic, but should we also discourage (if not ban

Re: [PATCH] docs: outline bug expectations wrt automated tools / AI agents

2025-06-09 Thread Michal Prívozník via Devel
On 6/6/25 10:52, Daniel P. Berrangé via Devel wrote: > From: Daniel P. Berrangé > > Bug reports from automated tools and AI agents are time consuming Maybe orthogonal topic, but should we also discourage (if not ban) people from sending patches generated by AI tools? For instance Gentoo has don

Re: [PATCH] docs: outline bug expectations wrt automated tools / AI agents

2025-06-06 Thread Peter Krempa via Devel
On Fri, Jun 06, 2025 at 10:21:16 +0100, Daniel P. Berrangé wrote: > On Fri, Jun 06, 2025 at 11:05:23AM +0200, Peter Krempa wrote: > > On Fri, Jun 06, 2025 at 09:52:49 +0100, Daniel P. Berrangé via Devel wrote: > > > From: Daniel P. Berrangé > > > > > > Bug reports from automated tools and AI agen

Re: [PATCH] docs: outline bug expectations wrt automated tools / AI agents

2025-06-06 Thread Daniel P . Berrangé via Devel
On Fri, Jun 06, 2025 at 11:05:23AM +0200, Peter Krempa wrote: > On Fri, Jun 06, 2025 at 09:52:49 +0100, Daniel P. Berrangé via Devel wrote: > > From: Daniel P. Berrangé > > > > Bug reports from automated tools and AI agents are time consuming to > > triage and have poor signal/noise ratio. Set st

Re: [PATCH] docs: outline bug expectations wrt automated tools / AI agents

2025-06-06 Thread Peter Krempa via Devel
On Fri, Jun 06, 2025 at 09:52:49 +0100, Daniel P. Berrangé via Devel wrote: > From: Daniel P. Berrangé > > Bug reports from automated tools and AI agents are time consuming to > triage and have poor signal/noise ratio. Set strong expectations for > any reporters using such tools, in a (likely doo

[PATCH] docs: outline bug expectations wrt automated tools / AI agents

2025-06-06 Thread Daniel P . Berrangé via Devel
From: Daniel P. Berrangé Bug reports from automated tools and AI agents are time consuming to triage and have poor signal/noise ratio. Set strong expectations for any reporters using such tools, in a (likely doomed) attempt to stem the flow of poor quality reports. Signed-off-by: Daniel P. Berra