SAShubham Aggarwalinshubham7090.hashnode.dev·20h ago · 4 min readWhat Happens Next? The Art and Science of the Next-Token Predictor LLMsWhat is an LLM? LLM stands for Large Language Model. Although it is misunderstood to be artificial intelligence itself, the LLM models only represent a small fraction of the very large and comprehensi00
SAShubham Aggarwalinshubham7090.hashnode.dev·Mar 12 · 3 min readTCP Working: 3-Way Handshake & Reliable CommunicationNeed of Protocols!!! Whenever two systems are connected they need a way to understand what the other system is trying to speak. It is similar as to decide between two 2 systems on how to treat time. W00