@sargonpiraev

AI

#ai

AI — currently my most active learning area. The notes here are mostly about LLMs, agents, and the glue that turns static models into useful systems. For a personal account of how I got here, see My AI journey.

Core concepts

  • LLM — large language models, the substrate.
  • AI agent — model + tools + control loop.
  • Embedding — numeric representation of meaning.
  • Reasoning — the thinking-token phenomenon in recent models.

Agent architectures and decision loops

RAG and retrieval

Frameworks

Agent protocols and tooling

  • MCP — the protocol for exposing tools to agents.
  • Cursor — my daily AI-native IDE. See the full Cursor MOC.
  • Playwright MCP — browser automation as a tool.

Case studies