Tag: chatgpt
Learn about any subject and Build any tool you want using AI
With the rise of LLMS in the AI world, learning has been democratized and building tools is simple as telling it what you want with some additional nudging. One useful work flow I have found is to first have the AI perform in-depth research for you if you have no idea about the details around…
Implement any API with ChatGPT or other Large Language Models using Flowise
What if I told you there was a way to implement any API you want to work with ChatGPT while touching minimal code? You wouldn’t believe me right? Well, meet Flowise, an open source project that integates LangChain (a large language model framework) visually. Basically you can visually connect any node to any node or…
ChatGPT and Cybersecurity – Encryption
ChatGPT has shown it can do some very interesting things. But what about cybersecurity? Well, according to Microsoft. It can do a lot there as well. Microsoft has released Security Copilot, which is a ChatGPT for cybersecurity using ChatGPT-4. Apparently it can find vulnerabilities from code/ and diagrams. It can also handle things like incident…