David DragonThe Right Way to do Few-Shot PromptingGetting LLMs to do specific tasks has been a persistent challenge for a long time. While LLMs demonstrate impressive intelligence and…Aug 8, 2023Aug 8, 2023
David DragonCython: Simple, fast codeWhen choosing a programming language, it really depends on what qualities you want. Do you want a simple language that you can learn…Aug 4, 2023Aug 4, 2023
David DragonDepth-First Search, without RecursionFirst of all, what is Depth-First Search? Depth-First Search is a recursive algorithm to “search” through all of the nodes in a graph. How…Jun 8, 2021Jun 8, 2021
David DragonDijkstra’s Algorithm (and friends)Have you ever wondered how Google Maps finds you a shortest path from A to B? It may seem a bit magical at first, but this problem, called…Jun 8, 2021Jun 8, 2021