logoalt Hacker News

bitmasher9today at 12:27 PM0 repliesview on HN

> presumably with them all writing code?

Not always. In fact, I use multiple agents when writing my technical design docs and giving feedback to design reviews.

The amount of time I spend writing a design doc and the amount of details I can include in the paper is greatly improved.

Ask it questions about your code base, such as if all of your data base indexes are being utilized or if you can remove them.

Ask it questions about logs, like how many api calls are made to a serve every day.

Ask it questions about your environment, like how robust your downstream is.