Use of IA for PR - my POV
H. S. Teoh
hsteoh at qfbox.info
Tue Feb 10 22:54:55 UTC 2026
On Tue, Feb 10, 2026 at 09:06:13PM +0000, monkyyy via Digitalmars-d wrote:
> On Tuesday, 10 February 2026 at 20:16:06 UTC, user1234 wrote:
> > I feel so old-fashioned when I read this. The worst is that I've
> > been warned, pre-Covid time (so 2019), while chating, that this will
> > the next big thing. You seem to have the method. I've heard recently
> > that apparently another notable D user, "Feep", is heavily using AI
> > agents.
> >
> > I'm so done.
>
> I dont think ai will ever replace writing new abstractions. Its like
> an oo-ide writing 30 lines of getters and setters instantly. Thats
> great, such a marvel of engineering... it shouldn't actually been a
> problem to solve.
>
> 99% of lines of code will be ai. But, what does that actually mean.
To pull out a Walter quote:
I've been around long enough to have seen an endless parade of
magic new techniques du jour, most of which purport to remove
the necessity of thought about your programming problem. In the
end they wind up contributing one or two pieces to the
collective wisdom, and fade away in the rearview mirror.
-- Walter Bright
IMNSHO, if something can be automatically generated by AI, then it's not
worth writing and shouldn't have been necessary to write in the first
place. What's worth writing is what requires actual thought, actually
solving a problem, not just regurgitating past solutions to
previously-solved problems. If AI can automate those parts away, so
much the better, I say. Spare me the tedium, give me more time/energy
to focus on what actually needs solving.
T
--
What's at the bottom of the Bermuda Triangle? A wreck tangle.
More information about the Digitalmars-d
mailing list