Kerri and Ash are back in the command line, which will surprise no one. First up, is a discussion of Kerri’s recent adventures with https://www.warp.dev/ (Warp terminal) and https://fig.io/ (Fig CLI). Our hosts discuss autocompletes and AI tools in the terminal. Kerri also shares a difficulty she found getting Warp and https://spaceship-prompt.sh/ (Spaceship prompt) to play well together. If you’re following along, this was her remedy: if [[ $TERM\_PROGRAM != "WarpTerminal" ]]; then    ZSH\_THEME="spaceship" fi Ash then retraces some of his steps playing around with OpenAPI 3.x. Many tools are discussed! From API spec creation tools to server generation tools (like https://openapi-generator.tech/ (OpenAPI Generator) and https://swagger.io/tools/swagger-codegen/ (Swagger Codegen)) and beyond. Of course, GitHub Copilot makes another appearance. If you’re ever looking for OpenAPI tools, check out https://openapi.tools/ (https://openapi.tools/). Wondering what’s the difference between Swagger and OpenAPI? https://swagger.io/blog/api-stratagey/difference-between-swagger-and-openapi (This article will help you with that). The Stratechery interview that Ash references is https://stratechery.com/2022/an-interview-with-daniel-gross-and-nat-friedman-about-the-democratization-of-ai/ (“An Interview With Daniel Gross and Nat Friedman About the Democratization of AI”).