logoalt Hacker News

stephbooktoday at 6:18 AM2 repliesview on HN

I long for the day when they will supervise CI/CD systems.

Trying to fix syntax errors in strong interpolation on a 5-minute-delay loop is hell.


Replies

Deeds67today at 10:47 AM

Just create a skill for it -> I call mine `babysit`. It spins up a subagent that polls it every x minutes and auto-fixes it until it's green. I already continue with the next task while it does that in the background

show 1 reply
coldstartopstoday at 6:23 AM

It is possible. I tell to use cli app, and for the agent to ad timer and check the status once in a while. Especially if there is something with a long wait. Also if it can run some validators/ same tools locally, would be much faster.

Might tend to deviate and waste time, needs guiding once in a while, and to check what is it spewing out, point it in the correct direction.