diff options
author | Sacha Chua <sacha@sachachua.com> | 2023-07-04 23:26:08 -0400 |
---|---|---|
committer | Sacha Chua <sacha@sachachua.com> | 2023-07-04 23:26:08 -0400 |
commit | eaab7a58f3d2cd7ea0d35ad3d29f5e09db91de5e (patch) | |
tree | aabbc3855df4e6b28650ed17ef23c01bfdeb4553 | |
parent | e7e8383ef1aadaf176461563705baa434ee66c35 (diff) | |
download | emacsconf-wiki-eaab7a58f3d2cd7ea0d35ad3d29f5e09db91de5e.tar.xz emacsconf-wiki-eaab7a58f3d2cd7ea0d35ad3d29f5e09db91de5e.zip |
llm and lspocaml talk descriptions
-rw-r--r-- | 2023/talks/llm.md | 38 | ||||
-rw-r--r-- | 2023/talks/lspocaml.md | 29 |
2 files changed, 67 insertions, 0 deletions
diff --git a/2023/talks/llm.md b/2023/talks/llm.md new file mode 100644 index 00000000..0f5f22d3 --- /dev/null +++ b/2023/talks/llm.md @@ -0,0 +1,38 @@ +[[!meta title="LLM clients in Emacs, functionality and standardization"]] +[[!meta copyright="Copyright © 2023 Andrew Hyatt"]] +[[!inline pages="internal(2023/info/llm-nav)" raw="yes"]] + +<!-- Initially generated with emacsconf-publish-talk-page and then left alone for manual editing --> +<!-- You can manually edit this file to update the abstract, add links, etc. ---> + + +# LLM clients in Emacs, functionality and standardization +Andrew Hyatt (he/him) + +| Email | <ahyatt@gmail.com> | +| Mastodon | <https://urbanists.social/@ahyatt> | +| Github | <http://github.com/ahyatt> | + +[[!inline pages="internal(2023/info/llm-before)" raw="yes"]] + +As an already powerful way to handle a variety of textual tasks, Emacs +seems unique well poised to take advantage of Large Language Models +(LLMs). We'll go over what LLMs are and are used for, followed by listing +the significant LLM client packages already for Emacs. That functionality +that these packages provide can be broken down into the basic features that +are provided through these packages. However, each package currently is +managing things in an uncoordinated way. Each might support different LLM +providers, or perhaps local LLMs. Those LLMs support different +functionality. Some packages directly connect to the LLM APIs, others use +popular non-Emacs packages for doing so. The LLMs themselves are evolving +rapidly. There is both a need to have some standardization so users don't +have to configure their API keys or other setup independently for each +package, but also a risk that any standardization will be premature. We +show what has been done in the area of standardization so far, and what +should happen in the future. + +[[!inline pages="internal(2023/info/llm-after)" raw="yes"]] + +[[!inline pages="internal(2023/info/llm-nav)" raw="yes"]] + + diff --git a/2023/talks/lspocaml.md b/2023/talks/lspocaml.md new file mode 100644 index 00000000..d2ee96d2 --- /dev/null +++ b/2023/talks/lspocaml.md @@ -0,0 +1,29 @@ +[[!meta title="Writing a Language Server In OCaml for Emacs, fun, and profit"]] +[[!meta copyright="Copyright © 2023 Austin Theriault"]] +[[!inline pages="internal(2023/info/lspocaml-nav)" raw="yes"]] + +<!-- Initially generated with emacsconf-publish-talk-page and then left alone for manual editing --> +<!-- You can manually edit this file to update the abstract, add links, etc. ---> + + +# Writing a Language Server In OCaml for Emacs, fun, and profit +Austin Theriault (he/they) - last name prounounced tare -e -o, <mailto:austin@cutedogs.org> + +[[!inline pages="internal(2023/info/lspocaml-before)" raw="yes"]] + +Recently, while working at Semgrep, Inc. I wrote a language server for our +SAST tool in OCaml: +<https://github.com/returntocorp/semgrep/tree/develop/src/language_server>. I +then added support for it to emacs +<https://github.com/emacs-lsp/lsp-mode/blob/master/clients/lsp-semgrep.el>. +In this talk I plan to go over what LSP is, why it's important, getting +started writing a language server, and supporting a language server in +Emacs. + + + +[[!inline pages="internal(2023/info/lspocaml-after)" raw="yes"]] + +[[!inline pages="internal(2023/info/lspocaml-nav)" raw="yes"]] + + |