From f7b3c87789ce1cb34a1ee2b11652c9b5e3848399 Mon Sep 17 00:00:00 2001 From: Veit Heller Date: Sun, 31 Mar 2024 17:45:39 +0200 Subject: [PATCH] add gt4llm proposal --- 2024-Conference/talks/2024-gt4llm.pillar | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 2024-Conference/talks/2024-gt4llm.pillar diff --git a/2024-Conference/talks/2024-gt4llm.pillar b/2024-Conference/talks/2024-gt4llm.pillar new file mode 100644 index 00000000..83f29b6a --- /dev/null +++ b/2024-Conference/talks/2024-gt4llm.pillar @@ -0,0 +1,18 @@ +! gt4llm: A programmable environment for large language models + +Veit Heller (veit.heller@feenk.com) + +""Abstract:"" +Glamorous Toolkit (GT) is an environment for exploring systems, documenting +them, and communicating about them. As such, views on objects, both technical +and for the domain, are essential. And although GT aims to make creating views +inexpensive and for them to be amortized as quickly as possible, it is still +often repetitive work. So naturally, we explored how to generate that code using +a large language model (LLM), a tool which is great at performing repetitive +work quickly. While working on this, we also created an infrastructure for +working with LLMs more generally, enabling a moldable approach to exploring the +interaction with models. + +""Bio:"" +Veit is a developer experience crafter at feenk (feenk.com) building tools and +techniques for making software systems explainable.