22:36
2026-08-02
blog.dlang.org
large-language-models
Teaching an AI to know itself: Building a local LLM agent in D
Danny Arends, a long-time D language developer, has built DLLM, a minimal coding agent in D that runs directly on llama.cpp without Python or bindings, using D's ImportC feature to access the C API wiโฆ