HN user

delphic-frog

14 karma
Posts0
Comments22
View on HN
No posts found.

I think the "middle" isn't empty, it just requires more discipline than either extreme. AI works well when the problem is clearly framed and constrained, and fails when we skip steps and expect it to fill in the gaps correctly.

Your pipelne is basically a way to force good engineering habits. Thinking through the problem, design, and spec before coding, which reduces hallucinations and keeps understanding intact. So a big part of the improvement comes not just from the AI itself, but from the fact that it pushes you to be more structured and explicit in how you think about the problem.

Great read, thanks.

I have sometimes turned to Reddit to find out things about clothing and recommendations for clothes, but I find the general consensus about "if you want x, the best place to buy is y" is pretty rubbish.

The best thing you can learn is how to treat clothes, as you mention.

Looks good! Probably just a personal preference thing, but I was looking for a back button or way to swipe the “Now playing” panel down in order to see the list of radio stations again. You can use the nav at the bottom, but a back button or swipe down was my natural attempt at first.

Good job though!

This is exactly why I never trust 'accidental' feature rollouts in production environments. Any CDN or hosting provider that can accidentally expose private data has serious issues with their deployment process and access controls. Railway should have caught this in staging - the fact that it made it to production suggests they don't have proper testing for permissioning logic, which is absolutley terrifying for anyone hosting sensitive apps there.

Great article. I still consider myself "engineering" while exclusively using AI tools, as I'm making the same changes to the code than I would have done without AI.

There's still the same level of accountability, and the same deep understanding of what problems are being solved and the approaches being taken.

But the whole "prompt" prefix seems to give the engineering aspect less meaning. I think that's just negative connotation though.

The OneDrive thing drives me crazy too. I set up a fresh Windows install last month and spent the first hour just undoing defaults and disabling prompts. It's weird how Microsoft keeps doubling down on this when the backlash is so consistant. At some point they have to realise they're pushing more technical users toward Linux.

The pricing discussion is interesting but I think people are missing the bigger picture. Being able to schedule agents to run tasks on a cron is genuinely usefull for solo devs who can't justify hiring someone to handle repetitive maintainence work. I've been using AI agents for image processing stuff and the autonomous loop is where it works.