How people are using LLM's with D
Tim Moldazhan
tim.moldazhan at gmail.com
Wed Feb 11 04:50:03 UTC 2026
On Wednesday, 11 February 2026 at 01:10:18 UTC, Richard (Rikki)
Andrew Cattermole wrote:
> I'm going to split this off into its own thread, so anyone who
> has any tips or approaches can teach:
I didn't reinvent the wheel and took a different approach.
Instead of creating libraries from scratch, I simply update
abandoned libraries using LLM. So, using Kilo Code and the free
z-ai/GLM-4.7 model, I revived the dusty huntlabs libraries and my
favorite hunt framework, fixed bugs, and updated the D compiler.
The neural network's results pleasantly surprised me; it delved
into the libraries and fixed some bugs and outdated code, and now
everything compiles successfully and runs without errors.
More information about the Digitalmars-d
mailing list