<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[What is GPT really is ?]]></title><description><![CDATA[What is GPT really is ?]]></description><link>https://what-is-gpt-really-is.hashnode.dev</link><generator>RSS for Node</generator><lastBuildDate>Fri, 18 Sep 2026 00:24:50 GMT</lastBuildDate><atom:link href="https://what-is-gpt-really-is.hashnode.dev/rss.xml" rel="self" type="application/rss+xml"/><language><![CDATA[en]]></language><ttl>60</ttl><item><title><![CDATA[Building a “Thinking” Model from a “Non-Thinking” Model Using Chain-of-Thought Prompting ?]]></title><description><![CDATA[Nowdays most Ai Models already have COT, capability of resson internally it show Thinking step by step and after few min it gives as accurate answer 
Why “non thiking” models fail on complex tasks? the reason is very simplethey try to jump into concl...]]></description><link>https://what-is-gpt-really-is.hashnode.dev/building-a-thinking-model-from-a-non-thinking-model-using-chain-of-thought-prompting</link><guid isPermaLink="true">https://what-is-gpt-really-is.hashnode.dev/building-a-thinking-model-from-a-non-thinking-model-using-chain-of-thought-prompting</guid><category><![CDATA[Ai thinking model]]></category><category><![CDATA[ChaiCode]]></category><dc:creator><![CDATA[Aditya Bhojane]]></dc:creator><pubDate>Fri, 15 Aug 2025 08:00:21 GMT</pubDate><content:encoded><![CDATA[<p>Nowdays most Ai Models already have COT, capability of resson internally it show Thinking step by step and after few min it gives as accurate answer </p>
<p>Why “non thiking” models fail on complex tasks? the reason is very simple<br />they try to jump into conclusion in one shoot i mean on one go and make mistakes but meanwhile in think approach it breck down task into steps and process it and then give us final output </p>
<p>Now, How to add ‘Thikning” (COT) to ‘non thinking model’<br />1) We have to impliment chain of thoughts prompting where we have to give good and big context around how to solve a perticular prompt step by step for example :<br />“Think step by step before answering, show each step of your thinking and then provide a final answer “<br />the provide examples like ( few shot ) :<br />Q: If a rectangle has length 8 cm and width 5 cm, what is its area?<br />A:<br />Step 1 - THINK : Area = Length × Width<br />Step 2 - THINK : Area = 8 × 5 = 40 </p>
<p>Final Answer: 40 cm²</p>
<p>NOTE : more step can be added its just and example </p>
<p>2) There is one more way to add thiking its same like previous one but one extra thing we have hide model thinking like dont show user that model is thinking </p>
<p>EX : “Think step-by-step but do not show reasoning in the final response. Only output the final answer.”</p>
<p>3) Verification thinking :<br />To make it more better we can add another model in between as a person like role so that it can verify the answer or a perticular step it will helps us more it more accurate and improve consistancy</p>
]]></content:encoded></item><item><title><![CDATA[Importance of system prompts ?]]></title><description><![CDATA[A system prompt is basically set of instructions, rules its kind of context we provide to the AI model like a 1st message it acts as how we provide context to it for example persona  
There are different types of prompting1) Zero-Shot Prompting: The ...]]></description><link>https://what-is-gpt-really-is.hashnode.dev/importance-of-system-prompts</link><guid isPermaLink="true">https://what-is-gpt-really-is.hashnode.dev/importance-of-system-prompts</guid><category><![CDATA[ai-prompting]]></category><category><![CDATA[ChaiCode]]></category><dc:creator><![CDATA[Aditya Bhojane]]></dc:creator><pubDate>Fri, 15 Aug 2025 07:37:48 GMT</pubDate><enclosure url="https://cdn.hashnode.com/res/hashnode/image/upload/v1755241989305/1d57648d-bccd-41f8-bd37-579b1aee331d.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p>A system prompt is basically set of instructions, rules its kind of context we provide to the AI model like a 1st message it acts as how we provide context to it for example persona  </p>
<p>There are different types of prompting<br />1) Zero-Shot Prompting: The Direct Approach :<br />so this is a most common format we simply ask the model to perfrom a task without giving any prior example, i mean just intructions this we use mostly for straightforward task the model already understand  </p>
<p>2) Few-Shot Prompting: Learning by Example :<br />In this type of prompting we give several examples before actual task for example if we want to make an translator then we have to give task like english ‘go’ → Hindi ‘jaao’ and english ‘How are you’ → hindi “aap kaise hai ?’ kind of like that so the it understand the context well and this type of prompting we use when we want high controll over style and structure  </p>
<p>3) Chain-of-Thought (CoT) Prompting: Showing Your Work :<br />So this is very important type COT, which basically ask the AI to break task step-by step before giving final answer its same like DeepThinking now days most of the Ai model have a feature of DeepThink so you can related this with that, here also we have difine context give lots of examples so that it perform well in problem solving and logical task. most benifite of this type is basically it keep cosistancy and much more accurate as compair to others  </p>
<p>4) One-Shot Prompting :<br />Its just an another type where we give one example before actual task same like few short but here only one example for small context around the assistant  </p>
<p>5) Role-Prompting :<br />This type is basically use to add a persona/role to an Ai for exmple your are a hight level coding expert which have strong understanding of javascript like that we can also set the tone, how he should interact and domain specific task it keeps style and response consistant  </p>
<p>Why Prompt Design Matters ?<br />i think there are few reasons<br />1) irrelevant responses<br />2) inconsistent tone<br />3) confusion<br />4) It improve user satisfaction<br />5) good results == lower cost</p>
]]></content:encoded></item><item><title><![CDATA[How Ai internally works ?]]></title><description><![CDATA[Tokenization : Convert any data like text ( or any other type depends on model ) into a number that model ( software ) can understand and there are methods like BPE, Unigram again it depends on model to model how they tokenize Ex : Hello -> [73, 1542...]]></description><link>https://what-is-gpt-really-is.hashnode.dev/how-ai-internally-works</link><guid isPermaLink="true">https://what-is-gpt-really-is.hashnode.dev/how-ai-internally-works</guid><category><![CDATA[chai-code ]]></category><category><![CDATA[ChaiCode]]></category><category><![CDATA[genai]]></category><dc:creator><![CDATA[Aditya Bhojane]]></dc:creator><pubDate>Wed, 13 Aug 2025 12:38:04 GMT</pubDate><enclosure url="https://cdn.hashnode.com/res/hashnode/image/upload/v1755088637584/312d0336-e12f-4b69-8268-35edfb0d6ed6.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<ol>
<li><p>Tokenization : Convert any data like text ( or any other type depends on model ) into a number that model ( software ) can understand and there are methods like BPE, Unigram again it depends on model to model how they tokenize Ex : Hello -&gt; [73, 1542] can be look like this ( token IDs)</p>
</li>
<li><p>Vector Embeddings : This turn each token into a high dimensional vector it can be ( ex:768, 1024, 4096 dimensions ) also make sure put some kind of relationship into it for example if give input like cricket, football and hocky then its sports so it make sure this have relationship so put it close into embedding space for better understanding here is a diagram of it</p>
</li>
<li><p>Positional Embedding : Transformer look token all at once so position also matter for us for example "dog jumped on person" and "person jumped on dog" so just by changing position we have different meaning so to prevent that we use positional embedding</p>
</li>
<li><p>Transformer Blocks : Each block process the sequence to understand context better and that's why many block stacked inside block and do self attention like each token create Query, Key and Value vector based on that it calculate attention score lower marks stops tokens from seeing in future, it repeat this process so many times it stabilize values</p>
</li>
<li><p>Output projection ( Decoding ) : vector block have matrix where based on probability it try to pick best output as per matrix</p>
</li>
<li><p>Detokenization : Convert final list of token into IDs into human readable format</p>
</li>
</ol>
]]></content:encoded></item><item><title><![CDATA[What is GPT really is?]]></title><description><![CDATA[magine you’re talking to someone and you say:“Tell me a scary story!”They think for a moment and start telling you a spooky tale.
But then you change your mind and say:“Wait! I want a poem instead!”And they stop the story and start saying a fun littl...]]></description><link>https://what-is-gpt-really-is.hashnode.dev/what-is-gpt-really-is</link><guid isPermaLink="true">https://what-is-gpt-really-is.hashnode.dev/what-is-gpt-really-is</guid><category><![CDATA[ChaiCode]]></category><category><![CDATA[#HiteshChaudhary ]]></category><category><![CDATA[GPT-5]]></category><dc:creator><![CDATA[Aditya Bhojane]]></dc:creator><pubDate>Tue, 12 Aug 2025 10:16:51 GMT</pubDate><enclosure url="https://cdn.hashnode.com/res/hashnode/image/upload/v1754993774629/eedb1011-38b1-4ff9-8eb9-f3a19ca06a2c.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p>magine you’re talking to someone and you say:<br />“Tell me a scary story!”<br />They think for a moment and start telling you a spooky tale.</p>
<p>But then you change your mind and say:<br />“Wait! I want a poem instead!”<br />And they stop the story and start saying a fun little poem.</p>
<p>Now imagine this person can do <em>anything</em> you ask:</p>
<ul>
<li><p>Answer questions like “Why is the sky blue?” ☁️</p>
</li>
<li><p>Tell jokes, sing songs, or help with homework</p>
</li>
<li><p>Always listen and give the right answer</p>
</li>
</ul>
<p>That’s what <strong>GPT</strong> is like!<br />GPT Is a Magic Toy<br />It’s like a <strong>toy with a brain</strong> that:</p>
<ul>
<li><p>Talks to you</p>
</li>
<li><p>Listens to what you say</p>
</li>
<li><p>Helps you with stories, poems, answers, and more!</p>
</li>
</ul>
<p>But remember—GPT is <strong>not a person</strong>.<br />It doesn’t eat, sleep, or feel things.<br />It’s a smart helper that knows lots of stuff</p>
]]></content:encoded></item></channel></rss>