logoalt Hacker News

thewhitetuliptoday at 12:16 PM0 repliesview on HN

I had a funny yet tragic experience about LLM last week

A CICD flow had broken. It was not giving the URL of a deployed service.

A team member used AI to fix it without reading the code and AI added 55 lines of code

When I noticed the issue, I modified the code by removing 5 extra lines and used the right command to get the url

Earlier I was doing a grep and matching the output against .com to get the url Recently I noticed that the utility provided a --format json option that was much cleaner!