HMHimandri Mallickinlearngenai.hashnode.dev·May 1, 2025 · 4 min readBuild AI AgentsCan a LLM predict weather of your area ? As we know, LLM works on pre-trained data and does not have real-time data. It cannot provide answers based on live data. Therefore, we need an agent to help get live information. message = [ {"role": "use...00
HMHimandri Mallickinlearngenai.hashnode.dev·Apr 22, 2025 · 9 min readMaster In Prompts using pythonWhy input matters? You’ve probably heard of GIGO — 'Garbage In, Garbage Out.' If we feed low-quality or irrelevant tokens into a prompt, it’s no surprise that the output from an LLM during inference will also be poor. If we have [1,2,3], the LLM is ...00
HMHimandri Mallickinlearngenai.hashnode.dev·Apr 9, 2025 · 7 min readDecoding AI jargons with chaiBefore we dive into decoding AI, it's crucial to understand why it matters. In today's world, it's easier than ever to be misled by fake news, deepfake images, or manipulated information. In this fast-paced digital age, rumors can spread like wildfir...00