AI Systems
Large language models are quickly becoming part of modern software architecture. However, the model itself is only one component in a much larger system.
Real AI products combine prompts, retrieval, orchestration, tool interfaces, memory systems, and application logic. Once these components connect, challenges shift from model behavior to system design.
Topics explored:
- Model Context Protocol (MCP)
- Tool-using LLM architectures
- Retrieval-augmented generation (RAG)
- Agent orchestration
- AI system design patterns
- Trust boundaries in AI applications
Example Article
Model Context Protocol (MCP)A deep dive into the protocol that standardizes how AI systems interact with external tools and data sources.