SSSanskar singhinmyownminicursor.hashnode.dev·Jun 25, 2025 · 2 min readAi Agents (the Working Mechanism Of Llms)LLMs vs Agents LLMs (Large Language Models) are powerful models which are trained on large text data . It is helpful to generate codes provide answers and much more tasks. The Real Disadvantage : LLMs don’t have context of real time data. Such as the...00
SSSanskar singhinpromptingstyle.hashnode.dev·Jun 20, 2025 · 7 min readIdea Behind The MagicGIGO → Garbage in Garbage out means if we give undesirable input tokens (prompting) the output will not desirable. Prompting styles in LLMs Alpaca Prompting style→ This format is simple and instruction based. Here instruction and inputs are given s...00
SSSanskar singhingenaiintro.hashnode.dev·Jun 3, 2025 · 3 min readUnderstanding the Basics of Generative AI: An IntroductionThe word Generative AI means to generate something using of AI. It refers to an algorithm that can create new content based on its pre trained data. Its key technologies are Transformer and LLMs. Transformers (engine of LLMS) Transformers model is ma...00