Two ideas for using LLMs in software development

Two ideas for using LLMs in software development Other than coding assistants and code completions, Software developers spend substantial amount of time making technical decisions related to naming and organizing codes. We do this so 1) the programs can run (are programmatically correct) and 2) we can maintain it with the least amount of cognitive…

Nootroscripts: A suite of LLM-powered scripts for curious curators to help synthesize content in different formats and sources, more efficiently

Hey friends, today I am releasing my LLM-related Python scripts for working with youtube, podcasts, and articles. These CLI-based scripts have boosted my consumption and production process so much. Here’s the link to the github repository: Nootroscripts. Check out the comments in the code. It should help figure out the usage. The code is solid…