From 7ba6e9810a8227a4363504e379fb62eee4156119 Mon Sep 17 00:00:00 2001 From: Alyssa Rosenzweig Date: Tue, 12 May 2026 11:16:49 -0400 Subject: [PATCH] jay: clarify development model Signed-off-by: Alyssa Rosenzweig Reviewed-by: Kenneth Graunke Part-of: --- src/intel/compiler/jay/README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/intel/compiler/jay/README.md b/src/intel/compiler/jay/README.md index 8ac3ed0897b..47c811e3f92 100644 --- a/src/intel/compiler/jay/README.md +++ b/src/intel/compiler/jay/README.md @@ -1,3 +1,12 @@ Xe2 compiler experiments. **Work-in-progress, not ready for users/benchmarks.** + +--- + +Jay is written by humans, not Large Language Models, due to our focus on +delivering high quality software and nurturing healthy software teams. For +information on the issues, see the notes of veteran Mesa developers like [Erik +Faye-Lund](https://kusma.xyz/blog/2026/03/26/open-source-and-ai/). Please +respect our wishes and do not send Jay patches that are not human authored. +Thank you!