Use of IA for PR - my POV
Paolo Invernizzi
paolo.invernizzi at gmail.com
Wed Feb 11 09:44:55 UTC 2026
On Tuesday, 10 February 2026 at 16:14:03 UTC, Vladimir Panteleev
wrote:
> On Monday, 9 February 2026 at 21:25:02 UTC, user1234 wrote:
>> [...]
>
> I guess I could post a few thoughts about AI / LLMs here if
> people are interested.
>
> [...]
I'm on hurry now, but same feeling here with Claude-code: Opus
4.5 changed everything, and it really good in writing D code.
We've curated it's configuration a lot (for example, pointing it
to prefer design-by-introspection and CT and so on ...) and it's
doing great!
I think that CT is a big plus, as it can iterate fast catching
errors directly trying to compile (that's why it works very well
also in Elm!).
It improved a lot also when we added something like: after having
coded a library implementation, span an agent and tell him to
build something with the library, then look at its performance
and improve the point that were confusing for him.
/P
More information about the Digitalmars-d
mailing list