logoalt Hacker News

jmalickitoday at 5:01 PM2 repliesview on HN

I find that AI allows me to get into algorithm design more, and the intersection of math and programming more, by avoiding boilerplate.

You can indulge even more by letting AI take care of the easy stuff so you can focus on the hard stuff.


Replies

zeroonetwothreetoday at 6:01 PM

What happens when the AI does the hard stuff as well?

show 2 replies
QuercusMaxtoday at 6:33 PM

Here's an example from my recent experience: I've been building a bunch of mostly throwaway TUIs using AI (using Python and Rich), and a lot of the stuff just works trivially.

But there are some things where the AI just does not understand how to do proper boundary check to prevent busted layouts, and so I can either argue with it for an hour while it goes back and forth breaking the code in the process of trying to fix my layout issues - or I can just go in and fix it myself.