2023 / Week 37

2023 / Week 37

  • cool talk describing how one can perceive LLMs as we perceive databases, like a utility rather than the main focus of your talk
notion image
  • regarding non determinism in LLM outputs →
notion image

 
 
 
 
  • 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 to main, take a pull, jump back to your branch and merge
Â