Cheaper LLM labelling

· Chris · Sept. 22, 2026, 12:32 p.m.
Summary
This blog post discusses a project where the author labels software commits using a low-cost large language model (LLM), GPT 5.6 Luna, demonstrating its effectiveness in classifying commits as 'maintenance' or 'new development'. The post includes a simple Perl script to integrate with the LLM CLI tool by Simon Willison, showcasing a practical application of AI in software development.
AUTHOR