Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add gt4llm proposal #276

Merged
merged 1 commit into from
Apr 9, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions 2024-Conference/talks/2024-gt4llm.pillar
Original file line number Diff line number Diff line change
@@ -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.
Loading