go-go-golems / go-go-workshop

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LLMs for the working programmer

Workshop time: June 25th, 9:00 AM.

Slack channel: #workshop-llm-working-programmer

Participants need access to a LLM of their choice (recommended: gpt-4o and claude 3.5 sonnet). Please prepare a list of programming topics (projects you want to build, legacy code you might want to work on, frameworks and technologies you want to learn). I will provide an extensive list of ideas to try out during the talk.

The handout to the talk will be added shortly before the workshop, I don't want to spoil the surprise.

Prerequisites

These are all optional and just FIY.

LLMs

I don't really know too much about the internals of models and how they are trained. So you don't need to either!

  • broad knowledge of how LLMs work (not need to go rabbit hole into the details)
  • transformer attention (autoregression in particular, the model uses its own output as part of generating further output)
  • tokens and context window size
  • RLHF instruct vs "pure" completion models / function calls and how they get encoded as special tokens

Programming

More general purpose books

About