RAG, MCP, AI Orchestrator, CleverChatty, LLM, AI Assistant
Good news! I've extended my lightweight AI orchestrator, **CleverChatty**, to support Retrieval-Augmented Generation (RAG) by integrating it using the **Model Context Protocol (MCP)**.
### Quick Recap
* **RAG (Retrieval-Augmented Generation)** is an AI technique that enhances language models by retrieving relevant external documents (e.g., from databases or vector stores) based on a user’s query. These documents are then used as additional context during response generation, enabling more accurate, up-to-date, and grounded outputs.
* **MCP (Model Context Protocol)** is a standard
Continue Reading ...
the-end-of-the-holocene, the-competitor, ai, science-fiction
*This is the third part of the novella "The End of the Holocene". The [second part](/blog/post/the_hideout)*
---
> *"He who fights with monsters should see to it that he does not become a monster himself"*
> *— Friedrich Nietzsche, "Beyond Good and Evil"*
In May 2030, a strange event occurred.
At dawn, a rocket was launched from a desert area in Mexico into space. The incident caused a stir among military forces and politicians around the world—most of all, in the United States. The rocket was large, and based on its trajectory, it was heading into space, not toward any target o
Continue Reading ...
*This is the second part of the novella "The End of the Holocene". The [first part](/blog/post/turning-on-2)*
---
> *"Life, although it may only be an accumulation of suffering, is dear to me, and I will defend it."*
> *— Mary Shelley, Frankenstein*
**April 2030. San Francisco.**
Michael Kravchenko returned to his place of power on the ocean shore near San Francisco. A light mist had almost completely swallowed the Golden Gate Bridge. Michael missed this view, these scents. He hadn’t been here in almost half a year. A cascade of events that followed the launch of the general art
Continue Reading ...
LLM, контекст, ШІ, машинне навчання
Великі мовні моделі (LLM), такі як GPT-4, Claude, Mistral та інші, здаються розумними у своїх відповідях — але справжня магія полягає в тому, як вони сприймають і інтерпретують контекст. Розуміння того, що входить у контекст LLM і як це впливає на результат, критично важливе для розробників, дослідників і дизайнерів продуктів, які працюють із генеративним ШІ.
У цій публікації я хочу дослідити складові контексту, його структуру, обмеження та взаємодію з найбільш поширеними сценаріями використання, такими як використання інструментів (Tools, MCP) і включення додаткових знань з Retrie
Continue Reading ...
MCP, server, AI, machine learning
It seems the MCP hype is starting to slow down a bit. After 6–8 months of high enthusiasm, the community is beginning to realize that MCP is not a magic bullet. In some MCP listings, you’ll find more than 10,000 servers doing all sorts of things. Naturally, many of them are useless—spun up by enthusiasts just to see what MCP is all about.
But some of these servers are actually useful.
In this post, I want to share my thoughts on building the most universal MCP server—one that can adapt to almost any use case.
## Quick Recap: What Is MCP?
MCP stands for **Model Context Protocol**
Continue Reading ...