arshcoder.hashnode.devIntro to memory in GenAIEpsikamjung So this week was spent on embedding memory in a GenAI memory. You remember what your name is? Offcourse, you do, or do you? Actually , that's how memory works, everything that is important information is stored in it. But we don't remembe...Sep 14, 2025·3 min read
arshcoder.hashnode.devIntro to Agent SDK - Making our own Cursor AI.This week of learning Gen AI was spent in learning Agent SDK and building our own Cursor AI. Agent SDK is going to be the new way of using Agents LLM Model and building gen AI projects on top of it. Agent SDK , by Open AI , are very well versed in to...Sep 7, 2025·2 min read
arshcoder.hashnode.devWriting a Persona ChatBotYou might have wondered how we can actually have a BOT which will be capable of talking like a human, like tone, wordings, style etc. Here in my journey of learning AI , I made a persona ChatBot which is a Gemini based persona BOT , of none other tha...Aug 20, 2025·1 min read
arshcoder.hashnode.devIntro to Gen AIWhat is Generative AI (GenAI)? Generative AI is a type of artificial intelligence that can create new content — like text, images, music, or even code — instead of just analyzing existing data. Unlike traditional AI that mostly classifies or predicts...Aug 12, 2025·4 min read
arshthecoder.hashnode.devIntro to EVM IVIn this week we ended our tour de EVM and here's what all I learnt. Memory management Even though the name's memory , Memory is equivalent to the heap in other languages but there is no garbage collector. Now , we'll explore it using an example to st...Nov 24, 2024·5 min read