SPSankalp polintech.latencot.com·Jun 16 · 9 min readHow LLMs Work (High-Level)In the last post, we covered what LLMs are. Massive models, trained on text, that predict the next token. But that description doesn't really tell you what's happening inside. What does the model actu00
SPSankalp polintech.latencot.com·Jun 16 · 13 min readAI, ML, Generative AI, LLMs: What Do These Actually Mean?Everyone uses these terms. Nobody actually explains them properly. If you're just getting into AI, you've probably noticed people say "AI" when they mean ChatGPT, "ML" when they mean AI, and "LLM" whe00
SPSankalp polintech.latencot.com·Jun 16 · 4 min readApplied AI - The new roleTechnically it's not a new role, however it's new compared to other software roles. If you are in an engineering college then this term is totally relevant for you. Software industry is evolving and a00
SPSankalp polintech.latencot.com·Jun 5, 2025 · 8 min readArray vs Slice in GolangArrays Golang is statically typed compiled language. So it can be compared with languages such as C++. Now, C++ has arrays however those were not with dynamic length. However we also have collections using which can make dynamic arrays. Similarly, in...00
SPSankalp polintech.latencot.com·May 31, 2025 · 8 min readGolang tricky output based interview questionsI've curated a list of output based questions for Golang interviews. If you find any question difficult, Go Tour(https://go.dev/tour/welcome/1) is your best help. It will take atmost two days to cover all the slides. After solving all, you will reali...00