AI Jargons
LLM (Large Language Model) LLM is a sophisticated mathematical function that predicts the next word in the sequence. So if you ask LLM to complete the sentence “The capital of France is ___“, it will
Search for a command to run...
LLM (Large Language Model) LLM is a sophisticated mathematical function that predicts the next word in the sequence. So if you ask LLM to complete the sentence “The capital of France is ___“, it will
Imagine you are at a library with hundreds of thousands of books. Instead of searching by exact title or keyword, you want to find all the books that are about the same idea as your question.Traditional databases can answer: “Find me books where the ...
Decentralized Key Recovery
There is a new kid on the block called MCP stands for Model Context Protocol. Before we deep dive into what is MCP, we should understand how LLM gets the knowledge at first place to be able to spit out the response to the user. How LLMs get their kno...
So in the last article we created a very simple agent which takes location as an input from the user and uses the necessary tools to provide a response to the user. But let’s be honest—the response was pretty bland. Large Language Models (LLMs) are k...
The best way to learn something is by doing it. Instead of diving deep into concepts from get go, let's jump straight into building an agent and work backward to understand each component. Objective We will build a weather agent. Sure, it may not be ...
Background With the breakthrough of the transformer architecture and GPUs, LLMs emerged. Think of the transformer architecture as the prefrontal cortex of an LLM—it unlocked the processing of natural language (much much faster). The transformer's cor...