Ask HN: How do you go from writing code to deploying with agents?
5
ssakuraiben about 3 hours ago 2 comments
DE version is available. Content is displayed in original English for accuracy.
Been doing hardcode agent driven coding for the past year. I feel like I now have to test all my code locally with agents reviewing them and ideally testing them. Unfortunately I feel like the traditional CI/CD testing is starting to feel like a formality. Would love to know what everyone is doing, and if I'm not the only one making a mistake.

Discussion (2 Comments)Read Original on HackerNews
This actually makes the LLMs better at coding as well. They can verify their own results and iterate with far less manual validation.