C++ Logo

std-proposals

Advanced search

Re: [std-proposals] Dedicated website with AI that has processed all papers

From: Thiago Macieira <thiago_at_[hidden]>
Date: Thu, 08 May 2025 17:01:59 +0200
On Thursday, 8 May 2025 16:43:24 Central European Summer Time Frederick
Virchanza Gotham via Std-Proposals wrote:
> AI is fine for some uses though, like perusing a catalogue of three
> thousand papers written about proposals to change to C++ programming
> language. Basically I just want the AI to 'crawl' the papers so that I
> can ask simple questions like, "Has anyone ever written a paper to
> allow the calling of non-const methods on a const object if we're
> dealing with an Rvalue?".
>
> The AI would then direct me to papers that I myself can take a look at it.

If you know the keywords to search, just use a search engine. You're quite
likely to know keywords because, as a technical problem, there are specific
terms for specific things.

https://www.google.com/search?q=site%3Aopen-std.org+non-const+rvalue

Quite a few search engines are now integrating natural language processing to
find things for you. Maybe try that.

If you want to train an LLM on the papers (which are all available) and host
it, go ahead and do it.

-- 
Thiago Macieira - thiago (AT) macieira.info - thiago (AT) kde.org
  Principal Engineer - Intel DCAI Platform & System Engineering

Received on 2025-05-08 15:02:05