Blog
Filtered by: llm× clear
From Prompt Engineering to Programmatic Optimization: A Practical DSPy Primer
DSPy 3.2.1 ships optimizer chaining — you can now chain prompt and weight optimizers in a single pipeline. This is what that means for your LLM stack and when you should use it.
The LLM Wiki Pattern: How to Build a Personal Knowledge Base That Actually Compounds
Andrej Karpathy's LLM Wiki pattern replaces RAG with a persistent, LLM-maintained wiki that gets smarter with every source you add. Here is how it works and why it matters for AI engineers.
9 Agentic LLM Workflow Patterns Every Builder Should Know
A practical breakdown of the 9 agentic LLM workflow patterns, from prompt chaining to Plan-and-Execute, with when to use each and when to avoid them.