In this article, you will learn what prompt injection and tool misuse are in the context of agentic AI systems, and which defense strategies experts recommend to mitigate them.
Making developers awesome at machine learning
Making developers awesome at machine learning
In this article, you will learn what prompt injection and tool misuse are in the context of agentic AI systems, and which defense strategies experts recommend to mitigate them.
In this article, you will learn how to get a small language model running locally on your own machine in under 15 minutes using Ollama.
In this article, you will learn how scikit-ollama bridges the scikit-learn interface with locally running Ollama models to perform zero-shot text classification; no cloud API required.
In this article, you will learn how to evaluate LLM applications using the three dominant open-source frameworks — RAGAS, DeepEval, and Promptfoo — and why the LLM-as-a-judge mechanism they all rely on has measurable biases you need to actively design around.
In this article, you will learn the architectural and operational anti-patterns that cause AI agent projects to fail, and how to avoid each one.
In this article, you will learn how to choose the right memory strategy for an AI agent by working through a simple decision tree, one category of information at a time.
In this article, you will learn how LangChain, LlamaIndex, and raw API calls each solve a different layer of the LLM application stack, and how to choose among them based on what your project actually requires.
In this article, you will learn how to decide whether a given piece of agent functionality should be built as a tool or as a subagent, and how to avoid overengineering your agent architecture in the process.
In this article, you will learn why agent accuracy degrades as a tool catalog grows, and six practical techniques for keeping tool selection accurate and efficient at scale.
In this article, you will learn how context engineering and memory engineering solve different problems in agentic AI systems, and how the two disciplines meet at the point where retrieved memory enters the context window.