All Posts

  • Published on
    Learn how to implement grading systems for prompt evaluation workflows. This comprehensive guide covers code graders, model graders, and human graders, with detailed examples of building LLM-as-judge systems that provide objective quality scores and actionable feedback.
  • Published on
    Learn how to build robust multi-turn conversation loops that handle sequential tool calls automatically. This guide covers refactoring message handlers, implementing conversation loops, managing tool execution, and handling complex scenarios where Claude needs multiple tools to answer a single question.