- cool talk describing how one can perceive LLMs as we perceive databases, like a utility rather than the main focus of your talk
- regarding non determinism in LLM outputs →
Â
Â
Â
Â
- small trick: use
git branch --sort=-committerdate
to list your branches sorted by most recent. helpful when you’re jumping between numerous branches and forget the exact branch name - also there’s
git checkout -
to checkout to your previous branch. helpful when you want to jump tomain
, take a pull, jump back to your branch and merge
Â