From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Basile Starynkevitch Newsgroups: gmane.emacs.help Subject: Re: Including AI into Emacs Date: Fri, 06 Dec 2024 20:11:49 +0100 Message-ID: References: <61ffb7417fcfe6fc0c1291aa53d1398b.support1@rcdrun.com> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="12637"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Evolution 3.52.3-0ubuntu1 To: Jean Louis , Emacs Tangents Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Fri Dec 06 20:12:39 2024 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1tJdkk-0003A5-Mk for geh-help-gnu-emacs@m.gmane-mx.org; Fri, 06 Dec 2024 20:12:38 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1tJdkB-0005xF-2g; Fri, 06 Dec 2024 14:12:03 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1tJdk8-0005x1-Gr for help-gnu-emacs@gnu.org; Fri, 06 Dec 2024 14:12:00 -0500 Original-Received: from relay6-d.mail.gandi.net ([2001:4b98:dc4:8::226]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1tJdk4-0001f6-8T for help-gnu-emacs@gnu.org; Fri, 06 Dec 2024 14:12:00 -0500 Original-Received: by mail.gandi.net (Postfix) with ESMTPSA id 83FC7C0003; Fri, 6 Dec 2024 19:11:49 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=starynkevitch.net; s=gm1; t=1733512311; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=pVf/EbffdtdsK0wkVxablEKDA2RU0L/mittDoa4QmPc=; b=mqQtztctd7sQYoBLoe/cIjfGMD0Ji57Do2bDSGKRT9hI4fvs2VPbNLWs7MYJ0o+BSA0Sxe ++ZBDPu/RFKvsz/dIEgzCjA7hJcGJeYaqRwyL/4dwjZ2XxYgStGMaUeoaf/FsSCasS7r7c iUuPMGKU1H/qAaViSI5QyGo8q1LnzrNmSmP/dAKHOqh253B0AHEKq6xZuMUYAL1YYfvsdr ee5FzCXgcBC9xBvgeiFxP7q5BpIgDFN73iqI0YTqNoRvOZXjBWNNuNSvX7b2P2S6vyC33f 5uBMTGTDG4TSmtZ4q23ybD1i5tU806IQL20BM09gtFNW/e8rzVbY8aoYFFJU3A== In-Reply-To: <61ffb7417fcfe6fc0c1291aa53d1398b.support1@rcdrun.com> X-GND-Sasl: basile@starynkevitch.net Received-SPF: pass client-ip=2001:4b98:dc4:8::226; envelope-from=basile@starynkevitch.net; helo=relay6-d.mail.gandi.net X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, HTML_MESSAGE=0.001, RCVD_IN_DNSWL_LOW=-0.7, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Content-Filtered-By: Mailman/MimeDel 2.1.29 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.help:148634 Archived-At: On Fri, 2024-12-06 at 20:19 +0300, Jean Louis wrote: > Today, I=E2=80=99ve noticed that there are many free software projects th= at > use artificial intelligence, or AI for short. These projects are > created by developers all around the world who want to make useful > tools available to everyone. AI can help solve complex problems, > automate tasks, and improve the way we interact with technology. It=E2=80= =99s > exciting to see so many people contributing to these projects and > making AI more accessible to everyone. >=20 > I believe it would be really beneficial to include AI into GNU > Emacs. Emacs is already a powerful tool, but adding AI features could > make it even better. For example, AI could help with writing by > suggesting improvements or catching mistakes. It could also assist > with coding by providing smart autocomplete options or debugging > help. These features would make Emacs more efficient and > user-friendly, helping users get their work done faster and with > fewer > errors. >=20 > I am using AI every day, and will soon provide references on how to > use it self-contained, as every user can download it and run it on > their own computers. On of the issues is to define what is an open source AI system. Is https://clipsrules.net/=C2=A0an AI system? (On Linux you could run it from GNU emacs)? Can https://github.com/RefPerSys/RefPerSys=C2=A0be extended (or the basis of) to become an AI system? It is GPLv3+ licensed? Both software are open source... See also http://refpersys.org/=C2=A0 Regards from near Paris in France.... --=20 Basile STARYNKEVITCH 8 rue de la Fa=C3=AFencerie 92340 Bourg-la-Reine, France http://starynkevitch.net/Basile & https://github.com/bstarynk=20