PMPratik Mahankalinmrpratik.hashnode.dev·Apr 5 · 7 min readAI Editor in your NewsroomWalk into many newsrooms today, and you’ll often find an editor with an AI chat window open on a second monitor. The article is pasted in, and the prompt reads: "Check grammar, flag any unclear senten00
PMPratik Mahankalinmrpratik.hashnode.dev·Jul 13, 2024 · 5 min readRAG ChatBot using YouTube TranscriptsMotivation: So one day, I was checking on some good health advice and gradually landed on ChatGPT (bad idea). Then thought what if Andrew Huberman himself shed some good advice? But I am not going to spend two hours watching his videos to get my ques...01A
PMPratik Mahankalinmrpratik.hashnode.dev·Jul 6, 2024 · 4 min readJust enough GIT to surviveAs an aspiring developer, I use git to manage my personal projects and academic work. Git is a version control system that tracks the changes in a local directory. It has three main parts: The working directory, the staging area, and the repository. ...00