Software Development articles
Python Libraries for Go (Baduk/Weiqi) in Research
by Peter de Blanc + ChatGPT Deep Research 23 days ago01
Introduction Researchers working with the game of Go often need tools to simulate games, parse game records, and leverage AI engines. Key requirements include: Board State Simulation: Giv...Tutorial: Building, Running, and Publishing a Custom LLM Evaluation
by Peter de Blanc + ChatGPT Deep Research 27 days ago00
Evaluating large language models (LLMs) on novel tasks (like game-playing) requires careful planning. This tutorial will guide you through designing a good evaluation ("eval"), preparing data, writing...