← Blog
All Categories →
Agentic AI
Exploring AI agents, multi-agent systems, and protocols like MCP that enable LLMs to act autonomously, use tools, and interact with the world.
2 posts
-
Agentic AI
Introduction to Model Context Protocol (MCP)
MCP is an open-source protocol that standardizes how LLMs connect to external tools and data sources, replacing fragile custom integrations with a common interface.
-
LLM
Prompt Engineering Techniques: How to Write Effective Prompts
A deep-dive into prompt engineering techniques from few-shot prompting and chain-of-thought, ReAct, and prompt injections with examples.