Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jakartaee-platform-dev] Specs on https://jakarta.ee/specifications/ and llms.txt
  • From: Ed Burns <Edward.Burns@xxxxxxxxxxxxx>
  • Date: Fri, 7 Nov 2025 23:23:24 +0000
  • Accept-language: en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=microsoft.com; dmarc=pass action=none header.from=microsoft.com; dkim=pass header.d=microsoft.com; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector10001; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=0g721KE+tTgbQVgE6+cS1I+IK9aWVJpyAp+43PykbDI=; b=FWmUd9jWeTF3wZoBYM7To4BtFOaqc/Kxue6tG5TXFxSZF8EnKBNmaFYiPFzlRBGsV/bARuvgPO9C0upYfzkGYcBDVMX0D23/m6p5h/5I0CvdT3kZomkbOaX+g8RbJ4rTmP0ZZtRuRKkPJgwYqeYNfvz0/ptw7hTmuIQp0Fhx2jWw03dmhPLZHRAxbbsHCvnH/QN6Lt8XfdDrJM7wbfO2J1WiBKPqpMHrNryNShvrfW4RF5fLbzBkHlr5PdTWr2sVUpqj86nte+6YhvTzsObRBNBVzhbvHmMP1plYBWvBUzeE8FPJ293v760sAht49YppFuJ76UHEwgOT71IqE7TBMg==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector10001; d=microsoft.com; cv=none; b=lMc4ZLpuKza4NjBiPVnOrnlnVUD5fSS34nmYIR0mBGDuPt21Af9QmoPjZBb6PoIcMSvWUhyN72emLwYgoJ9kRPA0LO2O0oVpcNndJ9aWvcpbYdYBWe+7qjzSPlh034t48Vy/8GFnCrYiFh9V1tNaLH9wAtM+hIuLY+RjX8PPzuvoWqJuRYcsD61J2pey2AbyG8pqMpqMi6O9+u1i8I1ltEx/pAxXAPNbH4eZBL9N+GDlqp+iCquSmKkYRQF9vXDlFPklAZfcZ48BO8cpsQZXlhvzgD33SwoMueezz5BGI+6dbvX5q2il2uDU99JlFEEEomuE7/D++VM+kYos8aYi8g==
  • Delivered-to: jakartaee-platform-dev@xxxxxxxxxxx
  • List-archive: <https://www.eclipse.org/mailman/private/jakartaee-platform-dev/>
  • List-help: <mailto:jakartaee-platform-dev-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/jakartaee-platform-dev>, <mailto:jakartaee-platform-dev-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/jakartaee-platform-dev>, <mailto:jakartaee-platform-dev-request@eclipse.org?subject=unsubscribe>
  • Msip_labels: MSIP_Label_f42aa342-8706-4288-bd11-ebb85995028c_Enabled=True; MSIP_Label_f42aa342-8706-4288-bd11-ebb85995028c_SiteId=72f988bf-86f1-41af-91ab-2d7cd011db47; MSIP_Label_f42aa342-8706-4288-bd11-ebb85995028c_SetDate=2025-11-07T23:15:18.2876574Z; MSIP_Label_f42aa342-8706-4288-bd11-ebb85995028c_Name=Internal; MSIP_Label_f42aa342-8706-4288-bd11-ebb85995028c_ContentBits=0; MSIP_Label_f42aa342-8706-4288-bd11-ebb85995028c_Method=Standard
  • Thread-index: AQHcUDxhWBaGmlMLN0Od06ya+HGjsw==
  • Thread-topic: Specs on https://jakarta.ee/specifications/ and llms.txt

Greetings programs,

There’s an emerging convention called llms.txt, a plain text manifest designed to expose structured documentation links for retrieval by large language models. It allows developers and organizations to explicitly declare which markdown, API references, or guides should be indexed by AI assistants such as Context7 or GitHub Copilot’s contextual search.

Although adoption is still early, llms.txt offers a clear advantage for documentation platforms like https://jakarta.ee/specifications/ : it provides a standard way to control what AI systems see and use, ensuring that generated answers reference current, authoritative Specification text rather than scraped or outdated copies. This can reduce hallucinations and improve the quality of AI-driven support, tutorials, and code suggestions.

The canonical reference is here:

https://github.com/AnswerDotAI/llms-txt 

Given Jakarta EE's scale and influence, evaluating support for llms.txt—even experimentally—would help shape best practices for AI documentation accessibility and discoverability.
I am not in a position to drive this forward, but I at least wanted to bring it to your attention.
Thanks,
Ed

Back to the top